@import url(reindeer-legacy-styles.css);
@import url(noDuplicatesOverlay.css);
/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }

  .ie9 .responsive-table-horizontal thead {
    float: none; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/seminargo-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(/seminargo-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/seminargo-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(/seminargo-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(/seminargo-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/seminargo-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(/seminargo-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(/seminargo-theme/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(/seminargo-theme/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(/seminargo-theme/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(/seminargo-theme/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- CKEditor contents ---------- */
.aui .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }
.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor source ---------- */
.aui .cke_source {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/seminargo-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/seminargo-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/seminargo-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie input.cke_dialog_ui_input_text {
  height: auto; }
.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0;
  position: relative; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(/seminargo-theme/css/../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.navbar-inner {
  background: none !important;
  border: none !important; }

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .aui-form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.aui-form-triggers {
  float: left; }

.aui-form-trigger {
  background: #c4c4c4 url(/seminargo-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .aui-form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .aui-form-trigger:hover, .aui-form-trigger:focus {
    background-color: #83B0CA;
    background-image: url(/seminargo-theme/css/../images/application/button_bg_over.png); }

.aui-trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/seminargo-theme/css/../images/application/button_bg_selected.png); }
  .aui-trigger-selected:hover, .aui-trigger-selected:focus {
    background-color: #B7DEF4;
    background-image: url(/seminargo-theme/css/../images/application/button_bg_selected_over.png); }

.aui-options-trigger img {
  background-image: url(/seminargo-theme/css/../images/common/configuration.png); }

.aui-save-trigger img {
  background-image: url(/seminargo-theme/css/../images/dock/my_place_current.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/seminargo-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/seminargo-theme/css/../images/portlet/options_borderless.png); }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/seminargo-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/seminargo-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/seminargo-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/seminargo-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/seminargo-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/seminargo-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/seminargo-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(/seminargo-theme/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(/seminargo-theme/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(/seminargo-theme/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(/seminargo-theme/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(/seminargo-theme/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(/seminargo-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(/seminargo-theme/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(/seminargo-theme/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(/seminargo-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/seminargo-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/seminargo-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/seminargo-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/seminargo-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/seminargo-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .control-group.error .control-label,
.lfr-ddm-container .control-group.error .help-block,
.lfr-ddm-container .control-group.error .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.error .checkbox,
.lfr-ddm-container .control-group.error .radio,
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  color: #555555; }
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  border-color: #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); }
  .lfr-ddm-container .control-group.error input:focus,
  .lfr-ddm-container .control-group.error select:focus,
  .lfr-ddm-container .control-group.error textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.error .input-prepend .add-on,
.lfr-ddm-container .control-group.error .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.info .control-label,
.lfr-ddm-container .control-group.info .help-block,
.lfr-ddm-container .control-group.info .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.info .checkbox,
.lfr-ddm-container .control-group.info .radio,
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  color: #555555; }
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  border-color: #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); }
  .lfr-ddm-container .control-group.info input:focus,
  .lfr-ddm-container .control-group.info select:focus,
  .lfr-ddm-container .control-group.info textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.info .input-prepend .add-on,
.lfr-ddm-container .control-group.info .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.success .control-label,
.lfr-ddm-container .control-group.success .help-block,
.lfr-ddm-container .control-group.success .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.success .checkbox,
.lfr-ddm-container .control-group.success .radio,
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  color: #555555; }
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  border-color: #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); }
  .lfr-ddm-container .control-group.success input:focus,
  .lfr-ddm-container .control-group.success select:focus,
  .lfr-ddm-container .control-group.success textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.success .input-prepend .add-on,
.lfr-ddm-container .control-group.success .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.warning .control-label,
.lfr-ddm-container .control-group.warning .help-block,
.lfr-ddm-container .control-group.warning .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.warning .checkbox,
.lfr-ddm-container .control-group.warning .radio,
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  color: #555555; }
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  border-color: #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); }
  .lfr-ddm-container .control-group.warning input:focus,
  .lfr-ddm-container .control-group.warning select:focus,
  .lfr-ddm-container .control-group.warning textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.warning .input-prepend .add-on,
.lfr-ddm-container .control-group.warning .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.error > .control-label,
.lfr-ddm-container .control-group.error > .help-block,
.lfr-ddm-container .control-group.error > .help-inline {
  color: #b50303; }
.lfr-ddm-container .control-group.error > .checkbox,
.lfr-ddm-container .control-group.error > .radio,
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  color: #b50303; }
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  border-color: #b50303;
  -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); }
  .lfr-ddm-container .control-group.error > input:focus,
  .lfr-ddm-container .control-group.error > select:focus,
  .lfr-ddm-container .control-group.error > textarea:focus {
    border-color: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.lfr-ddm-container .control-group.error > .input-prepend .add-on,
.lfr-ddm-container .control-group.error > .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }
.lfr-ddm-container .control-group.info > .control-label,
.lfr-ddm-container .control-group.info > .help-block,
.lfr-ddm-container .control-group.info > .help-inline {
  color: #12718f; }
.lfr-ddm-container .control-group.info > .checkbox,
.lfr-ddm-container .control-group.info > .radio,
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  color: #12718f; }
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  border-color: #12718f;
  -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); }
  .lfr-ddm-container .control-group.info > input:focus,
  .lfr-ddm-container .control-group.info > select:focus,
  .lfr-ddm-container .control-group.info > textarea:focus {
    border-color: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.lfr-ddm-container .control-group.info > .input-prepend .add-on,
.lfr-ddm-container .control-group.info > .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }
.lfr-ddm-container .control-group.success > .control-label,
.lfr-ddm-container .control-group.success > .help-block,
.lfr-ddm-container .control-group.success > .help-inline {
  color: #488f06; }
.lfr-ddm-container .control-group.success > .checkbox,
.lfr-ddm-container .control-group.success > .radio,
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  color: #488f06; }
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  border-color: #488f06;
  -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); }
  .lfr-ddm-container .control-group.success > input:focus,
  .lfr-ddm-container .control-group.success > select:focus,
  .lfr-ddm-container .control-group.success > textarea:focus {
    border-color: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.lfr-ddm-container .control-group.success > .input-prepend .add-on,
.lfr-ddm-container .control-group.success > .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }
.lfr-ddm-container .control-group.warning > .control-label,
.lfr-ddm-container .control-group.warning > .help-block,
.lfr-ddm-container .control-group.warning > .help-inline {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > .checkbox,
.lfr-ddm-container .control-group.warning > .radio,
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  border-color: #bf7900;
  -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); }
  .lfr-ddm-container .control-group.warning > input:focus,
  .lfr-ddm-container .control-group.warning > select:focus,
  .lfr-ddm-container .control-group.warning > textarea:focus {
    border-color: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.lfr-ddm-container .control-group.warning > .input-prepend .add-on,
.lfr-ddm-container .control-group.warning > .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/seminargo-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right-width: 0; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-asset-tag-admin .merge-tag, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #ff0047;
    -moz-box-shadow: 0 0 3px #ff0047;
    box-shadow: 0 0 3px #ff0047; }
.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27c1f2;
  -moz-box-shadow: 0 0 3px #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-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; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

/*
 * Emigre web font kit 52404370d48a7
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?SVisSaReA.html
 *
 * C 2012 Emigre, Inc
 */
@font-face {
  font-family: 'VistaSansAltRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBoldRegular';
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* ---------- Dockbar ---------- */
@media (max-width: 979px) {
  .aui * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .aui .dialog-iframe-popup {
    padding: 0; }
  .aui #heading {
    bottom: 100%;
    margin-top: -2em;
    position: relative; }
    .aui #heading .site-title {
      font-size: 26px; }
      .aui #heading .site-title img {
        width: 35px; }
  .aui #navigation {
    display: none; }
    .aui #navigation.open {
      display: block; }
      .aui #navigation.open .navbar-inner {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px; }
        .aui #navigation.open .navbar-inner .nav-collapse {
          height: auto;
          overflow: visible; }
    .aui #navigation .nav {
      margin: 0; }
  .aui .dockbar-split .dockbar, .aui .dockbar {
    float: right;
    height: auto;
    position: relative;
    z-index: 401; }
    .aui .dockbar-split .dockbar .info-items, .aui .dockbar .info-items {
      height: auto;
      position: static;
      width: 300px; }
    .aui .dockbar-split .dockbar .navbar-inner, .aui .dockbar .navbar-inner {
      width: auto; }
      .aui .dockbar-split .dockbar .navbar-inner .btn-navbar, .aui .dockbar .navbar-inner .btn-navbar {
        background: transparent;
        border-width: 0;
        float: left;
        font-size: 24px;
        padding: 12px 15px; }
        .aui .dockbar-split .dockbar .navbar-inner .btn-navbar:hover, .aui .dockbar .navbar-inner .btn-navbar:hover {
          background-color: #5BBAE8; }
        .aui .dockbar-split .dockbar .navbar-inner .btn-navbar.open, .aui .dockbar .navbar-inner .btn-navbar.open {
          background-color: #F5AF45; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls, .aui .dockbar .navbar-inner .nav-account-controls {
        padding: 0 5px; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls .user-avatar-image, .aui .dockbar .navbar-inner .nav-account-controls .user-avatar-image {
          display: none; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls, .aui .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        border-top-width: 0;
        padding: 0 5px;
        position: static;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li, .aui .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 0;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a, .aui .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(auto auto auto auto);
            position: static;
            visibility: visible; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls, .aui .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls {
            display: none; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a, .aui .dockbar .navbar-inner .nav-add-controls > li > a {
            background: transparent;
            text-align: left;
            white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #F3F3F3; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 22px;
              margin-top: 0; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link, .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: transparent; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: transparent;
              display: inline;
              left: 0;
              margin-left: 0;
              margin-top: 0;
              padding: 0;
              position: relative; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: inline; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down, .aui .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-collapse, .aui .dockbar .navbar-inner .nav-collapse {
        z-index: 400; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-collapse.open, .aui .dockbar .navbar-inner .nav-collapse.open {
          overflow: visible; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav, .aui .dockbar .navbar-inner .nav-collapse > .nav {
          background: #009AE5;
          border-width: 0;
          left: auto;
          margin: 0;
          min-width: 160px;
          position: absolute;
          right: 0;
          z-index: 400; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a {
            font-size: 16px;
            line-height: 32px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle {
            color: #FFF; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a {
            color: #FFF;
            font-size: 16px;
            margin: 5px 0;
            padding: 6px 15px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover {
              background-color: #5BBAE8; }
  .aui .portlet-dockbar {
    display: inline-block;
    width: 100%; }
  .aui .signed-out #_145_navAddControlsNavbarBtn {
    display: none; } }
.aui {
  /* ---------- Main ---------- */
  /* ---------- Help icon ---------- */
  /* ---------- Dockbar ---------- */
  /* ---------- Nav#Navigation ---------- */
  /* ---------- Breadcrumbs ---------- */
  /* ---------- Form navigator ---------- */
  /* ---------- Hidden accessible ---------- */
  /* ---------- Side accordion navigations ---------- */
  /* ---------- CKEditor ---------- */
  /* ---------- Extras ---------- */ }
  .aui body {
    color: #555;
    font-weight: 200; }
  .aui a {
    color: #009AE5;
    font-weight: 200; }
    .aui a:hover {
      color: #009AE5; }
    .aui a [class^="icon-"], .aui a [class*=" icon-"] {
      display: inline-block; }
  .aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
    word-wrap: break-word; }
  .aui .table {
    font-size: 15px;
    overflow: hidden; }
    .aui .table td {
      background-color: #F9F9F9; }
    .aui .table thead th {
      background-color: #F0EFEF;
      font-size: 15px;
      font-weight: normal; }
    .aui .table .table-sort-liner a {
      color: #555;
      font-weight: normal;
      text-decoration: underline; }
  .aui .table-striped tbody > tr:nth-child(odd) > td, .aui .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #FFF; }
  .aui .table-hover tbody tr:hover > td, .aui .table-hover tbody tr:hover > th {
    background-color: #EDF8FD; }
  .aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="email"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="text"], .aui input[type="time"], .aui input[type="url"], .aui input[type="week"], .aui select, .aui textarea, .aui .uneditable-input {
    border: 1px solid #DDD;
    color: #8D8D8D;
    font-weight: 200;
    margin-bottom: 7px; }
    .aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="email"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="url"]:focus, .aui input[type="week"]:focus, .aui select:focus, .aui textarea:focus, .aui .uneditable-input:focus {
      border-color: rgba(0, 172, 255, 0.8); }
  .aui input[type="submit"] {
    margin-bottom: 11px;
    margin-top: 6px; }
  .aui input[type="text"].search-query {
    margin-top: 0; }
  .aui label {
    color: #555;
    font-size: 15px;
    font-weight: 200; }
  .aui li {
    line-height: 27px; }
  .aui select:focus {
    border: 1px solid rgba(0, 172, 255, 0.8);
    outline: 5px auto rgba(82, 168, 236, 0.6);
    outline-offset: -2px; }
  .aui .form-search .control-group-inline, .aui .lfr-translation-manager-selector .control-group-inline {
    margin: 0; }
  .aui .field-wrapper .btn {
    margin-top: 0; }
  .aui .btn.disabled, .aui .btn[disabled] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
  .aui .btn-link {
    color: #555;
    text-decoration: none; }
    .aui .btn-link:focus, .aui .btn-link:hover {
      color: #009AE5;
      text-decoration: none; }
    .aui .btn-link > i {
      height: auto;
      margin: 0;
      padding: 0;
      width: auto; }
  .aui .control-group {
    margin-bottom: 30px; }
    .aui .control-group .input-resource-wrapper {
      margin-bottom: 0; }
  .aui .lfr-ddm-container .control-group, .aui .portlet-staging-bar .control-group {
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .aui .form-search .input-append .btn {
      font-size: 0;
      padding: 4px 19px 0; }
      .aui .form-search .input-append .btn:after {
        content: "\f002";
        font-size: 18px;
        font-family: 'fontawesome-alloy';
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em; } }
  .aui .navbar .nav > li > a:focus, .aui .navbar .nav > li > a:hover {
    color: #009AE5; }
  .aui .lfr-tree .tree-node .tree-node-selected .tree-label {
    background: #E4F5FC; }
  .aui .previous-level:focus {
    color: #0A68CD; }
  .aui .previous-level:hover {
    color: #8CD3FC; }
  .aui .logo, .aui .logo:hover {
    color: #333;
    line-height: 20px; }
  .aui .portlet, .aui .portlet-borderless-container {
    background: #FFF;
    margin-bottom: 10px;
    padding: 0; }
  .aui .portlet-title {
    padding: 0 10px; }
  .aui .portlet-nested-portlets .portlet-body .portlet {
    border: 1px solid #E5E5E5; }
  .aui .portlet-borderless-container {
    padding: 10px 0; }
  .aui .portlet-options .dropdown-toggle .caret {
    display: none; }
  .aui .taglib-icon-help img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    vertical-align: top; }
    .aui .taglib-icon-help img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .aui .dockbar-split .dockbar .nav li.dropdown.open > .dropdown-toggle, .aui .dockbar-split .dockbar .nav li.dropdown.active > .dropdown-toggle, .aui .dockbar-split .dockbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #FFF; }
  .aui .dockbar-split .dockbar .navbar-inner {
    background: none;
    visibility: hidden; }
  .aui .dockbar-split.dockbar-ready .dockbar .navbar-inner {
    visibility: visible; }
  .aui .dockbar.navbar .navbar-inner {
    min-height: 40px; }
  .aui .dockbar .navbar-inner {
    background: #333; }
    .aui .dockbar .navbar-inner .container .btn-navbar {
      color: #FFF; }
      .aui .dockbar .navbar-inner .container .btn-navbar .user-avatar-image {
        position: relative;
        top: 2px;
        width: 28px; }
  .aui .dockbar .nav > li > a {
    color: #FFF;
    line-height: 31px; }
    .aui .dockbar .nav > li > a:focus, .aui .dockbar .nav > li > a:hover {
      color: #FFF; }
    .aui .dockbar .nav > li > a [class^="icon-"], .aui .dockbar .nav > li > a [class*=" icon-"] {
      margin-top: 3px; }
  .aui .dockbar .nav > li.active > a {
    color: #FFF; }
    .aui .dockbar .nav > li.active > a, .aui .dockbar .nav > li.active > a:hover, .aui .dockbar .nav > li.active > a:focus {
      background: #0066B3; }
  .aui .dockbar .nav li.dropdown > .dropdown-toggle .caret, .aui .dockbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .aui .dockbar .nav li.dropdown > .dropdown-toggle:hover .caret {
    border-bottom-color: #FFF;
    border-top-color: #FFF; }
  .aui .dockbar .nav li.dropdown.open > .dropdown-toggle, .aui .dockbar .nav li.dropdown.active > .dropdown-toggle, .aui .dockbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #3EA9DB;
    color: #FFF; }
  .aui .dockbar .nav li.dropdown .dropdown-menu, .aui .dockbar .nav li.dropdown .site-administration-menu {
    background: #009AE5;
    border-width: 0;
    left: 0;
    margin: 0;
    right: auto; }
    .aui .dockbar .nav li.dropdown .dropdown-menu > li > a, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a {
      color: #FFF;
      font-size: 0.9em;
      font-weight: 300; }
      .aui .dockbar .nav li.dropdown .dropdown-menu > li > a:focus, .aui .dockbar .nav li.dropdown .dropdown-menu > li > a:hover, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:focus, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:hover {
        background: #2FA4F5;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2FA4F5', endColorstr='#FF2FA4F5'); }
      .aui .dockbar .nav li.dropdown .dropdown-menu > li > a [class^="icon-"], .aui .dockbar .nav li.dropdown .dropdown-menu > li > a [class*=" icon-"], .aui .dockbar .nav li.dropdown .site-administration-menu > li > a [class^="icon-"], .aui .dockbar .nav li.dropdown .site-administration-menu > li > a [class*=" icon-"] {
        margin-right: 3px; }
      .aui .dockbar .nav li.dropdown .dropdown-menu > li > a .icon-spacer, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a .icon-spacer {
        margin-right: 17px; }
    .aui .dockbar .nav li.dropdown .dropdown-menu li.active > a, .aui .dockbar .nav li.dropdown .site-administration-menu li.active > a {
      background: #3B6DCC; }
  .aui .dockbar .nav li.dropdown .dropdown-menu {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto; }
    .aui .dockbar .nav li.dropdown .dropdown-menu:after, .aui .dockbar .nav li.dropdown .dropdown-menu:before {
      border-width: 0; }
  .aui .dockbar .nav li.dropdown.user-avatar .dropdown-menu {
    left: auto;
    right: 0; }
  .aui .dockbar .nav-account-controls li ul li a:hover i {
    background-image: none;
    text-decoration: none; }
  .aui .dockbar .divider-vertical {
    border-left-color: #222;
    border-right-color: #555;
    display: none; }
  .aui .app-view-taglib .lfr-header-row-content .select-all-entries {
    left: 7px;
    top: 14px; }
  .aui .navbar .btn-group, .aui .navbar .navbar-search {
    margin-bottom: 8px;
    margin-top: 8px; }
  .aui .navbar .btn-navbar {
    padding: 10px; }
  .aui .navbar .container .btn-navbar {
    background: transparent;
    border-color: #DDD; }
    .aui .navbar .container .btn-navbar:hover, .aui .navbar .container .btn-navbar:focus, .aui .navbar .container .btn-navbar:active, .aui .navbar .container .btn-navbar.active, .aui .navbar .container .btn-navbar.disabled, .aui .navbar .container .btn-navbar[disabled] {
      background-color: #DDD; }
    .aui .navbar .container .btn-navbar .icon-bar {
      background: #656565; }
  .aui .navbar .icon-caret-down {
    background: #27A7EB;
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    height: auto;
    margin-left: 5px;
    padding: 1px 4px;
    width: auto; }
  .aui .navbar .nav > li.open > a {
    background-color: #FFF;
    color: #555;
    text-decoration: none; }
  .aui .navbar .navbar-inner {
    min-height: 47px; }
  .aui .modify-pages .delete-tab {
    background: #555;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 16px;
    padding: 4px;
    right: -10px;
    top: 0;
    z-index: 300; }
    .aui .modify-pages .delete-tab:hover {
      -webkit-box-shadow: 0 1px 1px -1px black;
      -moz-box-shadow: 0 1px 1px -1px black;
      box-shadow: 0 1px 1px -1px black; }
  .aui .breadcrumb {
    padding: 3px 15px 2px; }
    .aui .breadcrumb li a {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      line-height: normal;
      max-width: 300px;
      vertical-align: text-bottom; }
    .aui .breadcrumb li span.divider {
      color: #999;
      font-weight: bold; }
    .aui .breadcrumb li.last a {
      color: #676767; }
    .aui .breadcrumb li.last span.divider {
      display: none; }
    .aui .breadcrumb .only .divider {
      display: none; }
    @media (max-width: 767px) {
      .aui .breadcrumb.breadcrumb-horizontal {
        padding-left: 5px;
        padding-right: 5px; }
        .aui .breadcrumb.breadcrumb-horizontal li {
          display: none; }
          .aui .breadcrumb.breadcrumb-horizontal li.only, .aui .breadcrumb.breadcrumb-horizontal li.first, .aui .breadcrumb.breadcrumb-horizontal li.last, .aui .breadcrumb.breadcrumb-horizontal li.current-parent {
            display: inline-block; }
          .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.only, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.first a, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.last a, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.active, .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.current-parent a {
            max-width: 65px; }
          .aui .breadcrumb.breadcrumb-horizontal li.breadcrumb-truncate.current-parent:before {
            color: #999;
            content: ' ... / ';
            font-weight: bold; } }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .message {
    color: #000; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .number {
    background: #60BFEF; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.active .tab-label .tab-icon {
    color: #60BFEF; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .message {
    color: #B50303; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .message {
    color: #000; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    background: #CCC;
    color: #FFF; }
  @media (max-width: 979px) {
    .aui .taglib-form-navigator .form-navigator-content {
      clear: both;
      float: none;
      width: 100%; }
    .aui .taglib-form-navigator .form-navigator.nav.well {
      border-width: 1px 0 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      clear: both;
      float: none;
      margin: 1em 0 0;
      padding: 1em 0.5em;
      width: 100%; }
      .aui .taglib-form-navigator .form-navigator.nav.well > li {
        display: inline-block; }
        .aui .taglib-form-navigator .form-navigator.nav.well > li > a {
          margin: 0;
          padding: 0.1em 1em; }
    .aui .taglib-form-navigator .nobr {
      white-space: normal; } }
  .aui #banner h2, .aui #banner h3, .aui .site-breadcrumbs h1 {
    clip: rect(0 0 0 0);
    position: absolute; }
  .aui .opens-new-window-accessible {
    background: url(/seminargo-theme/images/common/open_window.png) no-repeat 0 50%;
    display: inline-block;
    font-size: 0;
    height: 11px;
    margin-left: 2px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: top;
    width: 11px; }
  .aui .nav-header {
    background-color: #E5E5E5;
    border: solid #DDD;
    border-width: 1px 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .aui .accordion .accordion-group .accordion-heading .accordion-toggle {
    padding-left: 15px; }
  .aui .accordion .accordion-group .toggler-content-expanded {
    border-width: 1px 0 0 0; }
  .aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:before, .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-collapsed:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
    content: "\f138";
    font-family: 'fontawesome-alloy';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    display: inline-block;
    margin-right: 5px; }
  .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
    content: "\f13a"; }
  .aui .accordion-group {
    border-width: 0; }
    .aui .accordion-group .accordion-heading {
      background: none no-repeat 0 50%;
      overflow: hidden; }
      .aui .accordion-group .accordion-heading .accordion-toggle, .aui .accordion-group .accordion-heading .accordion-toggle:hover {
        text-decoration: none; }
      .aui .accordion-group .accordion-heading.toggler-header-collapsed, .aui .accordion-group .accordion-heading.toggler-header-expanded {
        background-image: none; }
        .aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:before, .aui .accordion-group .accordion-heading.toggler-header-expanded .accordion-toggle:before {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
          opacity: 0.5; }
      .aui .accordion-group .accordion-heading.toggler-header-collapsed {
        position: relative; }
        .aui .accordion-group .accordion-heading.toggler-header-collapsed .accordion-toggle:after {
          content: '';
          margin-left: 10px;
          position: absolute;
          top: 50%;
          width: 100%; }
    .aui .accordion-group .toggler-content-expanded {
      border: 1px solid #eeeeee; }
      .aui .accordion-group .toggler-content-expanded .accordion-inner {
        border-width: 0; }
    .aui .accordion-group.lfr-panel-extended {
      border-width: 1px; }
      .aui .accordion-group.lfr-panel-extended .accordion-heading {
        background: #F2F2F2;
        overflow: hidden;
        position: static; }
        .aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle {
          color: #999;
          padding-left: 8px; }
          .aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle:after, .aui .accordion-group.lfr-panel-extended .accordion-heading .accordion-toggle:before {
            float: right;
            font-size: 22px; }
  .aui .accordion-heading .accordion-toggle {
    padding-left: 0; }
  .aui .toggler-content-collapsed {
    display: none; }
  .aui body.yui3-skin-sam .yui3-widget-mask {
    background-color: #FFF; }
  .aui.ie .dockbar .navbar-inner, .aui.ie #navigation .navbar-inner {
    filter: none; }
  .aui.ie6 .accordion-group .accordion-heading, .aui.ie7 .accordion-group .accordion-heading {
    background: none no-repeat 0 50%; }
    .aui.ie6 .accordion-group .accordion-heading.toggler-header-collapsed, .aui.ie7 .accordion-group .accordion-heading.toggler-header-collapsed {
      background-image: url(/seminargo-theme/css/../images/arrows/05_right.png); }
    .aui.ie6 .accordion-group .accordion-heading.toggler-header-expanded, .aui.ie7 .accordion-group .accordion-heading.toggler-header-expanded {
      background-image: url(/seminargo-theme/css/../images/arrows/05_down.png); }
  .aui .add-content-menu .accordion, .aui .lfr-edit-layout-panel .accordion, .aui .panel-page-menu .portlet-borderless-container .accordion {
    background: #FFF;
    border: solid #D3D3D3;
    border-width: 0 1px; }
    .aui .add-content-menu .accordion .accordion-group, .aui .lfr-edit-layout-panel .accordion .accordion-group, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group {
      border-width: 0;
      margin-bottom: 0; }
      .aui .add-content-menu .accordion .accordion-group .accordion-heading, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-heading, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-heading {
        cursor: pointer; }
        .aui .add-content-menu .accordion .accordion-group .accordion-heading .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-heading .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-heading .accordion-toggle {
          font-size: 16px;
          font-weight: 300;
          padding: 0; }
      .aui .add-content-menu .accordion .accordion-group .accordion-inner, .aui .lfr-edit-layout-panel .accordion .accordion-group .accordion-inner, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .accordion-inner {
        background: #FCFCFC;
        border: solid #D3D3D3;
        border-width: 0 0 1px 0;
        padding: 6px 0 15px; }
      .aui .add-content-menu .accordion .accordion-group .toggler-header, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header {
        background: #F2F2F2;
        border: solid #D3D3D3;
        border-width: 1px 0;
        margin-top: -1px;
        padding: 6px 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none; }
        .aui .add-content-menu .accordion .accordion-group .toggler-header .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header .accordion-toggle {
          background: #f2f2f2 url(/seminargo-theme/css/../images/arrows/13_right.png) no-repeat 100% -20px; }
      .aui .add-content-menu .accordion .accordion-group .toggler-header-collapsed .accordion-toggle, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-collapsed .accordion-toggle, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-collapsed .accordion-toggle {
        background-position: 100% 0; }
        .aui .add-content-menu .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-collapsed .accordion-toggle:before {
          display: none; }
      .aui .add-content-menu .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before, .aui .lfr-edit-layout-panel .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before, .aui .panel-page-menu .portlet-borderless-container .accordion .accordion-group .toggler-header-expanded .accordion-toggle:before {
        display: none; }
    .aui .add-content-menu .accordion .toggler-content-expanded, .aui .lfr-edit-layout-panel .accordion .toggler-content-expanded, .aui .panel-page-menu .portlet-borderless-container .accordion .toggler-content-expanded {
      border-width: 0; }
  .aui .lfr-add-panel .add-content-menu .lfr-content-item {
    color: #009AE5; }
    .aui .lfr-add-panel .add-content-menu .lfr-content-item:focus, .aui .lfr-add-panel .add-content-menu .lfr-content-item:hover {
      background-color: #E5F5FC; }
    .aui .lfr-add-panel .add-content-menu .lfr-content-item.lfr-portlet-used {
      color: #BBB; }
  .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-collapsed:before, .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.toggler-header-expanded:before {
    color: #8D8D8D;
    position: absolute;
    right: 5px;
    top: 0; }
  .aui .lfr-add-panel .lfr-page-template .lfr-page-template-title.active:before {
    color: #FFF; }
  .aui .lfr-add-panel.lfr-admin-panel h1, .aui .lfr-device-preview-panel.lfr-admin-panel h1, .aui .lfr-edit-layout-panel.lfr-admin-panel h1 {
    color: #009AE5;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px; }
  .aui .html-editor.portlet-message-boards a {
    font-weight: inherit; }
  .aui ::-webkit-selection {
    background: #2AAAE6 !important;
    color: #FFF;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
  .aui ::-moz-selection {
    background: #2AAAE6 !important;
    color: #FFF;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
  .aui ::-o-selection {
    background: #2AAAE6 !important;
    color: #FFF;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
  .aui ::selection {
    background: #2AAAE6 !important;
    color: #FFF;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }
  .aui .breadcrumb > li {
    text-shadow: none; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .number, .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-success .tab-label .number {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-error .tab-label .number {
    -webkit-box-shadow: 0 0 5px 0 #b50303;
    -moz-box-shadow: 0 0 5px 0 #b50303;
    box-shadow: 0 0 5px 0 #b50303; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab.section-success .tab-label .number {
    -webkit-box-shadow: 0 0 5px 0 #488f06;
    -moz-box-shadow: 0 0 5px 0 #488f06;
    box-shadow: 0 0 5px 0 #488f06; }
  .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .aui .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #60bfef;
    -moz-box-shadow: 0 0 5px 0 #60bfef;
    box-shadow: 0 0 5px 0 #60bfef; }
  .aui .modify-pages .delete-tab {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-shadow: none; }
  .aui .nav-header {
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(#ffffff 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(#ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(#ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(#ffffff 0%, #f2f2f2 100%); }
  .aui .portlet-options .dropdown-toggle, .aui .portlet-options.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="text"], .aui input[type="time"], .aui input[type="week"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui textarea, .aui .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .aui input[type="color"]:focus, .aui input[type="date"]:focus, .aui input[type="datetime"]:focus, .aui input[type="datetime-local"]:focus, .aui input[type="month"]:focus, .aui input[type="number"]:focus, .aui input[type="password"]:focus, .aui input[type="text"]:focus, .aui input[type="time"]:focus, .aui input[type="week"]:focus, .aui input[type="email"]:focus, .aui input[type="url"]:focus, .aui input[type="search"]:focus, .aui input[type="tel"]:focus, .aui textarea:focus, .aui .uneditable-input:focus {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  .aui input.search-query {
    border-radius: 15px; }
  .aui .tagselector-focused .tagselector-content .textboxlistentry-holder {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  .aui .dockbar .nav > li > a {
    text-shadow: none; }
  .aui .dockbar .nav li.dropdown .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .aui .dockbar .container .btn .user-avatar-image, .aui .dockbar .nav li.dropdown.user-avatar .user-avatar-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #5594e0;
    -moz-box-shadow: 0 0 0 2px #5594e0;
    box-shadow: 0 0 0 2px #5594e0; }
  .aui .navbar .container .btn, .aui .navbar .container .btn .icon-bar {
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white; }
  .aui .navbar .icon-caret-down {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .aui .navbar .nav > li.open > a {
    -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); }
  .aui .dockbar .container .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui body.yui3-skin-sam .yui3-widget-mask {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.aui .dark, .aui .light {
  /* ---------- Breadcrumbs ---------- */
  /* ---------- Portlet ---------- */
  /* ---------- Portlet hover styles ---------- */
  /* ---------- Extras ---------- */ }
  .aui .dark #navigation .navbar-inner, .aui .light #navigation .navbar-inner {
    border-width: 0; }
    .aui .dark #navigation .navbar-inner .nav > li, .aui .light #navigation .navbar-inner .nav > li {
      margin-right: 5px; }
    .aui .dark #navigation .navbar-inner .nav li, .aui .light #navigation .navbar-inner .nav li {
      padding: 8px 0; }
      .aui .dark #navigation .navbar-inner .nav li.active > a, .aui .dark #navigation .navbar-inner .nav li.open > a, .aui .light #navigation .navbar-inner .nav li.active > a, .aui .light #navigation .navbar-inner .nav li.open > a {
        background: #00CAFF;
        color: #FFF; }
      .aui .dark #navigation .navbar-inner .nav li.open > .dropdown-toggle, .aui .light #navigation .navbar-inner .nav li.open > .dropdown-toggle {
        background: #00CAFF;
        color: #FFF; }
    .aui .dark #navigation .navbar-inner .nav .dropdown-menu, .aui .light #navigation .navbar-inner .nav .dropdown-menu {
      background-color: #FFF;
      border: 1px solid #CCC;
      border-color: rgba(0, 0, 0, 0.2); }
      .aui .dark #navigation .navbar-inner .nav .dropdown-menu:after, .aui .light #navigation .navbar-inner .nav .dropdown-menu:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #FFF; }
      .aui .dark #navigation .navbar-inner .nav .dropdown-menu:before, .aui .light #navigation .navbar-inner .nav .dropdown-menu:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #CCC; }
      .aui .dark #navigation .navbar-inner .nav .dropdown-menu a, .aui .light #navigation .navbar-inner .nav .dropdown-menu a {
        color: #555; }
        .aui .dark #navigation .navbar-inner .nav .dropdown-menu a:focus, .aui .dark #navigation .navbar-inner .nav .dropdown-menu a:hover, .aui .light #navigation .navbar-inner .nav .dropdown-menu a:focus, .aui .light #navigation .navbar-inner .nav .dropdown-menu a:hover {
          background: #00CAFF;
          color: #FFF;
          text-decoration: none; }
  .aui .dark .modify-pages .delete-tab, .aui .light .modify-pages .delete-tab {
    top: 10px; }
  .aui .dark .breadcrumb, .aui .light .breadcrumb {
    background: transparent; }
  .aui .dark .portlet-content, .aui .light .portlet-content {
    border-width: 0; }
  .aui .dark .portlet-topper, .aui .light .portlet-topper {
    background: transparent; }
    .aui .dark .portlet-topper .portlet-title, .aui .light .portlet-topper .portlet-title {
      font-size: 22px;
      font-weight: lighter; }
  .aui .dark .lfr-configurator-visibility .portlet-topper, .aui .light .lfr-configurator-visibility .portlet-topper {
    background: transparent; }
  .aui .dark .portlet-borderless-container, .aui .light .portlet-borderless-container {
    background: transparent; }
  .aui .dark section.portlet, .aui .light section.portlet {
    border: 2px solid transparent; }
    .aui .dark section.portlet menu.portlet-topper-toolbar, .aui .light section.portlet menu.portlet-topper-toolbar {
      color: #00CAFF;
      display: none; }
  .aui .dark.signed-in section.portlet:hover, .aui .light.signed-in section.portlet:hover {
    border-color: #00CAFF; }
    .aui .dark.signed-in section.portlet:hover menu.portlet-topper-toolbar, .aui .light.signed-in section.portlet:hover menu.portlet-topper-toolbar {
      display: block; }
  .aui .dark section.portlet#portlet_new-password menu.portlet-topper-toolbar, .aui .light section.portlet#portlet_new-password menu.portlet-topper-toolbar {
    background: transparent; }
    .aui .dark section.portlet#portlet_new-password menu.portlet-topper-toolbar:after, .aui .light section.portlet#portlet_new-password menu.portlet-topper-toolbar:after {
      content: ""; }
  .aui .dark section.portlet#portlet_new-password:hover, .aui .light section.portlet#portlet_new-password:hover {
    border: 2px solid transparent; }
    .aui .dark section.portlet#portlet_new-password:hover menu.portlet-topper-toolbar, .aui .light section.portlet#portlet_new-password:hover menu.portlet-topper-toolbar {
      background: transparent; }
  .aui .dark.controls-hidden section.portlet:hover, .aui .light.controls-hidden section.portlet:hover {
    border-color: transparent; }
    .aui .dark.controls-hidden section.portlet:hover menu.portlet-topper-toolbar, .aui .light.controls-hidden section.portlet:hover menu.portlet-topper-toolbar {
      display: none; }
  .aui .dark .columns-max section.portlet .portlet-topper-toolbar, .aui .light .columns-max section.portlet .portlet-topper-toolbar {
    background: transparent;
    height: auto;
    width: auto; }
    .aui .dark .columns-max section.portlet .portlet-topper-toolbar:after, .aui .light .columns-max section.portlet .portlet-topper-toolbar:after {
      content: ""; }
    .aui .dark .columns-max section.portlet .portlet-topper-toolbar .portlet-icon-back, .aui .light .columns-max section.portlet .portlet-topper-toolbar .portlet-icon-back {
      padding-right: 0; }
  .aui .dark .columns-max section.portlet:focus, .aui .dark .columns-max section.portlet:hover, .aui .light .columns-max section.portlet:focus, .aui .light .columns-max section.portlet:hover {
    border: 2px solid transparent; }
    .aui .dark .columns-max section.portlet:focus .portlet-topper-toolbar, .aui .dark .columns-max section.portlet:hover .portlet-topper-toolbar, .aui .light .columns-max section.portlet:focus .portlet-topper-toolbar, .aui .light .columns-max section.portlet:hover .portlet-topper-toolbar {
      background: transparent; }
  .aui .dark a, .aui .light a {
    text-shadow: none; }
  .aui .dark #navigation .navbar-inner, .aui .light #navigation .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .aui .dark #navigation .navbar-inner .nav li.active > a, .aui .dark #navigation .navbar-inner .nav li.open > a, .aui .light #navigation .navbar-inner .nav li.active > a, .aui .light #navigation .navbar-inner .nav li.open > a {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      text-shadow: none; }
    .aui .dark #navigation .navbar-inner .nav li.open > .dropdown-toggle, .aui .light #navigation .navbar-inner .nav li.open > .dropdown-toggle {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      text-shadow: none; }
    .aui .dark #navigation .navbar-inner .nav .dropdown-menu, .aui .light #navigation .navbar-inner .nav .dropdown-menu {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
  .aui .dark section.portlet .admin.portlet-topper-toolbar:before, .aui .light section.portlet .admin.portlet-topper-toolbar:before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .aui .dark section.portlet.active, .aui .light section.portlet.active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .aui .dark.signed-in section.portlet, .aui .light.signed-in section.portlet {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .aui .dark.signed-in section.portlet:hover, .aui .light.signed-in section.portlet:hover {
      -webkit-transition: border-color 0.2s ease-in;
      -moz-transition: border-color 0.2s ease-in;
      -o-transition: border-color 0.2s ease-in;
      transition: border-color 0.2s ease-in; }

.aui .dark {
  background: #363636;
  color: #E3E3E3;
  /* ---------- Dockbar ---------- */
  /* ---------- Nav#Navigation ---------- */
  /* ---------- Breadcrumbs ---------- */
  /* ---------- Portlet ---------- */
  /* ---------- Tables ---------- */ }
  .aui .dark.portal-popup {
    background-color: transparent;
    color: #555; }
    .aui .dark.portal-popup legend {
      color: #555; }
  .aui .dark.yui3-skin-sam .yui3-widget-mask {
    background-color: #111; }
  .aui .dark a {
    color: #009CEB; }
  .aui .dark label, .aui .dark legend, .aui .dark .control-label, .aui .dark .panel .panel-toggle, .aui .dark .portlet-wiki .portlet-body h3, .aui .dark .taglib-header {
    color: #E3E3E3; }
  .aui .dark .tagselector-content .textboxlistentry-holder, .aui .dark .table-striped tbody tr:nth-child(odd) td, .aui .dark .table-striped tbody tr:nth-child(odd) th {
    background: #555; }
  .aui .dark .table-hover tbody tr:hover > td, .aui .dark .table-hover tbody tr:hover > th {
    background-color: #222; }
  .aui .dark .has-error label, .aui .dark .has-error .help-block {
    color: #D46565; }
  .aui .dark .has-error .form-control {
    border-color: #D46565; }
  .aui .dark .modal-content, .aui .dark .modal-content legend, .aui .dark .modal-content label, .aui .dark .modal-content .form-control {
    color: #555; }
  .aui .dark .panel, .aui .dark .html-editor, .aui .dark table td {
    background: #363636; }
  .aui .dark .panel, .aui .dark .html-editor, .aui .dark table td {
    background: #363636; }
  .aui .dark .table-bordered {
    border-color: #111; }
    .aui .dark .table-bordered > thead > tr > th, .aui .dark .table-bordered > thead > tr > td, .aui .dark .table-bordered > tbody > tr > th, .aui .dark .table-bordered > tbody > tr > td, .aui .dark .table-bordered > tfoot > tr > th, .aui .dark .table-bordered > tfoot > tr > td {
      border-color: #111; }
  .aui .dark .dockbar .nav li.dropdown .dropdown-menu {
    background: #007BB3; }
  .aui .dark #breadcrumbs {
    padding-left: 10px; }
  .aui .dark #navigation .navbar-inner {
    background: #2F2F2F; }
    .aui .dark #navigation .navbar-inner .nav > li > a {
      color: #E3E3E3; }
  .aui .dark .breadcrumb li a {
    color: #E3E3E3; }
  .aui .dark .lfr-header-row-content {
    padding: 3px 0 0; }
  .aui .dark .portlet {
    background: #363636; }
  .aui .dark .portlet-title {
    color: #00CAFF; }
  .aui .dark .table {
    color: #555; }

.aui .light {
  background: #FAFAFA;
  /* ---------- Portlet ---------- */
  /* ---------- Portlet hover styles ---------- */ }
  .aui .light #navigation .navbar-inner {
    background: #F6F6F6; }
    .aui .light #navigation .navbar-inner .nav > li a {
      color: #777; }
  .aui .light .portlet {
    background: transparent; }
  .aui .light .portlet-title {
    color: #29B23E; }
  .aui .light .columns-max .portlet .portlet-topper-toolbar a {
    color: #555; }

/* ---------- Base styles ---------- */
.aui {
  /* ---------- Dockbar ---------- */
  /* ---------- Main navigation ---------- */
  /* ---------- Breadcrumbs ---------- */
  /* ---------- Portlet wrapper and icons ---------- */
  /* ---------- Set password reminder portlet ---------- */
  /* ---------- Staging bar ---------- */
  /* ---------- Footer ---------- */
  /* ---------- Hudcrumbs ---------- */
  /* ---------- Miscellaneous ---------- */
  /* ---------- Extras ---------- */
  /* ---------- IE8 ---------- */ }
  .aui .separator {
    border-color: #BFBFBF transparent #FFF;
    border-style: solid;
    border-width: 1px 0; }
  .aui .site-title a:hover {
    text-decoration: none; }
  .aui .site-title .site-name {
    display: inline-block; }
  .aui #skip-to-content:focus {
    clip: rect(auto auto auto auto);
    margin-top: 35px;
    right: 5px;
    z-index: 200; }
  .aui #sign-in {
    background: url(/seminargo-theme/images/common/key.png) no-repeat 3px 50%;
    font-weight: bold;
    padding: 5px 5px 5px 25px;
    position: absolute;
    right: 0;
    top: -1.2em; }
  .aui .redirected-to-message {
    margin-right: 10px; }
    .aui .redirected-to-message a {
      background: #ECFBFF;
      border: 1px solid #ADE5FA;
      color: #8D8D8D;
      padding: 5px; }
  .aui .site-navigation {
    margin-bottom: 6px; }
    .aui .site-navigation .lfr-nav-item span, .aui .site-navigation .lfr-nav-item a {
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      max-width: 300px; }
  .aui .taglib-portal-message {
    margin-bottom: 0; }
  .aui .dockbar.navbar .nav li.dropdown.active .dropdown-toggle {
    background-color: transparent; }
    .aui .dockbar.navbar .nav li.dropdown.active .dropdown-toggle:hover {
      color: #FFF; }
  .aui .dockbar.navbar .nav li.dropdown.staging-toggle .dropdown-menu {
    background-color: #55B8EC; }
  .aui .dockbar.navbar .nav > li > a {
    margin: 0 5px 0 0;
    padding: 6px 10px; }
    .aui .dockbar.navbar .nav > li > a:hover {
      background-color: #2FA4F5; }
  .aui .dockbar .info-button {
    top: 9px; }
    .aui .dockbar .info-button a {
      margin-top: -4px; }
      .aui .dockbar .info-button a:hover {
        color: #FFF; }
  .aui .dockbar .staging-bar .staging-toggle {
    color: #FFF; }
    .aui .dockbar .staging-bar .staging-toggle li a {
      color: #FFF;
      font-weight: 300;
      text-decoration: none; }
    .aui .dockbar .staging-bar .staging-toggle .btn-link {
      color: #FFF;
      font-size: 12px; }
  .aui .dockbar .page-customization-bar .btn {
    border-color: transparent; }
    .aui .dockbar .page-customization-bar .btn:hover, .aui .dockbar .page-customization-bar .btn:focus {
      background: transparent;
      text-decoration: underline; }
  .aui .dockbar .navbar-inner, .aui .dockbar-split .dockbar .navbar-inner {
    background-color: #118ade;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(47%, #118ade), color-stop(100%, #1273c7));
    background-image: -webkit-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: -moz-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: -o-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%); }
    .aui .dockbar .navbar-inner .nav > li, .aui .dockbar-split .dockbar .navbar-inner .nav > li {
      background-color: #118ade;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(47%, #118ade), color-stop(100%, #1273c7));
      background-image: -webkit-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
      background-image: -moz-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
      background-image: -o-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
      background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%); }
  .aui .dockbar-split .dockbar .info-button {
    top: 9px; }
  .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
    border-top: 1px solid #00AEFF; }
    .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls.nav-account-controls-notice {
      top: 50px; }
  .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
    background: transparent;
    border-top-width: 0; }
    .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls.nav-add-controls-notice {
      top: 70px; }
    .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
      background-color: transparent;
      background-image: none; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
        background: #45CBF5;
        line-height: inherit;
        padding: 6px 8px; }
        @media (max-width: 979px) {
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: transparent; } }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
          background: #5BBAE8; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
          background: #92F545; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: transparent; } }
  .aui .dockbar-split .dockbar .navbar-inner .page-customization-bar {
    background-color: #6DA4E4;
    background-color: rgba(109, 168, 228, 0.9);
    line-height: 20px; }
  .aui .dockbar-split .dockbar .navbar-inner .page-customization-bar-text {
    height: 43px; }
  .aui .dockbar-split .dockbar .navbar-inner .staging-bar {
    margin: 6px 0; }
    .aui .dockbar-split .dockbar .navbar-inner .staging-bar > li {
      background: transparent; }
  .aui #navigation .add-page-editor input {
    margin-top: 0; }
  .aui #navigation .brand {
    margin-left: 0;
    padding: 0 20px 0 0; }
    .aui #navigation .brand img {
      height: 40px;
      width: auto; }
  .aui #navigation .nav li.dropdown > .dropdown-toggle {
    padding-right: 0; }
    .aui #navigation .nav li.dropdown > .dropdown-toggle .caret {
      border-bottom-color: #FFF;
      border-top-color: #FFF; }
  .aui #navigation .nav li.open > a {
    background-color: #A3A3A3;
    color: #FFF; }
  .aui #navigation .nav li.active > a {
    background-color: #118ade; }
  .aui #navigation .nav > li > a {
    padding: 4px 15px 5px; }
  .aui #navigation .nav .dropdown-menu {
    background: #00ACFF;
    border-width: 0;
    margin: 0; }
    .aui #navigation .nav .dropdown-menu:after, .aui #navigation .nav .dropdown-menu:before {
      border-width: 0; }
    .aui #navigation .nav .dropdown-menu a {
      color: #FFF; }
      .aui #navigation .nav .dropdown-menu a:hover {
        background: none;
        text-decoration: underline; }
  .aui #navigation .navbar-inner {
    background: #555;
    border-width: 0;
    min-height: 36px; }
    .aui #navigation .navbar-inner li a {
      color: #FFF; }
  .aui .modify-pages .delete-tab {
    background: #555;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 16px;
    padding: 4px;
    right: -10px;
    top: 0;
    z-index: 300; }
  .aui .modify-pages .lfr-nav-item .lfr-nav-child-toggle {
    padding: 10px; }
    .aui .modify-pages .lfr-nav-item .lfr-nav-child-toggle i {
      margin: 0; }
    @media (max-width: 979px) {
      .aui .modify-pages .lfr-nav-item .lfr-nav-child-toggle {
        line-height: 1em;
        padding: 14px;
        position: absolute;
        right: 0;
        top: 0; } }
  .aui .modify-pages .drag-handle {
    background-color: rgba(255, 255, 255, 0.75);
    color: #009AE5; }
  .aui .breadcrumb {
    background-color: #FAFAFA; }
  .aui #breadcrumbs {
    margin-bottom: 45px; }
    .aui #breadcrumbs .breadcrumb {
      margin-bottom: 0; }
  .aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
    border: 1px solid #EAEAEA;
    border-top-width: 0;
    padding: 12px 10px 10px; }
  .aui .portlet-topper {
    background: #D3D3D3;
    color: #FFF;
    padding: 0; }
    .aui .portlet-topper .portlet-title {
      font-size: 1em;
      font-weight: normal;
      line-height: 2.2;
      margin: 0; }
      .aui .portlet-topper .portlet-title i, .aui .portlet-topper .portlet-title span img {
        display: none; }
    .aui .portlet-topper .portlet-topper-toolbar {
      font-size: 0.8em;
      margin: -10px 0 0;
      padding: 0;
      right: 10px;
      top: 50%; }
  .aui .lfr-configurator-visibility .portlet-topper {
    background-color: #A9A9A9; }
  .aui .signed-in.controls-visible .portlet-title {
    padding-right: 80px; }
  .aui .portlet-asset-publisher .asset-title, .aui .portlet-asset-publisher .header-title, .aui .portlet-asset-publisher li.title-list, .aui .portlet-blogs .entry-title, .aui .portlet-blogs .header-title, .aui .portlet-message-boards .header-title {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .aui .portlet-asset-publisher .asset-content, .aui .portlet-asset-publisher .asset-summary, .aui .portlet-blogs .entry-body, .aui .portlet-journal-content .journal-content-article, .aui .portlet-message-boards .thread-body {
    word-wrap: break-word; }
  .aui .edit-actions {
    list-style: none;
    margin-left: 0;
    margin-right: 0; }
    .aui .edit-actions li {
      float: left;
      margin-right: 10px; }
  .aui .portlet-icons {
    float: none; }
  .aui .page-maximized .portlet-icons {
    font-size: 11px; }
  .aui .dropdown-menu > li.portlet-close > a {
    color: #C00;
    font-weight: bold; }
    .aui .dropdown-menu > li.portlet-close > a:focus, .aui .dropdown-menu > li.portlet-close > a:hover {
      background-color: #C00;
      background-image: none;
      color: #FFF; }
  .aui .update-reminder-query .control-group {
    max-width: 350px; }
  .aui .update-reminder-query .reminder-query-answer {
    height: 30px;
    width: 100%; }
  .aui .update-reminder-query .reminder-query-question {
    width: 100%; }
  .aui .navbar-inner .nav.staging-bar {
    border-top-width: 0;
    position: static; }
    .aui .navbar-inner .nav.staging-bar li .page-variations {
      display: inline-block;
      margin-left: 8px; }
      .aui .navbar-inner .nav.staging-bar li .page-variations a {
        text-decoration: none; }
    .aui .navbar-inner .nav.staging-bar li.dropdown {
      position: static; }
  .aui .portlet-staging-bar .row-fluid .layout-revision-info .layout-revision-version label {
    color: #B6DDF5; }
  .aui .portlet-staging-bar .label-submit {
    background-color: #469DE3; }
  .aui .portlet-staging-bar .layout-branch-selector .icon-caret-down, .aui .portlet-staging-bar .layout-set-branch-selector .icon-caret-down {
    background-color: #469DE3; }
  .aui .portlet-staging-bar .page-variations-options .lfr-icon-menu, .aui .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu {
    background-color: #50AFE9; }
    .aui .portlet-staging-bar .page-variations-options .lfr-icon-menu .icon-globe, .aui .portlet-staging-bar .page-variations-options .lfr-icon-menu .icon-file, .aui .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu .icon-globe, .aui .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu .icon-file {
      background-color: #469DE3; }
  .aui #footer {
    text-align: right; }
  .aui .lfr-hudcrumbs {
    position: fixed;
    top: 0;
    z-index: 300; }
    .aui .lfr-hudcrumbs .breadcrumb {
      background: #414445;
      background: rgba(0, 0, 0, 0.8); }
      .aui .lfr-hudcrumbs .breadcrumb li a, .aui .lfr-hudcrumbs .breadcrumb li span {
        color: #FFF; }
  .aui .lfr-panel-container {
    background-color: transparent; }
  .aui .lfr-portlet-title-editable-content .field {
    display: inline;
    float: none; }
  .aui .portlet-journal-content .lfr-icon-actions {
    margin-bottom: 3px; }
  .aui #navigation .nav li.open > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui #navigation .nav .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .aui #navigation .nav > .active > a {
    background-color: #118ade;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(47%, #118ade), color-stop(100%, #1273c7));
    background-image: -webkit-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: -moz-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: -o-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF118ADE', endColorstr='#FF1273C7'); }
  .aui #navigation .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .aui #navigation .navbar-inner li a {
      text-shadow: none; }
  .aui .update-reminder-query .reminder-query-answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .modify-pages .delete-tab {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-shadow: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .aui .modify-pages .delete-tab:hover {
      -webkit-box-shadow: 0 1px 1px -1px black;
      -moz-box-shadow: 0 1px 1px -1px black;
      box-shadow: 0 1px 1px -1px black; }
  .aui .portlet-borderless-bar, .aui .portlet-content .lfr-icon-actions {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 3px black;
    -moz-box-shadow: inset 0 1px 3px black;
    box-shadow: inset 0 1px 3px black; }
  .aui .portlet-borderless-bar .portlet-actions {
    -webkit-box-shadow: inset 2px 1px 2px black;
    -moz-box-shadow: inset 2px 1px 2px black;
    box-shadow: inset 2px 1px 2px black; }
  .aui .portlet-borderless-bar .portlet-title-default {
    -webkit-box-shadow: inset -2px 1px 2px black;
    -moz-box-shadow: inset -2px 1px 2px black;
    box-shadow: inset -2px 1px 2px black; }
  .aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
  .aui .portlet-minimized .portlet-content {
    border-width: 0; }
  .aui .portlet-minimized .portlet-topper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .aui .portlet-nested-portlets .portlet-body .portlet, .aui .portlet-nested-portlets .portlet-body .portlet-borderless-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .portlet-topper {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .aui .dockbar .staging-bar .staging-toggle > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .aui .dockbar-split .dockbar .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }
    @media (max-width: 979px) {
      .aui .dockbar-split .dockbar .navbar-inner {
        background-color: #118ade;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(100%, #1273c7));
        background-image: -webkit-linear-gradient(#118ade, #1273c7);
        background-image: -moz-linear-gradient(#118ade, #1273c7);
        background-image: -o-linear-gradient(#118ade, #1273c7);
        background-image: linear-gradient(#118ade, #1273c7); } }
    .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
      background-color: #0ea6f9;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0ea6f9), color-stop(100%, #0993dd));
      background-image: -webkit-linear-gradient(#0ea6f9, #0993dd);
      background-image: -moz-linear-gradient(#0ea6f9, #0993dd);
      background-image: -o-linear-gradient(#0ea6f9, #0993dd);
      background-image: linear-gradient(#0ea6f9, #0993dd);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .staging-link.dropdown-toggle {
      background-color: #55B8EC;
      background-image: none; }
  .aui .lfr-hudcrumbs ul {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
  .aui .lfr-hudcrumbs .breadcrumb li a, .aui .lfr-hudcrumbs .breadcrumb li span {
    text-shadow: -1px -1px black; }
  .aui.ie8 .dockbar-split .dockbar .navbar-inner .info-button a {
    margin-top: -2px; }

html .v-label-col5, html.aui .v-label-col5 {
  display: none; }
html .v-button-false,
html .v-button-true, html.aui .v-button-false,
html.aui .v-button-true {
  display: none !important; }
html .v-textfield, html.aui .v-textfield {
  background-image: none; }
html input.v-textfield
.v-disabled, html.aui input.v-textfield
.v-disabled {
  padding: 0;
  height: auto; }
  html input.v-textfield
  .v-disabled .v-button-wrap, html.aui input.v-textfield
  .v-disabled .v-button-wrap {
    height: auto; }
html .v-checkbox, html.aui .v-checkbox {
  margin-bottom: 3px; }
  html .v-checkbox input, html.aui .v-checkbox input {
    vertical-align: middle; }
html #SeminarGoRootPanel, html.aui #SeminarGoRootPanel {
  overflow: visible !important; }
  html #SeminarGoRootPanel > .v-panel-content > .v-panel, html.aui #SeminarGoRootPanel > .v-panel-content > .v-panel {
    overflow: visible !important; }
html #wrapper.seminargo, html.aui #wrapper.seminargo {
  max-width: 100%; }
html .portlet-topper, html.aui .portlet-topper {
  overflow: auto; }
html .portlet, html.aui .portlet {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }
  html .portlet.portlet-full .portlet-content, html.aui .portlet.portlet-full .portlet-content {
    padding: 0; }
html .portlet-dropzone, html.aui .portlet-dropzone {
  padding: 0; }
html .v-label-undef-w, html.aui .v-label-undef-w {
  white-space: normal; }
html .v-filterselect,
html .v-filterselect:hover,
html .v-filterselect-focus,
html .v-filterselect-button,
html .v-filterselect-button:hover, html.aui .v-filterselect,
html.aui .v-filterselect:hover,
html.aui .v-filterselect-focus,
html.aui .v-filterselect-button,
html.aui .v-filterselect-button:hover {
  background: none; }
html .v-filterselect-focus .v-filterselect-button, html.aui .v-filterselect-focus .v-filterselect-button {
  background: none; }
html input.v-filterselect-input, html.aui input.v-filterselect-input {
  background: none !important; }
html body > .v-overlay-container > .v-shadow, html.aui body > .v-overlay-container > .v-shadow {
  display: none; }
html .v-menubar, html.aui .v-menubar {
  height: auto;
  text-shadow: none;
  background: transparent; }
html .v-menubar-menuitem-selected, html.aui .v-menubar-menuitem-selected {
  background: transparent !important;
  text-shadow: none !important; }
html .v-errorindicator,
html .v-label-result-hoteldistance, html.aui .v-errorindicator,
html.aui .v-label-result-hoteldistance {
  display: none !important; }
html .v-label-selecthotel-toolbox-hr, html.aui .v-label-selecthotel-toolbox-hr {
  float: left;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid white;
  margin: 16px 0; }
  html .v-label-selecthotel-toolbox-hr hr, html.aui .v-label-selecthotel-toolbox-hr hr {
    display: none !important; }
html .v-scrollable, html.aui .v-scrollable {
  overflow: visible; }
html .backoffice-customerview .v-table-body-wrapper,
html .backoffice-hotelview .v-table-body-wrapper, html.aui .backoffice-customerview .v-table-body-wrapper,
html.aui .backoffice-hotelview .v-table-body-wrapper {
  overflow: auto !important; }
html .backoffice-customerview, html.aui .backoffice-customerview {
  margin-top: 20px; }
html .v-panel-content, html.aui .v-panel-content {
  border: none; }
  html .v-panel-content .filters-wrap, html.aui .v-panel-content .filters-wrap {
    border: none; }
    html .v-panel-content .filters-wrap .filters-panel, html.aui .v-panel-content .filters-wrap .filters-panel {
      height: auto;
      background-color: transparent;
      width: 100%; }
html .v-csslayout, html .v-label, html .v-customcomponent, html .v-menubar, html.aui .v-csslayout, html.aui .v-label, html.aui .v-customcomponent, html.aui .v-menubar {
  overflow: visible;
  line-height: normal; }
html .v-label, html.aui .v-label {
  font-size: 14px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 24px; }
html .v-csslayout-myseminar h1, html .v-csslayout-myseminar div.h1, html.aui .v-csslayout-myseminar h1, html.aui .v-csslayout-myseminar div.h1 {
  margin: 0;
  text-shadow: none;
  letter-spacing: normal; }
html .v-csslayout-myseminar h2, html .v-csslayout-myseminar div.h2, html.aui .v-csslayout-myseminar h2, html.aui .v-csslayout-myseminar div.h2 {
  margin: 0;
  text-shadow: none;
  letter-spacing: normal; }
html .v-disabled.v-button, html.aui .v-disabled.v-button {
  padding: 0;
  height: auto; }
  html .v-disabled.v-button .v-button-wrap, html.aui .v-disabled.v-button .v-button-wrap {
    height: auto; }
html .v-button, html .v-button:focus, html.aui .v-button, html.aui .v-button:focus {
  background: none;
  cursor: pointer;
  padding: 0;
  height: auto; }
  html .v-button .v-button-wrap, html .v-button:focus .v-button-wrap, html.aui .v-button .v-button-wrap, html.aui .v-button:focus .v-button-wrap {
    background: none;
    height: auto;
    padding: 0; }
    html .v-button .v-button-wrap .v-button-caption, html .v-button:focus .v-button-wrap .v-button-caption, html.aui .v-button .v-button-wrap .v-button-caption, html.aui .v-button:focus .v-button-wrap .v-button-caption {
      text-shadow: none; }
html .v-csslayout-myseminar-form input[type="text"], html.aui .v-csslayout-myseminar-form input[type="text"] {
  background: none;
  border: none;
  outline: none; }
html .v-app, html.aui .v-app {
  background: transparent; }
html .v-datefield-calendarpanel-header td, html.aui .v-datefield-calendarpanel-header td {
  background: none; }
  html .v-datefield-calendarpanel-header td button,
  html .v-datefield-calendarpanel-header td span, html.aui .v-datefield-calendarpanel-header td button,
  html.aui .v-datefield-calendarpanel-header td span {
    background: none;
    border: none; }
html .v-label-datepicker-other-month:hover, html.aui .v-label-datepicker-other-month:hover {
  background: transparent !important;
  color: inherit !important; }
html .v-table-header-wrap, html.aui .v-table-header-wrap {
  text-transform: none; }
html .v-table .v-selected, html.aui .v-table .v-selected {
  text-shadow: none; }
html .v-table-header-wrap,
html .v-table-row-odd, html.aui .v-table-header-wrap,
html.aui .v-table-row-odd {
  background: none; }
html .v-table-resizer,
html .v-table-focus-slot-left,
html .v-table-cell-content,
html .v-table-header-wrap,
html .v-table-body, html.aui .v-table-resizer,
html.aui .v-table-focus-slot-left,
html.aui .v-table-cell-content,
html.aui .v-table-header-wrap,
html.aui .v-table-body {
  border: none; }
html .v-tabsheet-tabitem,
html .v-tabsheet-tabitem .v-caption,
html .v-tabsheet-tabitem-selected .v-caption,
html .v-tabsheet-spacertd,
html .v-tabsheet-spacertd div,
html .v-tabsheet-tabitemcell-selected-first,
html .v-tabsheet-tabitemcell,
html .v-tabsheet-tabitemcell-selected-last,
html .v-tabsheet-deco,
html .v-tabsheet-content, html.aui .v-tabsheet-tabitem,
html.aui .v-tabsheet-tabitem .v-caption,
html.aui .v-tabsheet-tabitem-selected .v-caption,
html.aui .v-tabsheet-spacertd,
html.aui .v-tabsheet-spacertd div,
html.aui .v-tabsheet-tabitemcell-selected-first,
html.aui .v-tabsheet-tabitemcell,
html.aui .v-tabsheet-tabitemcell-selected-last,
html.aui .v-tabsheet-deco,
html.aui .v-tabsheet-content {
  background: none;
  border: none; }
html input[type="submit"], html input[type="button"], html input[type="reset"], html button, html.aui input[type="submit"], html.aui input[type="button"], html.aui input[type="reset"], html.aui button {
  text-shadow: none; }
html .v-align-middle > .v-widget, html .v-align-bottom > .v-widget, html.aui .v-align-middle > .v-widget, html.aui .v-align-bottom > .v-widget {
  float: none; }
html strong, html b, html.aui strong, html.aui b {
  font-weight: normal !important;
  font-family: 'VistaSansBoldRegular' !important; }
html symposion-offer, html.aui symposion-offer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }
html .portlet-asset-publisher .asset-content, html .portlet-asset-publisher .asset-summary, html .portlet-asset-publisher .asset-title, html .portlet-asset-publisher .header-title, html .portlet-asset-publisher li.title-list, html .portlet-asset-publisher .results-row, html .portlet-blogs .entry-body, html .portlet-blogs .entry-title, html .portlet-blogs .header-title, html .portlet-journal-content .journal-content-article, html .portlet-message-boards .header-title, html .portlet-message-boards .thread-body, html .portlet-search .results-row, html.aui .portlet-asset-publisher .asset-content, html.aui .portlet-asset-publisher .asset-summary, html.aui .portlet-asset-publisher .asset-title, html.aui .portlet-asset-publisher .header-title, html.aui .portlet-asset-publisher li.title-list, html.aui .portlet-asset-publisher .results-row, html.aui .portlet-blogs .entry-body, html.aui .portlet-blogs .entry-title, html.aui .portlet-blogs .header-title, html.aui .portlet-journal-content .journal-content-article, html.aui .portlet-message-boards .header-title, html.aui .portlet-message-boards .thread-body, html.aui .portlet-search .results-row {
  -moz-hyphens: auto;
  word-break: normal; }
html body, html div, html dl, html dt, html dd, html ol, html h1, html h2, html h3, html h4, html h5, html h6, html pre, html form, html fieldset, html input, html textarea, html p, html blockquote, html th, html td, html.aui body, html.aui div, html.aui dl, html.aui dt, html.aui dd, html.aui ol, html.aui h1, html.aui h2, html.aui h3, html.aui h4, html.aui h5, html.aui h6, html.aui pre, html.aui form, html.aui fieldset, html.aui input, html.aui textarea, html.aui p, html.aui blockquote, html.aui th, html.aui td {
  margin: 0;
  padding: 0; }
html h1, html h2, html h3, html.aui h1, html.aui h2, html.aui h3 {
  margin: 1em 0; }

.aui input[type="color"], .aui input[type="date"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="email"], .aui input[type="month"], .aui input[type="number"], .aui input[type="password"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="text"], .aui input[type="time"], .aui input[type="url"], .aui input[type="week"], .aui select, .aui textarea, .aui .uneditable-input {
  color: inherit;
  font-weight: normal;
  margin-bottom: 0; }

.aui .light {
  background: transparent; }

.aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: none;
  padding: 0; }

.aui .portlet, .aui .portlet-borderless-container {
  background: transparent;
  margin-bottom: 0;
  padding: 0; }

.aui input[type="radio"], .aui input[type="checkbox"] {
  line-height: normal;
  margin: 0; }

.aui hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee -moz-use-text-color white;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 7px 0; }

.aui #navigation .navbar-inner {
  background: transparent;
  border-width: 0;
  min-height: 36px;
  margin-top: 5px; }

.aui #navigation ul li {
  margin-left: 0 !important; }
  .aui #navigation ul li a {
    padding: 4px 12px 4px !important; }

.aui .row {
  margin-left: 0 !important; }

.aui .portlet-boundary .portlet-borderless-container {
  margin: 0; }

@font-face {
  font-family: 'VistaSansAltRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBoldRegular';
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal !important;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCRegRegular';
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCBoldRegular';
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot");
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sympicons';
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax");
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax#iefix") format("embedded-opentype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.ttf?v8m3ax") format("truetype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.woff?v8m3ax") format("woff"), url("/seminargo-theme/css/sympicons/fonts/sympicons.svg?v8m3ax#sympicons") format("svg");
  font-weight: normal;
  font-style: normal; }

html.chrome body {
  letter-spacing: 0px; }

html #banner, html.aui #banner {
  min-width: 1160px;
  margin: 0 auto;
  display: table;
  background: transparent; }
html .banner-link, html.aui .banner-link {
  display: inline-block;
  float: left; }
html .banner-span, html.aui .banner-span {
  float: left;
  background: transparent url("images/logo.png") no-repeat left top;
  background-size: 157px auto;
  display: inline-block;
  text-indent: -9999px;
  margin-top: 5px;
  height: 36px;
  width: 157px;
  padding-right: 20px; }
html .nav_left_menu, html.aui .nav_left_menu {
  float: left !important; }
html .nav_right_menu, html.aui .nav_right_menu {
  float: right !important; }
html #navigation, html.aui #navigation {
  background: transparent;
  margin: 0 auto 5px;
  min-height: 2.2em;
  padding: 0 5px;
  position: relative;
  z-index: 210; }
  html #navigation .navbar-inner, html.aui #navigation .navbar-inner {
    padding-left: 0px;
    padding-right: 0px; }
  html #navigation ul, html.aui #navigation ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    html #navigation ul li, html #navigation ul a, html.aui #navigation ul li, html.aui #navigation ul a {
      display: inline-block; }
    html #navigation ul li, html.aui #navigation ul li {
      position: relative;
      vertical-align: top;
      margin-left: 20px; }
      html #navigation ul li a, html.aui #navigation ul li a {
        text-decoration: none;
        padding: 0; }
        html #navigation ul li a:hover, html.aui #navigation ul li a:hover {
          background: none; }
        html #navigation ul li a span, html.aui #navigation ul li a span {
          font-size: 12px;
          text-decoration: none;
          position: relative;
          color: #fff;
          text-shadow: none;
          line-height: 30px;
          font-weight: normal; }
      html #navigation ul li.selected a, html.aui #navigation ul li.selected a {
        background: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important; }
        html #navigation ul li.selected a span, html.aui #navigation ul li.selected a span {
          color: #fff;
          font-weight: bold; }
  html #navigation li .child-menu, html.aui #navigation li .child-menu {
    display: none;
    position: absolute;
    background: #fff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
    width: 200px; }
    html #navigation li .child-menu li, html.aui #navigation li .child-menu li {
      background: transparent;
      display: block; }
      html #navigation li .child-menu li a, html.aui #navigation li .child-menu li a {
        background: transparent;
        text-shadow: none;
        color: #333333;
        padding: 5px;
        font-weight: normal; }
  html #navigation li.open .child-menu, html.aui #navigation li.open .child-menu {
    display: block; }
html .v-menubar-actions, html.aui .v-menubar-actions {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  background: transparent;
  position: relative;
  text-shadow: none; }
  html .v-menubar-actions .v-menubar-menuitem, html.aui .v-menubar-actions .v-menubar-menuitem {
    position: relative; }
    html .v-menubar-actions .v-menubar-menuitem img, html.aui .v-menubar-actions .v-menubar-menuitem img {
      margin-right: 5px; }
    html .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-active .v-menubar-menuitem-caption, html.aui .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-active .v-menubar-menuitem-caption {
      color: #fff; }
    html .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-newbooking .v-menubar-menuitem-caption, html.aui .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-newbooking .v-menubar-menuitem-caption {
      font-weight: normal !important; }
      html .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-newbooking .v-menubar-menuitem-caption:before, html.aui .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-newbooking .v-menubar-menuitem-caption:before {
        font-family: 'sympicons';
        content: "\e946";
        position: absolute;
        left: 5px;
        top: -9px; }
    html .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-register .v-menubar-menuitem-caption, html.aui .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-register .v-menubar-menuitem-caption {
      font-weight: normal !important; }
      html .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-register .v-menubar-menuitem-caption:before, html.aui .v-menubar-actions .v-menubar-menuitem.v-menubar-menuitem-register .v-menubar-menuitem-caption:before {
        font-family: 'sympicons';
        content: "\e946";
        position: absolute;
        left: 5px;
        top: -9px; }
html #sign-in, html.aui #sign-in {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  float: right;
  color: #666666;
  text-shadow: none;
  line-height: 40px; }
html .nav-menu, html.aui .nav-menu {
  float: left;
  clear: left; }
  html .nav-menu h2, html.aui .nav-menu h2 {
    margin: 0; }
    html .nav-menu h2 a, html.aui .nav-menu h2 a {
      background: #f0f0f0;
      color: #333333;
      display: block;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 2px;
      padding: 10px 20px;
      text-decoration: none;
      width: 290px; }
  html .nav-menu .level-1, html .nav-menu .level-2, html.aui .nav-menu .level-1, html.aui .nav-menu .level-2 {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    html .nav-menu .level-1 a, html .nav-menu .level-2 a, html.aui .nav-menu .level-1 a, html.aui .nav-menu .level-2 a {
      font-size: 14px;
      color: #333333;
      display: block;
      text-decoration: none;
      padding: 10px;
      border-bottom: 1px solid #f0f0f0;
      padding-left: 20px;
      width: 300px; }
html .ie7 #navigation ul, html.aui .ie7 #navigation ul {
  padding: 2px; }
html .ie6 #navigation li, html .ie7 #navigation li, html .ie6 #navigation a, html .ie7 #navigation a, html.aui .ie6 #navigation li, html.aui .ie7 #navigation li, html.aui .ie6 #navigation a, html.aui .ie7 #navigation a {
  display: inline;
  zoom: 1;
  z-index: 200; }

.aui .dockbar-ready #wrapper {
  margin-top: 41px; }

.aui .nav-account-controls {
  width: 100%;
  background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
  left: 0; }

.aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
  right: 0; }

.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
  top: 30%; }

.aui .modify-pages .delete-tab {
  text-indent: -999999px; }
  .aui .modify-pages .delete-tab:before {
    content: 'x';
    color: #fff;
    position: absolute;
    left: 0;
    top: 0; }

.portlet-login {
  padding: 30px !important;
  -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */ }
  .portlet-login label.aui-field-label {
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal;
    padding-bottom: 5px; }
  .portlet-login input[type="text"], .portlet-login input[type="password"] {
    font-size: 14px;
    font-family: arial, sans-serif;
    padding: 0 7px;
    height: 30px;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
    -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
    box-shadow: inset 0 1px 2px 0 #dddddd;
    background: #fff;
    outline: 0 !important;
    width: 585px;
    margin-bottom: 10px; }
  .portlet-login .aui-field-choice {
    display: block;
    margin: 10px 0;
    margin-bottom: 20px; }
    .portlet-login .aui-field-choice label.aui-choice-label {
      padding-left: 5px;
      vertical-align: middle;
      margin-right: 10px;
      color: #666666;
      font-size: 12px; }
  .portlet-login .portlet {
    padding-top: 50px !important; }
  .portlet-login .portlet-title-text {
    width: 0px;
    height: 0px;
    overflow: hidden;
    color: transparent; }
  .portlet-login .alert-error {
    padding-bottom: 15px !important; }
  .portlet-login .aui-button-input-submit, .portlet-login .aui-button-input-submit:focus {
    background: #ac2a6e;
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: none;
    padding: 0px 13px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 31px; }
  .portlet-login .aui-button-input-submit:hover {
    background: #c1327d; }
  .portlet-login .navigation {
    background: none;
    padding-left: 0;
    margin-top: 20px; }
    .portlet-login .navigation a {
      background: none;
      color: #ac2a6e;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-size: 14px;
      font-weight: normal; }
      .portlet-login .navigation a:hover {
        color: #c1327d; }
      .portlet-login .navigation a span {
        text-decoration: none; }
      .portlet-login .navigation a img {
        display: none; }

#footer_wrapper,
#imprint_wrapper {
  margin: 0 auto;
  text-align: left !important;
  float: left;
  width: 100%;
  min-width: 1160px;
  background: #333333;
  padding-top: 40px; }
  #footer_wrapper h4,
  #imprint_wrapper h4 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px; }
  #footer_wrapper .address_container,
  #imprint_wrapper .address_container {
    float: left;
    width: 360px; }
    #footer_wrapper .address_container p,
    #imprint_wrapper .address_container p {
      color: #fff;
      opacity: 0.5;
      font-size: 14px;
      line-height: normal;
      margin: 0;
      line-height: 24px; }
      #footer_wrapper .address_container p a,
      #imprint_wrapper .address_container p a {
        color: white; }
    #footer_wrapper .address_container .phonefax,
    #imprint_wrapper .address_container .phonefax {
      float: left;
      width: 100%;
      margin: 10px 0; }
  #footer_wrapper .links_container,
  #imprint_wrapper .links_container {
    float: left;
    width: 33.3333%;
    margin-right: 0; }
    #footer_wrapper .links_container ul,
    #imprint_wrapper .links_container ul {
      float: left;
      width: 100%;
      margin: 0;
      padding-left: 0; }
      #footer_wrapper .links_container ul li,
      #imprint_wrapper .links_container ul li {
        list-style: none;
        border-bottom: 1px solid #3f3f3f;
        margin-right: 40px; }
        #footer_wrapper .links_container ul li:last-child,
        #imprint_wrapper .links_container ul li:last-child {
          border-bottom: none !important;
          margin-right: 0; }
        #footer_wrapper .links_container ul li a,
        #imprint_wrapper .links_container ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 14px;
          opacity: 0.5;
          display: block;
          padding: 10px 0; }
          #footer_wrapper .links_container ul li a:hover,
          #imprint_wrapper .links_container ul li a:hover {
            opacity: 1; }

#imprint {
  float: left;
  width: 100%;
  min-width: 1160px;
  background: #000;
  padding: 20px 0;
  position: relative; }
  #imprint .copyrighttext {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 1.7em; }
    #imprint .copyrighttext span {
      opacity: 0.5; }
  #imprint .info_links {
    float: right;
    font-size: 12px;
    margin-top: 20px;
    right: 0; }
    #imprint .info_links a {
      float: left;
      color: #fff;
      opacity: 0.5;
      margin-right: 10px; }

#customercenter_wrapper {
  position: fixed;
  right: -291px;
  top: 146px; }
  #customercenter_wrapper .customercenter_flap {
    float: left;
    width: 14px;
    height: 140px;
    display: block;
    cursor: pointer;
    text-indent: -99999px;
    padding: 15px; }
  #customercenter_wrapper .customercenter_content {
    float: right;
    width: 250px;
    padding: 20px;
    background: #fff;
    border-left: 1px solid #d5b968;
    border-top: 1px solid #d5b968;
    border-bottom: 1px solid #d5b968; }
    #customercenter_wrapper .customercenter_content h4 {
      margin-bottom: 20px; }
    #customercenter_wrapper .customercenter_content p {
      margin-bottom: 10px;
      font-size: 14px; }
      #customercenter_wrapper .customercenter_content p.opening_hours {
        margin: 10px 0;
        margin-bottom: 20px; }
      #customercenter_wrapper .customercenter_content p.chat {
        margin-bottom: 0; }
        #customercenter_wrapper .customercenter_content p.chat a {
          text-transform: uppercase; }
  #customercenter_wrapper:hover {
    transition: 1s;
    right: 0px; }

.en_US #customercenter_wrapper .customercenter_flap {
  background: #d5b968 url("images/flappe_kundencenter_text-en.png") no-repeat center center; }

.de_DE #customercenter_wrapper .customercenter_flap {
  background: #d5b968 url("images/flappe_kundencenter_text.png") no-repeat center center; }

/*!
 * Bootstrap v2.3.2
 *
 * 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.
 */
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: #fafafa; }

a {
  color: #00aaff;
  text-decoration: none; }

a:hover,
a:focus {
  color: #0077b3;
  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; }

.span1 {
  width: 60px; }

.span2 {
  width: 140px; }

.span3 {
  width: 220px; }

.span4 {
  width: 300px; }

.span5 {
  width: 380px; }

.span6 {
  width: 460px; }

.span7 {
  width: 540px; }

.span8 {
  width: 620px; }

.span9 {
  width: 700px; }

.span10 {
  width: 780px; }

.span11 {
  width: 860px; }

.span12 {
  width: 940px; }

.offset1 {
  margin-left: 100px; }

.offset2 {
  margin-left: 180px; }

.offset3 {
  margin-left: 260px; }

.offset4 {
  margin-left: 340px; }

.offset5 {
  margin-left: 420px; }

.offset6 {
  margin-left: 500px; }

.offset7 {
  margin-left: 580px; }

.offset8 {
  margin-left: 660px; }

.offset9 {
  margin-left: 740px; }

.offset10 {
  margin-left: 820px; }

.offset11 {
  margin-left: 900px; }

.offset12 {
  margin-left: 980px; }

.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.12766%;
    *margin-left: 2.07447%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%; }
  .row-fluid .span1 {
    width: 6.38298%;
    *width: 6.32979%; }
  .row-fluid .span2 {
    width: 14.89362%;
    *width: 14.84043%; }
  .row-fluid .span3 {
    width: 23.40426%;
    *width: 23.35106%; }
  .row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%; }
  .row-fluid .span5 {
    width: 40.42553%;
    *width: 40.37234%; }
  .row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%; }
  .row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%; }
  .row-fluid .span8 {
    width: 65.95745%;
    *width: 65.90426%; }
  .row-fluid .span9 {
    width: 74.46809%;
    *width: 74.41489%; }
  .row-fluid .span10 {
    width: 82.97872%;
    *width: 82.92553%; }
  .row-fluid .span11 {
    width: 91.48936%;
    *width: 91.43617%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%; }
  .row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.51064%;
    *margin-left: 8.40426%; }
  .row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.02128%;
    *margin-left: 16.91489%; }
  .row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191%;
    *margin-left: 25.42553%; }
  .row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255%;
    *margin-left: 33.93617%; }
  .row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.55319%;
    *margin-left: 42.44681%; }
  .row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.06383%;
    *margin-left: 50.95745%; }
  .row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.57447%;
    *margin-left: 59.46809%; }
  .row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.08511%;
    *margin-left: 67.97872%; }
  .row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574%;
    *margin-left: 76.48936%; }
  .row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.10638%;
    *margin-left: 85.0%; }
  .row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%; }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702%;
    *margin-left: 93.51064%; }
  .row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.12766%;
    *margin-left: 102.02128%; }

[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: gray; }

.text-warning {
  color: #bf7900; }

a.text-warning:hover,
a.text-warning:focus {
  color: #8c5900; }

.text-error {
  color: #b50303; }

a.text-error:hover,
a.text-error:focus {
  color: #830202; }

.text-info {
  color: #12718f; }

a.text-info:hover,
a.text-info:focus {
  color: #0c4d62; }

.text-success {
  color: #488f06; }

a.text-success:hover,
a.text-success:focus {
  color: #2f5e04; }

.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 white; }

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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  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;
  min-width: 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: white;
  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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.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, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.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: white; }

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.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

.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: #bf7900; }
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #bf7900; }
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #bf7900;
  -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: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b50303; }
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b50303; }
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b50303;
  -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: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #488f06; }
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #488f06; }
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #488f06;
  -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: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #12718f; }
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #12718f; }
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #12718f;
  -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: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }

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: whitesmoke;
  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-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-append .popover,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu,
  .input-prepend .popover {
    font-size: 14px; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-prepend input,
  .input-prepend select,
  .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-append select:focus,
    .input-append .uneditable-input:focus,
    .input-prepend input:focus,
    .input-prepend select: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 white;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .add-on,
  .input-prepend .btn,
  .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-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.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: #fafafa; }

.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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .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: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px; }
  .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: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px; }
  .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: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px; }
  .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: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px; }
  .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: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px; }
  .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: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px; }

.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: whitesmoke; }

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: #f1fbd1; }
.table tbody tr.error > td {
  background-color: #fee5e2; }
.table tbody tr.warning > td {
  background-color: #fffbdc; }
.table tbody tr.info > td {
  background-color: #cef1fc; }

.table-hover tbody tr.success:hover > td {
  background-color: #eaf9ba; }
.table-hover tbody tr.error:hover > td {
  background-color: #fdcfc9; }
.table-hover tbody tr.warning:hover > td {
  background-color: #fff8c3; }
.table-hover tbody tr.info:hover > td {
  background-color: #b6eafb; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }

/* White icons with optional class, or on hover/focus/active states of certain elements */
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png"); }

.icon-glass {
  background-position: 0      0; }

.icon-music {
  background-position: -24px  0; }

.icon-search {
  background-position: -48px  0; }

.icon-envelope {
  background-position: -72px  0; }

.icon-heart {
  background-position: -96px  0; }

.icon-star {
  background-position: -120px 0; }

.icon-star-empty {
  background-position: -144px 0; }

.icon-user {
  background-position: -168px 0; }

.icon-film {
  background-position: -192px 0; }

.icon-th-large {
  background-position: -216px 0; }

.icon-th {
  background-position: -240px 0; }

.icon-th-list {
  background-position: -264px 0; }

.icon-ok {
  background-position: -288px 0; }

.icon-remove {
  background-position: -312px 0; }

.icon-zoom-in {
  background-position: -336px 0; }

.icon-zoom-out {
  background-position: -360px 0; }

.icon-off {
  background-position: -384px 0; }

.icon-signal {
  background-position: -408px 0; }

.icon-cog {
  background-position: -432px 0; }

.icon-trash {
  background-position: -456px 0; }

.icon-home {
  background-position: 0      -24px; }

.icon-file {
  background-position: -24px  -24px; }

.icon-time {
  background-position: -48px  -24px; }

.icon-road {
  background-position: -72px  -24px; }

.icon-download-alt {
  background-position: -96px  -24px; }

.icon-download {
  background-position: -120px -24px; }

.icon-upload {
  background-position: -144px -24px; }

.icon-inbox {
  background-position: -168px -24px; }

.icon-play-circle {
  background-position: -192px -24px; }

.icon-repeat {
  background-position: -216px -24px; }

.icon-refresh {
  background-position: -240px -24px; }

.icon-list-alt {
  background-position: -264px -24px; }

.icon-lock {
  background-position: -287px -24px; }

.icon-flag {
  background-position: -312px -24px; }

.icon-headphones {
  background-position: -336px -24px; }

.icon-volume-off {
  background-position: -360px -24px; }

.icon-volume-down {
  background-position: -384px -24px; }

.icon-volume-up {
  background-position: -408px -24px; }

.icon-qrcode {
  background-position: -432px -24px; }

.icon-barcode {
  background-position: -456px -24px; }

.icon-tag {
  background-position: 0      -48px; }

.icon-tags {
  background-position: -25px  -48px; }

.icon-book {
  background-position: -48px  -48px; }

.icon-bookmark {
  background-position: -72px  -48px; }

.icon-print {
  background-position: -96px  -48px; }

.icon-camera {
  background-position: -120px -48px; }

.icon-font {
  background-position: -144px -48px; }

.icon-bold {
  background-position: -167px -48px; }

.icon-italic {
  background-position: -192px -48px; }

.icon-text-height {
  background-position: -216px -48px; }

.icon-text-width {
  background-position: -240px -48px; }

.icon-align-left {
  background-position: -264px -48px; }

.icon-align-center {
  background-position: -288px -48px; }

.icon-align-right {
  background-position: -312px -48px; }

.icon-align-justify {
  background-position: -336px -48px; }

.icon-list {
  background-position: -360px -48px; }

.icon-indent-left {
  background-position: -384px -48px; }

.icon-indent-right {
  background-position: -408px -48px; }

.icon-facetime-video {
  background-position: -432px -48px; }

.icon-picture {
  background-position: -456px -48px; }

.icon-pencil {
  background-position: 0      -72px; }

.icon-map-marker {
  background-position: -24px  -72px; }

.icon-adjust {
  background-position: -48px  -72px; }

.icon-tint {
  background-position: -72px  -72px; }

.icon-edit {
  background-position: -96px  -72px; }

.icon-share {
  background-position: -120px -72px; }

.icon-check {
  background-position: -144px -72px; }

.icon-move {
  background-position: -168px -72px; }

.icon-step-backward {
  background-position: -192px -72px; }

.icon-fast-backward {
  background-position: -216px -72px; }

.icon-backward {
  background-position: -240px -72px; }

.icon-play {
  background-position: -264px -72px; }

.icon-pause {
  background-position: -288px -72px; }

.icon-stop {
  background-position: -312px -72px; }

.icon-forward {
  background-position: -336px -72px; }

.icon-fast-forward {
  background-position: -360px -72px; }

.icon-step-forward {
  background-position: -384px -72px; }

.icon-eject {
  background-position: -408px -72px; }

.icon-chevron-left {
  background-position: -432px -72px; }

.icon-chevron-right {
  background-position: -456px -72px; }

.icon-plus-sign {
  background-position: 0      -96px; }

.icon-minus-sign {
  background-position: -24px  -96px; }

.icon-remove-sign {
  background-position: -48px  -96px; }

.icon-ok-sign {
  background-position: -72px  -96px; }

.icon-question-sign {
  background-position: -96px  -96px; }

.icon-info-sign {
  background-position: -120px -96px; }

.icon-screenshot {
  background-position: -144px -96px; }

.icon-remove-circle {
  background-position: -168px -96px; }

.icon-ok-circle {
  background-position: -192px -96px; }

.icon-ban-circle {
  background-position: -216px -96px; }

.icon-arrow-left {
  background-position: -240px -96px; }

.icon-arrow-right {
  background-position: -264px -96px; }

.icon-arrow-up {
  background-position: -289px -96px; }

.icon-arrow-down {
  background-position: -312px -96px; }

.icon-share-alt {
  background-position: -336px -96px; }

.icon-resize-full {
  background-position: -360px -96px; }

.icon-resize-small {
  background-position: -384px -96px; }

.icon-plus {
  background-position: -408px -96px; }

.icon-minus {
  background-position: -433px -96px; }

.icon-asterisk {
  background-position: -456px -96px; }

.icon-exclamation-sign {
  background-position: 0      -120px; }

.icon-gift {
  background-position: -24px  -120px; }

.icon-leaf {
  background-position: -48px  -120px; }

.icon-fire {
  background-position: -72px  -120px; }

.icon-eye-open {
  background-position: -96px  -120px; }

.icon-eye-close {
  background-position: -120px -120px; }

.icon-warning-sign {
  background-position: -144px -120px; }

.icon-plane {
  background-position: -168px -120px; }

.icon-calendar {
  background-position: -192px -120px; }

.icon-random {
  background-position: -216px -120px;
  width: 16px; }

.icon-comment {
  background-position: -240px -120px; }

.icon-magnet {
  background-position: -264px -120px; }

.icon-chevron-up {
  background-position: -288px -120px; }

.icon-chevron-down {
  background-position: -313px -119px; }

.icon-retweet {
  background-position: -336px -120px; }

.icon-shopping-cart {
  background-position: -360px -120px; }

.icon-folder-close {
  background-position: -384px -120px;
  width: 16px; }

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px; }

.icon-resize-vertical {
  background-position: -432px -119px; }

.icon-resize-horizontal {
  background-position: -456px -118px; }

.icon-hdd {
  background-position: 0      -144px; }

.icon-bullhorn {
  background-position: -24px  -144px; }

.icon-bell {
  background-position: -48px  -144px; }

.icon-certificate {
  background-position: -72px  -144px; }

.icon-thumbs-up {
  background-position: -96px  -144px; }

.icon-thumbs-down {
  background-position: -120px -144px; }

.icon-hand-right {
  background-position: -144px -144px; }

.icon-hand-left {
  background-position: -168px -144px; }

.icon-hand-up {
  background-position: -192px -144px; }

.icon-hand-down {
  background-position: -216px -144px; }

.icon-circle-arrow-right {
  background-position: -240px -144px; }

.icon-circle-arrow-left {
  background-position: -264px -144px; }

.icon-circle-arrow-up {
  background-position: -288px -144px; }

.icon-circle-arrow-down {
  background-position: -312px -144px; }

.icon-globe {
  background-position: -336px -144px; }

.icon-wrench {
  background-position: -360px -144px; }

.icon-tasks {
  background-position: -384px -144px; }

.icon-filter {
  background-position: -408px -144px; }

.icon-briefcase {
  background-position: -432px -144px; }

.icon-fullscreen {
  background-position: -456px -144px; }

.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 black;
  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: white;
  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 white; }
  .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: white;
  background-color: #0db5e7;
  background-image: -moz-linear-gradient(top, #0ebdf1, #0caad9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ebdf1), to(#0caad9));
  background-image: -webkit-linear-gradient(top, #0ebdf1, #0caad9);
  background-image: -o-linear-gradient(top, #0ebdf1, #0caad9);
  background-image: linear-gradient(to bottom, #0ebdf1, #0caad9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0EBDF1', endColorstr='#FF0CAAD9', GradientType=0); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0faeff;
  background-image: -moz-linear-gradient(top, #1ab2ff, #00aaff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1ab2ff), to(#00aaff));
  background-image: -webkit-linear-gradient(top, #1ab2ff, #00aaff);
  background-image: -o-linear-gradient(top, #1ab2ff, #00aaff);
  background-image: linear-gradient(to bottom, #1ab2ff, #00aaff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1AB2FF', endColorstr='#FF00AAFF', 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; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  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: white; }

.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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.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, .btn.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .btn.close:focus,
  .btn.close:hover,
  .btn.close.active, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40); }

button.close, button.btn.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: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
  background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
  background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFEAEAEA', GradientType=0);
  border-color: #eaeaea #eaeaea #c4c4c4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eaeaea;
  /* 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 #cfcfcf;
  *border: 0;
  border-bottom-color: #b5b5b5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #eaeaea;
    *background-color: #dddddd; }
  .btn:active, .btn.active {
    background-color: #d1d1d1 \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, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.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: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.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: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #50a2f5;
  background-image: -moz-linear-gradient(top, #54aaff, #4a96e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54aaff), to(#4a96e8));
  background-image: -webkit-linear-gradient(top, #54aaff, #4a96e8);
  background-image: -o-linear-gradient(top, #54aaff, #4a96e8);
  background-image: linear-gradient(to bottom, #54aaff, #4a96e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54AAFF', endColorstr='#FF4A96E8', GradientType=0);
  border-color: #4a96e8 #4a96e8 #1a6fcc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4a96e8;
  /* 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: white;
    background-color: #4a96e8;
    *background-color: #3389e5; }
  .btn-primary:active, .btn-primary.active {
    background-color: #1d7ce2 \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fa9f50;
  background-image: -moz-linear-gradient(top, #ffa658, #f49645);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa658), to(#f49645));
  background-image: -webkit-linear-gradient(top, #ffa658, #f49645);
  background-image: -o-linear-gradient(top, #ffa658, #f49645);
  background-image: linear-gradient(to bottom, #ffa658, #f49645);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFA658', endColorstr='#FFF49645', GradientType=0);
  border-color: #f49645 #f49645 #df6e0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f49645;
  /* 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: white;
    background-color: #f49645;
    *background-color: #f3882d; }
  .btn-warning:active, .btn-warning.active {
    background-color: #f17b15 \9; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f1331e;
  background-image: -moz-linear-gradient(top, #f53924, #ed2c17);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f53924), to(#ed2c17));
  background-image: -webkit-linear-gradient(top, #f53924, #ed2c17);
  background-image: -o-linear-gradient(top, #f53924, #ed2c17);
  background-image: linear-gradient(to bottom, #f53924, #ed2c17);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF53924', endColorstr='#FFED2C17', GradientType=0);
  border-color: #ed2c17 #ed2c17 #aa1d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ed2c17;
  /* 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: white;
    background-color: #ed2c17;
    *background-color: #da2511; }
  .btn-danger:active, .btn-danger.active {
    background-color: #c2210f \9; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0cc523;
  background-image: -moz-linear-gradient(top, #0ecd27, #0aba1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ecd27), to(#0aba1d));
  background-image: -webkit-linear-gradient(top, #0ecd27, #0aba1d);
  background-image: -o-linear-gradient(top, #0ecd27, #0aba1d);
  background-image: linear-gradient(to bottom, #0ecd27, #0aba1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0ECD27', endColorstr='#FF0ABA1D', GradientType=0);
  border-color: #0aba1d #0aba1d #067112;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0aba1d;
  /* 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: white;
    background-color: #0aba1d;
    *background-color: #09a219; }
  .btn-success:active, .btn-success.active {
    background-color: #078a15 \9; }

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00c8f7;
  background-image: -moz-linear-gradient(top, #00cfff, #00beeb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00cfff), to(#00beeb));
  background-image: -webkit-linear-gradient(top, #00cfff, #00beeb);
  background-image: -o-linear-gradient(top, #00cfff, #00beeb);
  background-image: linear-gradient(to bottom, #00cfff, #00beeb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00CFFF', endColorstr='#FF00BEEB', GradientType=0);
  border-color: #00beeb #00beeb #00809e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00beeb;
  /* 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: white;
    background-color: #00beeb;
    *background-color: #00aad1; }
  .btn-info:active, .btn-info.active {
    background-color: #0095b8 \9; }

.btn-inverse {
  color: white;
  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 black;
  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: white;
    background-color: #222222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \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: #00aaff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #0077b3;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none; }

.btn-hidden {
  display: none; }

.btn.close:focus,
.btn.close:focus,
.btn.close:hover,
.btn.close.active,
.btn.active.close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn.close:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 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: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -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; }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -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; }

.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, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 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, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn-group.open .btn.dropdown-toggle {
  background-color: #eaeaea; }
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #4a96e8; }
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f49645; }
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ed2c17; }
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #0aba1d; }
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #00beeb; }
.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: white;
  border-bottom-color: white; }

.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: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.btn-group-hidden {
  display: none; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fffbdc;
  border: 1px solid #f1d875;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.alert,
.alert h4 {
  color: #bf7900; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  background-color: #f1fbd1;
  border-color: #bce830;
  color: #488f06; }

.alert-success h4 {
  color: #488f06; }

.alert-danger,
.alert-error {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }

.alert-danger h4,
.alert-error h4 {
  color: #b50303; }

.alert-info {
  background-color: #cef1fc;
  border-color: #9ee3f9;
  color: #12718f; }

.alert-info h4 {
  color: #12718f; }

.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: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00aaff; }

.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 white; }

.nav-tabs,
.nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .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: #fafafa;
  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: white;
  background-color: #00aaff; }

.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: #00aaff;
  border-bottom-color: #00aaff;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #0077b3;
  border-bottom-color: #0077b3; }

/* 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: white;
  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: white;
  border-bottom-color: white;
  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: white; }

.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: white; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.tabbable-hidden {
  display: none; }

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f3f3f3);
  background-image: -o-linear-gradient(top, #f9f9f9, #f3f3f3);
  background-image: linear-gradient(to bottom, #f9f9f9, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFF3F3F3', GradientType=0);
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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 #f9f9f9; }
  .navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #555555; }

.navbar-link {
  color: #555555; }
  .navbar-link:hover, .navbar-link:focus {
    color: #0077b3; }

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f9f9f9; }

.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, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }
  .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 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: #555555;
  text-decoration: none;
  text-shadow: 0 1px 0 #f9f9f9; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #0077b3;
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: white;
  -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: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #ececec, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ececec, #e6e6e6);
  background-image: -o-linear-gradient(top, #ececec, #e6e6e6);
  background-image: linear-gradient(to bottom, #ececec, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 silver;
  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);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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: white;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cdcdcd \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 white;
  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 white;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: white;
  color: #555555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.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 .brand:focus,
  .navbar-inverse .nav > li > a:hover,
  .navbar-inverse .nav > li > a:focus {
    color: white; }
.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: white; }
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111; }
.navbar-inverse .navbar-link {
  color: #999999; }
  .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: white; }
.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: white; }
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: white;
  color: white; }
.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: white;
  border-bottom-color: white; }
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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 white;
    background-color: white;
    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: white;
  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 black;
  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: white;
    background-color: #040404;
    *background-color: black; }
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: black \9; }

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 white; }
    .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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: white;
  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: whitesmoke; }

.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: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px; }

.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: 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-large ul > li:last-child > a,
.pagination-large 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-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px; }
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px; }

.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: 0px 6px;
  font-size: 10.5px; }

.pagination-hidden {
  display: none; }

.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: black; }
  .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: white;
  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 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.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 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *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; }

.modal-hidden {
  display: none; }

.modal-content {
  overflow: hidden; }

.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: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.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: black; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.tooltip-help {
  font-size: 14px; }
  .tooltip-help .tooltip-inner {
    color: #535353;
    background-color: #fdfaec;
    border: 1px solid #b0ad95;
    max-width: 400px;
    overflow-wrap: break-word;
    text-align: left;
    word-wrap: break-word; }
  .tooltip-help.top .tooltip-arrow {
    border-top-color: #b0ad95; }
  .tooltip-help.right .tooltip-arrow {
    border-right-color: #b0ad95; }
  .tooltip-help.left .tooltip-arrow {
    border-left-color: #b0ad95; }
  .tooltip-help.bottom .tooltip-arrow {
    border-bottom-color: #b0ad95; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -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: white; }
.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: white; }
.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: white; }
.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: white;
    bottom: -10px; }

.popover-hidden {
  display: none; }

.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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: #00aaff;
  -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: white;
  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: white;
  text-decoration: none;
  cursor: pointer; }

.label-important {
  background-color: #b50303; }

.label-important[href] {
  background-color: #830202; }

.label-warning {
  background-color: #f89406; }

.label-warning[href] {
  background-color: #c67605; }

.label-success {
  background-color: #488f06; }

.label-success[href] {
  background-color: #2f5e04; }

.label-info {
  background-color: #12718f; }

.label-info[href] {
  background-color: #0c4d62; }

.label-inverse {
  background-color: #333333; }

.label-inverse[href] {
  background-color: #1a1a1a; }

.badge-important {
  background-color: #b50303; }

.badge-important[href] {
  background-color: #830202; }

.badge-warning {
  background-color: #f89406; }

.badge-warning[href] {
  background-color: #c67605; }

.badge-success {
  background-color: #488f06; }

.badge-success[href] {
  background-color: #2f5e04; }

.badge-info {
  background-color: #12718f; }

.badge-info[href] {
  background-color: #0c4d62; }

.badge-inverse {
  background-color: #333333; }

.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: #f6f6f6;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  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, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 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: #dd514b;
  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: #5db95d;
  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: #f9a732;
  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); }

.progress-hiden {
  display: none; }

.progress.vertical {
  width: 20px;
  height: 100%;
  margin-right: 20px; }

.progress .bar {
  overflow: hidden; }

.progress .bar p {
  margin: 0;
  color: white;
  font-size: 11px;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }

.progress.vertical .bar {
  width: 100%;
  height: 0; }

.progress.vertical.bottom {
  position: relative; }

.progress.vertical.bottom .bar {
  position: absolute;
  bottom: 0; }

.accordion {
  margin-bottom: 20px; }

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.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: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -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: white;
    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: white;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.carousel-hidden {
  display: none; }

.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; }

.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; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0px;
  -webkit-transform-origin-y: 0px;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.scroll-lock {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

@font-face {
  font-family: 'sympicons';
  src: url("fonts/sympicons.eot?4conkm");
  src: url("fonts/sympicons.eot?4conkm#iefix") format("embedded-opentype"), url("fonts/sympicons.ttf?4conkm") format("truetype"), url("fonts/sympicons.woff?4conkm") format("woff"), url("fonts/sympicons.svg?4conkm#sympicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="sympicon-"], [class*=" sympicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sympicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sympicon-notepad-edit:before {
  content: "\e900"; }

.sympicon-copy-2:before {
  content: "\e901"; }

.sympicon-whiskey:before {
  content: "\e902"; }

.sympicon-cocktail-2:before {
  content: "\e903"; }

.sympicon-refrigerator:before {
  content: "\e904"; }

.sympicon-phone-5:before {
  content: "\e905"; }

.sympicon-coins-1:before {
  content: "\e906"; }

.sympicon-car-park:before {
  content: "\e907"; }

.sympicon-bed:before {
  content: "\e908"; }

.sympicon-bubble-chat-heart-2:before {
  content: "\e909"; }

.sympicon-phone-1:before {
  content: "\e90a"; }

.sympicon-email:before {
  content: "\e90b"; }

.sympicon-floppy-o:before {
  content: "\f0c7"; }

.sympicon-save:before {
  content: "\f0c7"; }

.sympicon-file-pdf-o:before {
  content: "\f1c1"; }

.sympicon-toggle-off:before {
  content: "\f204"; }

.sympicon-toggle-on:before {
  content: "\f205"; }

.sympicon-email-send-1:before {
  content: "\e920"; }

.sympicon-report-problem-triangle:before {
  content: "\e921"; }

.sympicon-redo:before {
  content: "\e922"; }

.sympicon-expand-2:before {
  content: "\e923"; }

.sympicon-bitcoin:before {
  content: "\e924"; }

.sympicon-synchronize-6:before {
  content: "\e925"; }

.sympicon-synchronize-time:before {
  content: "\e926"; }

.sympicon-filter-2:before {
  content: "\e927"; }

.sympicon-navigation-next-4:before {
  content: "\e928"; }

.sympicon-navigation-next-1:before {
  content: "\e929"; }

.sympicon-window-list-1:before {
  content: "\e92a"; }

.sympicon-arrow-up-10:before {
  content: "\e92b"; }

.sympicon-arrow-right-12:before {
  content: "\e92c"; }

.sympicon-arrow-left-12:before {
  content: "\e92d"; }

.sympicon-remove-circle-2:before {
  content: "\e92e"; }

.sympicon-check-circle-2:before {
  content: "\e92f"; }

.sympicon-person-2:before {
  content: "\e930"; }

.sympicon-bookmark-5:before {
  content: "\e931"; }

.sympicon-calculator-2:before {
  content: "\e932"; }

.sympicon-download-harddrive-2:before {
  content: "\e933"; }

.sympicon-synchronize-4:before {
  content: "\e934"; }

.sympicon-floppy-disk:before {
  content: "\e935"; }

.sympicon-pencil-2:before {
  content: "\e936"; }

.sympicon-add-circle-2:before {
  content: "\e937"; }

.sympicon-add-box:before {
  content: "\e938"; }

.sympicon-add-2:before {
  content: "\e939"; }

.sympicon-arrow-left-3:before {
  content: "\e93a"; }

.sympicon-file-new-2:before {
  content: "\e90c"; }

.sympicon-calendar-2:before {
  content: "\e90d"; }

.sympicon-calendar-22:before {
  content: "\e90e"; }

.sympicon-file-new-22:before {
  content: "\e90f"; }

.sympicon-percent-circle:before {
  content: "\e910"; }

.sympicon-percent-circle2:before {
  content: "\e911"; }

.sympicon-synchronize-3:before {
  content: "\e912"; }

.sympicon-account-circle-1:before {
  content: "\e913"; }

.sympicon-bubble-chat-text-1:before {
  content: "\e914"; }

.sympicon-bin-1:before {
  content: "\e915"; }

.sympicon-arrow-down:before {
  content: "\e916"; }

.sympicon-transfer-4:before {
  content: "\e917"; }

.sympicon-print-text:before {
  content: "\e918"; }

.sympicon-copy-1:before {
  content: "\e919"; }

.sympicon-infomation-circle:before {
  content: "\e91a"; }

.sympicon-glass-water:before {
  content: "\e91b"; }

.sympicon-fork-knife:before {
  content: "\e91c"; }

.sympicon-apple-1:before {
  content: "\e91d"; }

.sympicon-coffee-cup-2:before {
  content: "\e91e"; }

.sympicon-coin-receive:before {
  content: "\e91f"; }

.sympicon-coin-receive2:before {
  content: "\e93b"; }

.sympicon-calendar-1:before {
  content: "\e93c"; }

.sympicon-calendar-12:before {
  content: "\e93d"; }

.sympicon-view-list:before {
  content: "\e93e"; }

.sympicon-location-pin-2:before {
  content: "\e93f"; }

.sympicon-airplane-flight:before {
  content: "\e940"; }

.sympicon-train-2:before {
  content: "\e941"; }

.sympicon-road-straight:before {
  content: "\e942"; }

.sympicon-location-pin-9:before {
  content: "\e943"; }

.sympicon-folder-upload:before {
  content: "\e944"; }

.sympicon-folder-add:before {
  content: "\e945"; }

.sympicon-add-circle-1:before {
  content: "\e946"; }

@font-face {
  font-family: 'VistaSansAltRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBoldRegular';
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal !important;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCRegRegular';
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCBoldRegular';
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot");
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sympicons';
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax");
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax#iefix") format("embedded-opentype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.ttf?v8m3ax") format("truetype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.woff?v8m3ax") format("woff"), url("/seminargo-theme/css/sympicons/fonts/sympicons.svg?v8m3ax#sympicons") format("svg");
  font-weight: normal;
  font-style: normal; }

html.chrome body {
  letter-spacing: 0px; }

/* ----------- PAGE DEFINITIONS --------------------- */
@font-face {
  font-family: 'VistaSansAltRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBoldRegular';
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal !important;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCRegRegular';
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCBoldRegular';
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot");
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sympicons';
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax");
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax#iefix") format("embedded-opentype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.ttf?v8m3ax") format("truetype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.woff?v8m3ax") format("woff"), url("/seminargo-theme/css/sympicons/fonts/sympicons.svg?v8m3ax#sympicons") format("svg");
  font-weight: normal;
  font-style: normal; }

html.chrome body {
  letter-spacing: 0px; }

html .hotelpricesheetdetailpanel, html.aui .hotelpricesheetdetailpanel {
    /*
    .wizzardtab:last-child {
      .v-button-button-style-tabitem {
        .v-button-wrap {
          margin-left: 2px;
          //width: 110px;
        }
      }
      .v-button-button-style-tabitem-active {
        .v-button-wrap {
          margin-left: 2px;
          //width: 110px;

          .v-button-caption {
            color: $textInquiryStatusConfirmed;
          }
        }
      }
    }
    */ }
  html .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button, html.aui .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button {
    border: none !important;
    background: none; }
  html .hotelpricesheetdetailpanel .tabsheet-content, html.aui .hotelpricesheetdetailpanel .tabsheet-content {
    border-width: 0px !important;
    margin-top: 55px !important; }
  html .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button, html.aui .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button {
    width: 100%; }
    html .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button .v-button-wrap, html.aui .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button .v-button-wrap {
      display: block;
      position: relative;
      height: 42px;
      text-align: center; }
      html .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button .v-button-wrap .v-button-caption, html.aui .hotelpricesheetdetailpanel .v-csslayout-wizzardtab > .v-button .v-button-wrap .v-button-caption {
        position: absolute;
        top: 41px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #999999;
        text-decoration: none;
        white-space: normal;
        line-height: normal;
        padding: 20px 0; }
  html .hotelpricesheetdetailpanel .wizzardtab, html.aui .hotelpricesheetdetailpanel .wizzardtab {
    float: left;
    width: 16.6666%;
    position: relative;
    background: transparent url("images/generic_progressbar_line_inactive.png") no-repeat center center; }
    html .hotelpricesheetdetailpanel .wizzardtab.v-csslayout-button-style-wizzarditem-active-stepcount, html.aui .hotelpricesheetdetailpanel .wizzardtab.v-csslayout-button-style-wizzarditem-active-stepcount {
      background: transparent url("images/generic_progressbar_line.png") no-repeat center center; }
      html .hotelpricesheetdetailpanel .wizzardtab.v-csslayout-button-style-wizzarditem-active-stepcount .v-button-caption, html.aui .hotelpricesheetdetailpanel .wizzardtab.v-csslayout-button-style-wizzarditem-active-stepcount .v-button-caption {
        color: #009900 !important; }
    html .hotelpricesheetdetailpanel .wizzardtab .v-button-button-style-tabitem .v-button-wrap, html.aui .hotelpricesheetdetailpanel .wizzardtab .v-button-button-style-tabitem .v-button-wrap {
      position: relative;
      background: transparent url("images/generic_progressbar_circle_inactive.png") no-repeat center center;
      margin-right: 2px; }
    html .hotelpricesheetdetailpanel .wizzardtab .v-button-button-style-tabitem-active .v-button-wrap, html.aui .hotelpricesheetdetailpanel .wizzardtab .v-button-button-style-tabitem-active .v-button-wrap {
      position: relative;
      background: transparent url("images/generic_progressbar_circle.png") no-repeat center center;
      margin-right: 2px; }
      html .hotelpricesheetdetailpanel .wizzardtab .v-button-button-style-tabitem-active .v-button-wrap .v-button-caption, html.aui .hotelpricesheetdetailpanel .wizzardtab .v-button-button-style-tabitem-active .v-button-wrap .v-button-caption {
        color: #009900; }
  html .hotelpricesheetdetailpanel .wizzardtab:first-child .v-button-button-style-tabitem .v-button-wrap, html.aui .hotelpricesheetdetailpanel .wizzardtab:first-child .v-button-button-style-tabitem .v-button-wrap {
    margin-right: 2px; }
  html .hotelpricesheetdetailpanel .wizzardtab:first-child .v-button-button-style-tabitem-active .v-button-wrap, html.aui .hotelpricesheetdetailpanel .wizzardtab:first-child .v-button-button-style-tabitem-active .v-button-wrap {
    margin-right: 2px; }
    html .hotelpricesheetdetailpanel .wizzardtab:first-child .v-button-button-style-tabitem-active .v-button-wrap .v-button-caption, html.aui .hotelpricesheetdetailpanel .wizzardtab:first-child .v-button-button-style-tabitem-active .v-button-wrap .v-button-caption {
      color: #009900; }
  html .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount .v-button:first-child,
  html .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount .v-button:first-child, html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount .v-button:first-child,
  html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount .v-button:first-child {
    position: absolute;
    z-index: 1;
    top: -32px;
    left: -5px; }
    html .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount .v-button:first-child .v-button-caption,
    html .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount .v-button:first-child .v-button-caption, html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount .v-button:first-child .v-button-caption,
    html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount .v-button:first-child .v-button-caption {
      padding: 0 !important;
      font-size: 20px !important;
      left: 4px !important; }
  html .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount.button-style-wizzarditem-stepcount,
  html .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount.button-style-wizzarditem-stepcount, html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount.button-style-wizzarditem-stepcount,
  html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount.button-style-wizzarditem-stepcount {
    color: #999999; }
  html .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount.button-style-wizzarditem-active-stepcount,
  html .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount.button-style-wizzarditem-active-stepcount, html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-active-stepcount.button-style-wizzarditem-active-stepcount,
  html.aui .hotelpricesheetdetailpanel .button-style-wizzarditem-stepcount.button-style-wizzarditem-active-stepcount {
    color: #009900; }

@font-face {
  font-family: 'VistaSansAltRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBoldRegular';
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal !important;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCRegRegular';
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCBoldRegular';
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot");
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sympicons';
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax");
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax#iefix") format("embedded-opentype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.ttf?v8m3ax") format("truetype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.woff?v8m3ax") format("woff"), url("/seminargo-theme/css/sympicons/fonts/sympicons.svg?v8m3ax#sympicons") format("svg");
  font-weight: normal;
  font-style: normal; }

html.chrome body {
  letter-spacing: 0px; }

html .v-csslayout-bookingnew, html.aui .v-csslayout-bookingnew {
  background-size: 100% 550px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
html .v-csslayout-myseminar, html.aui .v-csslayout-myseminar {
  position: relative;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  margin: 36px 0;
  padding: 30px;
  width: 640px;
  height: 390px;
  border-left: 2px solid #ac2a6e;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */ }
  html .v-csslayout-myseminar:after, html.aui .v-csslayout-myseminar:after {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
    width: 145px;
    height: 83px; }
  html .v-csslayout-myseminar h1, html .v-csslayout-myseminar div.h1, html.aui .v-csslayout-myseminar h1, html.aui .v-csslayout-myseminar div.h1 {
    font-size: 30px;
    color: #000; }
  html .v-csslayout-myseminar h2, html .v-csslayout-myseminar div.h2, html.aui .v-csslayout-myseminar h2, html.aui .v-csslayout-myseminar div.h2 {
    font-size: 14px;
    color: #333;
    font-weight: lighter;
    padding-top: 4px;
    width: 100%; }
  html .v-csslayout-myseminar .bottom-line, html.aui .v-csslayout-myseminar .bottom-line {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
  html .v-csslayout-myseminar .v-csslayout-myseminar-form, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid white; }
    html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet {
      float: left;
      width: 100%;
      height: 175px;
      position: relative;
      border-bottom: 1px solid #cccccc; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange {
        position: absolute;
        top: 50px;
        right: 0px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeStartDate .v-button,
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate .v-button, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeStartDate .v-button,
        html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate .v-button {
          width: 100px; }
          html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
          html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
          html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate .v-button .v-button-wrap {
            padding: 5px;
            width: 84px; }
            html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
            html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
            html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before {
              height: 26px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeEndDate {
          margin-left: 20px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateFromCaption,
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateToCaption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateFromCaption,
        html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateToCaption {
          position: absolute;
          top: -18px; }
          html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateFromCaption.v-label-dateToCaption,
          html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateToCaption.v-label-dateToCaption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateFromCaption.v-label-dateToCaption,
          html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-label-dateToCaption.v-label-dateToCaption {
            left: 123px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dateRange .v-csslayout-dateRangeCalender {
          top: 40px;
          left: -360px;
          z-index: 999999; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-singleRooms, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-singleRooms {
        position: absolute;
        left: 0;
        top: 100px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-singleRooms .v-label-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-singleRooms .v-label-caption {
          padding-bottom: 5px; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-doubleRooms, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-doubleRooms {
        position: absolute;
        left: 91px;
        top: 100px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-doubleRooms .v-label-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-doubleRooms .v-label-caption {
          padding-bottom: 5px; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dayGuests, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dayGuests {
        position: absolute;
        left: 182px;
        top: 100px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dayGuests .v-label-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-dayGuests .v-label-caption {
          padding-bottom: 5px; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-rooms, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-rooms {
        position: absolute;
        left: 272px;
        top: 100px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-rooms .v-label-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-rooms .v-label-caption {
          padding-bottom: 5px; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-attendees, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-attendees {
        position: absolute;
        top: 115px;
        left: 387px;
        width: 194px;
        height: 37px;
        background: transparent url("images/bg_bubble_attendees_startpage.png") no-repeat center 1px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-attendees .v-label, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-attendees .v-label {
          position: absolute;
          left: 36px;
          top: 12px;
          height: auto;
          font-size: 12px;
          font-family: 'VistaSansBoldRegular';
          color: #666666;
          width: 140px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-attendees .v-captiontext, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-attendees .v-captiontext {
          padding-bottom: 5px; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet > .v-widget, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet > .v-widget {
        float: left; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-label, html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-captiontext, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-label, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-captiontext {
        font-size: 12px;
        display: block;
        color: #666666;
        font-family: 'VistaSansAltRegRegular';
        line-height: normal; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet input[type="text"], html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet input[type="text"] {
        font-size: 12px;
        color: #555555; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-locationFinder, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-locationFinder {
        position: absolute;
        top: 33px;
        left: 0; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-locationFinder .v-label-locationFinderLabel, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-locationFinder .v-label-locationFinderLabel {
          padding-bottom: 5px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-locationFinder.v-csslayout-error .v-panel-content-locationFinderEntry, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-csslayout-locationFinder.v-csslayout-error .v-panel-content-locationFinderEntry {
          border-color: red !important; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-panel-content-locationFinderEntry, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-panel-content-locationFinderEntry {
        float: left;
        background: #fff;
        border: 2px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        padding: 5px; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry {
        background: transparent url("images/bg_glass.png") no-repeat 10px center;
        background-color: #fff; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry {
          color: #333333;
          font-size: 14px;
          font-weight: normal !important;
          width: 310px;
          border: none;
          margin-left: 20px;
          padding-bottom: 0 !important;
          padding-top: 0px !important;
          height: 18px;
          background: none !important;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-stepper, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-stepper {
        padding: 8px; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-stepper .v-stepper-updown, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-form-fieldSet .v-stepper .v-stepper-updown {
          top: 2px !important;
          right: 0px !important; }
    html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions {
      float: left;
      width: 100%;
      height: 55px;
      border-top: 1px solid white; }
      html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton {
        float: right; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton .v-button-wrap .v-button-caption, html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton:focus .v-button-wrap .v-button-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton .v-button-wrap .v-button-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton:focus .v-button-wrap .v-button-caption {
          background: #ac2a6e;
          float: left;
          border: none;
          padding: 0px 24px;
          color: #fff;
          float: left;
          font-size: 14px;
          border-radius: 2px;
          font-weight: normal;
          text-decoration: none;
          line-height: 35px;
          text-transform: uppercase; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton:hover .v-button-caption, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton:hover .v-button-caption {
          background: #c1327d; }
        html .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton .v-button-wrap, html.aui .v-csslayout-myseminar .v-csslayout-myseminar-form .v-csslayout-myseminar-actions .v-button-seminarGoButton .v-button-wrap {
          position: absolute;
          bottom: -1px;
          right: 0; }
html .v-csslayout-selecthotel-main, html.aui .v-csslayout-selecthotel-main {
  float: left;
  width: 100%; }

html, html.aui {
  /*
  .v-csslayout-gallery {
    .v-gridlayout-slot {
      width: 120px;
      height: 80px;
      overflow: hidden;
    }
  }
  */ }
  html .v-customcomponent .v-imagescaler:after, html.aui .v-customcomponent .v-imagescaler:after {
    content: '';
    position: absolute;
    width: 554px;
    height: 394px; }
  html .v-label-imagnr, html.aui .v-label-imagnr {
    position: absolute;
    left: 0px;
    bottom: 88px;
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-left: 4px;
    font-size: 14px;
    font-family: "VistaSansAltRegRegular";
    font-weight: normal;
    color: #666666;
    line-height: 24px; }
  html .v-imagestrip, html.aui .v-imagestrip {
    margin-top: 10px; }
    html .v-imagestrip .image-border.image-border, html.aui .v-imagestrip .image-border.image-border {
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
    html .v-imagestrip .image-border-selected.image-border-selected, html.aui .v-imagestrip .image-border-selected.image-border-selected {
      background: transparent; }
      html .v-imagestrip .image-border-selected.image-border-selected:after, html.aui .v-imagestrip .image-border-selected.image-border-selected:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ac2a6e;
        border-top: 2px solid #fff; }
    html .v-imagestrip button.left, html .v-imagestrip button.right, html.aui .v-imagestrip button.left, html.aui .v-imagestrip button.right {
      width: 24px;
      height: 24px;
      z-index: 2; }
    html .v-imagestrip button.left, html.aui .v-imagestrip button.left {
      background: transparent url("images/btn_paginate_left.png") no-repeat center center; }
    html .v-imagestrip button.right, html.aui .v-imagestrip button.right {
      background: transparent url("images/btn_paginate_right.png") no-repeat center center; }
  html .imagegallery-image .imagegallery-previous, html .imagegallery-image .imagegallery-next, html.aui .imagegallery-image .imagegallery-previous, html.aui .imagegallery-image .imagegallery-next {
    position: absolute;
    top: 200px;
    z-index: 2; }
    html .imagegallery-image .imagegallery-previous .v-button-caption, html .imagegallery-image .imagegallery-next .v-button-caption, html.aui .imagegallery-image .imagegallery-previous .v-button-caption, html.aui .imagegallery-image .imagegallery-next .v-button-caption {
      display: block;
      text-indent: -99999px;
      width: 24px;
      height: 24px; }
  html .imagegallery-image .imagegallery-previous, html.aui .imagegallery-image .imagegallery-previous {
    left: 15px; }
    html .imagegallery-image .imagegallery-previous .v-button-caption, html.aui .imagegallery-image .imagegallery-previous .v-button-caption {
      background: transparent url("images/btn_paginate_left.png") no-repeat center center; }
  html .imagegallery-image .imagegallery-next, html.aui .imagegallery-image .imagegallery-next {
    right: 15px; }
    html .imagegallery-image .imagegallery-next .v-button-caption, html.aui .imagegallery-image .imagegallery-next .v-button-caption {
      background: transparent url("images/btn_paginate_right.png") no-repeat center center; }
  html .imagegallery-thumb-container, html.aui .imagegallery-thumb-container {
    display: inline-block !important;
    position: relative;
    width: 46px;
    height: 38px;
    vertical-align: middle; }
    html .imagegallery-thumb-container img.imagegallery-thumb, html.aui .imagegallery-thumb-container img.imagegallery-thumb {
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      html .imagegallery-thumb-container img.imagegallery-thumb.imagegallery-thumb-selected, html.aui .imagegallery-thumb-container img.imagegallery-thumb.imagegallery-thumb-selected {
        border: 3px solid #ac2a6e; }

.v-csslayout-hoteldetail-hotel-description {
  float: left;
  width: 100%;
  margin-top: 26px; }
  .v-csslayout-hoteldetail-hotel-description .v-label {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 20px; }
  .v-csslayout-hoteldetail-hotel-description .v-csslayout-collapsed .v-label:after {
    content: 'mehr anzeigen';
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 14px;
    font-weight: normal;
    margin-left: 4px;
    cursor: pointer; }
    .v-csslayout-hoteldetail-hotel-description .v-csslayout-collapsed .v-label:after:hover {
      color: #c1327d; }
  .v-csslayout-hoteldetail-hotel-description .v-csslayout-expanded .v-label:after {
    content: 'weniger anzeigen';
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 14px;
    font-weight: normal;
    margin-left: 4px;
    cursor: pointer; }
    .v-csslayout-hoteldetail-hotel-description .v-csslayout-expanded .v-label:after:hover {
      color: #c1327d; }

.infobox-grey-noicon .v-label-infobox-heading, .v-csslayout-infobox-grey-noicon .v-label-infobox-heading {
  float: left;
  padding-left: 35px;
  font-family: 'VistaSansBoldRegular';
  font-size: 14px;
  color: #333333;
  margin-top: 0 !important;
  padding-right: 20px; }
.infobox-grey-noicon .v-verticallayout-hoteldetail-info, .infobox-grey-noicon .hoteldetail-info, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info, .v-csslayout-infobox-grey-noicon .hoteldetail-info {
  height: 130px !important;
  border-right: 1px solid #cccccc; }
  .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label, .infobox-grey-noicon .hoteldetail-info .v-label, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-label {
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    white-space: normal;
    line-height: 20px; }
    .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label em, .infobox-grey-noicon .hoteldetail-info .v-label em, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label em, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-label em {
      display: block;
      margin-top: 10px; }
    .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label.v-label-phone, .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label.v-label-phonenumber, .infobox-grey-noicon .hoteldetail-info .v-label.v-label-phone, .infobox-grey-noicon .hoteldetail-info .v-label.v-label-phonenumber, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label.v-label-phone, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-label.v-label-phonenumber, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-label.v-label-phone, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-label.v-label-phonenumber {
      display: block;
      background: transparent url("images/bg_phone.png") no-repeat left center;
      font-size: 18px;
      padding-left: 20px;
      margin: 20px;
      margin-bottom: 0;
      margin-left: 35px;
      line-height: normal; }
  .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-button-info-button, .infobox-grey-noicon .hoteldetail-info .v-button-info-button, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-button-info-button, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-button-info-button {
    margin-left: 35px; }
    .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-button-info-button .v-button-caption, .infobox-grey-noicon .hoteldetail-info .v-button-info-button .v-button-caption, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-button-info-button .v-button-caption, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-button-info-button .v-button-caption {
      color: black;
      font-size: 14px;
      text-decoration: none;
      border-bottom: 1px solid #c7c7c7;
      font-style: italic;
      font-weight: normal; }
      .infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-button-info-button .v-button-caption:hover, .infobox-grey-noicon .hoteldetail-info .v-button-info-button .v-button-caption:hover, .v-csslayout-infobox-grey-noicon .v-verticallayout-hoteldetail-info .v-button-info-button .v-button-caption:hover, .v-csslayout-infobox-grey-noicon .hoteldetail-info .v-button-info-button .v-button-caption:hover {
        border-bottom: 1px solid transparent; }
.infobox-grey-noicon .v-slot-hoteldetail-actions, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions {
  border-left: 1px solid white;
  height: 130px !important; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-button, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-button {
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-csslayout-hoteldetail-hotelcompare, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-csslayout-hoteldetail-hotelcompare {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-right: 20px; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-label-result-totalpriceexclvatinfo,
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-button-result-totalpriceexclvat, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-label-result-totalpriceexclvatinfo,
  .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-button-result-totalpriceexclvat {
    color: #333333; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-label-result-totalpriceexclvatinfo, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-label-result-totalpriceexclvatinfo {
    font-size: 10px;
    font-family: "VistaSansAltRegRegular";
    font-weight: normal;
    color: #666666;
    line-height: 18px; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-button-result-totalpriceexclvat .v-button-caption, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-button-result-totalpriceexclvat .v-button-caption {
    font-size: 26px;
    font-family: "VistaSansSCBoldRegular";
    font-weight: normal;
    color: #333333;
    line-height: normal;
    letter-spacing: -1px; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-label-hoverlabel, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-label-hoverlabel {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: auto !important;
    text-align: right;
    color: black;
    border-bottom: 1px dashed #ac2a6e;
    padding-bottom: 2px; }
  .infobox-grey-noicon .v-slot-hoteldetail-actions .v-slot-hotelsaving .v-label-hotelsaving, .v-csslayout-infobox-grey-noicon .v-slot-hoteldetail-actions .v-slot-hotelsaving .v-label-hotelsaving {
    font-family: 'VistaSansAltRegRegular';
    background: #333333;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0 8px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }

.v-csslayout-hoteldetail {
  float: left; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-top {
    float: left;
    width: 100%;
    height: 190px; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-seminardata-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #f0f0f0;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-seminardata-row .v-label-reservationinfo-left-text {
      float: left;
      padding: 13px; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-seminardata-row .v-label-reservationinfo-left-date {
      padding: 13px 4px !important; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-seminardata-row .v-label-reservationinfo-right-confirmationtext {
      float: right;
      padding: 13px; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component2 {
    float: left;
    width: 100%;
    background: transparent url("images/bg_hline_fixed.png") no-repeat right 56px;
    /* deprecated as generic styles
    .v-button-action-previous,
    .v-button-action-next {
    	position: absolute;
    	top: 117px;
    	
    	&.v-button-inactive {
    		opacity: 0.2;
    		cursor: not-allowed;
    		
    		span {
    			cursor: not-allowed !important
    		}
    	}
    	
    	.v-button-caption {
    		color: $boldLinkWithIcon;
    		text-decoration: underline;
    		font-family: 'VistaSansBoldRegular';
    		line-height: 24px;
    		font-style: normal;
    	}
    	
    	&.v-button-action-next {
    		right: 2px;
    							
    		.v-button-caption {
    			display: block;
    			//background: transparent uril("images/btn_paginate_right.png") no-repeat right center;
    			@include backgroundImg('btn_paginate_right.png','right center', 'transparent');
    			padding-right: 30px;
    		}
    	}
    	
    	&.v-button-action-previous {
    		right: 100px;
    		
    		.v-button-caption {
    			display: block;
    			//background: transparent uril("images/btn_paginate_left.png") no-repeat left center;
    			@include backgroundImg('btn_paginate_left.png','left center', 'transparent');
    			padding-left: 30px;
    		}
    	}
    	
    	&.v-button-backtoselecthotel {
    		left: 340px;
    		right: auto
    	}
    }
    */ }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component2 .v-csslayout-toolbox-mySeminarData {
      margin: 0; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 {
    float: left;
    margin-top: 80px;
    margin-bottom: -80px;
    width: 100%;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.25); }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div {
      padding: 10px; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-caption {
        float: left;
        color: #666666;
        font-family: 'VistaSansBoldRegular'; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-yellow, .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-green, .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-red {
        float: right;
        font-family: 'VistaSansBoldRegular'; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-yellow {
        color: #ff9900; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-green {
        color: #009900; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component3 div.v-label-status-red {
        color: #bb0000; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-type-logo-basic {
      float: right;
      background: transparent url("images/images/badge_sl_hotel.png") no-repeat center center;
      width: 61px;
      height: 61px;
      margin-top: -35px; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 20px;
      margin-top: 110px;
      /** deprecated in generic style
      .v-label-hotellister-hotelname {
      	float: left;
      	font-size: $detailTitle;
      	color: $textToggleHeader
      }
      */
      /* deprecated in generic style
      .v-label-hotellister-hoteladdress {
      	float: left;
      	clear: left;
      	font-style: italic;
      	font-size: $sidebarLabel;
      	color: $facetedLabels;
      	padding-top: 10px;
      }
      */
      /*
      .v-button-hotel-location {
      	float: left;
      	padding-top: 10px;
      	margin-left: 10px;
      	
      	@include boldLink_withIcon('icon_signpost.png','20px');
      }
      */ }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable {
        float: left;
        position: relative; }
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback {
          position: absolute;
          background: white;
          border: 3px solid #dddddd;
          top: -30px;
          left: 0;
          white-space: nowrap;
          padding: 16px;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5); }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text {
            font-size: 14px;
            float: left;
            width: 100%;
            color: #333333; }
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption {
              font-family: 'VistaSansBoldRegular'; }
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption {
              clear: left; }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component4 .v-csslayout-hoteldetail-hotel-firstrow-headerinfo .v-csslayout-feedbackable .v-csslayout-feedback:after {
            content: '';
            position: absolute;
            background: transparent url("images/bg_arrow_down_greywhite.png") no-repeat center top;
            bottom: -14px;
            height: 16px;
            width: 23px;
            left: 20px; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 {
    float: left;
    position: relative;
    width: 100%; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 > .v-customcomponent {
      float: left; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 {
      float: right;
      width: 560px;
      				/* deprecated
      
      				*/ }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hoteldetail-options {
        float: right;
        width: 560px;
        background: #f0f0f0 url("images/bg_info.png") no-repeat 18px 18px;
        border: 1px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        padding: 20px 0; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating {
        float: left;
        width: 100%;
        margin-top: 9px;
        margin-bottom: 9px; }
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelcapacities,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelrating,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hoteldistances,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelcapacities,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelrating,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hoteldistances,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelcapacities,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelrating {
          float: left;
          font-size: 12px;
          color: #666666;
          font-family: 'VistaSansBoldRegular';
          width: 80px; }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hoteldistances.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelcapacities.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelrating.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hoteldistances.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelcapacities.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelrating.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hoteldistances.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelcapacities.v-label-hotelcapacities:last-child,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelrating.v-label-hotelcapacities:last-child {
            font-family: 'VistaSansAltRegRegular';
            width: auto; }
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hoteldistances.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelcapacities.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelrating.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hoteldistances.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelcapacities.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelrating.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hoteldistances.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelcapacities.v-label-hotelcapacities:last-child span,
            .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelrating.v-label-hotelcapacities:last-child span {
              margin-right: 20px; }
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label {
          font-size: 12px;
          color: #666666; }
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport {
          float: left;
          font-size: 12px;
          color: #666666;
          font-weight: normal;
          padding-left: 16px;
          line-height: 17px;
          margin-right: 10px; }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation {
            background: transparent url("images/icon_distance_location.png") no-repeat left center; }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway {
            background: transparent url("images/icon_distance_motorway.png") no-repeat left center;
            padding-left: 20px !important; }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation {
            background: transparent url("images/icon_distance_train.png") no-repeat left center; }
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
          .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport {
            background: transparent url("images/icon_distance_airport.png") no-repeat left center;
            padding-left: 22px !important;
            margin-right: 0 !important; }
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hoteldistances .v-label-hotelrating-text,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelcapacities .v-label-hotelrating-text,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-component7 .v-csslayout-hoteldetail-component6 .v-csslayout-hotellister-hotelrating .v-label-hotelrating-text {
          margin-left: 10px;
          line-height: 13px; }
  .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    padding-top: 10px; }
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-features-layout,
    .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-activities-layout {
      float: left;
      width: 50%; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-features-layout.v-csslayout-hotel-activities-layout,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-activities-layout.v-csslayout-hotel-activities-layout {
        padding-left: 20px; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-features-layout .v-label-hoteldetail-compactinfo-hotelfeatures,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-features-layout .v-label-hoteldetail-compactinfo-hobbyactivities,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-activities-layout .v-label-hoteldetail-compactinfo-hotelfeatures,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-activities-layout .v-label-hoteldetail-compactinfo-hobbyactivities {
        float: left;
        display: block;
        clear: left;
        font-size: 18px;
        font-family: 'VistaSansBoldRegular';
        margin-bottom: 10px;
        margin-top: 20px; }
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-features-layout ul,
      .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-activities-layout ul {
        margin: 0;
        margin-left: 10px;
        margin-top: 5px; }
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-features-layout ul li,
        .v-csslayout-hoteldetail .v-csslayout-hoteldetail-compactinfo .v-csslayout-hotel-activities-layout ul li {
          font-size: 14px;
          color: #333333;
          list-style: none;
          background: transparent url("images/bg_bullet.png") no-repeat left center;
          padding-left: 15px;
          line-height: 30px; }

.tabsheet-menu .v-csslayout-seminar-rooms-header {
  float: left;
  width: 100%;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 10px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout {
    float: left; }
    .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout > .v-label {
      color: #666666;
      display: block; }
      .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout > .v-label:first-child {
        font-family: 'VistaSansBoldRegular'; }
    .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout.v-csslayout-seminar-rooms-header-column-seatspax {
      float: left;
      width: 30px;
      margin-right: 14px; }
      .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout.v-csslayout-seminar-rooms-header-column-seatspax img {
        float: right;
        width: 24px;
        height: 24px; }
      .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout.v-csslayout-seminar-rooms-header-column-seatspax:last-child {
        margin-right: 0 !important; }
    .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout.v-csslayout-seminar-rooms-header-column-name {
      width: 309px; }
    .tabsheet-menu .v-csslayout-seminar-rooms-header > .v-layout.v-csslayout-seminar-rooms-header-column-space {
      width: 82px; }
.tabsheet-menu .v-csslayout-seminar-rooms-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-space {
    text-align: right;
    padding-right: 45px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-seatspax {
    float: left;
    width: 30px;
    margin-right: 14px;
    text-align: right; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper {
    float: left;
    width: 309px;
    position: relative; }
    .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-button {
      float: left; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-button .v-button-caption {
        color: black;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #c7c7c7;
        font-style: italic;
        font-weight: normal; }
        .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-button .v-button-caption:hover {
          border-bottom: 1px solid transparent; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-button .v-button-caption {
        line-height: 24px; }
    .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback {
      position: absolute;
      left: 150px;
      top: -70px;
      background: #fff;
      width: 550px;
      padding: 1px;
      z-index: 999999999;
      -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback:after {
        content: '';
        position: absolute;
        background: transparent url("images/bg_arrow_down_white.png") no-repeat center top;
        bottom: -10px;
        height: 11px;
        width: 19px;
        left: 50%;
        content: '';
        position: absolute;
        background: transparent url("images/bg_arrow_left_white.png") no-repeat center top;
        top: 70px;
        height: 19px;
        width: 11px;
        left: -10px; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-label-feedback-caption {
        background: #333333;
        width: 100%;
        padding: 8px 16px;
        line-height: 16px;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
        font-size: 12px;
        color: #fff; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-label-feedback-text {
        padding: 16px;
        color: #333333;
        font-size: 12px;
        white-space: normal; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-button-link .v-button-caption {
        display: block;
        position: absolute;
        right: 8px;
        top: 10px;
        width: 13px;
        height: 13px;
        background: transparent url("images/icon_close.png") no-repeat center center;
        text-indent: -99999px;
        text-decoration: none;
        border: none; }
    .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-left {
      float: left;
      width: 347px; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-left .v-label-seminar-detail-wrapper-header {
        width: 287px;
        font-size: 12px;
        color: #666666;
        font-family: 'VistaSansBoldRegular';
        margin: 20px 16px;
        border-bottom: 2px solid #dddddd;
        padding-bottom: 20px; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-left .v-csslayout-seminar-detail-wrapper-row {
        float: left;
        width: 287px;
        margin-left: 16px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd; }
        .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-left .v-csslayout-seminar-detail-wrapper-row .v-label-row-left-text {
          float: left;
          font-size: 12px;
          color: #333333; }
        .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-left .v-csslayout-seminar-detail-wrapper-row .v-label-row-text-right {
          float: right;
          text-align: right;
          padding-right: 30px;
          font-size: 12px;
          color: #333333; }
    .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-right {
      float: right;
      width: 199px;
      padding-top: 20px; }
      .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-right .v-csslayout {
        float: left;
        width: 100%;
        margin-bottom: 10px; }
        .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-right .v-csslayout.v-csslayout-seminar-detail-room-image {
          height: 125px;
          margin-bottom: 20px !important;
          padding: 0 !important; }
        .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-right .v-csslayout img {
          float: left;
          width: 24px;
          height: 24px; }
        .tabsheet-menu .v-csslayout-seminar-rooms-row .v-csslayout-seminar-room-detail-wrapper .v-csslayout-feedback .v-csslayout-seminar-detail-wrapper-right .v-csslayout .v-label {
          font-size: 12px;
          margin-right: 0 !important;
          text-align: left !important;
          width: auto !important;
          line-height: 24px;
          padding-left: 10px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label {
    font-size: 14px;
    color: #666666; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-space {
    float: left;
    width: 82px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-paxu {
    float: left;
    width: 45px;
    margin-right: 14px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-paxt {
    float: left;
    width: 45px;
    margin-right: 14px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-paxk {
    float: left;
    width: 45px;
    margin-right: 14px; }
  .tabsheet-menu .v-csslayout-seminar-rooms-row .v-label-seminar-rooms-row-column-paxkreis {
    float: left;
    width: 45px; }
.tabsheet-menu .v-csslayout-technique-content,
.tabsheet-menu .v-csslayout-technique-roomequipment {
  float: left;
  width: 100%; }
  .tabsheet-menu .v-csslayout-technique-content ul,
  .tabsheet-menu .v-csslayout-technique-roomequipment ul {
    margin: 0;
    margin-left: 10px;
    margin-top: 5px; }
    .tabsheet-menu .v-csslayout-technique-content ul li,
    .tabsheet-menu .v-csslayout-technique-roomequipment ul li {
      font-size: 14px;
      color: #333333;
      list-style: none;
      background: transparent url("images/bg_bullet.png") no-repeat left center;
      padding-left: 15px;
      line-height: 30px; }
.tabsheet-menu .v-label-technique-heading {
  float: left;
  display: block;
  clear: left;
  font-size: 18px;
  font-family: 'VistaSansBoldRegular';
  margin-bottom: 10px;
  margin-top: 20px; }
.tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout {
  float: left;
  width: 765px; }
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label {
    font-size: 14px; }
    .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label.v-label-room-heading, .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label.v-label-catering-heading, .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label.v-label-equipment-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label.v-label-room-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label.v-label-catering-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label.v-label-equipment-heading {
      font-size: 18px;
      font-family: 'VistaSansBoldRegular';
      padding-bottom: 10px; }
      .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label.v-label-room-heading.v-label-equipment-heading, .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label.v-label-catering-heading.v-label-equipment-heading, .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label.v-label-equipment-heading.v-label-equipment-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label.v-label-room-heading.v-label-equipment-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label.v-label-catering-heading.v-label-equipment-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label.v-label-equipment-heading.v-label-equipment-heading {
        padding-top: 10px !important;
        padding-bottom: 0 !important; }
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .freetime-heading, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .freetime-heading {
    font-size: 18px;
    font-family: 'VistaSansBoldRegular';
    padding-bottom: 10px; }
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-room-text,
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-freetime-text,
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-catering-text, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-room-text,
  .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-freetime-text,
  .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-catering-text {
    line-height: 21px;
    margin-bottom: 20px; }
    .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-room-text p,
    .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-freetime-text p,
    .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-catering-text p, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-room-text p,
    .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-freetime-text p,
    .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-catering-text p {
      line-height: 21px; }
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-csslayout-roomequipment, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-csslayout-roomequipment {
    margin-bottom: 20px; }
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-left-layout .v-label-catering-text, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-left-layout .v-label-catering-text {
    margin-bottom: 0; }
.tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-right-layout, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-right-layout {
  float: right; }
  .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-right-layout .v-gridlayout-slot, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-right-layout .v-gridlayout-slot {
    float: left;
    margin: 5px; }
    .tabsheet-menu.v-csslayout-rooms-catering-tab .v-csslayout-tab-right-layout .v-gridlayout-slot img, .tabsheet-menu.v-csslayout-hobby-activies-tab .v-csslayout-tab-right-layout .v-gridlayout-slot img {
      width: 165px;
      height: 120px; }
.tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-left-layout {
  float: left;
  width: 765px; }
.tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout {
  float: right;
  width: 340px; }
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label {
    white-space: normal; }
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-hotel-name {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #555555;
    margin-bottom: 6px; }
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-hotel-address-l1,
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-hotel-address-l2,
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-hotel-address-l3 {
    float: left;
    clear: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666; }
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-location,
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-arrival {
    float: left;
    clear: left;
    font-size: 18px;
    font-family: 'VistaSansBoldRegular';
    font-weight: normal;
    margin-top: 20px;
    padding: 10px 0; }
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-distance-text,
  .tabsheet-menu.v-csslayout-location-tab .v-csslayout-tab-right-layout .v-label-arrival-text {
    float: left;
    clear: left;
    font-size: 14px;
    line-height: 20px; }

.v-csslayout-dashboard {
  float: left; }
  .v-csslayout-dashboard .hotelscomponent-actionbar div div {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #666; }
  .v-csslayout-dashboard .hotelscomponent-actionbar div:last-child div {
    border-right: none !important; }
  .v-csslayout-dashboard .v-csslayout-dashboard-dashboardinfo,
  .v-csslayout-dashboard .v-csslayout-dashboard-component2 {
    float: left;
    width: 100%; }
  .v-csslayout-dashboard .v-csslayout-dashboard-menu,
  .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu {
    float: left;
    width: 100%; }
    .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem,
    .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem,
    .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem,
    .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem {
      float: left;
      position: relative;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
      border-top: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
      margin-right: 5px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-inactive, .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-inactive,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-inactive,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-inactive,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive {
        background: #f0f0f0 !important; }
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-inactive:after, .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-inactive:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-inactive:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-inactive:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-inactive:after {
          content: '';
          position: absolute;
          background: #dddddd;
          border-right: 1px solid #dddddd;
          width: 100%;
          height: 2px;
          left: -1px;
          bottom: 0; }
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-active, .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-active,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-active,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-active,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active {
        background: #fff; }
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-active:after, .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-active:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menuitem-active:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menuitem-active:after,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem.v-button-dashboard-menu-menu-menuitem-active:after {
          content: '';
          position: absolute;
          background: #fff;
          border-left: 1px solid #dddddd;
          border-right: 1px solid #dddddd;
          width: 100%;
          height: 2px;
          left: -1px;
          bottom: 0;
          z-index: 1; }
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem .v-button-wrap,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem .v-button-wrap,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem .v-button-wrap,
      .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem .v-button-wrap {
        float: left; }
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menu-menuitem .v-button-wrap .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu .v-button-dashboard-menu-menuitem .v-button-wrap .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menu-menuitem .v-button-wrap .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-menu-menu .v-button-dashboard-menu-menuitem .v-button-wrap .v-button-caption {
          float: left;
          padding: 12px 12px;
          padding-bottom: 11px;
          font-size: 14px;
          color: #666666;
          font-weight: normal;
          text-decoration: none; }
  .v-csslayout-dashboard .v-csslayout-dashboard-component3,
  .v-csslayout-dashboard .v-csslayout-dashboard-content {
    float: left;
    background: #fff;
    width: 1160px;
    padding: 20px;
    margin-top: -2px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 2px solid #dddddd;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
    float: left;
    position: relative; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-panel-bookings-filter-textfield,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-panel-bookings-filter-textfield {
      float: left;
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      padding: 0; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-panel-bookings-filter-textfield .v-panel-content-bookings-filter-textfield,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-panel-bookings-filter-textfield .v-panel-content-bookings-filter-textfield {
        padding: 6px !important;
        -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
        -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
        box-shadow: inset 0 1px 2px 0 #dddddd; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-panel-bookings-filter-textfield .v-panel-captionwrap,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-panel-bookings-filter-textfield .v-panel-captionwrap {
        display: none; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-panel-bookings-filter-textfield input,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-panel-bookings-filter-textfield input {
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        background: none !important;
        padding: 0 !important;
        height: 16px; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-button-searchfield-reset,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-button-searchfield-reset {
      background: none !important;
      border: 0 !important;
      padding: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      position: absolute;
      right: 5px;
      top: 5px;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-button-searchfield-reset .v-button-caption,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-button-searchfield-reset .v-button-caption {
        display: block;
        background: transparent url("images/icon_delete.png") no-repeat center center;
        width: 13px;
        height: 18px;
        text-indent: -99999px; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-bookings-sorter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-bookings-sorter {
      float: right !important; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-bookings-sorter .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-bookings-sorter .v-label {
        line-height: 30px !important;
        padding-right: 8px !important; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-bookings-sorter .v-filterselect,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-bookings-sorter .v-filterselect {
        margin: 0; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-bookings-sorter .v-filterselect input,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-bookings-sorter .v-filterselect input {
          width: 270px !important; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-header,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-header {
      float: left;
      width: 100%;
      height: auto; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-header .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-header .v-label {
        float: left;
        font-size: 18px;
        color: #333333; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-header .v-label.v-label-header-nr,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-header .v-label.v-label-header-nr {
          margin-left: 5px;
          background: #ac2a6e;
          color: #fff;
          font-size: 12px;
          font-family: 'VistaSansSCRegBold';
          font-weight: normal;
          padding: 2px 5px;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */ }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-todos,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-todos {
      float: left;
      width: 1118px;
      padding-top: 0;
      margin-bottom: 15px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-todos .v-label-todocomponent,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-todos .v-label-todocomponent {
        margin-top: 15px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-todos .v-csslayout-message,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-todos .v-csslayout-message {
        float: left;
        width: 100%;
        border-top: 1px solid white;
        border-bottom: 1px solid #cccccc;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-todos > .v-verticallayout > .v-slot-link > .v-button .v-button-wrap,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-todos > .v-verticallayout > .v-slot-link > .v-button .v-button-wrap {
        float: left;
        padding-top: 20px; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-todos > .v-verticallayout > .v-slot-link > .v-button .v-button-wrap .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-todos > .v-verticallayout > .v-slot-link > .v-button .v-button-wrap .v-button-caption {
          color: #ac2a6e;
          text-decoration: underline;
          padding-right: 12px;
          font-style: italic; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 {
      float: left;
      width: 100%;
      margin-top: 20px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout {
        float: left;
        width: 358px;
        margin-right: 22px; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout:last-child,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout:last-child {
          margin-right: 0 !important; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-header,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-header {
          float: left;
          width: 100%;
          height: auto;
          margin-bottom: 15px; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-header .v-label,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-header .v-label {
            font-size: 18px;
            color: #333333; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-button-viewdetail-btn,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-button-viewdetail-btn {
          float: left;
          width: 100%;
          margin-bottom: 15px; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-button-viewdetail-btn .v-button-caption,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-button-viewdetail-btn .v-button-caption {
            color: black;
            font-size: 14px;
            text-decoration: none;
            border-bottom: 1px solid #c7c7c7;
            font-style: italic;
            font-weight: normal; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-button-viewdetail-btn .v-button-caption:hover,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-button-viewdetail-btn .v-button-caption:hover {
              border-bottom: 1px solid transparent; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-infopanel-container,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-infopanel-container {
          margin-top: 0;
          margin-bottom: 0;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important;
          border: none; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo {
          float: left;
          background: #f4f4f4;
          width: 358px;
          border: 1px solid #dddddd;
      /*
  	-webkit-border-top-right-radius:    $topright;
  	-webkit-border-bottom-right-radius: $bottomright;
  	-webkit-border-bottom-left-radius:  $bottomleft;
  	-webkit-border-top-left-radius:     $topleft;
  
  	-moz-border-radius-topright:        $topright;
  	-moz-border-radius-bottomright:     $bottomright;
  	-moz-border-radius-bottomleft:      $bottomleft;
  	-moz-border-radius-topleft:         $topleft;
  
  	border-top-right-radius:            $topright;
  	border-bottom-right-radius:         $bottomright;
  	border-bottom-left-radius:          $bottomleft;
  	border-top-left-radius:             $topleft;
  
  	-moz-background-clip:    padding; 
  	-webkit-background-clip: padding-box; 
  	background-clip:         padding-box;
  	*/ }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo .v-button,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo .v-button {
            padding-left: 20px;
            padding-right: 20px;
            clear: all;
            display: block;
            font-size: 14px;
            padding-top: 20px;
            padding-bottom: 10px;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
          /*
        	-webkit-border-radius: $radius;
        	-moz-border-radius:    $radius;
        	border-radius:         $radius;
        	
        	-moz-background-clip:    padding;
        	-webkit-background-clip: padding-box;
        	background-clip:         padding-box;
          */ }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo .v-button .v-button-caption,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo .v-button .v-button-caption {
              font-size: 14px;
              color: #333333;
              border-bottom: 1px solid #dddddd;
              padding-bottom: 1px;
              text-decoration: none; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo .v-label,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-bookinginfo .v-label {
            padding-left: 20px;
            padding-right: 20px;
            clear: all;
            display: block;
            font-size: 14px;
            color: #666666;
            padding-bottom: 20px; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent {
          float: left;
          width: 358px;
          background: #fff;
          border-left: 1px solid #dddddd;
          border-right: 1px solid #dddddd;
          border-bottom: 1px solid #dddddd;
          padding-bottom: 0;
      /*
  	-webkit-border-top-right-radius:    $topright;
  	-webkit-border-bottom-right-radius: $bottomright;
  	-webkit-border-bottom-left-radius:  $bottomleft;
  	-webkit-border-top-left-radius:     $topleft;
  
  	-moz-border-radius-topright:        $topright;
  	-moz-border-radius-bottomright:     $bottomright;
  	-moz-border-radius-bottomleft:      $bottomleft;
  	-moz-border-radius-topleft:         $topleft;
  
  	border-top-right-radius:            $topright;
  	border-bottom-right-radius:         $bottomright;
  	border-bottom-left-radius:          $bottomleft;
  	border-top-left-radius:             $topleft;
  
  	-moz-background-clip:    padding; 
  	-webkit-background-clip: padding-box; 
  	background-clip:         padding-box;
  	*/ }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent .v-label-teasercontent-noneavailable,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent .v-label-teasercontent-noneavailable {
            float: left;
            padding: 20px;
            padding-bottom: 0; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout {
            margin: 0 20px;
            padding: 20px 0;
            float: left;
            width: 316px;
            border-bottom: 1px solid #dddddd; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout:last-child,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout:last-child {
              border-bottom: none !important; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-hotelname,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-hotelname {
              float: left;
              white-space: normal !important;
              border-bottom: 1px solid #d8d8d8;
              padding-bottom: 1px;
              margin-bottom: 6px; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-hotelname .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-hotelname .v-button-caption {
                font-size: 12px;
                font-weight: normal;
                color: #333333;
                text-decoration: none; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-hotelcategory,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-hotelcategory {
              float: left;
              padding-left: 4px;
              font-size: 12px;
              color: #333333;
              padding-bottom: 2px;
              margin-bottom: 6px;
              border-bottom: 1px solid transparent; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-hoteladdress,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-hoteladdress {
              float: left;
              clear: left;
              width: 100%;
              font-size: 12px;
              line-height: 16px;
              color: #666666;
              font-style: italic; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label:nth-child(4),
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label:nth-child(4) {
              float: left;
              clear: left;
              margin: 10px 0;
              color: #666666; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus-teasercontent-entry-inquirystatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-executionstatus-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-receiptstatus-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-execution-teaser-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-execution-teaser-teasercontent-entry-executionstatus-execution-teaser-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-receipt-teaser-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-receipt-teaser-teasercontent-entry-receiptstatus-receipt-teaser-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-status-green,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus-teasercontent-entry-inquirystatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-executionstatus-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-inquirystatus-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-teasercontent-entry-receiptstatus-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-execution-teaser-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-execution-teaser-teasercontent-entry-executionstatus-execution-teaser-teasercontent-entry-executionstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-receipt-teaser-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-receipt-teaser-teasercontent-entry-receiptstatus-receipt-teaser-teasercontent-entry-receiptstatus-confirmed,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-status-green {
              float: left;
              margin: 10px 0;
              margin-left: 15px;
              background: transparent url("images/icon_confirmed.png") no-repeat left center;
              padding-left: 20px;
              font-size: 12px;
              color: #009900 !important; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-status-yellow,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-status-yellow {
              float: left;
              margin: 10px 0;
              margin-left: 15px;
              background: transparent url("images/icon_pending.png") no-repeat left center;
              padding-left: 20px;
              font-size: 12px;
              color: #ff9900 !important; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-status-red,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-label-status-red {
              float: left;
              margin: 10px 0;
              margin-left: 15px;
              background: transparent url("images/icon_error.png") no-repeat left center;
              padding-left: 20px;
              font-size: 12px;
              color: #bb0000 !important; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action {
              float: left;
              clear: left; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute .v-button-wrap .v-button-caption, .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt:focus .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action:focus .v-button-wrap .v-button-caption {
                background: #ac2a6e;
                float: left;
              /*
            	-webkit-border-radius: $radius;
            	-moz-border-radius:    $radius;
            	border-radius:         $radius;
            	
            	-moz-background-clip:    padding;
            	-webkit-background-clip: padding-box;
            	background-clip:         padding-box;
              */
                border: none;
                padding: 0px 13px;
                padding-top: 2px;
                color: #fff;
                font-size: 12px;
                font-weight: normal;
                text-decoration: none;
                line-height: 28px; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-execute:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-editattendees:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-teasercontent-entry-checkreceipt:hover .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-csslayout-action:hover .v-button-caption {
                background: #c1327d; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer,
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution {
              float: left;
              margin-left: 10px; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution .v-button-caption {
                color: #ac2a6e;
                text-decoration: none;
                font-family: 'VistaSansBoldRegular';
                font-size: 12px;
                font-weight: normal; }
                .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer .v-button-caption:hover,
                .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution .v-button-caption:hover,
                .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer .v-button-caption:hover,
                .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution .v-button-caption:hover {
                  color: #c1327d; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showoffer .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-sublayout-row1 > .v-csslayout .v-csslayout-teasercontent > .v-csslayout .v-button-link-teasercontent-entry-showexecution .v-button-caption {
                line-height: 32px; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-slot-dashboard-executions, .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-slot-dashboard-inquiries, .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-slot-dashboard-receipts,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-slot-dashboard-executions,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-slot-dashboard-inquiries,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-slot-dashboard-receipts {
      margin-top: 10px; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter,
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter,
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter {
      float: left; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-textfield,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-textfield,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-textfield,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-textfield,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-textfield,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-textfield {
        float: left;
        width: 270px;
        padding: 3px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button {
        float: left;
        margin-left: 16px; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button .v-button-caption, .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button:focus .v-button-caption {
          color: #fff;
          float: left;
          font-weight: normal;
          background: #333333;
          border: none;
          padding: 7px 20px;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */ }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button .v-button-caption, .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button:focus .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button:focus .v-button-caption {
          padding: 7px 20px; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button:hover .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button:hover .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button:hover .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-filter .v-button:hover .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-filter .v-button:hover .v-button-caption,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-filter .v-button:hover .v-button-caption {
          background: #4b4b4b; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-sorter,
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-sorter,
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-sorter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-sorter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-sorter,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-sorter {
      float: right; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-sorter .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-sorter .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-sorter .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-sorter .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-sorter .v-label,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-sorter .v-label {
        float: left;
        line-height: 24px;
        padding-right: 5px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-inquiries .v-csslayout-bookings-sorter .v-filterselect,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-executions .v-csslayout-bookings-sorter .v-filterselect,
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-receipts .v-csslayout-bookings-sorter .v-filterselect,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-inquiries .v-csslayout-bookings-sorter .v-filterselect,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-executions .v-csslayout-bookings-sorter .v-filterselect,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-receipts .v-csslayout-bookings-sorter .v-filterselect {
        float: left;
        margin: 0; }
    .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement,
    .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement {
      float: left;
      width: 100%; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body-wrapper,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body-wrapper {
        border: none; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body-wrapper .v-table-row-odd .v-table-cell-content,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body-wrapper .v-table-row-odd .v-table-cell-content {
          background: none; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-header-wrap,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-header-wrap {
        background: none;
        border: none; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-header,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-header {
        float: left;
        width: 100%;
        height: auto; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-header .v-table-header-cell .v-table-caption-container,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-header .v-table-header-cell .v-table-caption-container {
          color: #666666;
          font-size: 12px;
          text-shadow: none;
          padding-bottom: 10px; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body {
        float: left;
        width: 100%; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td {
          border-top: 1px solid #dddddd; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-label-templatename-cell,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-label-templatename-cell {
            white-space: normal; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-label-cell,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-label-cell {
            padding: 10px 0;
            display: block;
            line-height: 14px; }
          .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button,
          .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button {
            margin: 10px 0; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-load .v-button-wrap,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-load .v-button-wrap {
              float: left; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-load .v-button-wrap .v-button-caption,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-load .v-button-wrap .v-button-caption {
                display: block;
                background: transparent url("images/icon_folder.png") no-repeat left center;
                color: #ac2a6e;
                padding-left: 23px;
                text-decoration: none;
                font-family: 'VistaSansBoldRegular';
                font-weight: normal;
                line-height: 14px;
                font-size: 12px; }
                .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-load .v-button-wrap .v-button-caption:hover,
                .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-load .v-button-wrap .v-button-caption:hover {
                  color: #c1327d; }
            .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete,
            .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete {
              float: right; }
              .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete .v-button-wrap,
              .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete .v-button-wrap {
                float: left; }
                .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete .v-button-wrap .v-button-caption,
                .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete .v-button-wrap .v-button-caption {
                  display: block;
                  background: transparent url("images/icon_trash.png") no-repeat left center;
                  color: #ac2a6e;
                  padding-left: 23px;
                  text-decoration: none;
                  font-family: 'VistaSansBoldRegular';
                  font-weight: normal;
                  line-height: 14px;
                  font-size: 12px; }
                  .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete .v-button-wrap .v-button-caption:hover,
                  .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-table-bookingtemplates-table .v-table-body td .v-button.v-button-template-delete .v-button-wrap .v-button-caption:hover {
                    color: #c1327d; }
      .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-csslayout-infobox-grey,
      .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-csslayout-infobox-grey {
        float: right;
        width: 342px; }
        .v-csslayout-dashboard .v-csslayout-dashboard-component3 .v-csslayout-dashboard-templatemanagement .v-csslayout-infobox-grey .v-label em,
        .v-csslayout-dashboard .v-csslayout-dashboard-content .v-csslayout-dashboard-templatemanagement .v-csslayout-infobox-grey .v-label em {
          display: block;
          margin-top: 10px; }
  .v-csslayout-dashboard .v-csslayout-lazy-loading-list-controls {
    float: left;
    width: 100%;
    text-align: center; }
    .v-csslayout-dashboard .v-csslayout-lazy-loading-list-controls .v-button-link {
      padding: 20px 0; }
      .v-csslayout-dashboard .v-csslayout-lazy-loading-list-controls .v-button-link .v-button-wrap {
        float: left; }
        .v-csslayout-dashboard .v-csslayout-lazy-loading-list-controls .v-button-link .v-button-wrap .v-button-caption {
          display: block;
          background: transparent url("images/icon_loadMore.png") no-repeat left center;
          color: #ac2a6e;
          padding-left: 24px;
          text-decoration: none;
          font-family: 'VistaSansBoldRegular';
          font-weight: normal;
          line-height: 16px;
          font-size: 12px; }
          .v-csslayout-dashboard .v-csslayout-lazy-loading-list-controls .v-button-link .v-button-wrap .v-button-caption:hover {
            color: #c1327d; }

.v-csslayout-bookbooking {
  float: left;
  width: 100%; }
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component2,
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component14,
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 {
    float: left;
    width: 100%; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component2.v-csslayout-bookbooking-component15 .v-label,
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component14.v-csslayout-bookbooking-component15 .v-label,
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component15.v-csslayout-bookbooking-component15 .v-label {
      font-size: 14px;
      color: #333333; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component2.v-csslayout-bookbooking-component15 .v-csslayout-label-with-link .v-button-link .v-button-caption,
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component14.v-csslayout-bookbooking-component15 .v-csslayout-label-with-link .v-button-link .v-button-caption,
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component15.v-csslayout-bookbooking-component15 .v-csslayout-label-with-link .v-button-link .v-button-caption {
      font-size: 14px !important; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component2.v-csslayout-bookbooking-component15 .v-label-heading,
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component14.v-csslayout-bookbooking-component15 .v-label-heading,
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component15.v-csslayout-bookbooking-component15 .v-label-heading {
      display: block;
      background: transparent url("images/icon_check_green_headline.png") no-repeat left top;
      font-size: 24px;
      color: #333333;
      font-family: 'VistaSansBoldRegular';
      margin-bottom: 30px !important;
      line-height: 26px;
      padding-left: 35px; }
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 {
    float: left;
    width: 100%; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-daypaging {
      float: left;
      margin-top: 14px; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 {
      float: left;
      width: 760px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9 {
        float: left;
        width: 100%;
        border-bottom: 1px solid #dddddd; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 {
          border-bottom: none !important; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component7, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component7,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component7,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component7,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 {
          padding-top: 10px; }
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component7 .v-label-heading, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-label-heading, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component7 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component7 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component7 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-label-heading,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-label-heading {
            display: block;
            font-size: 14px;
            color: #333333;
            font-size: 18px;
            font-family: 'VistaSansBoldRegular';
            margin: 10px;
            margin-bottom: 20px;
            margin-left: 0; }
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component7 .v-label-heading .number-label, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-label-heading .number-label, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component7 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component7 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component7 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-label-heading .number-label,
            .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-label-heading .number-label {
              color: #666666;
              margin-right: 10px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-widget,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7 .v-widget,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8 .v-widget,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9 .v-widget {
          font-size: 14px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-caption, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-caption {
          margin-top: 15px; }
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-caption .v-captiontext, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-caption .v-captiontext,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-caption .v-captiontext,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-caption .v-captiontext,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-caption .v-captiontext,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-caption .v-captiontext,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-caption .v-captiontext,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-caption .v-captiontext {
            float: left;
            width: 100%;
            margin-bottom: 8px;
            color: #666666;
            font-size: 12px;
            font-family: 'VistaSansAltRegRegular';
            font-weight: normal;
            line-height: normal; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-label, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-label,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-label,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-label,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-label,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-label,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-label,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-label {
          margin-bottom: 16px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-label-bold, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-label-bold,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-label-bold,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-label-bold,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-label-bold,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-label-bold,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-label-bold,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-label-bold {
          float: left;
          width: 100%;
          font-size: 12px;
          color: #666666;
          font-family: 'VistaSansBoldRegular';
          font-weight: normal;
          margin-bottom: 8px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-textarea, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-textfield,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-textarea {
          font-size: 14px;
          font-family: arial, sans-serif;
          font-style: normal;
          padding: 0 7px;
          height: 30px;
          border: 1px solid #dddddd;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
          -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
          box-shadow: inset 0 1px 2px 0 #dddddd;
          outline: 0 !important;
          margin-bottom: 16px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component8 .v-textarea, .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6.v-csslayout-bookbooking-component9 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component8 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7.v-csslayout-bookbooking-component9 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component8 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component8.v-csslayout-bookbooking-component9 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component8 .v-textarea,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component9.v-csslayout-bookbooking-component9 .v-textarea {
          width: 759px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-label {
        display: block;
        font-size: 14px;
        color: #333333; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-label.v-label-heading {
          font-size: 18px;
          font-family: 'VistaSansBoldRegular';
          margin-bottom: 20px;
          margin-top: 18px; }
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-label.v-label-heading .number-label {
            color: #666666;
            margin-right: 10px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-caption {
        float: left; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-caption .v-captiontext {
          float: left;
          width: 100%;
          margin-bottom: 8px;
          color: #666666;
          font-size: 12px;
          font-family: 'VistaSansAltRegRegular';
          font-weight: normal;
          line-height: normal; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-seminarname,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-deviatingBuyer,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-referenceNumber {
        float: left;
        width: 390px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-seminarname.v-csslayout-bookbooking-seminarname,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-deviatingBuyer.v-csslayout-bookbooking-seminarname,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-referenceNumber.v-csslayout-bookbooking-seminarname {
          width: 100% !important;
          margin-top: 20px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-seminarname.v-csslayout-bookbooking-referenceNumber,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-deviatingBuyer.v-csslayout-bookbooking-referenceNumber,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-referenceNumber.v-csslayout-bookbooking-referenceNumber {
          float: right !important;
          width: 370px !important;
          margin-bottom: 20px; }
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-seminarname.v-csslayout-bookbooking-referenceNumber .v-widget,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-deviatingBuyer.v-csslayout-bookbooking-referenceNumber .v-widget,
          .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-referenceNumber.v-csslayout-bookbooking-referenceNumber .v-widget {
            width: 100px !important; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-seminarname .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-deviatingBuyer .v-caption,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-referenceNumber .v-caption {
          display: block;
          width: 100%; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-seminarname .v-widget,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-deviatingBuyer .v-widget,
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component6 .v-csslayout-bookbooking-referenceNumber .v-widget {
          float: left;
          margin-bottom: 16px;
          width: 380px;
          font-size: 14px;
          font-family: arial, sans-serif;
          font-style: normal;
          padding: 0 7px;
          height: 30px;
          border: 1px solid #dddddd;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
          -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
          box-shadow: inset 0 1px 2px 0 #dddddd;
          outline: 0 !important; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7 .v-csslayout-bookbooking-hotelname {
        margin-bottom: 20px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7 .v-csslayout-bookingdaydetaillayout {
        margin-top: 20px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7 .v-csslayout-bookingdaydetaillayout .v-verticallayout-booking-day-detail-layout {
          margin-top: 20px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7 .v-panel-togglebar .v-csslayout-togglebar .v-label-sublayout-col2 {
        float: right !important;
        position: relative !important;
        left: auto !important;
        padding-right: 10px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component4 .v-csslayout-bookbooking-component7 .v-csslayout-hotelname {
        float: left;
        width: 100%;
        margin-bottom: 20px; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 {
      float: right;
      width: 360px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-infobox-white .v-label {
        display: block;
        color: #333333; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-infobox-white .v-label.v-label-heading {
          font-family: 'VistaSansBoldRegular';
          margin-bottom: 10px; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-infobox-white .v-label.v-label-italic {
          font-style: italic;
          margin-top: 20px;
          padding-bottom: 10px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-infobox-white .v-verticallayout-din5008address {
        float: left; }
        .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-infobox-white .v-verticallayout-din5008address .v-slot-address > .v-label-address {
          padding-bottom: 5px; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-bookbooking-component10,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-bookbooking-component11,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-bookbooking-component12,
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component3 .v-csslayout-bookbooking-component5 .v-csslayout-bookbooking-component13 {
        float: left;
        width: 100%; }
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component14 .v-button {
    float: left;
    clear: left;
    margin-top: 20px;
    margin-bottom: 8px; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component14 .v-button .v-button-wrap .v-button-caption, .v-csslayout-bookbooking .v-csslayout-bookbooking-component14 .v-button:focus .v-button-wrap .v-button-caption {
      background: #ac2a6e;
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      border: none;
      padding: 0px 13px;
      padding-top: 2px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      line-height: 28px; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component14 .v-button:hover .v-button-caption {
      background: #c1327d; }
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 > .v-label {
    display: block;
    margin: 10px 0; }
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 .v-csslayout-label-with-link {
    display: block;
    margin: 10px 0; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 .v-csslayout-label-with-link .v-button .v-button-caption {
      color: black;
      font-size: 14px;
      text-decoration: none;
      border-bottom: 1px solid #c7c7c7;
      font-style: italic;
      font-weight: normal; }
      .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 .v-csslayout-label-with-link .v-button .v-button-caption:hover {
        border-bottom: 1px solid transparent; }
  .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 .v-csslayout-confirmation-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 .v-csslayout-confirmation-info > .v-label {
      display: block;
      font-family: 'VistaSansBoldRegular';
      font-size: 16px;
      margin-bottom: 10px; }
    .v-csslayout-bookbooking .v-csslayout-bookbooking-component15 .v-csslayout-confirmation-info .v-csslayout-hotelname {
      float: left;
      width: 100%; }
  .v-csslayout-bookbooking .v-csslayout-buttonPanel {
    margin: 0;
    border-top: none; }
    .v-csslayout-bookbooking .v-csslayout-buttonPanel .v-button-btnConfirm,
    .v-csslayout-bookbooking .v-csslayout-buttonPanel .v-button-btnCancel {
      margin-left: 0;
      margin-bottom: 0; }

.v-csslayout-editbooking {
  float: left; }
  .v-csslayout-editbooking .v-csslayout-info-left {
    width: 896px !important; }
  .v-csslayout-editbooking .v-tabsheet {
    margin-top: 0; }
    .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout {
      float: left;
      width: 1160px;
      padding: 20px;
      border-left: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
      .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout {
        float: left;
        border: 1px solid #dddddd;
        padding: 1px;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */ }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout {
          position: relative;
          border-top: 1px solid white;
          background-color: #e6e6e6;
          background: #e6e6e6;
          background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#dddddd));
          background: -webkit-linear-gradient(#e6e6e6, #dddddd);
          background: -moz-linear-gradient(#e6e6e6, #dddddd);
          background: -ms-linear-gradient(#e6e6e6, #dddddd);
          background: -o-linear-gradient(#e6e6e6, #dddddd);
          background: linear-gradient(#e6e6e6, #dddddd);
          height: 72px;
          padding: 20px;
          padding-bottom: 0; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button {
            float: left;
            padding-bottom: 40px; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button .v-button-wrap .v-button-caption {
              float: left;
              background: transparent url("images/icon_table_sort.png") no-repeat right 0;
              line-height: 10px;
              padding-right: 10px;
              color: #666666;
              font-weight: normal;
              font-family: 'VistaSansBoldRegular';
              font-size: 12px; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-name {
              width: 180px;
              border-right: 1px solid #cccccc; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-singleRoom, .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-doubleRoom, .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-seminarGuest {
              width: auto;
              border-right: 1px solid #cccccc;
              border-left: 1px solid white;
              padding-left: 20px;
              padding-right: 20px; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-link .v-button-caption {
              background: transparent;
              text-decoration: none;
              border-bottom: 1px solid #dddddd;
              padding-bottom: 2px;
              line-height: 12px;
              padding: 0; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout .v-textfield-attendeeNameFilter {
            float: left;
            clear: left;
            width: 160px;
            margin-top: -35px;
            margin-right: 16px;
            font-size: 14px;
            font-family: arial, sans-serif;
            font-style: normal;
            padding: 0 7px;
            height: 30px;
            border: 1px solid #dddddd;
          /*
        	-webkit-border-radius: $radius;
        	-moz-border-radius:    $radius;
        	border-radius:         $radius;
        	
        	-moz-background-clip:    padding;
        	-webkit-background-clip: padding-box;
        	background-clip:         padding-box;
          */
            -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
            -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
            box-shadow: inset 0 1px 2px 0 #dddddd;
            outline: 0 !important; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-headerLayout > .v-label {
            float: left;
            border-left: 1px solid white;
            display: block;
            height: 14px;
            text-indent: -99999px;
            padding-bottom: 50px;
            background: transparent url("images/icon_trash.png") no-repeat right 0; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout {
          float: left;
          width: 100%; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout {
            float: left;
            width: 100%;
            padding: 0 20px;
            border-top: 1px solid #dddddd;
            /* deprecated in generic style
            .v-button-lastName,
            .v-button-firstName,
            .v-button-fistName {
            	.v-button-caption {
            		font-size: $tabLabel;
            		font-weight: normal;
            		border-bottom: 1px solid $borderTab;
            		padding-bottom: 1px;
            		color: $facetedLabels;
            		text-decoration: none
            	}
            	
            	&.v-button-lastName {
            		.v-button-caption {
            			font-family: 'VistaSansBoldRegular';
            			padding-right: 3px
            		}
            	}
            }
            */ }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout:first-child {
              border-top: none; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout:nth-child(odd) {
              background: #fafafa; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout,
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-checkbox {
              float: left;
              padding: 20px 0; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout:first-child {
              width: 180px;
              border-right: 1px solid #cccccc; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout:first-child.v-disabled {
                opacity: 1 !important; }
                .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout:first-child.v-disabled .v-button {
                  opacity: 0.5; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox {
              width: 126px;
              text-align: center;
              border-right: 1px solid #cccccc; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox:last-child {
                float: right;
                width: auto;
                border: none; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox:nth-child(3) {
                width: 132px; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox:nth-child(4) {
                width: 120px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout {
            text-align: center;
            background: #fff !important; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button {
              padding: 20px 0; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button .v-button-wrap {
                float: left; }
                .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button .v-button-wrap .v-button-caption {
                  display: block;
                  background: transparent url("images/icon_loadMore.png") no-repeat left center;
                  color: #ac2a6e;
                  padding-left: 24px;
                  text-decoration: none;
                  font-family: 'VistaSansBoldRegular';
                  font-weight: normal;
                  line-height: 16px;
                  font-size: 12px; }
                  .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button .v-button-wrap .v-button-caption:hover {
                    color: #c1327d; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox {
          position: absolute;
          bottom: 16px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox.v-checkbox-singleRoom {
            left: 253px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox.v-checkbox-doubleRoom {
            left: 384px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox.v-checkbox-seminarGuest {
            left: 509px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout > .v-label {
          padding-left: 513px;
          width: 13px !important; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column {
          float: left;
          width: 126px;
          height: 51px;
          border-left: 1px solid white;
          border-right: 1px solid #cccccc;
          padding: 0 10px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-button {
            padding-bottom: 0; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:first-child {
            border-left: none;
            width: 180px;
            padding-left: 0;
            padding-right: 0; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(3), .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(6) {
            width: 113px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(4), .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(7) {
            padding-right: 0;
            width: 101px;
            border-right: none; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(4):nth-child(7), .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(7):nth-child(7) {
              width: 96px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(5), .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(8) {
            border-left: none;
            width: 100px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(10) {
            display: none; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(9) {
            width: 116px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-csslayout {
            float: left;
            clear: all;
            margin-top: 16px;
            width: 56px; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-csslayout .v-checkbox {
              float: left; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-csslayout .v-button {
              float: right; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-textfield {
            margin-top: 5px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column .v-filterselect {
            margin-top: 5px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout > .v-label {
          width: 27px !important; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-checkbox:nth-child(3), .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-checkbox:nth-child(5) {
          width: 113px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-checkbox:nth-child(6) {
          width: 195px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column {
          border-right: 1px solid #cccccc; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column .v-checkbox {
            width: auto;
            float: left;
            margin-left: 40px;
            border: none; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column > .v-label {
            float: left;
            margin-left: 60px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column:nth-child(4) {
            width: 201px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column:nth-child(6) {
            width: 196px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout.v-csslayout-lodgingCatering-tab > .v-csslayout .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-label-column {
          width: 116px;
          border-right: 1px solid #cccccc;
          padding-top: 21px;
          padding-bottom: 21px;
          padding-left: 30px; }
      .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-infobox {
        float: left;
        width: 100%;
        background: #f0f0f0 url("images/bg_info.png") no-repeat 18px 15px;
        border: 1px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        padding: 20px 0;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-infobox .v-label {
          float: left;
          padding-left: 35px;
          padding-right: 20px;
          margin-top: 0;
          font-weight: normal;
          font-size: 14px;
          color: #333333;
          white-space: normal;
          line-height: 20px;
          margin-bottom: 10px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-infobox .v-label.v-label-heading {
            font-family: 'VistaSansBoldRegular';
            font-size: 14px;
            color: #333333; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-infobox .v-checkbox {
          float: left;
          display: block;
          margin-left: 35px;
          margin-bottom: 10px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-infobox .v-checkbox label {
            font-size: 14px;
            padding-left: 5px; }
      .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties {
        float: left;
        width: 100%;
        margin-bottom: 30px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties {
          float: left;
          width: 760px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-caption {
            float: left;
            width: 100%;
            font-size: 12px;
            color: #666666;
            font-family: 'VistaSansBoldRegular';
            font-weight: normal;
            margin-bottom: 8px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-select-optiongroup {
            float: left;
            padding: 10px 0;
            width: 100%; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-select-optiongroup .v-select-option {
              margin-bottom: 15px; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-select-optiongroup .v-select-option label {
                padding-left: 5px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties > .v-csslayout {
            float: left;
            width: 100%; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties > .v-csslayout .v-verticallayout-din5008address {
              float: left;
              clear: both;
              width: 320px !important;
              background: #f0f0f0;
              border: 1px solid #dddddd;
            /*
          	-webkit-border-radius: $radius;
          	-moz-border-radius:    $radius;
          	border-radius:         $radius;
          	
          	-moz-background-clip:    padding;
          	-webkit-background-clip: padding-box;
          	background-clip:         padding-box;
            */
              padding: 10px 0;
              margin-bottom: 20px; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties > .v-csslayout .v-verticallayout-din5008address .v-slot-address > .v-label-address {
                padding-bottom: 5px;
                padding-left: 10px;
                padding-right: 10px; }
                .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties > .v-csslayout .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-1AZ {
                  font-family: 'VistaSansBoldRegular';
                  font-weight: normal;
                  padding-bottom: 10px; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties > .v-csslayout .v-filterselect {
              float: left;
              margin: 0;
              margin-bottom: 20px; }
              .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties > .v-csslayout .v-filterselect input {
                width: 320px !important; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-caption-specialRequestTextArea {
            float: left;
            display: block;
            clear: left;
            margin-top: 20px; }
            .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-caption-specialRequestTextArea .v-captiontext {
              float: left;
              width: 100%;
              margin-bottom: 8px;
              color: #666666;
              font-size: 12px;
              font-family: 'VistaSansAltRegRegular';
              font-weight: normal;
              line-height: normal; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingProperties .v-textarea-specialRequestTextArea {
            float: left;
            width: 760px;
            background: #fff;
            border: 1px solid #dddddd;
          /*
        	-webkit-border-radius: $radius;
        	-moz-border-radius:    $radius;
        	border-radius:         $radius;
        	
        	-moz-background-clip:    padding;
        	-webkit-background-clip: padding-box;
        	background-clip:         padding-box;
          */
            -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
            -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
            box-shadow: inset 0 1px 2px 0 #dddddd;
            padding: 6px;
            color: #333333 !important;
            font-weight: normal !important;
            font-size: 12px;
            height: 100px; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-csslayout-global-billingProperties .v-csslayout-billingInfo {
          float: right;
          width: 335px; }
      .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-select-optiongroup {
        float: left;
        padding: 10px;
        width: 100%; }
        .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-select-optiongroup .v-select-option {
          margin-bottom: 15px; }
          .v-csslayout-editbooking .v-tabsheet .v-tabsheet-content .v-tabsheet-tabsheetpanel > .v-scrollable > .v-csslayout .v-select-optiongroup .v-select-option label {
            padding-left: 5px; }

.v-caption-specialRequestTextArea {
  float: left;
  width: 100%;
  display: block;
  clear: left;
  margin-top: 20px; }
  .v-caption-specialRequestTextArea .v-captiontext {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal; }

.v-textarea-specialRequestTextArea {
  float: left;
  width: 957px;
  background: #fff;
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
  -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
  box-shadow: inset 0 1px 2px 0 #dddddd;
  padding: 6px;
  color: #333333 !important;
  font-weight: normal !important;
  font-size: 12px;
  height: 100px; }

.v-panel-hotelview .v-csslayout-dashboard .v-label-searchHeading {
  font-size: 16px;
  font-family: 'VistaSansBoldRegular';
  font-weight: normal;
  margin-bottom: 10px; }
.v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout {
      float: left;
      margin-right: 20px; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout .v-label {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #666666;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        margin-bottom: 8px; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-datefrom-container, .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-dateto-container {
        width: auto; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-customerSelect-container, .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-status-container {
        width: 217px; }
        .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-customerSelect-container.v-csslayout-status-container, .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-status-container.v-csslayout-status-container {
          margin-right: 0 !important; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout .v-filterselect {
        float: left;
        margin: 0; }
        .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout .v-filterselect input {
          width: 203px !important; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-locationFinderEntry {
        width: 270px; }
        .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-locationFinderEntry .v-panel-content-locationFinderEntry {
          float: left;
          background: #fff;
          border: 1px solid #dddddd;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
          -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
          box-shadow: inset 0 1px 2px 0 #dddddd;
          padding: 6px; }
        .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-locationFinderEntry .v-panel-content-locationFinderEntry {
          background: #fff url("images/bg_glass.png") no-repeat 10px center; }
          .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form > .v-csslayout.v-csslayout-locationFinderEntry .v-panel-content-locationFinderEntry input {
            color: #333333 !important;
            font-size: 14px !important;
            font-weight: normal !important;
            width: 235px;
            border: none;
            margin-left: 20px;
            padding: 3px !important; }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form .v-button-search-button {
      position: absolute;
      left: 0;
      bottom: 0; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form .v-button-search-button .v-button-wrap .v-button-caption, .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form .v-button-search-button:focus .v-button-wrap .v-button-caption {
        background: #ac2a6e;
        float: left;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        border: none;
        padding: 0px 13px;
        padding-top: 2px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        line-height: 28px; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-search-form .v-csslayout-seminar-search-form .v-button-search-button:hover .v-button-caption {
        background: #c1327d; }
.v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small {
  float: right;
  position: relative;
  padding-bottom: 30px; }
  .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-panel-content-locationFinderEntry {
    float: left;
    background: #fff;
    border: 2px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    padding: 5px; }
  .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry {
    background: transparent url("images/bg_glass.png") no-repeat 10px center;
    background-color: #fff; }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry {
      color: #333333;
      font-size: 14px;
      font-weight: normal !important;
      width: 235px;
      border: none;
      margin-left: 20px;
      padding-bottom: 0 !important;
      padding-top: 0px !important;
      height: 18px;
      background: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button {
    float: right;
    margin-left: 8px; }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-search-button .v-button-caption, .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-search-button:focus .v-button-caption {
      color: #fff;
      float: left;
      font-weight: normal;
      background: #333333;
      border: none;
      padding: 7px 20px;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-search-button .v-button-caption, .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-search-button:focus .v-button-caption {
      padding: 7px 20px; }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-search-button:hover .v-button-caption {
      background: #4b4b4b; }
    .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-extended-search-button {
      position: absolute;
      right: 0;
      bottom: 0; }
      .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-extended-search-button .v-button-caption {
        color: black;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #c7c7c7;
        font-style: italic;
        font-weight: normal; }
        .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-seminar-search-form-small .v-button.v-button-extended-search-button .v-button-caption:hover {
          border-bottom: 1px solid transparent; }
.v-panel-hotelview .v-csslayout-dashboard .v-csslayout-dashboard-currentinquiriesandbookings .v-csslayout-togglebar .v-label-togglelabel {
  left: 30px !important; }
.v-panel-hotelview .v-csslayout-dashboard .v-table-inquiry-table-inquirytable {
  float: left;
  margin-left: 0; }
  .v-panel-hotelview .v-csslayout-dashboard .v-table-inquiry-table-inquirytable .v-table-cell-content {
    border-top: 1px solid #dddddd;
    padding-bottom: 8px;
    vertical-align: top;
    padding-top: 8px; }
  .v-panel-hotelview .v-csslayout-dashboard .v-table-inquiry-table-inquirytable .v-button-inquiry-table-event-name .v-button-caption {
    border-bottom: 1px solid #D8D8D8;
    color: #555555;
    font-size: 14px;
    padding-bottom: 1px;
    text-decoration: none; }
  .v-panel-hotelview .v-csslayout-dashboard .v-table-inquiry-table-inquirytable .v-button-action-button .v-button-caption {
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px;
    font-weight: normal; }
    .v-panel-hotelview .v-csslayout-dashboard .v-table-inquiry-table-inquirytable .v-button-action-button .v-button-caption:hover {
      color: #c1327d; }
.v-panel-hotelview .v-csslayout-dashboard .v-csslayout-reservations .v-csslayout-infobox-grey {
  float: right;
  width: 100%; }
  .v-panel-hotelview .v-csslayout-dashboard .v-csslayout-reservations .v-csslayout-infobox-grey .v-label-dashboard-info-text em {
    display: block;
    margin-top: 10px; }

.v-csslayout-endbooking .v-button
.v-button-backlink {
  float: left;
  margin-bottom: 16px; }
  .v-csslayout-endbooking .v-button
  .v-button-backlink .v-button-wrap {
    float: left; }
    .v-csslayout-endbooking .v-button
    .v-button-backlink .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/btn_paginate_left.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 30px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 24px;
      font-size: 12px; }
      .v-csslayout-endbooking .v-button
      .v-button-backlink .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  .v-csslayout-endbooking .v-button
  .v-button-backlink .v-button-caption {
    font-size: 14px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu,
.v-csslayout-endbooking .v-csslayout-endbooking-content {
  float: left;
  text-align: center; }
.v-csslayout-endbooking .v-csslayout-endbooking-content {
  background: #fff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
  padding-top: 0;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
  .v-csslayout-endbooking .v-csslayout-endbooking-content .v-csslayout-infobox-grey {
    width: 100%; }
    .v-csslayout-endbooking .v-csslayout-endbooking-content .v-csslayout-infobox-grey .v-label-heading {
      margin: 0 !important; }
    .v-csslayout-endbooking .v-csslayout-endbooking-content .v-csslayout-infobox-grey .v-label-html-list em {
      display: inline; }
    .v-csslayout-endbooking .v-csslayout-endbooking-content .v-csslayout-infobox-grey .v-label-html-list ul {
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
.v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) {
  float: left;
  border: 1px solid #dddddd;
  padding: 1px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout {
    position: relative;
    border-top: 1px solid white;
    background-color: #e6e6e6;
    background: #e6e6e6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#dddddd));
    background: -webkit-linear-gradient(#e6e6e6, #dddddd);
    background: -moz-linear-gradient(#e6e6e6, #dddddd);
    background: -ms-linear-gradient(#e6e6e6, #dddddd);
    background: -o-linear-gradient(#e6e6e6, #dddddd);
    background: linear-gradient(#e6e6e6, #dddddd);
    height: 72px;
    padding: 20px;
    padding-bottom: 0; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button {
      float: left;
      padding-bottom: 40px; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button .v-button-wrap .v-button-caption {
        float: left;
        background: transparent url("images/icon_table_sort.png") no-repeat right 0;
        line-height: 10px;
        padding-right: 10px;
        color: #666666;
        font-weight: normal;
        font-family: 'VistaSansBoldRegular';
        font-size: 12px; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-name {
        width: 180px;
        border-right: 1px solid #cccccc; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-singleRoom, .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-doubleRoom, .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-seminarGuest {
        width: auto;
        border-right: 1px solid #cccccc;
        border-left: 1px solid white;
        padding-left: 20px;
        padding-right: 20px; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-button.v-button-link .v-button-caption {
        background: transparent;
        text-decoration: none;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 2px;
        line-height: 12px;
        padding: 0; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout .v-textfield-attendeeNameFilter {
      float: left;
      clear: left;
      width: 160px;
      margin-top: -35px;
      margin-right: 16px;
      font-size: 14px;
      font-family: arial, sans-serif;
      font-style: normal;
      padding: 0 7px;
      height: 30px;
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
      -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
      box-shadow: inset 0 1px 2px 0 #dddddd;
      outline: 0 !important; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-headerLayout > .v-label {
      float: left;
      border-left: 1px solid white;
      display: block;
      height: 14px;
      text-indent: -99999px;
      padding-bottom: 50px;
      background: transparent url("images/icon_trash.png") no-repeat right 0; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout {
    float: left;
    width: 100%; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout {
      float: left;
      width: 100%;
      padding: 0 20px;
      border-top: 1px solid #dddddd;
      /* deprecated in generic style
      .v-button-lastName,
      .v-button-firstName,
      .v-button-fistName {
      	.v-button-caption {
      		font-size: $tabLabel;
      		font-weight: normal;
      		border-bottom: 1px solid $borderTab;
      		padding-bottom: 1px;
      		color: $facetedLabels;
      		text-decoration: none
      	}
      	
      	&.v-button-lastName {
      		.v-button-caption {
      			font-family: 'VistaSansBoldRegular';
      			padding-right: 3px
      		}
      	}
      }
      */ }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout:first-child {
        border-top: none; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout:nth-child(odd) {
        background: #fafafa; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout,
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-checkbox {
        float: left;
        padding: 20px 0; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout:first-child {
        width: 180px;
        border-right: 1px solid #cccccc; }
        .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout:first-child.v-disabled {
          opacity: 1 !important; }
          .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout > .v-csslayout:first-child.v-disabled .v-button {
            opacity: 0.5; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox {
        width: 126px;
        text-align: center;
        border-right: 1px solid #cccccc; }
        .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox:last-child {
          float: right;
          width: auto;
          border: none; }
        .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox:nth-child(3) {
          width: 132px; }
        .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout > .v-csslayout .v-checkbox:nth-child(4) {
          width: 120px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout {
      text-align: center;
      background: #fff !important; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button {
        padding: 20px 0; }
        .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button .v-button-wrap {
          float: left; }
          .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button .v-button-wrap .v-button-caption {
            display: block;
            background: transparent url("images/icon_loadMore.png") no-repeat left center;
            color: #ac2a6e;
            padding-left: 24px;
            text-decoration: none;
            font-family: 'VistaSansBoldRegular';
            font-weight: normal;
            line-height: 16px;
            font-size: 12px; }
            .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-contentLayout .v-csslayout-pagingLayout .v-button-loadmore-button .v-button-wrap .v-button-caption:hover {
              color: #c1327d; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox {
    position: absolute;
    bottom: 16px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox.v-checkbox-singleRoom {
      left: 253px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox.v-checkbox-doubleRoom {
      left: 384px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout .v-checkbox.v-checkbox-seminarGuest {
      left: 509px; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-lodgingConfigurationComponent .v-csslayout-headerLayout > .v-label {
    padding-left: 513px;
    width: 13px !important; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column {
    float: left;
    width: 126px;
    height: 51px;
    border-left: 1px solid white;
    border-right: 1px solid #cccccc;
    padding: 0 10px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-button {
      padding-bottom: 0; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:first-child {
      border-left: none;
      width: 180px;
      padding-left: 0;
      padding-right: 0; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(3), .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(6) {
      width: 113px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(4), .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(7) {
      padding-right: 0;
      width: 101px;
      border-right: none; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(4):nth-child(7), .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(7):nth-child(7) {
        width: 96px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(5), .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(8) {
      border-left: none;
      width: 100px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(10) {
      display: none; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column:nth-child(9) {
      width: 116px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-csslayout {
      float: left;
      clear: all;
      margin-top: 16px;
      width: 56px; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-csslayout .v-checkbox {
        float: left; }
      .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-csslayout .v-button {
        float: right; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column > .v-textfield {
      margin-top: 5px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout .v-csslayout-column .v-filterselect {
      margin-top: 5px; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-headerLayout > .v-label {
    width: 27px !important; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-checkbox:nth-child(3), .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-checkbox:nth-child(5) {
    width: 113px; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-checkbox:nth-child(6) {
    width: 195px; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column {
    border-right: 1px solid #cccccc; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column .v-checkbox {
      width: auto;
      float: left;
      margin-left: 40px;
      border: none; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column > .v-label {
      float: left;
      margin-left: 60px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column:nth-child(4) {
      width: 201px; }
    .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-csslayout-column:nth-child(6) {
      width: 196px; }
  .v-csslayout-endbooking .v-csslayout-endbooking-addattendees > .v-csslayout:nth-child(2) .v-csslayout-contentPanel .v-csslayout-cateringConfigurationComponent .v-csslayout-contentLayout > .v-csslayout > .v-label-column {
    width: 116px;
    border-right: 1px solid #cccccc;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 30px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button .v-button-wrap {
  display: block !important;
  position: relative !important;
  background: transparent url("images/spr_progress_steps.png") no-repeat 0 0;
  width: 128px !important;
  height: 42px !important;
  text-align: center !important; }
  .v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button .v-button-wrap .v-button-caption {
    position: absolute !important;
    top: 47px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    color: #666666 !important;
    text-decoration: none !important;
    white-space: normal !important;
    line-height: normal !important; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-completed .v-button-caption {
  color: #009900; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item1 .v-button-wrap {
  background-position: -30px -60px;
  margin-right: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item1.v-button-completed .v-button-wrap {
  background-position: -30px -160px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item2 .v-button-wrap {
  background-position: -165px -60px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item2.v-button-completed .v-button-wrap, .v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item3.v-button-completed .v-button-wrap, .v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item4.v-button-completed .v-button-wrap, .v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item5.v-button-completed .v-button-wrap, .v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item6.v-button-completed .v-button-wrap, .v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item7.v-button-completed .v-button-wrap {
  background-position: -168px -160px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item3 .v-button-wrap {
  background-position: -296px -60px;
  margin-left: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item4 .v-button-wrap {
  background-position: -428px -60px;
  margin-left: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item5 .v-button-wrap {
  background-position: -557px -60px;
  margin-left: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item6 .v-button-wrap {
  background-position: -688px -60px;
  margin-left: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item7 .v-button-wrap {
  background-position: -818px -60px;
  margin-left: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item8 .v-button-wrap {
  background-position: -946px -60px;
  margin-left: 2px; }
.v-csslayout-endbooking .v-csslayout-endbooking-menu-menu .v-button.v-button-item8.v-button-completed .v-button-wrap {
  background-position: -947px -160px; }

.v-csslayout-seminardetails .v-csslayout-seminardetails-info,
.v-csslayout-seminardetails .v-csslayout-endbooking-info,
.v-csslayout-endbooking .v-csslayout-seminardetails-info,
.v-csslayout-endbooking .v-csslayout-endbooking-info {
  float: left;
  width: 100%; }
  .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-label.v-label-info-heading,
  .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-label.v-label-info-heading,
  .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-label.v-label-info-heading,
  .v-csslayout-endbooking .v-csslayout-endbooking-info .v-label.v-label-info-heading {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #333333;
    font-family: 'VistaSansBoldRegular';
    margin-bottom: 5px; }
  .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-label.v-label-status,
  .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-label.v-label-status,
  .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-label.v-label-status,
  .v-csslayout-endbooking .v-csslayout-endbooking-info .v-label.v-label-status {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #9f9f9f;
    margin-bottom: 30px;
    font-family: 'VistaSansBoldRegular'; }
  .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1,
  .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2,
  .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3,
  .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1,
  .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2,
  .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3,
  .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1,
  .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2,
  .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3,
  .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1,
  .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2,
  .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 {
    float: left;
    width: 402px;
    margin-bottom: 30px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row, .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row {
      padding-bottom: 10px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1.v-csslayout-info-sublayout-col3,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2.v-csslayout-info-sublayout-col3,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3.v-csslayout-info-sublayout-col3 {
      width: 335px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row,
    .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row,
    .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row {
      float: left;
      width: 100%; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label {
        font-size: 14px;
        width: auto; }
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-label.v-label-desc,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-label.v-label-desc {
          float: left;
          font-family: 'VistaSansBoldRegular';
          font-weight: normal;
          width: 30%; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address {
        float: left;
        width: 50% !important; }
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-din5008address .v-slot-address > .v-label-address {
          padding-bottom: 10px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client {
        float: left;
        width: 50% !important; }
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot,
        .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-verticallayout-event-client .v-slot {
          float: left;
          padding-bottom: 10px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-seminardetails .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-endbooking .v-csslayout-seminardetails-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col1 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col2 .v-csslayout-info-sublayout-row .v-link-mailto-link span,
      .v-csslayout-endbooking .v-csslayout-endbooking-info .v-csslayout-info-sublayout-col3 .v-csslayout-info-sublayout-row .v-link-mailto-link span {
        font-size: 14px;
        color: black; }

.v-csslayout-seminardetails .v-csslayout-bookinghistory {
  float: left;
  background: #fff1be url("images/icon_alert_orange.png") no-repeat 20px 17px;
  border: 1px solid #fcddae;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  margin-top: 0;
  margin-bottom: 40px; }
  .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-component1 > .v-label {
    float: left;
    width: 100%; }
    .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-component1 > .v-label.v-label-heading {
      padding: 20px;
      padding-left: 43px;
      font-size: 14px;
      color: #333333;
      font-family: 'VistaSansBoldRegular'; }
  .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-component1 .row {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-component1 .row .dateinfo {
      float: left;
      font-size: 14px;
      padding-left: 25px; }
    .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-component1 .row .date {
      float: right;
      font-size: 14px;
      color: #666666;
      padding-right: 370px; }
  .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-buttonPanel {
    border: none; }
    .v-csslayout-seminardetails .v-csslayout-bookinghistory .v-csslayout-buttonPanel .v-button-btnConfirm {
      margin-left: 20px; }
.v-csslayout-seminardetails .v-csslayout-seminardetails-menu {
  float: left;
  width: 100%; }
  .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem,
  .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem {
    float: left;
    position: relative;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin-right: 5px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menuitem-inactive, .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-inactive,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menuitem-inactive,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-inactive {
      background: #f0f0f0 !important; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menuitem-inactive:after, .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-inactive:after,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menuitem-inactive:after,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-inactive:after {
        content: '';
        position: absolute;
        background: #dddddd;
        border-right: 1px solid #dddddd;
        width: 100%;
        height: 2px;
        left: -1px;
        bottom: 0; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menuitem-active, .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-active,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menuitem-active,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-active {
      background: #fff; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menuitem-active:after, .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-active:after,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menuitem-active:after,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem.v-button-seminardetails-menu-menu-menuitem-active:after {
        content: '';
        position: absolute;
        background: #fff;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        width: 100%;
        height: 2px;
        left: -1px;
        bottom: 0;
        z-index: 1; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem .v-button-wrap,
    .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem .v-button-wrap {
      float: left; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menu-menuitem .v-button-wrap .v-button-caption,
      .v-csslayout-seminardetails .v-csslayout-seminardetails-menu .v-button-seminardetails-menu-menuitem .v-button-wrap .v-button-caption {
        float: left;
        padding: 12px 12px;
        padding-bottom: 11px;
        font-size: 14px;
        color: #666666;
        font-weight: normal;
        text-decoration: none; }
.v-csslayout-seminardetails .v-csslayout-togglelabel .v-label-sublayout-col2 {
  position: relative !important;
  float: right;
  padding-right: 10px !important;
  left: 0 !important; }
.v-csslayout-seminardetails .v-csslayout-seminardetails-content {
  float: left;
  background: #fff;
  width: 1160px;
  padding: 20px;
  margin-top: -2px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-top: 2px solid #dddddd;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
  .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail {
    float: left;
    padding: 10px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-label {
      font-size: 12px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-label.v-label-seminarroom-name {
        font-size: 18px;
        font-family: 'VistaSansBoldRegular';
        display: block;
        margin-bottom: 20px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-label.v-label-description {
        float: left;
        font-family: 'VistaSansBoldRegular';
        font-size: 12px;
        width: 200px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-csslayout-row {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-csslayout-row > .v-csslayout {
        float: left; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-csslayout-row:last-child > .v-csslayout {
        float: left; }
        .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminarRoomDetail .v-csslayout-row:last-child > .v-csslayout .v-label-value {
          display: block;
          margin-bottom: 10px; }
  .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments {
    float: left;
    width: 100%; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component1 {
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component1 .v-label {
        float: left;
        width: auto !important;
        font-size: 14px; }
    .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 {
      float: left;
      width: 760px; }
      .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 .v-csslayout-lazy-loading-list-results {
        float: left;
        width: 100%; }
        .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element {
          float: left;
          width: 100%;
          border-bottom: 1px solid #dddddd;
          padding: 15px 0; }
          .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element:last-child {
            border-bottom: none !important; }
          .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-link {
            float: left;
            background: transparent url("images/icon_download.png") no-repeat left center;
            margin-right: 5px; }
            .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-link .v-button-caption {
              float: left;
              padding-left: 20px;
              line-height: 16px;
              color: #ac2a6e;
              font-family: 'VistaSansBoldRegular';
              text-decoration: none; }
          .v-csslayout-seminardetails .v-csslayout-seminardetails-content .v-csslayout-seminardetails-attachments .v-csslayout-component2 .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-label-sublayout-col3 {
            float: right; }

.v-csslayout-topflophotels {
  float: left; }
  .v-csslayout-topflophotels .v-csslayout-selecthotel-results {
    width: 100% !important;
    padding-top: 0 !important; }
  .v-csslayout-topflophotels .v-csslayout-topflophotels-component2 {
    float: left;
    width: 100%; }
  .v-csslayout-topflophotels .v-button-action-button-ok {
    position: absolute;
    right: 0;
    top: 17px; }
    .v-csslayout-topflophotels .v-button-action-button-ok .v-button-wrap .v-button-caption, .v-csslayout-topflophotels .v-button-action-button-ok:focus .v-button-wrap .v-button-caption {
      background: #ac2a6e;
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      border: none;
      padding: 0px 13px;
      padding-top: 2px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      line-height: 28px; }
    .v-csslayout-topflophotels .v-button-action-button-ok:hover .v-button-caption {
      background: #c1327d; }

.v-csslayout-receipts-tab {
  float: left;
  background: #fff;
  width: 1172px;
  padding: 20px;
  margin-top: -2px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-top: 2px solid #dddddd;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
  .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout {
    float: left;
    width: 1105px;
    padding: 20px 10px;
    margin-top: 5px;
    background: #f0f0f0;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row {
      padding: 10px 0;
      margin-bottom: 0; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row:hover {
        background: #fafafa; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-filterselect {
        margin: 0; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row.complained {
        background: #ffdede !important; }
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-header .v-expand > .v-slot,
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot {
      padding-left: 0; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-header .v-expand > .v-slot:first-child,
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:first-child {
        width: 66px !important; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-header .v-expand > .v-slot:nth-child(2),
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(2) {
        width: 250px !important; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-header .v-expand > .v-slot .v-filterselect,
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot .v-filterselect {
        float: left;
        width: 250px !important; }
        .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-header .v-expand > .v-slot .v-filterselect input,
        .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot .v-filterselect input {
          width: 210px !important; }
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(2) .v-label,
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(2) .v-checkbox, .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(5) .v-label,
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(5) .v-checkbox, .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(6) .v-label,
    .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(6) .v-checkbox {
      line-height: 30px; }
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(2) .v-label label,
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(2) .v-checkbox label, .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(5) .v-label label,
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(5) .v-checkbox label, .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(6) .v-label label,
      .v-csslayout-receipts-tab .v-verticallayout-sublayout-row > .v-expand > .v-slot > .v-verticallayout .sublayout-popin-row .v-expand > .v-slot:nth-child(6) .v-checkbox label {
        padding-left: 2px; }

#contact {
  overflow: visible !important; }

.v-csslayout-useraccount,
.v-csslayout-contact {
  float: left;
  width: 1160px; }

.v-csslayout-useraccount .v-csslayout-component1,
.v-csslayout-useraccount .v-csslayout-component2,
.v-csslayout-contact .v-csslayout-component1,
.v-csslayout-contact .v-csslayout-component2 {
  padding-top: 30px; }
.v-csslayout-useraccount .v-label-heading,
.v-csslayout-useraccount .v-label-heading-number,
.v-csslayout-contact .v-label-heading,
.v-csslayout-contact .v-label-heading-number {
  font-size: 18px;
  font-family: 'VistaSansBoldRegular';
  margin-bottom: 20px;
  border-top: 1px solid #cccccc !important; }
  .v-csslayout-useraccount .v-label-heading.v-label-heading,
  .v-csslayout-useraccount .v-label-heading-number.v-label-heading,
  .v-csslayout-contact .v-label-heading.v-label-heading,
  .v-csslayout-contact .v-label-heading-number.v-label-heading {
    color: #333333;
    margin-left: 0; }
  .v-csslayout-useraccount .v-label-heading.v-label-heading-number,
  .v-csslayout-useraccount .v-label-heading-number.v-label-heading-number,
  .v-csslayout-contact .v-label-heading.v-label-heading-number,
  .v-csslayout-contact .v-label-heading-number.v-label-heading-number {
    color: #666666;
    margin-right: 16px; }
.v-csslayout-useraccount .v-csslayout-component1,
.v-csslayout-contact .v-csslayout-component1 {
  float: left;
  width: 560px; }
  .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent,
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-caption,
    .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-caption {
      float: left;
      width: 100%;
      margin-top: 16px; }
      .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-caption .v-captiontext,
      .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-caption .v-captiontext {
        float: left;
        width: 100%;
        margin-bottom: 8px;
        color: #666666;
        font-size: 12px;
        font-family: 'VistaSansAltRegRegular';
        font-weight: normal;
        line-height: normal;
        width: auto; }
    .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button,
    .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button {
      float: left;
      clear: left; }
      .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button .v-button-wrap .v-button-caption, .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button:focus .v-button-wrap .v-button-caption,
      .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button .v-button-wrap .v-button-caption,
      .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button:focus .v-button-wrap .v-button-caption {
        background: #ac2a6e;
        float: left;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        border: none;
        padding: 0px 13px;
        padding-top: 2px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        line-height: 28px; }
      .v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button:hover .v-button-caption,
      .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-button-action-button:hover .v-button-caption {
        background: #c1327d; }
.v-csslayout-useraccount.v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-caption .v-captiontext,
.v-csslayout-contact.v-csslayout-useraccount .v-csslayout-component1 .v-csslayout-subcomponent .v-caption .v-captiontext {
  float: none !important; }
.v-csslayout-useraccount .v-csslayout-component2,
.v-csslayout-contact .v-csslayout-component2 {
  float: right;
  width: 553px; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-contactimage,
  .v-csslayout-contact .v-csslayout-component2 .v-csslayout-contactimage {
    width: 120px;
    float: left; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-contacttext,
  .v-csslayout-contact .v-csslayout-component2 .v-csslayout-contacttext {
    float: left;
    width: 370px; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-slot-contacttext,
  .v-csslayout-contact .v-csslayout-component2 .v-slot-contacttext {
    clear: none; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-contact-googlemap,
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-infobox-grey,
  .v-csslayout-contact .v-csslayout-component2 .v-csslayout-contact-googlemap,
  .v-csslayout-contact .v-csslayout-component2 .v-csslayout-infobox-grey {
    width: 550px !important; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address,
  .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0 20px; }
    .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address > .v-label,
    .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address > .v-label {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
      .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address > .v-label:first-child,
      .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address > .v-label:first-child {
        font-family: 'VistaSansBoldRegular';
        margin-bottom: 10px !important; }
    .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address,
    .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address {
      float: left;
      clear: both;
      width: 100% !important;
      margin-bottom: 10px; }
      .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address .v-slot-address > .v-label-address,
      .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address .v-slot-address > .v-label-address {
        padding-bottom: 5px; }
        .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-1AZ,
        .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-1AZ {
          font-family: 'VistaSansBoldRegular';
          font-weight: normal;
          padding-bottom: 10px; }
        .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-5AZ,
        .v-csslayout-contact .v-csslayout-component2 .v-csslayout-subcomponent-address .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-5AZ {
          padding-right: 5px; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-infobox-grey,
  .v-csslayout-contact .v-csslayout-component2 .v-csslayout-infobox-grey {
    float: left;
    width: 400px; }
    .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-infobox-grey > .v-label em,
    .v-csslayout-contact .v-csslayout-component2 .v-csslayout-infobox-grey > .v-label em {
      display: block;
      margin-top: 10px; }

.v-csslayout-contact .v-textfield,
.v-csslayout-contact .v-textarea,
.v-csslayout-useraccount .v-textfield,
.v-csslayout-useraccount .v-textarea {
  font-size: 14px;
  font-family: arial, sans-serif;
  font-style: normal;
  padding: 0 7px;
  height: 30px;
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
  -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
  box-shadow: inset 0 1px 2px 0 #dddddd;
  outline: 0 !important; }
.v-csslayout-contact .v-checkbox,
.v-csslayout-contact .v-select-optiongroup,
.v-csslayout-useraccount .v-checkbox,
.v-csslayout-useraccount .v-select-optiongroup {
  float: left;
  width: 100%;
  margin-top: 0; }
  .v-csslayout-contact .v-checkbox label,
  .v-csslayout-contact .v-select-optiongroup label,
  .v-csslayout-useraccount .v-checkbox label,
  .v-csslayout-useraccount .v-select-optiongroup label {
    padding-left: 5px;
    margin-right: 10px;
    color: #666666;
    font-size: 12px; }
  .v-csslayout-contact .v-checkbox.v-checkbox,
  .v-csslayout-contact .v-select-optiongroup.v-checkbox,
  .v-csslayout-useraccount .v-checkbox.v-checkbox,
  .v-csslayout-useraccount .v-select-optiongroup.v-checkbox {
    margin-top: 12px; }
.v-csslayout-contact .v-select-optiongroup .v-select-option,
.v-csslayout-useraccount .v-select-optiongroup .v-select-option {
  display: inline; }

.v-csslayout-contact .v-label-small {
  display: block;
  position: absolute;
  top: 254px;
  right: 619px;
  font-size: 14px;
  margin-top: 16px;
  color: #666666; }
.v-csslayout-contact .v-textfield {
  width: 544px;
  display: block;
  clear: left; }
.v-csslayout-contact .v-csslayout-component1 {
  float: left; }
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:first-child .v-textfield {
    width: 544px; }
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:nth-child(3) .v-caption, .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:nth-child(4) .v-caption {
    margin-top: 0; }
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:nth-child(3) .v-textfield,
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:nth-child(3) .v-select-optiongroup, .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:nth-child(4) .v-textfield,
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent:nth-child(4) .v-select-optiongroup {
    float: left;
    margin-bottom: 16px; }
  .v-csslayout-contact .v-csslayout-component1 .v-csslayout-subcomponent .v-textarea {
    width: 544px; }
.v-csslayout-contact .v-csslayout-component2 .v-label-heading {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.v-csslayout-useraccount .v-textfield,
.v-csslayout-useraccount .v-filterselect,
.v-csslayout-useraccount .v-button,
.v-csslayout-useraccount .v-select-optiongroup {
  width: 308px;
  margin-top: 16px; }
.v-csslayout-useraccount .v-filterselect.v-filterselect-state {
  margin-left: 184px; }
.v-csslayout-useraccount .v-verticallayout-din5008address {
  float: left; }
  .v-csslayout-useraccount .v-verticallayout-din5008address .v-label {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    white-space: normal;
    line-height: 20px;
    margin-right: 5px;
    margin-top: 0; }
  .v-csslayout-useraccount .v-verticallayout-din5008address .v-slot-5AZ .v-label {
    padding-left: 35px;
    padding-right: 0; }
  .v-csslayout-useraccount .v-verticallayout-din5008address .v-slot-5AZ:last-child .v-label {
    padding-left: 0 !important; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout > .v-caption {
  float: left;
  clear: left;
  width: 173px;
  line-height: 30px;
  text-align: right;
  padding-right: 10px; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout > .v-caption .v-captiontext {
    margin-bottom: 0 !important;
    float: none; }
.v-csslayout-useraccount .v-select-optiongroup {
  width: auto;
  line-height: 30px !important; }
.v-csslayout-useraccount .v-csslayout-phone {
  float: left;
  width: 300px; }
  .v-csslayout-useraccount .v-csslayout-phone .v-filterselect {
    width: 110px;
    margin-right: 5px; }
  .v-csslayout-useraccount .v-csslayout-phone .v-gridlayout-slot {
    position: relative !important;
    float: left;
    padding: 0 !important;
    left: auto !important;
    top: auto !important; }
  .v-csslayout-useraccount .v-csslayout-phone .v-csslayout-sublayout-row {
    float: left;
    width: 100%; }
    .v-csslayout-useraccount .v-csslayout-phone .v-csslayout-sublayout-row .v-button-addTelephone .v-button-wrap {
      float: left; }
      .v-csslayout-useraccount .v-csslayout-phone .v-csslayout-sublayout-row .v-button-addTelephone .v-button-wrap .v-button-caption {
        display: block;
        background: transparent url("images/icon_plus.png") no-repeat left center;
        color: #ac2a6e;
        padding-left: 20px;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        line-height: 19px;
        font-size: 12px; }
        .v-csslayout-useraccount .v-csslayout-phone .v-csslayout-sublayout-row .v-button-addTelephone .v-button-wrap .v-button-caption:hover {
          color: #c1327d; }
.v-csslayout-useraccount .v-csslayout-address {
  float: left;
  width: 100%; }
  .v-csslayout-useraccount .v-csslayout-address > .v-csslayout {
    float: left;
    width: 100%; }
    .v-csslayout-useraccount .v-csslayout-address > .v-csslayout > .v-caption {
      float: left;
      clear: left;
      width: 173px;
      line-height: 30px;
      text-align: right;
      padding-right: 10px; }
      .v-csslayout-useraccount .v-csslayout-address > .v-csslayout > .v-caption .v-captiontext {
        float: none; }
    .v-csslayout-useraccount .v-csslayout-address > .v-csslayout .v-textfield-postcode {
      width: 86px;
      margin-right: 16px; }
    .v-csslayout-useraccount .v-csslayout-address > .v-csslayout .v-textfield-city {
      width: 206px; }
    .v-csslayout-useraccount .v-csslayout-address > .v-csslayout .v-filterselect-country input {
      width: 277px !important; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(1) .v-label-heading {
  border-top: none !important;
  margin-top: 0;
  padding-top: 0; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(2) {
  float: left;
  width: 100%; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(2) > .v-caption {
    float: left;
    clear: left;
    width: 173px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(2) .v-label-heading {
    float: left;
    width: 100%; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(2) .v-csslayout-useraccount-password-component > .v-label {
    float: left;
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal;
    clear: left;
    margin-top: 16px;
    width: 183px !important;
    line-height: 30px;
    text-align: right;
    padding-right: 10px; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout-sublayout-row {
  float: left;
  width: 100%; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout-sublayout-row > .v-label {
    float: left;
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal;
    clear: left;
    margin-top: 16px;
    width: 183px !important;
    line-height: 30px;
    text-align: right;
    padding-right: 10px; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout-sublayout-row > .v-button-link {
    float: left;
    margin-top: 16px; }
    .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout-sublayout-row > .v-button-link .v-button-caption {
      color: #ac2a6e;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-size: 12px;
      font-weight: normal; }
      .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout-sublayout-row > .v-button-link .v-button-caption:hover {
        color: #c1327d; }
    .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent > .v-csslayout-sublayout-row > .v-button-link .v-button-caption {
      line-height: 30px; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(3) .v-label-heading {
  float: left;
  width: 100%; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(3) > .v-caption {
  width: 170px;
  float: left;
  clear: left;
  padding-right: 10px; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(3) > .v-caption .v-captiontext {
    width: 100%;
    text-align: right; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(3) > .v-caption:nth-child(6) .v-captiontext {
    line-height: 30px; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(3) .v-select-optiongroup {
  float: left;
  width: 380px;
  margin-top: 14px; }
  .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent:nth-child(3) .v-select-optiongroup .v-radiobutton {
    display: block; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent .v-button-action .v-button-wrap .v-button-caption, .v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent .v-button-action:focus .v-button-wrap .v-button-caption {
  background: #ac2a6e;
  float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  border: none;
  padding: 0px 13px;
  padding-top: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 28px; }
.v-csslayout-useraccount .v-csslayout-component1 > .v-csslayout-subcomponent .v-button-action:hover .v-button-caption {
  background: #c1327d; }
.v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager {
  float: left;
  width: 100%; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-label-heading {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    display: block; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-csslayout-component1,
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-csslayout-component2 {
    width: auto;
    margin-right: 8px; }
    .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-csslayout-component1.v-csslayout-component2,
    .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-csslayout-component2.v-csslayout-component2 {
      float: left; }
      .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-csslayout-component1.v-csslayout-component2 .v-label-name,
      .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-csslayout-component2.v-csslayout-component2 .v-label-name {
        font-family: 'VistaSansBoldRegular'; }
  .v-csslayout-useraccount .v-csslayout-component2 .v-csslayout-keyaccountmanager .v-link span {
    color: #ac2a6e;
    text-decoration: underline; }
.v-csslayout-useraccount .v-csslayout-component2 .v-label-companyname {
  width: 100%; }
.v-csslayout-useraccount .v-csslayout-component2 .v-label-bupaid {
  margin-top: 0 !important; }

.v-csslayout-bookinginquiryconfirm {
  float: left; }
  .v-csslayout-bookinginquiryconfirm .v-label {
    white-space: normal; }
  .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 {
    float: left;
    width: 100%; }
    .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 {
      float: left;
      width: 760px; }
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-label-heading {
        display: block;
        color: #333333;
        font-size: 18px;
        font-family: 'VistaSansBoldRegular';
        margin: 10px;
        margin-left: 0;
        margin-bottom: 20px; }
        .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-label-heading .number-label {
          color: #666666;
          margin-right: 16px; }
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-csslayout-hotelname {
        width: 100%;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px;
        margin-bottom: 20px; }
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-textfield,
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-textarea {
        font-size: 14px;
        font-family: arial, sans-serif;
        font-style: normal;
        padding: 0 7px;
        height: 30px;
        border: 1px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
        -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
        box-shadow: inset 0 1px 2px 0 #dddddd;
        outline: 0 !important;
        margin-bottom: 16px; }
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-textarea {
        width: 759px; }
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-csslayout-bookinginquiryconfirm-component7 .v-label {
        line-height: 20px;
        font-size: 14px; }
        .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component4 .v-csslayout-bookinginquiryconfirm-component7 .v-label.v-label-heading {
          line-height: normal;
          font-size: 18px; }
    .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 {
      float: right;
      width: 360px; }
      .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 .v-csslayout-infobox-white {
        float: left;
        width: 100%; }
        .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 .v-csslayout-infobox-white .v-label {
          display: block;
          color: #333333; }
          .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 .v-csslayout-infobox-white .v-label.v-label-heading {
            font-family: 'VistaSansBoldRegular';
            margin-bottom: 10px; }
          .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 .v-csslayout-infobox-white .v-label.v-label-italic {
            font-style: italic;
            margin-top: 20px;
            padding-bottom: 10px;
            color: #666666 !important; }
        .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 .v-csslayout-infobox-white .v-verticallayout-din5008address {
          float: left; }
          .v-csslayout-bookinginquiryconfirm .v-csslayout-bookinginquiryconfirm-component3 .v-csslayout-bookinginquiryconfirm-component8 .v-csslayout-infobox-white .v-verticallayout-din5008address .v-slot-address > .v-label-address {
            padding-bottom: 5px; }

.v-csslayout-togglebar .v-label-sublayout-col2 {
  position: relative !important;
  float: right;
  padding-right: 10px;
  left: 0 !important; }

.v-csslayout-bookbooking .v-button-back {
  float: left;
  margin-bottom: 16px; }
  .v-csslayout-bookbooking .v-button-back .v-button-wrap {
    float: left; }
    .v-csslayout-bookbooking .v-button-back .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/btn_paginate_left.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 30px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 24px;
      font-size: 12px; }
      .v-csslayout-bookbooking .v-button-back .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  .v-csslayout-bookbooking .v-button-back .v-button-caption {
    font-size: 14px; }
.v-csslayout-bookbooking .v-button-action-save .v-button-wrap .v-button-caption, .v-csslayout-bookbooking .v-button-action-save:focus .v-button-wrap .v-button-caption {
  background: #ac2a6e;
  float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  border: none;
  padding: 0px 13px;
  padding-top: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 28px; }
.v-csslayout-bookbooking .v-button-action-save:hover .v-button-caption {
  background: #c1327d; }
.v-csslayout-bookbooking .v-button-action-save:first-child {
  margin-bottom: 20px; }
.v-csslayout-bookbooking .v-csslayout-footer-area {
  float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  background: #f0f0f0 url("images/bg_info.png") no-repeat 18px 15px;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 1118px;
  margin-bottom: 0; }
  .v-csslayout-bookbooking .v-csslayout-footer-area .v-label {
    white-space: normal;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 20px; }
    .v-csslayout-bookbooking .v-csslayout-footer-area .v-label.v-label-heading {
      font-family: 'VistaSansBoldRegular';
      font-size: 14px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 10px; }
  .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left,
  .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right {
    height: 114px; }
    .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left.v-csslayout-left,
    .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right.v-csslayout-left {
      float: left;
      height: 114px;
      padding: 0 20px;
      width: 615px;
      border-right: 1px solid #cccccc; }
    .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right,
    .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right {
      float: left;
      padding: 0 20px;
      width: 341px;
      border-left: 1px solid white; }
      .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-label,
      .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-label {
        padding-left: 0; }
      .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button,
      .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button {
        margin-top: 10px;
        padding: 8px 20px;
        border: 1px solid #616261;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-block;
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        border-right: 1px solid #888888;
        border-bottom: 1px solid #888888;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        background-color: #999999;
        background: #999999;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#888888));
        background: -webkit-linear-gradient(#999999, #888888);
        background: -moz-linear-gradient(#999999, #888888);
        background: -ms-linear-gradient(#999999, #888888);
        background: -o-linear-gradient(#999999, #888888);
        background: linear-gradient(#999999, #888888); }
        .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button:hover,
        .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button:hover {
          background-color: #888888;
          background: #888888;
          background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#999999));
          background: -webkit-linear-gradient(#888888, #999999);
          background: -moz-linear-gradient(#888888, #999999);
          background: -ms-linear-gradient(#888888, #999999);
          background: -o-linear-gradient(#888888, #999999);
          background: linear-gradient(#888888, #999999); }
        .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button .v-button-caption,
        .v-csslayout-bookbooking .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button .v-button-caption {
          color: #fff;
          font-weight: normal; }

/*
:not(.cmspage) {
  .portlet-navigation {
    float: left;
    clear: left;
    width: 350px;
    //margin-top: 40px;
  }
  .portlet-journal-content {
    float: right;
    width: 810px;
    //margin-top: 40px;
  }
}
*/
div.portlet-column-first.portlet-column {
  clear: left; }

.portlet-column-content.empty {
  padding: 0; }

.journal-content-article h1 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-family: "VistaSansBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 20px; }
.journal-content-article p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 24px;
  margin-bottom: 18px;
  padding: 0; }
  .journal-content-article p strong {
    font-weight: normal;
    font-family: 'VistaSansBoldRegular'; }
.journal-content-article table {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: none; }
  .journal-content-article table tr th {
    font-size: 14px;
    font-family: 'VistaSansBoldRegular';
    font-weight: normal;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #dddddd; }
  .journal-content-article table tr td {
    padding: 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #dddddd; }
  .journal-content-article table tr:last-child td {
    border-bottom: none !important; }
.journal-content-article ul, .journal-content-article ol {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .journal-content-article ul li, .journal-content-article ol li {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 24px; }
  .journal-content-article ul.download, .journal-content-article ol.download {
    margin-left: 0; }
    .journal-content-article ul.download li, .journal-content-article ol.download li {
      list-style: none;
      border-bottom: 1px solid #dddddd;
      padding: 20px 0;
      padding-top: 0;
      margin-bottom: 20px; }
      .journal-content-article ul.download li a, .journal-content-article ol.download li a {
        display: block;
        line-height: 15px;
        background: url("images/icon_filedownload.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        color: #ac2a6e;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        text-decoration: none;
        padding-left: 24px; }
.journal-content-article blockquote {
  float: left;
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  .journal-content-article blockquote:after {
    content: " " attr(cite) " "; }
  .journal-content-article blockquote p {
    margin: 0;
    padding-left: 40px; }
    .journal-content-article blockquote p:before {
      content: '“';
      position: absolute;
      left: 0;
      top: 40px;
      font-size: 72px;
      color: #666666; }

.aui #navigation .nav li.active > a {
  background: none; }

.aui #navigation .nav .dropdown-menu {
  background: #ac2a6e; }

.cmspage .nav-menu .level-1 a {
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #f4f4f4;
  padding-left: 25px; }
.cmspage .nav-menu .level-2 a {
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #f4f4f4;
  padding-left: 40px; }
.cmspage .nav-menu li a.selected {
  color: #000;
  background: #f4f4f4;
  font-weight: bold;
  text-decoration: none; }
.cmspage .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.56410256410256%;
  *margin-left: 2.51091107474086%; }
.cmspage .row-fluid [class*="span"]:first-child {
  margin-left: 0; }
.cmspage .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.56410256410256%; }
.cmspage .row-fluid .span1 {
  width: 5.98290598290598%;
  *width: 5.92971449354428%; }
.cmspage .row-fluid .span2 {
  width: 14.5299145299145%;
  *width: 14.4767230405528%; }
.cmspage .row-fluid .span3 {
  width: 23.0769230769231%;
  *width: 23.0237315875614%; }
.cmspage .row-fluid .span4 {
  width: 31.6239316239316%;
  *width: 31.5707401345699%; }
.cmspage .row-fluid .span5 {
  width: 40.1709401709402%;
  *width: 40.1177486815785%; }
.cmspage .row-fluid .span6 {
  width: 48.7179487179487%;
  *width: 48.664757228587%; }
.cmspage .row-fluid .span7 {
  width: 57.2649572649573%;
  *width: 57.2117657755956%; }
.cmspage .row-fluid .span8 {
  width: 65.8119658119658%;
  *width: 65.7587743226041%; }
.cmspage .row-fluid .span9 {
  width: 74.3589743589744%;
  *width: 74.3057828696127%; }
.cmspage .row-fluid .span10 {
  width: 82.9059829059829%;
  *width: 82.8527914166212%; }
.cmspage .row-fluid .span11 {
  width: 91.4529914529915%;
  *width: 91.3997999636297%; }
.cmspage .row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106383%; }
.cmspage .row-fluid .offset1 {
  margin-left: 11.1111111111111%;
  *margin-left: 11.0047281323877%; }
.cmspage .row-fluid .offset1:first-child {
  margin-left: 8.54700854700855%;
  *margin-left: 8.44062556828514%; }
.cmspage .row-fluid .offset2 {
  margin-left: 19.6581196581197%;
  *margin-left: 19.5517366793963%; }
.cmspage .row-fluid .offset2:first-child {
  margin-left: 17.0940170940171%;
  *margin-left: 16.9876341152937%; }
.cmspage .row-fluid .offset3 {
  margin-left: 28.2051282051282%;
  *margin-left: 28.0987452264048%; }
.cmspage .row-fluid .offset3:first-child {
  margin-left: 25.6410256410256%;
  *margin-left: 25.5346426623022%; }
.cmspage .row-fluid .offset4 {
  margin-left: 36.7521367521367%;
  *margin-left: 36.6457537734134%; }
.cmspage .row-fluid .offset4:first-child {
  margin-left: 34.1880341880342%;
  *margin-left: 34.0816512093108%; }
.cmspage .row-fluid .offset5 {
  margin-left: 45.2991452991453%;
  *margin-left: 45.1927623204219%; }
.cmspage .row-fluid .offset5:first-child {
  margin-left: 42.7350427350427%;
  *margin-left: 42.6286597563193%; }
.cmspage .row-fluid .offset6 {
  margin-left: 53.8461538461538%;
  *margin-left: 53.7397708674304%; }
.cmspage .row-fluid .offset6:first-child {
  margin-left: 51.2820512820513%;
  *margin-left: 51.1756683033279%; }
.cmspage .row-fluid .offset7 {
  margin-left: 62.3931623931624%;
  *margin-left: 62.286779414439%; }
.cmspage .row-fluid .offset7:first-child {
  margin-left: 59.8290598290598%;
  *margin-left: 59.7226768503364%; }
.cmspage .row-fluid .offset8 {
  margin-left: 70.9401709401709%;
  *margin-left: 70.8337879614475%; }
.cmspage .row-fluid .offset8:first-child {
  margin-left: 68.3760683760684%;
  *margin-left: 68.269685397345%; }
.cmspage .row-fluid .offset9 {
  margin-left: 79.4871794871795%;
  *margin-left: 79.3807965084561%; }
.cmspage .row-fluid .offset9:first-child {
  margin-left: 76.9230769230769%;
  *margin-left: 76.8166939443535%; }
.cmspage .row-fluid .offset10 {
  margin-left: 88.034188034188%;
  *margin-left: 87.9278050554646%; }
.cmspage .row-fluid .offset10:first-child {
  margin-left: 85.4700854700855%;
  *margin-left: 85.3637024913621%; }
.cmspage .row-fluid .offset11 {
  margin-left: 96.5811965811966%;
  *margin-left: 96.4748136024732%; }
.cmspage .row-fluid .offset11:first-child {
  margin-left: 94.017094017094%;
  *margin-left: 93.9107110383706%; }
.cmspage .row-fluid .offset12 {
  margin-left: 105.128205128205%;
  *margin-left: 105.021822149482%; }
.cmspage .row-fluid .offset12:first-child {
  margin-left: 102.564102564103%;
  *margin-left: 102.457719585379%; }

.v-csslayout-seminardetails-seminarservices .v-csslayout-component1,
.v-csslayout-editbooking-reservedservices .v-csslayout-component1,
.v-csslayout-seminardetails-seminarrooms .v-csslayout-component1 {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .v-csslayout-seminardetails-seminarservices .v-csslayout-component1 .v-label,
  .v-csslayout-editbooking-reservedservices .v-csslayout-component1 .v-label,
  .v-csslayout-seminardetails-seminarrooms .v-csslayout-component1 .v-label {
    float: left;
    width: auto !important;
    font-size: 14px; }
.v-csslayout-seminardetails-seminarservices .v-csslayout-component2,
.v-csslayout-editbooking-reservedservices .v-csslayout-component2,
.v-csslayout-seminardetails-seminarrooms .v-csslayout-component2 {
  float: left;
  width: 760px; }
.v-csslayout-seminardetails-seminarservices .v-csslayout-component4,
.v-csslayout-editbooking-reservedservices .v-csslayout-component4,
.v-csslayout-seminardetails-seminarrooms .v-csslayout-component4 {
  float: left;
  width: 760px; }
.v-csslayout-seminardetails-seminarservices .v-csslayout-bookbooking-component4,
.v-csslayout-editbooking-reservedservices .v-csslayout-bookbooking-component4,
.v-csslayout-seminardetails-seminarrooms .v-csslayout-bookbooking-component4 {
  float: left;
  width: 100% !important; }
  .v-csslayout-seminardetails-seminarservices .v-csslayout-bookbooking-component4 .v-csslayout-services-booking,
  .v-csslayout-editbooking-reservedservices .v-csslayout-bookbooking-component4 .v-csslayout-services-booking,
  .v-csslayout-seminardetails-seminarrooms .v-csslayout-bookbooking-component4 .v-csslayout-services-booking {
    float: left;
    width: 760px; }
.v-csslayout-seminardetails-seminarservices .v-csslayout-services-infobox,
.v-csslayout-editbooking-reservedservices .v-csslayout-services-infobox,
.v-csslayout-seminardetails-seminarrooms .v-csslayout-services-infobox {
  float: right;
  width: 335px; }
  .v-csslayout-seminardetails-seminarservices .v-csslayout-services-infobox .v-csslayout-infobox-white,
  .v-csslayout-editbooking-reservedservices .v-csslayout-services-infobox .v-csslayout-infobox-white,
  .v-csslayout-seminardetails-seminarrooms .v-csslayout-services-infobox .v-csslayout-infobox-white {
    float: left;
    width: 100%; }
    .v-csslayout-seminardetails-seminarservices .v-csslayout-services-infobox .v-csslayout-infobox-white .v-label.v-label-phone, .v-csslayout-seminardetails-seminarservices .v-csslayout-services-infobox .v-csslayout-infobox-white .v-label.v-label-phonenumber,
    .v-csslayout-editbooking-reservedservices .v-csslayout-services-infobox .v-csslayout-infobox-white .v-label.v-label-phone,
    .v-csslayout-editbooking-reservedservices .v-csslayout-services-infobox .v-csslayout-infobox-white .v-label.v-label-phonenumber,
    .v-csslayout-seminardetails-seminarrooms .v-csslayout-services-infobox .v-csslayout-infobox-white .v-label.v-label-phone,
    .v-csslayout-seminardetails-seminarrooms .v-csslayout-services-infobox .v-csslayout-infobox-white .v-label.v-label-phonenumber {
      display: block;
      background: transparent url("images/bg_phone.png") no-repeat left center;
      font-size: 18px;
      padding-left: 20px;
      margin: 20px;
      margin-bottom: 0;
      line-height: normal; }
.v-csslayout-seminardetails-seminarservices .v-csslayout-infobox-grey,
.v-csslayout-editbooking-reservedservices .v-csslayout-infobox-grey,
.v-csslayout-seminardetails-seminarrooms .v-csslayout-infobox-grey {
  float: left;
  width: 760px; }
  .v-csslayout-seminardetails-seminarservices .v-csslayout-infobox-grey .v-label em,
  .v-csslayout-editbooking-reservedservices .v-csslayout-infobox-grey .v-label em,
  .v-csslayout-seminardetails-seminarrooms .v-csslayout-infobox-grey .v-label em {
    display: block;
    margin-top: 10px; }

.v-csslayout-seminardetails-seminarservices .v-csslayout-component3 {
  float: left;
  width: 760px;
  /*
  .v-label {
  	float: left;
  	width: 100%;
  	font-size: $formLabel;
  	color: $formLabelColor;
  	font-family: 'VistaSansBoldRegular';			
  }
  */ }
  .v-csslayout-seminardetails-seminarservices .v-csslayout-component3 .v-textarea {
    font-size: 14px;
    font-family: arial, sans-serif;
    font-style: normal;
    padding: 0 7px;
    height: 30px;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
    -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
    box-shadow: inset 0 1px 2px 0 #dddddd;
    outline: 0 !important;
    width: 759px;
    margin-top: 8px; }

.v-tabsheet-seminardetailplanning-tabsheet {
  width: 100%; }
  .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabcontainer {
    background: #fafafa;
    padding-top: 24px;
    width: 100%; }
    .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell-first {
      padding-left: 20px; }
  .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabsheetpanel {
    float: left;
    width: 100%;
    padding-top: 10px; }
    .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabsheetpanel .v-csslayout-seminarroom-tab {
      width: 100%;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
    .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabsheetpanel .v-caption-specialRequestTextArea {
      float: left;
      display: block;
      clear: left;
      margin-top: 20px; }
      .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabsheetpanel .v-caption-specialRequestTextArea .v-captiontext {
        float: left;
        width: 100%;
        margin-bottom: 8px;
        color: #666666;
        font-size: 12px;
        font-family: 'VistaSansAltRegRegular';
        font-weight: normal;
        line-height: normal; }
    .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabsheetpanel .v-textarea-specialRequestTextArea {
      float: left;
      width: 1118px;
      background: #fff;
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
      -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
      box-shadow: inset 0 1px 2px 0 #dddddd;
      padding: 6px;
      color: #333333 !important;
      font-weight: normal !important;
      font-size: 12px;
      height: 100px;
      margin-bottom: 20px; }
    .v-tabsheet-seminardetailplanning-tabsheet .v-tabsheet-tabsheetpanel .v-button {
      float: left; }

.v-csslayout-button-area {
  float: left;
  padding: 0 20px;
  width: 996px; }

.v-csslayout-seminarRoom-tab,
.v-csslayout-seminarroom-tab {
  float: left;
  width: 996px;
  background: #fff;
  padding: 20px; }

.v-csslayout-seminarRoomContent {
  float: left;
  width: 100%; }
  .v-csslayout-seminarRoomContent > .v-csslayout-row {
    float: left;
    background: #fff !important;
    width: 100%;
    margin: 10px 0 10px 0;
    position: relative; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row > .v-csslayout-person-stepper {
      display: inline;
      float: left; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:first-child .v-label {
      float: left;
      font-size: 16px;
      color: #333333;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row .v-button-delete-seminarroom {
      float: right !important; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row .v-button-delete-seminarroom .v-button-wrap {
        float: left; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row .v-button-delete-seminarroom .v-button-wrap .v-button-caption {
          display: block;
          background: transparent url("images/icon_delete.png") no-repeat left center;
          color: #ac2a6e;
          padding-left: 20px;
          text-decoration: none;
          font-family: 'VistaSansBoldRegular';
          font-weight: normal;
          line-height: 16px;
          font-size: 12px; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row .v-button-delete-seminarroom .v-button-wrap .v-button-caption:hover {
            color: #c1327d; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row .v-button-delete-seminarroom .v-button-caption {
        float: left;
        line-height: 13px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row .v-button-delete-seminarroom.v-disabled {
        display: none; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) {
      height: 50px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-label {
        float: left;
        font-size: 12px;
        color: #666666;
        color: #666666;
        font-size: 12px;
        font-family: 'VistaSansAltRegRegular';
        font-weight: normal;
        line-height: normal; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-stepper {
        position: absolute;
        bottom: 0; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-stepper.v-csslayout-person-stepper {
          left: 4px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-fromUsage {
        float: left;
        position: relative;
        margin-left: 60px;
        height: 50px;
        width: 166px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-fromUsage .v-filterselect {
          position: absolute;
          bottom: 0;
          left: 0; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-fromUsage .v-filterselect:last-child {
            left: 88px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-toUsage {
        float: left;
        position: relative;
        margin-left: 10px;
        height: 50px;
        width: 310px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-toUsage .v-label {
          position: absolute;
          bottom: 10px;
          left: -3px;
          color: #666666;
          font-size: 12px;
          font-family: 'VistaSansAltRegRegular';
          font-weight: normal;
          line-height: normal; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-toUsage .v-filterselect {
          position: absolute;
          bottom: 0;
          left: 25px; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(2) .v-csslayout-toUsage .v-filterselect:last-child {
            left: 110px; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(3) .v-label-seating-label {
      float: left;
      margin-bottom: 10px;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(3) .v-select-optiongroup-seats-optiongroup {
      float: left;
      clear: left; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(3) .v-select-optiongroup-seats-optiongroup .v-radiobutton {
        display: inline;
        float: left;
        padding: 10px;
        width: 20%; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(3) .v-select-optiongroup-seats-optiongroup .v-radiobutton label {
          padding-left: 8px;
          font-size: 12px;
          color: #666666; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(3) .v-select-optiongroup-seats-optiongroup .v-radiobutton label img {
            padding-right: 8px; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(4) .v-label {
      float: left;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(4) .v-textfield {
      float: left;
      clear: left;
      background: #fff;
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
      -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
      box-shadow: inset 0 1px 2px 0 #dddddd;
      padding: 6px;
      color: #333333 !important;
      font-weight: normal !important;
      font-size: 12px;
      padding: 8px;
      margin-top: 5px;
      margin-bottom: 10px;
      width: 736px;
      height: 30px; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(5) .v-label {
      float: left;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(5) .v-textfield {
      float: left;
      clear: left;
      background: #fff;
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
      -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
      box-shadow: inset 0 1px 2px 0 #dddddd;
      padding: 6px;
      color: #333333 !important;
      font-weight: normal !important;
      font-size: 12px;
      padding: 8px;
      margin-top: 5px;
      margin-bottom: 10px;
      width: 736px;
      height: 30px; }
    .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) {
      position: relative;
      height: 98px;
      border-bottom: 1px solid #dddddd;
      margin-top: 18px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-label:first-child {
        position: absolute;
        left: 4px;
        top: -20px;
        color: #666666;
        font-size: 12px;
        font-family: 'VistaSansAltRegRegular';
        font-weight: normal;
        line-height: normal; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-label:nth-child(2) {
        position: absolute;
        left: 100px;
        top: -20px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout {
        position: absolute;
        width: 220px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout .v-label {
          color: #666666;
          font-size: 12px;
          font-family: 'VistaSansAltRegRegular';
          font-weight: normal;
          line-height: normal;
          line-height: 30px;
          padding-left: 10px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-beamer-stepper {
          left: 4px;
          top: 0; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-screen-stepper {
          left: 4px;
          top: 45px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-flipchart-stepper {
          left: 178px;
          top: 0px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-pinwall-stepper {
          left: 178px;
          top: 45px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-tv-stepper {
          left: 356px;
          top: 0; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-videocamera-stepper {
          left: 356px;
          top: 45px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-presentercase-stepper {
          left: 534px;
          top: 0; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-cdplayer-stepper {
          left: 534px;
          top: 45px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) > .v-csslayout.v-csslayout-noequineeded-stepper {
          left: 712px;
          top: 50px; }
      .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable {
        position: absolute;
        left: 721px;
        top: 7px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-button-presentercase-button {
          float: left; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-button-presentercase-button .v-button-caption {
            display: block;
            background: transparent url("images/icon_info.png") no-repeat left top;
            width: 13px;
            height: 13px;
            text-indent: -9999px; }
        .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-csslayout-feedback {
          position: absolute;
          left: 23px;
          top: -70px;
          background: #fff;
          width: 300px;
          padding: 1px;
          z-index: 999999999;
          -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */ }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-csslayout-feedback:after {
            content: '';
            position: absolute;
            background: transparent url("images/bg_arrow_down_white.png") no-repeat center top;
            bottom: -10px;
            height: 11px;
            width: 19px;
            left: 50%;
            content: '';
            position: absolute;
            background: transparent url("images/bg_arrow_left_white.png") no-repeat center top;
            top: 70px;
            height: 19px;
            width: 11px;
            left: -10px; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption {
            background: #333333;
            width: 100%;
            padding: 8px 16px;
            line-height: 16px;
        /*
    	-webkit-border-top-right-radius:    $topright;
    	-webkit-border-bottom-right-radius: $bottomright;
    	-webkit-border-bottom-left-radius:  $bottomleft;
    	-webkit-border-top-left-radius:     $topleft;
    
    	-moz-border-radius-topright:        $topright;
    	-moz-border-radius-bottomright:     $bottomright;
    	-moz-border-radius-bottomleft:      $bottomleft;
    	-moz-border-radius-topleft:         $topleft;
    
    	border-top-right-radius:            $topright;
    	border-bottom-right-radius:         $bottomright;
    	border-bottom-left-radius:          $bottomleft;
    	border-top-left-radius:             $topleft;
    
    	-moz-background-clip:    padding; 
    	-webkit-background-clip: padding-box; 
    	background-clip:         padding-box;
    	*/
            font-size: 12px;
            color: #fff; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text {
            padding: 16px;
            color: #333333;
            font-size: 12px;
            white-space: normal; }
          .v-csslayout-seminarRoomContent > .v-csslayout-row:nth-child(6) .v-csslayout-feedbackable .v-csslayout-feedback .v-button-link .v-button-caption {
            display: block;
            position: absolute;
            right: 8px;
            top: 10px;
            width: 13px;
            height: 13px;
            background: transparent url("images/icon_close.png") no-repeat center center;
            text-indent: -99999px;
            text-decoration: none;
            border: none; }

.v-button-add-seminarroom {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px; }
  .v-button-add-seminarroom .v-button-wrap {
    float: left; }
    .v-button-add-seminarroom .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/icon_plus.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 20px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 19px;
      font-size: 12px; }
      .v-button-add-seminarroom .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }

.v-csslayout-catering-tab {
  float: left;
  width: 100%;
  background: #fff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px; }
  .v-csslayout-catering-tab .v-csslayout-allInInfo-layout {
    float: left;
    background: #f0f0f0 url("images/bg_info.png") no-repeat 18px 15px;
    width: 100%;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    margin-top: 20px; }
    .v-csslayout-catering-tab .v-csslayout-allInInfo-layout .v-label-allInHeader-label {
      float: left;
      font-family: 'VistaSansBoldRegular';
      color: #333333;
      font-size: 14px;
      padding-left: 40px;
      padding-top: 20px;
      padding-bottom: 18px; }
    .v-csslayout-catering-tab .v-csslayout-allInInfo-layout .v-label-allInExplanation-label {
      float: left;
      clear: left;
      color: #333333;
      font-size: 14px;
      padding-left: 40px;
      padding-bottom: 18px; }
    .v-csslayout-catering-tab .v-csslayout-allInInfo-layout .v-checkbox {
      float: left;
      clear: left;
      padding-left: 40px;
      padding-bottom: 20px; }
      .v-csslayout-catering-tab .v-csslayout-allInInfo-layout .v-checkbox label {
        padding-left: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'VistaSansBoldRegular'; }
  .v-csslayout-catering-tab .v-csslayout-contentTogglebar {
    float: left;
    width: 100%; }
    .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout {
      float: left;
      width: 100%; }
      .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout {
        border: none !important;
        background: none !important;
        margin-bottom: 10px !important;
        float: left;
        width: 100%; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-heading {
          margin-top: 30px;
          padding-left: 160px; }
          .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-heading .v-label {
            font-size: 12px;
            font-family: 'VistaSansBoldRegular'; }
            .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-heading .v-label.v-label-col2 {
              margin-right: 68px; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-checkbox-col1 {
          display: inline;
          float: left;
          width: 158px; }
          .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-checkbox-col1 label {
            padding-left: 5px;
            line-height: 37px; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-customcomponent-col2 {
          float: left; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-csslayout-col3 {
          float: left;
          margin-left: 40px; }
          .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-csslayout-col3 .v-filterselect {
            float: left;
            margin: 0;
            margin-right: 5px; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-label-col4 {
          float: left;
          margin-left: 5px;
          margin-right: 10px;
          line-height: 37px; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout .v-label-col5 {
          display: block;
          float: left;
          margin-top: -20px; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-row3 > .v-csslayout > .v-csslayout, .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-row5 > .v-csslayout > .v-csslayout {
          float: left; }
        .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-row6 {
          position: relative;
          margin: 20px 0; }
          .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-row6 .v-csslayout {
            float: left;
            width: auto; }
            .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-row6 .v-csslayout .v-checkbox {
              display: inline;
              margin-left: 10px; }
              .v-csslayout-catering-tab .v-csslayout-contentTogglebar .v-csslayout-content-layout > .v-csslayout.v-csslayout-row6 .v-csslayout .v-checkbox label {
                padding-left: 5px;
                line-height: 37px; }

.v-csslayout-fileupload-tab,
.v-csslayout-fileUpload-tab {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  .v-csslayout-fileupload-tab .v-caption-seminarAssociatedFiles,
  .v-csslayout-fileUpload-tab .v-caption-seminarAssociatedFiles {
    float: left;
    width: 100%;
    padding-bottom: 10px; }
  .v-csslayout-fileupload-tab .v-layout,
  .v-csslayout-fileUpload-tab .v-layout {
    float: left;
    overflow: visible !important; }
    .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light,
    .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light {
      float: left;
      width: auto !important;
      margin-bottom: 20px; }
      .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light .v-upload-immediate,
      .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light .v-upload-immediate {
        overflow: visible; }
        .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light .v-upload-immediate .gwt-FileUpload,
        .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light .v-upload-immediate .gwt-FileUpload {
          float: left;
          width: 1px;
          border: none;
          background: none; }
        .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button,
        .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button {
          float: left;
          padding: 6px 20px 7px 20px;
          border: 1px solid #616261;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          display: inline-block;
          border-left: 1px solid #999999;
          border-top: 1px solid #999999;
          border-right: 1px solid #888888;
          border-bottom: 1px solid #888888;
          -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
          background-color: #999999;
          background: #999999;
          background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#888888));
          background: -webkit-linear-gradient(#999999, #888888);
          background: -moz-linear-gradient(#999999, #888888);
          background: -ms-linear-gradient(#999999, #888888);
          background: -o-linear-gradient(#999999, #888888);
          background: linear-gradient(#999999, #888888); }
          .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button:hover,
          .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button:hover {
            background-color: #888888;
            background: #888888;
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#999999));
            background: -webkit-linear-gradient(#888888, #999999);
            background: -moz-linear-gradient(#888888, #999999);
            background: -ms-linear-gradient(#888888, #999999);
            background: -o-linear-gradient(#888888, #999999);
            background: linear-gradient(#888888, #999999); }
          .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button .v-button-wrap,
          .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button .v-button-wrap {
            background: transparent url("images/icon_fileupload.png") no-repeat left center; }
            .v-csslayout-fileupload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button .v-button-wrap .v-button-caption,
            .v-csslayout-fileUpload-tab .v-layout .v-customcomponent-light .v-upload-immediate .v-button .v-button-wrap .v-button-caption {
              color: #fff;
              line-height: 16px;
              display: block;
              padding-left: 24px;
              font-weight: normal; }
  .v-csslayout-fileupload-tab .v-csslayout-fileListLayout,
  .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .v-csslayout-fileupload-tab .v-csslayout-fileListLayout .v-label-heading2,
    .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout .v-label-heading2 {
      float: left;
      display: block;
      font-family: 'VistaSansBoldRegular';
      margin-bottom: 10px;
      margin-top: 20px;
      margin-right: 3px; }
    .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list,
    .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list {
      float: left;
      width: 100%;
      padding: 0;
      background: #f0f0f0;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
      .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results,
      .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results {
        float: left;
        width: 100%; }
        .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element,
        .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element {
          position: relative;
          margin: 0 20px;
          padding: 0;
          padding-top: 12px;
          width: 1078px;
          border-bottom: 1px solid #cccccc;
          border-top: 1px solid white; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element:first-child,
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element:first-child {
            border-top: none !important; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element:last-child,
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element:last-child {
            border-bottom: none !important; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1,
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 {
            float: left;
            margin-right: 5px; }
            .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 .v-button-wrap,
            .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 .v-button-wrap {
              float: left; }
              .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 .v-button-wrap .v-button-caption,
              .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 .v-button-wrap .v-button-caption {
                display: block;
                background: transparent url("images/icon_download.png") no-repeat left center;
                color: #ac2a6e;
                padding-left: 23px;
                text-decoration: none;
                font-family: 'VistaSansBoldRegular';
                font-weight: normal;
                line-height: 16px;
                font-size: 12px; }
                .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 .v-button-wrap .v-button-caption:hover,
                .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-col1 .v-button-wrap .v-button-caption:hover {
                  color: #c1327d; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-deleteButton,
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-deleteButton {
            position: absolute;
            right: 0;
            top: 12px; }
            .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-deleteButton .v-button-caption,
            .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-deleteButton .v-button-caption {
              display: block;
              background: transparent url("images/icon_close.png") no-repeat left center;
              width: 13px;
              height: 13px;
              text-indent: -99999px; }
              .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-deleteButton .v-button-caption:hover,
              .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-button-deleteButton .v-button-caption:hover {
                background: transparent url("images/icon_error.png") no-repeat left center; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-label:nth-child(2),
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-label:nth-child(2) {
            margin-left: 5px; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-label:nth-child(3),
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element .v-label:nth-child(3) {
            float: right;
            margin-right: 30px; }
          .v-csslayout-fileupload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element hr,
          .v-csslayout-fileUpload-tab .v-csslayout-fileListLayout > .v-customcomponent .v-csslayout-lazy-loading-list .v-csslayout-lazy-loading-list-results .v-csslayout-lazy-loading-list-element hr {
            display: none; }

/* ----------- WIDGET DEFINITIONS --------------------- */
html, html.aui {
  /* Original
  .popupbutton-legacy .v-button-wrap * {
      float: left;
  }

  .v-popupbutton .v-popup-indicator {
      display: inline-block;
      cursor: pointer;
      width: 13px;
      height: 11px;
  }

  .popupbutton-legacy .v-popup-indicator {
      background: transparent url(../../../themes/base/common/img/sprites.png) no-repeat -5px -10px;
  }

  .v-popupbutton .v-popup-indicator:before {
      font-size: 1.1em;
      font-family: FontAwesome;
      content: '\f0d7'
  }

  .popupbutton-legacy .v-popup-indicator:before {
      content: ' '
  }

  .v-popupbutton.v-disabled .v-popup-indicator {
      cursor: default;
  }

  .v-ie6 .v-popupbutton .v-popup-indicator {
      display: inline;
      zoom: 1;
  }
  .v-ie7 .v-popupbutton .v-popup-indicator {
      display: inline;
      zoom: 1;
      position: relative;
      top: -4px;
  }

  .v-popupbutton-popup {
      background: #f8f8f9;
      border: none;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
  }

  .v-popupbutton-popup-popupbutton-legacy {
      font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
      font-size: 12px;
      line-height: normal;
      color: #222;
  }

  .v-popupbutton-popup > .popupContent > .v-captionwrapper > .v-caption {
      display: block;
  }

  .v-popupbutton-popup.fixed {
      position: fixed !important;
      z-index: 20001 !important;
  }

  .v-shadow-fixed {
      position: fixed !important;
      z-index: 20000 !important;
  }
  */ }
  html div.v-popupview-popup, html.aui div.v-popupview-popup {
    z-index: 9999 !important; }
  html .portlet .v-popupbutton, html.aui .portlet .v-popupbutton {
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    background: #fff;
    border: 1px solid #dddddd;
    height: 30px;
    z-index: 9999 !important; }
    html .portlet .v-popupbutton .v-button-caption, html.aui .portlet .v-popupbutton .v-button-caption {
      content: "..."; }
    html .portlet .v-popupbutton .v-popup-indicator, html.aui .portlet .v-popupbutton .v-popup-indicator {
      background: #ffffff url("images/icon_arrow_down.png") no-repeat right center;
      height: 27px;
      width: 7px; }
    html .portlet .v-popupbutton.v-disabled .v-popup-indicator, html.aui .portlet .v-popupbutton.v-disabled .v-popup-indicator {
      cursor: default; }
  html .portlet .v-ie6 .v-popupbutton .v-popup-indicator, html.aui .portlet .v-ie6 .v-popupbutton .v-popup-indicator {
    display: inline;
    zoom: 1; }
  html .portlet .v-ie7 .v-popupbutton .v-popup-indicator, html.aui .portlet .v-ie7 .v-popupbutton .v-popup-indicator {
    display: inline;
    zoom: 1;
    position: relative;
    top: -4px; }
  html .portlet .v-shadow-fixed, html.aui .portlet .v-shadow-fixed {
    position: fixed !important;
    z-index: 9999 !important; }
  html .v-popupbutton-popup, html.aui .v-popupbutton-popup {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }
    html .v-popupbutton-popup .popupContent, html.aui .v-popupbutton-popup .popupContent {
      padding: 10px; }
    html .v-popupbutton-popup .v-button-button-style10 .v-button-caption, html.aui .v-popupbutton-popup .v-button-button-style10 .v-button-caption {
      line-height: 30px; }

.v-panel .v-button.v-button-link.v-button-context-help {
  background: transparent url("images/icon_info.png") no-repeat left center;
  cursor: pointer;
  width: 13px;
  height: 13px; }
  .v-panel .v-button.v-button-link.v-button-context-help.v-pressed {
    background: transparent url("images/icon_info.png") no-repeat left center;
    cursor: pointer;
    height: 13px;
    width: 13px; }
  .v-panel .v-button.v-button-link.v-button-context-help .v-button-caption {
    text-decoration: none; }

.v-contexthelp-bubble {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 12px;
  line-height: normal; }
  .v-contexthelp-bubble .popupContent {
    position: relative;
    background-repeat: no-repeat; }
  .v-contexthelp-bubble.right .popupContent {
    padding-left: 5px;
    background: url(images/desc-arrow-left.png) no-repeat 0px 50%; }
  .v-contexthelp-bubble.left .popupContent {
    background: none;
    padding-right: 0; }
    .v-contexthelp-bubble.left .popupContent .helpText:after {
      content: '';
      position: absolute;
      background: transparent url("images/bg_arrow_right_white.png") no-repeat center center;
      top: 0;
      height: 100%;
      width: 11px;
      right: -11px; }
  .v-contexthelp-bubble.above .popupContent {
    background: url(images/desc-arrow-down.png) no-repeat 50% 100%;
    padding-bottom: 5px; }
  .v-contexthelp-bubble.below .popupContent {
    background: url(images/desc-arrow-up.png) no-repeat 50% 0px;
    padding-top: 5px; }
  .v-contexthelp-bubble .popupContent .helpText {
    background: #fff;
    padding: 1px;
    border: none;
    text-shadow: none;
    width: 100%;
    max-width: 900px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  .v-contexthelp-bubble .v-label-captiontext-caption {
    background: #333333;
    padding: 4px 8px;
    line-height: 16px;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
    font-size: 12px;
    color: #fff !important; }
  .v-contexthelp-bubble .v-label-captiontext-text {
    padding: 8px;
    color: #333333;
    font-size: 12px;
    white-space: normal; }

html body, html.aui body {
  font-family: 'VistaSansAltRegRegular';
  line-height: normal;
  font-weight: normal;
  font-size: 16px;
  margin: 0; }
  html body #wrapper, html.aui body #wrapper {
    padding-bottom: 80px !important;
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
  html body .v-panel-light .v-panel-content-light, html.aui body .v-panel-light .v-panel-content-light {
    background: transparent; }

body {
  font-family: 'VistaSansAltRegRegular'; }
  body #wrapper {
    padding-bottom: 80px !important;
    width: 100%;
    margin: 0 auto; }

div.alert.alert-error {
  padding-top: 70px; }

#fyayc_li {
  visibility: hidden;
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  z-index: 999999999;
  text-align: center; }

#fyayc_li div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 18px; }
  #fyayc_li div img {
    height: 2px;
    width: 14px; }

@font-face {
  font-family: 'VistaSansAltRegRegular';
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansreg-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBoldRegular';
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot") !important;
  src: url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansbold-071211005EmigreWebOnly.woff") format("woff") !important;
  font-weight: normal !important;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCRegRegular';
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansSCBoldRegular';
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot");
  src: url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/vistasansscbold-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot");
  src: url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/seminargo-theme/css/fontawesome/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sympicons';
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax");
  src: url("/seminargo-theme/css/sympicons/fonts/sympicons.eot?v8m3ax#iefix") format("embedded-opentype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.ttf?v8m3ax") format("truetype"), url("/seminargo-theme/css/sympicons/fonts/sympicons.woff?v8m3ax") format("woff"), url("/seminargo-theme/css/sympicons/fonts/sympicons.svg?v8m3ax#sympicons") format("svg");
  font-weight: normal;
  font-style: normal; }

html.chrome body {
  letter-spacing: 0px; }

html, html.aui {
  /*
  .popupContent {
      .scrollableViewport {
          float: left;
          height: 390px !important;
          overflow: auto !important;
      }
  }
  */
  /**
   * Gecko & Webkit Fix for a base alignment of the input field
   */ }
  html .textCenter, html.aui .textCenter {
    text-align: center !important; }
  html .textRight, html.aui .textRight {
    text-align: right !important; }
  html .textBold, html.aui .textBold {
    font-weight: bold !important; }
  html .textItalic, html.aui .textItalic {
    font-style: italic !important; }
  html .textUnderline, html.aui .textUnderline {
    text-decoration: underline; }
  html .fontBold, html.aui .fontBold {
    font-family: 'VistaSansBoldRegular'; }
  html .fontSize12, html.aui .fontSize12 {
    font-size: 12px; }
    html .fontSize12 .v-button-caption, html.aui .fontSize12 .v-button-caption {
      font-size: 12px; }
  html .fontSize14, html.aui .fontSize14 {
    font-size: 14px; }
    html .fontSize14 .v-button-caption, html.aui .fontSize14 .v-button-caption {
      font-size: 14px; }
  html .borderAll, html.aui .borderAll {
    border: 1px solid #dddddd; }
  html .borderLeft, html.aui .borderLeft {
    border-left: 1px solid #dddddd; }
  html .borderRight, html.aui .borderRight {
    border-right: 1px solid #dddddd; }
  html .borderTop, html.aui .borderTop {
    border-top: 1px solid #dddddd; }
  html .borderBottom, html.aui .borderBottom {
    border-bottom: 1px solid #dddddd; }
  html .borderRadius, html.aui .borderRadius {
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  html .pointer_cursor, html.aui .pointer_cursor {
    cursor: pointer !important; }
  html .isScrollable .v-table-body, html.aui .isScrollable .v-table-body {
    overflow: auto !important; }
  html .isScrollable, html.aui .isScrollable {
    overflow: auto !important; }
  html .isHidden, html.aui .isHidden {
    overflow: hidden !important; }
  html .popupContent .v-scrollable, html.aui .popupContent .v-scrollable {
    overflow: auto; }
  html .v-align-middle:before, html.aui .v-align-middle:before {
    content: "";
    display: inline-block;
    height: 50%; }
  html .v-align-bottom:before, html.aui .v-align-bottom:before {
    content: "";
    display: inline-block;
    height: 100%; }
  html .portlet-content .portlet-body .v-gridlayout-slot .v-widget .v-slot > *, html .v-window .v-gridlayout-slot .v-widget .v-slot > *, html.aui .portlet-content .portlet-body .v-gridlayout-slot .v-widget .v-slot > *, html.aui .v-window .v-gridlayout-slot .v-widget .v-slot > * {
    float: none; }
  html .floatLeft, html.aui .floatLeft {
    float: left !important; }
  html .floatRight, html.aui .floatRight {
    float: right !important; }
  html .clearLeft, html.aui .clearLeft {
    clear: left !important; }
  html .clearRight, html.aui .clearRight {
    float: right !important; }
  html .reset-float, html.aui .reset-float {
    float: none !important; }
  html .reset-position-left, html.aui .reset-position-left {
    left: none !important; }
  html .reset-width, html.aui .reset-width {
    width: auto !important; }
  html .isVisible, html.aui .isVisible {
    overflow: visible !important; }
  html .bgWhite, html.aui .bgWhite {
    background: white; }
  html .bgGray, html.aui .bgGray {
    background: white; }
  html .bold-text, html.aui .bold-text {
    font-family: 'VistaSansBoldRegular' !important; }
  html .bgGray1, html.aui .bgGray1 {
    background: #f4f4f4; }
  html .lblGray, html.aui .lblGray {
    color: #cccccc; }
  html .bgGrayEmbossed, html.aui .bgGrayEmbossed {
    border: 1px solid #dddddd;
    background: #f4f4f4;
    padding: 0;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
    html .bgGrayEmbossed > div, html.aui .bgGrayEmbossed > div {
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
  html .hrClass, html.aui .hrClass {
    padding-bottom: 5px;
    border-top: none !important;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-top: 0 !important; }
  html .hrTopBottom, html.aui .hrTopBottom {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  html .hrTop, html.aui .hrTop {
    border-top: 1px solid #cccccc; }
  html .hrBottom, html.aui .hrBottom {
    border-bottom: 1px solid #cccccc; }
  html .numericAmount, html.aui .numericAmount {
    font-family: 'VistaSansSCRegRegular' !important;
    font-size: 17px !important; }
  html .numericAmountBold, html.aui .numericAmountBold {
    font-family: 'VistaSansSCRegBold' !important; }
  html .v-image-icon-location,
  html .v-image-icon-scale50, html.aui .v-image-icon-location,
  html.aui .v-image-icon-scale50 {
    height: 20px;
    width: auto; }
  html .v-gecko .numericAmount,
  html .v-webkit .numericAmount, html.aui .v-gecko .numericAmount,
  html.aui .v-webkit .numericAmount {
    margin-top: -4px !important; }
  html .minHeight500, html.aui .minHeight500 {
    min-height: 500px; }
  html .margin1bottom, html.aui .margin1bottom {
    margin-bottom: 1px; }
  html .margin5, html.aui .margin5 {
    margin: 5px; }
  html .padding5, html.aui .padding5 {
    padding: 5px; }
  html .margin10, html.aui .margin10 {
    margin: 10px; }
  html .padding10, html.aui .padding10 {
    padding: 10px; }
  html .margin20, html.aui .margin20 {
    margin: 20px; }
  html .margin25, html.aui .margin25 {
    margin: 25px; }
  html .padding20, html.aui .padding20 {
    padding: 20px !important; }
  html .margin38, html.aui .margin38 {
    margin: 38px; }
  html .padding38, html.aui .padding38 {
    padding: 38px; }
  html .margin40, html.aui .margin40 {
    margin: 40px; }
  html .margin40left, html.aui .margin40left {
    margin-left: 40px; }
  html .margin40right, html.aui .margin40right {
    margin-right: 40px; }
  html .padding40, html.aui .padding40 {
    padding: 40px; }
  html .margin50, html.aui .margin50 {
    margin: 50px; }
  html .padding50, html.aui .padding50 {
    padding: 50px; }

html .lineHeight17.lineHeight17, html.aui .lineHeight17.lineHeight17 {
  line-height: 17px !important; }
html .lineHeight16.lineHeight16, html.aui .lineHeight16.lineHeight16 {
  line-height: 16px !important; }
html .lineHeight24.lineHeight24, html.aui .lineHeight24.lineHeight24 {
  line-height: 24px !important; }
html .lineHeight30.lineHeight30, html.aui .lineHeight30.lineHeight30 {
  line-height: 30px !important; }
html .lineHeight10.lineHeight10, html.aui .lineHeight10.lineHeight10 {
  line-height: 10px !important; }
html .margin10top.margin10top, html.aui .margin10top.margin10top {
  margin-top: 10px !important; }
html .margin10left.margin10left, html.aui .margin10left.margin10left {
  margin-left: 10px !important; }
html .margin10right.margin10right, html.aui .margin10right.margin10right {
  margin-right: 10px !important; }
html .margin10bottom.margin10bottom, html.aui .margin10bottom.margin10bottom {
  margin-bottom: 10px !important; }
html .padding10top.padding10top, html.aui .padding10top.padding10top {
  padding-top: 10px !important; }
html .padding10left.padding10left, html.aui .padding10left.padding10left {
  padding-left: 10px !important; }
html .padding10right.padding10right, html.aui .padding10right.padding10right {
  padding-right: 10px !important; }
html .padding10bottom.padding10bottom, html.aui .padding10bottom.padding10bottom {
  padding-bottom: 10px !important; }
html .margin20top.margin20top, html.aui .margin20top.margin20top {
  margin-top: 20px !important; }
html .margin20left.margin20left, html.aui .margin20left.margin20left {
  margin-left: 20px !important; }
html .margin20right.margin20right, html.aui .margin20right.margin20right {
  margin-right: 20px !important; }
html .margin20bottom.margin20bottom, html.aui .margin20bottom.margin20bottom {
  margin-bottom: 20px !important; }
html .padding20top.padding20top, html.aui .padding20top.padding20top {
  padding-top: 20px !important; }
html .padding20left.padding20left, html.aui .padding20left.padding20left {
  padding-left: 20px !important; }
html .padding20right.padding20right, html.aui .padding20right.padding20right {
  padding-right: 20px !important; }
html .padding20bottom.padding20bottom, html.aui .padding20bottom.padding20bottom {
  padding-bottom: 20px !important; }
html .margin25top.margin25top, html.aui .margin25top.margin25top {
  margin-top: 25px !important; }
html .margin25left.margin25left, html.aui .margin25left.margin25left {
  margin-left: 25px !important; }
html .margin25right.margin25right, html.aui .margin25right.margin25right {
  margin-right: 25px !important; }
html .margin25bottom.margin25bottom, html.aui .margin25bottom.margin25bottom {
  margin-bottom: 25px !important; }
html .margin30top.margin30top, html.aui .margin30top.margin30top {
  margin-top: 30px !important; }
html .margin30left.margin30left, html.aui .margin30left.margin30left {
  margin-left: 30px !important; }
html .margin30right.margin30right, html.aui .margin30right.margin30right {
  margin-right: 30px !important; }
html .margin30bottom.margin30bottom, html.aui .margin30bottom.margin30bottom {
  margin-bottom: 30px !important; }
html .padding30top.padding30top, html.aui .padding30top.padding30top {
  padding-top: 30px !important; }
html .padding30left.padding30left, html.aui .padding30left.padding30left {
  padding-left: 30px !important; }
html .padding30right.padding30right, html.aui .padding30right.padding30right {
  padding-right: 30px !important; }
html .padding30bottom.padding30bottom, html.aui .padding30bottom.padding30bottom {
  padding-bottom: 30px !important; }
html .margin15top.margin15top, html.aui .margin15top.margin15top {
  margin-top: 15px !important; }
html .margin15left.margin15left, html.aui .margin15left.margin15left {
  margin-left: 15px !important; }
html .margin15right.margin15right, html.aui .margin15right.margin15right {
  margin-right: 15px !important; }
html .margin15bottom.margin15bottom, html.aui .margin15bottom.margin15bottom {
  margin-bottom: 15px !important; }
html .padding15top.padding15top, html.aui .padding15top.padding15top {
  padding-top: 15px !important; }
html .padding15left.padding15left, html.aui .padding15left.padding15left {
  padding-left: 15px !important; }
html .padding15right.padding15right, html.aui .padding15right.padding15right {
  padding-right: 15px !important; }
html .padding15bottom.padding15bottom, html.aui .padding15bottom.padding15bottom {
  padding-bottom: 15px !important; }
html .margin60top.margin60top, html.aui .margin60top.margin60top {
  margin-top: 60px !important; }
html .margin60left.margin60left, html.aui .margin60left.margin60left {
  margin-left: 60px !important; }
html .margin60right.margin60right, html.aui .margin60right.margin60right {
  margin-right: 60px !important; }
html .margin60bottom.margin60bottom, html.aui .margin60bottom.margin60bottom {
  margin-bottom: 60px !important; }
html .padding60top.padding60top, html.aui .padding60top.padding60top {
  padding-top: 60px !important; }
html .padding60left.padding60left, html.aui .padding60left.padding60left {
  padding-left: 60px !important; }
html .padding60right.padding60right, html.aui .padding60right.padding60right {
  padding-right: 60px !important; }
html .padding60bottom.padding60bottom, html.aui .padding60bottom.padding60bottom {
  padding-bottom: 60px !important; }
html .margin5top.margin5top, html.aui .margin5top.margin5top {
  margin-top: 5px !important; }
html .margin5left.margin5left, html.aui .margin5left.margin5left {
  margin-left: 5px !important; }
html .margin5right.margin5right, html.aui .margin5right.margin5right {
  margin-right: 5px !important; }
html .margin5bottom.margin5bottom, html.aui .margin5bottom.margin5bottom {
  margin-bottom: 5px !important; }
html .padding5top.padding5top, html.aui .padding5top.padding5top {
  padding-top: 5px !important; }
html .padding5left.padding5left, html.aui .padding5left.padding5left {
  padding-left: 5px !important; }
html .padding5right.padding5right, html.aui .padding5right.padding5right {
  padding-right: 5px !important; }
html .padding5bottom.padding5bottom, html.aui .padding5bottom.padding5bottom {
  padding-bottom: 5px !important; }
html .margin0top.margin0top, html.aui .margin0top.margin0top {
  margin-top: 0px !important; }
html .margin0left.margin0left, html.aui .margin0left.margin0left {
  margin-left: 0px !important; }
html .margin0right.margin0right, html.aui .margin0right.margin0right {
  margin-right: 0px !important; }
html .margin0bottom.margin0bottom, html.aui .margin0bottom.margin0bottom {
  margin-bottom: 0px !important; }
html .padding0top.padding0top, html.aui .padding0top.padding0top {
  padding-top: 0px !important; }
html .padding0left.padding0left, html.aui .padding0left.padding0left {
  padding-left: 0px !important; }
html .padding0right.padding0right, html.aui .padding0right.padding0right {
  padding-right: 0px !important; }
html .padding0bottom.padding0bottom, html.aui .padding0bottom.padding0bottom {
  padding-bottom: 0px !important; }
html .margin8right.margin8right, html.aui .margin8right.margin8right {
  margin-right: 8px !important; }

.v-csslayout-daypaging {
  position: relative; }
  .v-csslayout-daypaging .v-button-action-next {
    float: right;
    margin-top: 10px; }
    .v-csslayout-daypaging .v-button-action-next .v-button-wrap {
      float: left; }
      .v-csslayout-daypaging .v-button-action-next .v-button-wrap .v-button-caption {
        display: block;
        background: transparent url("images/btn_paginate_right.png") no-repeat right center;
        color: #ac2a6e;
        padding-right: 30px;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        line-height: 24px;
        font-size: 12px; }
        .v-csslayout-daypaging .v-button-action-next .v-button-wrap .v-button-caption:hover {
          color: #c1327d; }
  .v-csslayout-daypaging .v-button-action-previous {
    float: left;
    margin-top: 10px; }
    .v-csslayout-daypaging .v-button-action-previous .v-button-wrap {
      float: left; }
      .v-csslayout-daypaging .v-button-action-previous .v-button-wrap .v-button-caption {
        display: block;
        background: transparent url("images/btn_paginate_left.png") no-repeat left center;
        color: #ac2a6e;
        padding-left: 30px;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        line-height: 24px;
        font-size: 12px; }
        .v-csslayout-daypaging .v-button-action-previous .v-button-wrap .v-button-caption:hover {
          color: #c1327d; }

html .v-label-page-heading, html .v-label-h1, html h1, html.aui .v-label-page-heading, html.aui .v-label-h1, html.aui h1 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-family: "VistaSansBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 20px; }
  html .v-label-page-heading.confirmed-icon, html .v-label-page-heading .v-label-confirmed-icon, html .v-label-h1.confirmed-icon, html .v-label-h1 .v-label-confirmed-icon, html h1.confirmed-icon, html h1 .v-label-confirmed-icon, html.aui .v-label-page-heading.confirmed-icon, html.aui .v-label-page-heading .v-label-confirmed-icon, html.aui .v-label-h1.confirmed-icon, html.aui .v-label-h1 .v-label-confirmed-icon, html.aui h1.confirmed-icon, html.aui h1 .v-label-confirmed-icon {
    background: transparent url("images/icon_check_green_headline.png") no-repeat left top;
    line-height: 26px;
    padding-left: 35px; }
html .v-label-h2, html.aui .v-label-h2 {
  font-size: 18px;
  font-family: "VistaSansBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal; }
html .v-label-h3, html.aui .v-label-h3 {
  font-size: 14px;
  font-family: "VistaSansBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal; }
html .v-label-h4, html.aui .v-label-h4 {
  font-size: 14px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  font-style: italic;
  color: #333333;
  line-height: normal; }
html .v-label-page-description, html .v-label-p, html.aui .v-label-page-description, html.aui .v-label-p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 24px;
  margin-bottom: 18px; }
  html .v-label-page-description.v-label-page-description, html .v-label-p.v-label-page-description, html.aui .v-label-page-description.v-label-page-description, html.aui .v-label-p.v-label-page-description {
    margin-bottom: 20px;
    width: 760px !important; }
html .v-label-p-small, html.aui .v-label-p-small {
  font-size: 12px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 18px; }
html p-small, html.aui p-small {
  font-size: 12px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 18px; }
html .v-csslayout-heading-box, html.aui .v-csslayout-heading-box {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 15px; }
html .v-label-heading, html.aui .v-label-heading {
  display: block;
  font-size: 14px;
  color: #333333;
  font-size: 18px;
  font-family: 'VistaSansBoldRegular';
  margin: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 0;
  border-top: 1px solid #dddddd; }
  html .v-label-heading .number-label, html.aui .v-label-heading .number-label {
    color: #666666;
    margin-right: 10px; }
  html .v-label-heading.first, html.aui .v-label-heading.first {
    margin-top: 0;
    padding-top: 0;
    border-top: none !important; }
html .v-label-label-style-headline18, html.aui .v-label-label-style-headline18 {
  font-size: 18px;
  color: #333333;
  font-family: 'VistaSansBoldRegular';
  font-weight: normal; }
html .v-label-label-style-headline16, html.aui .v-label-label-style-headline16 {
  font-size: 16px;
  color: #333333;
  font-family: 'VistaSansBoldRegular';
  font-weight: normal; }
html .v-csslayout-HotelsWithoutPricesDelimiter .v-label, html.aui .v-csslayout-HotelsWithoutPricesDelimiter .v-label {
  font-size: 14px;
  font-family: 'VistaSansBoldRegular';
  color: #333333; }

html, html.aui {
  /*
  .v-button-action-print {
      // float: right;

      .v-button-wrap {
          .v-button-caption {
              display: block;
              //background: uril('images/icon_print.png') no-repeat left center;
              @include backgroundImg('icon_print.png','left center');
              padding-left: 24px;
              color: $ciPink;
              text-decoration: none;
              line-height: 15px
          }
      }
  }
  */ }
  html .v-button-h1 .v-button-caption, html.aui .v-button-h1 .v-button-caption {
    font-size: 24px;
    font-family: "VistaSansBoldRegular";
    font-weight: normal;
    color: #333333;
    line-height: normal;
    letter-spacing: -1px;
    margin: 0;
    padding: 0; }
  html .v-button-h2 .v-button-caption, html.aui .v-button-h2 .v-button-caption {
    font-size: 16px;
    font-family: "VistaSansBoldRegular";
    font-weight: normal;
    color: #333333;
    line-height: normal;
    margin-bottom: 20px; }
  html .v-button-h3 .v-button-caption, html.aui .v-button-h3 .v-button-caption {
    font-size: 14px;
    font-family: "VistaSansBoldRegular";
    font-weight: normal;
    color: #333333;
    line-height: normal; }
  html .v-button-h4 .v-button-caption, html.aui .v-button-h4 .v-button-caption {
    font-size: 14px;
    font-family: "VistaSansAltRegRegular";
    font-weight: normal;
    font-style: italic;
    color: #333333;
    line-height: normal; }
  html .v-button-link .v-button-caption, html.aui .v-button-link .v-button-caption {
    color: #ac2a6e;
    line-height: 20px; }
  html .v-link-blackText a:link span, html.aui .v-link-blackText a:link span {
    color: #333333 !important;
    font-size: 16px !important; }
  html .v-link-blackText a:visited span, html.aui .v-link-blackText a:visited span {
    color: #333333 !important;
    font-size: 16px !important; }
  html .v-link-blackText a:hover span, html.aui .v-link-blackText a:hover span {
    color: #333333 !important;
    font-size: 16px !important; }
  html .v-button-action-print .v-button-wrap, html.aui .v-button-action-print .v-button-wrap {
    float: left; }
    html .v-button-action-print .v-button-wrap .v-button-caption, html.aui .v-button-action-print .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/icon_print.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 24px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .v-button-action-print .v-button-wrap .v-button-caption:hover, html.aui .v-button-action-print .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .v-button-action-remove .v-button-wrap, html.aui .v-button-action-remove .v-button-wrap {
    float: left; }
    html .v-button-action-remove .v-button-wrap .v-button-caption, html.aui .v-button-action-remove .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/icon_delete_boi.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 24px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .v-button-action-remove .v-button-wrap .v-button-caption:hover, html.aui .v-button-action-remove .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .v-customcomponent-uploadcomponent .v-button, html.aui .v-customcomponent-uploadcomponent .v-button {
    float: left;
    padding: 6px 20px 7px 20px;
    border: 1px solid #616261;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
    background: #999999;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#888888));
    background: -webkit-linear-gradient(#999999, #888888);
    background: -moz-linear-gradient(#999999, #888888);
    background: -ms-linear-gradient(#999999, #888888);
    background: -o-linear-gradient(#999999, #888888);
    background: linear-gradient(#999999, #888888); }
    html .v-customcomponent-uploadcomponent .v-button:hover, html.aui .v-customcomponent-uploadcomponent .v-button:hover {
      background-color: #888888;
      background: #888888;
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#999999));
      background: -webkit-linear-gradient(#888888, #999999);
      background: -moz-linear-gradient(#888888, #999999);
      background: -ms-linear-gradient(#888888, #999999);
      background: -o-linear-gradient(#888888, #999999);
      background: linear-gradient(#888888, #999999); }
    html .v-customcomponent-uploadcomponent .v-button .v-button-wrap, html.aui .v-customcomponent-uploadcomponent .v-button .v-button-wrap {
      background: transparent url("images/icon_fileupload.png") no-repeat left center; }
      html .v-customcomponent-uploadcomponent .v-button .v-button-wrap .v-button-caption, html.aui .v-customcomponent-uploadcomponent .v-button .v-button-wrap .v-button-caption {
        color: #fff;
        line-height: 16px;
        display: block;
        padding-left: 24px;
        font-weight: normal; }
  html .v-button-button-style-tag .v-button-wrap, html.aui .v-button-button-style-tag .v-button-wrap {
    float: left;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    background: #f0f0f0;
    padding: 0; }
    html .v-button-button-style-tag .v-button-wrap .v-button-caption, html.aui .v-button-button-style-tag .v-button-wrap .v-button-caption {
      float: left;
      background: transparent url("images/icon_delete.png") no-repeat right 5px;
      padding: 5px;
      padding-right: 25px;
      margin-right: 5px;
      color: #666666;
      font-weight: normal; }
  html .v-button-button-style-edit .v-button-wrap .v-button-caption, html.aui .v-button-button-style-edit .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_edit_boi.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-reload .v-button-wrap .v-button-caption, html.aui .v-button-button-style-reload .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_reload.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-reload-link .v-button-wrap, html.aui .v-button-button-style-reload-link .v-button-wrap {
    float: left; }
    html .v-button-button-style-reload-link .v-button-wrap .v-button-caption, html.aui .v-button-button-style-reload-link .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/icon_reload.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 24px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .v-button-button-style-reload-link .v-button-wrap .v-button-caption:hover, html.aui .v-button-button-style-reload-link .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .v-button-button-style-alert-orange .v-button-wrap .v-button-caption, html.aui .v-button-button-style-alert-orange .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_alert_orange.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-filter .v-button-wrap .v-button-caption, html.aui .v-button-button-style-filter .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_filter.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-back, html.aui .v-button-button-style-back {
    line-height: 23px; }
    html .v-button-button-style-back .v-button-wrap .v-button-caption, html.aui .v-button-button-style-back .v-button-wrap .v-button-caption {
      background: #f0f0f0 url("images/icon_back.png") no-repeat center center;
      display: block;
      width: 30px;
      height: 30px;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      text-indent: -9999px; }
  html .v-button-button-style-save .v-button-wrap .v-button-caption, html.aui .v-button-button-style-save .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_save.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-delete .v-button-wrap .v-button-caption, html.aui .v-button-button-style-delete .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_delete_boi.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-undo .v-button-wrap .v-button-caption, html.aui .v-button-button-style-undo .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_undo.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-add .v-button-wrap .v-button-caption, html.aui .v-button-button-style-add .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_plus.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-duplicate .v-button-wrap .v-button-caption, html.aui .v-button-button-style-duplicate .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_duplicate.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-add-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-add-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_plus.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-add2-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-add2-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_plus_square.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-download .v-button-wrap .v-button-caption, html.aui .v-button-button-style-download .v-button-wrap .v-button-caption {
    background: #f0f0f0 url("images/icon_download.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    text-indent: -9999px; }
  html .v-button-button-style-download-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-download-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_download.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-edit-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-edit-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_edit_boi.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-reload-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-reload-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_reload.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-alert-orange-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-alert-orange-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_alert_orange.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-back-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-back-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_back.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-save-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-save-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_save.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-delete-icon, html.aui .v-button-button-style-delete-icon {
    height: 17px; }
    html .v-button-button-style-delete-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-delete-icon .v-button-wrap .v-button-caption {
      background: transparent url("images/icon_delete_boi.png") no-repeat center center;
      display: block;
      width: 30px;
      height: 16px;
      border: none;
      text-indent: -9999px;
      cursor: pointer; }
  html .v-button-button-style-folder-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-folder-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_folder_save.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-undo-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-undo-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_undo.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-warning-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-warning-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_pending.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-error-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-error-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_error.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-confirmed-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-confirmed-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_confirmed.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-duplicate-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-duplicate-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_duplicate.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-search-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-search-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/bg_glass.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-bubble-icon .v-button-wrap .v-button-caption, html.aui .v-button-button-style-bubble-icon .v-button-wrap .v-button-caption {
    background: transparent url("images/icon_trainer.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    cursor: pointer; }
  html .v-button-button-style-confirmed-active,
  html .v-button-button-style-complained-active,
  html .v-button-button-style-confirmed-inactive,
  html .v-button-button-style-complained-inactive, html.aui .v-button-button-style-confirmed-active,
  html.aui .v-button-button-style-complained-active,
  html.aui .v-button-button-style-confirmed-inactive,
  html.aui .v-button-button-style-complained-inactive {
    float: left;
    margin-left: 5px; }
    html .v-button-button-style-confirmed-active .v-button-caption,
    html .v-button-button-style-complained-active .v-button-caption,
    html .v-button-button-style-confirmed-inactive .v-button-caption,
    html .v-button-button-style-complained-inactive .v-button-caption, html.aui .v-button-button-style-confirmed-active .v-button-caption,
    html.aui .v-button-button-style-complained-active .v-button-caption,
    html.aui .v-button-button-style-confirmed-inactive .v-button-caption,
    html.aui .v-button-button-style-complained-inactive .v-button-caption {
      display: block;
      height: 30px;
      width: 23px;
      text-indent: -9999px; }
    html .v-button-button-style-confirmed-active.v-button-button-style-confirmed-active,
    html .v-button-button-style-complained-active.v-button-button-style-confirmed-active,
    html .v-button-button-style-confirmed-inactive.v-button-button-style-confirmed-active,
    html .v-button-button-style-complained-inactive.v-button-button-style-confirmed-active, html.aui .v-button-button-style-confirmed-active.v-button-button-style-confirmed-active,
    html.aui .v-button-button-style-complained-active.v-button-button-style-confirmed-active,
    html.aui .v-button-button-style-confirmed-inactive.v-button-button-style-confirmed-active,
    html.aui .v-button-button-style-complained-inactive.v-button-button-style-confirmed-active {
      background: transparent url("images/spr_approve_abort_active.png") no-repeat 0 center; }
    html .v-button-button-style-confirmed-active.v-button-button-style-complained-active,
    html .v-button-button-style-complained-active.v-button-button-style-complained-active,
    html .v-button-button-style-confirmed-inactive.v-button-button-style-complained-active,
    html .v-button-button-style-complained-inactive.v-button-button-style-complained-active, html.aui .v-button-button-style-confirmed-active.v-button-button-style-complained-active,
    html.aui .v-button-button-style-complained-active.v-button-button-style-complained-active,
    html.aui .v-button-button-style-confirmed-inactive.v-button-button-style-complained-active,
    html.aui .v-button-button-style-complained-inactive.v-button-button-style-complained-active {
      background: transparent url("images/spr_approve_abort_active.png") no-repeat -24px center; }
    html .v-button-button-style-confirmed-active.v-button-button-style-confirmed-inactive,
    html .v-button-button-style-complained-active.v-button-button-style-confirmed-inactive,
    html .v-button-button-style-confirmed-inactive.v-button-button-style-confirmed-inactive,
    html .v-button-button-style-complained-inactive.v-button-button-style-confirmed-inactive, html.aui .v-button-button-style-confirmed-active.v-button-button-style-confirmed-inactive,
    html.aui .v-button-button-style-complained-active.v-button-button-style-confirmed-inactive,
    html.aui .v-button-button-style-confirmed-inactive.v-button-button-style-confirmed-inactive,
    html.aui .v-button-button-style-complained-inactive.v-button-button-style-confirmed-inactive {
      background: transparent url("images/spr_approve_abort_inactive.png") no-repeat 0 center; }
    html .v-button-button-style-confirmed-active.v-button-button-style-complained-inactive,
    html .v-button-button-style-complained-active.v-button-button-style-complained-inactive,
    html .v-button-button-style-confirmed-inactive.v-button-button-style-complained-inactive,
    html .v-button-button-style-complained-inactive.v-button-button-style-complained-inactive, html.aui .v-button-button-style-confirmed-active.v-button-button-style-complained-inactive,
    html.aui .v-button-button-style-complained-active.v-button-button-style-complained-inactive,
    html.aui .v-button-button-style-confirmed-inactive.v-button-button-style-complained-inactive,
    html.aui .v-button-button-style-complained-inactive.v-button-button-style-complained-inactive {
      background: transparent url("images/spr_approve_abort_inactive.png") no-repeat -24px center; }
  html .v-button-button-minus .v-button-caption,
  html .v-button-button-plus .v-button-caption, html.aui .v-button-button-minus .v-button-caption,
  html.aui .v-button-button-plus .v-button-caption {
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px; }
  html .v-button-button-minus.v-button-button-plus .v-button-caption,
  html .v-button-button-plus.v-button-button-plus .v-button-caption, html.aui .v-button-button-minus.v-button-button-plus .v-button-caption,
  html.aui .v-button-button-plus.v-button-button-plus .v-button-caption {
    background: transparent url("images/icon_plus_square.png") no-repeat top left; }
  html .v-button-button-minus.v-button-button-minus .v-button-caption,
  html .v-button-button-plus.v-button-button-minus .v-button-caption, html.aui .v-button-button-minus.v-button-button-minus .v-button-caption,
  html.aui .v-button-button-plus.v-button-button-minus .v-button-caption {
    background: transparent url("images/icon_minus_square.png") no-repeat top left; }
  html .button-style1 .v-button-wrap .v-button-caption, html .button-style1:focus .v-button-wrap .v-button-caption, html .v-button-button-style1 .v-button-wrap .v-button-caption, html .v-button-button-style1:focus .v-button-wrap .v-button-caption, html.aui .button-style1 .v-button-wrap .v-button-caption, html.aui .button-style1:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-style1 .v-button-wrap .v-button-caption, html.aui .v-button-button-style1:focus .v-button-wrap .v-button-caption {
    background: #ac2a6e;
    float: left;
    border: none;
    padding: 0px 24px;
    color: #fff;
    float: left;
    font-size: 14px;
    border-radius: 2px;
    font-weight: normal;
    text-decoration: none;
    line-height: 35px;
    text-transform: uppercase; }
  html .button-style1:hover .v-button-caption, html .v-button-button-style1:hover .v-button-caption, html.aui .button-style1:hover .v-button-caption, html.aui .v-button-button-style1:hover .v-button-caption {
    background: #c1327d; }
  html .button-style2 .v-button-wrap .v-button-caption, html .button-style2:focus .v-button-wrap .v-button-caption, html .v-button-button-style2 .v-button-wrap .v-button-caption, html .v-button-button-style2:focus .v-button-wrap .v-button-caption, html .v-button-button-style-primary-CTA .v-button-wrap .v-button-caption, html .v-button-button-style-primary-CTA:focus .v-button-wrap .v-button-caption, html.aui .button-style2 .v-button-wrap .v-button-caption, html.aui .button-style2:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-style2 .v-button-wrap .v-button-caption, html.aui .v-button-button-style2:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-style-primary-CTA .v-button-wrap .v-button-caption, html.aui .v-button-button-style-primary-CTA:focus .v-button-wrap .v-button-caption {
    background: #ac2a6e;
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: none;
    padding: 0px 13px;
    padding-top: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 28px; }
  html .button-style2:hover .v-button-caption, html .v-button-button-style2:hover .v-button-caption, html .v-button-button-style-primary-CTA:hover .v-button-caption, html.aui .button-style2:hover .v-button-caption, html.aui .v-button-button-style2:hover .v-button-caption, html.aui .v-button-button-style-primary-CTA:hover .v-button-caption {
    background: #c1327d; }
  html .button-style3 .v-button-caption, html .button-style3:focus .v-button-caption, html .v-button-button-style3 .v-button-caption, html .v-button-button-style3:focus .v-button-caption, html .v-button-button-secondary-CTA-alternate .v-button-caption, html .v-button-button-secondary-CTA-alternate:focus .v-button-caption, html.aui .button-style3 .v-button-caption, html.aui .button-style3:focus .v-button-caption, html.aui .v-button-button-style3 .v-button-caption, html.aui .v-button-button-style3:focus .v-button-caption, html.aui .v-button-button-secondary-CTA-alternate .v-button-caption, html.aui .v-button-button-secondary-CTA-alternate:focus .v-button-caption {
    color: #fff;
    float: left;
    font-weight: normal;
    background: #999999;
    border: none;
    line-height: 31px;
    padding: 0 20px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  html .button-style3:hover .v-button-caption, html .v-button-button-style3:hover .v-button-caption, html .v-button-button-secondary-CTA-alternate:hover .v-button-caption, html.aui .button-style3:hover .v-button-caption, html.aui .v-button-button-style3:hover .v-button-caption, html.aui .v-button-button-secondary-CTA-alternate:hover .v-button-caption {
    background: #666666; }
  html .button-style4 .v-button-wrap, html .button-style4:focus .v-button-wrap, html .v-button-button-style4 .v-button-wrap, html .v-button-button-style4:focus .v-button-wrap, html.aui .button-style4 .v-button-wrap, html.aui .button-style4:focus .v-button-wrap, html.aui .v-button-button-style4 .v-button-wrap, html.aui .v-button-button-style4:focus .v-button-wrap {
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    background-color: #e7e7e7;
    background: #e7e7e7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e7e7e7), to(#f7f7f7));
    background: -webkit-linear-gradient(#e7e7e7, #f7f7f7);
    background: -moz-linear-gradient(#e7e7e7, #f7f7f7);
    background: -ms-linear-gradient(#e7e7e7, #f7f7f7);
    background: -o-linear-gradient(#e7e7e7, #f7f7f7);
    background: linear-gradient(#e7e7e7, #f7f7f7);
    -webkit-box-shadow: inset 3px 3px 2px 0 #dddddd;
    -moz-box-shadow: inset 3px 3px 2px 0 #dddddd;
    box-shadow: inset 3px 3px 2px 0 #dddddd;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    html .button-style4 .v-button-wrap .v-button-caption, html .button-style4:focus .v-button-wrap .v-button-caption, html .v-button-button-style4 .v-button-wrap .v-button-caption, html .v-button-button-style4:focus .v-button-wrap .v-button-caption, html.aui .button-style4 .v-button-wrap .v-button-caption, html.aui .button-style4:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-style4 .v-button-wrap .v-button-caption, html.aui .v-button-button-style4:focus .v-button-wrap .v-button-caption {
      display: block;
      line-height: 31px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 12px;
      color: #555555;
      font-weight: normal;
      font-family: 'VistaSansBoldRegular'; }
  html .button-style5 .v-button-wrap, html .button-style5:focus .v-button-wrap, html .v-button-button-style5 .v-button-wrap, html .v-button-button-style5:focus .v-button-wrap, html.aui .button-style5 .v-button-wrap, html.aui .button-style5:focus .v-button-wrap, html.aui .v-button-button-style5 .v-button-wrap, html.aui .v-button-button-style5:focus .v-button-wrap {
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    background-color: #f7f7f7;
    background: #f7f7f7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#e7e7e7));
    background: -webkit-linear-gradient(#f7f7f7, #e7e7e7);
    background: -moz-linear-gradient(#f7f7f7, #e7e7e7);
    background: -ms-linear-gradient(#f7f7f7, #e7e7e7);
    background: -o-linear-gradient(#f7f7f7, #e7e7e7);
    background: linear-gradient(#f7f7f7, #e7e7e7);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff; }
    html .button-style5 .v-button-wrap .v-button-caption, html .button-style5:focus .v-button-wrap .v-button-caption, html .v-button-button-style5 .v-button-wrap .v-button-caption, html .v-button-button-style5:focus .v-button-wrap .v-button-caption, html.aui .button-style5 .v-button-wrap .v-button-caption, html.aui .button-style5:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-style5 .v-button-wrap .v-button-caption, html.aui .v-button-button-style5:focus .v-button-wrap .v-button-caption {
      display: block;
      line-height: 31px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 12px;
      color: #555555;
      font-weight: normal;
      font-family: 'VistaSansBoldRegular'; }
  html .button-style6 .v-button-wrap .v-button-caption, html .v-button-button-style6 .v-button-wrap .v-button-caption, html.aui .button-style6 .v-button-wrap .v-button-caption, html.aui .v-button-button-style6 .v-button-wrap .v-button-caption {
    float: left;
    background: transparent url("images/icon_table_sort.png") no-repeat right 0;
    line-height: 10px;
    padding-right: 10px;
    color: #666666;
    font-weight: normal;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px; }
  html .button-style7 .v-button-wrap, html .v-button-button-style7 .v-button-wrap, html .v-button-button-style-offercompare .v-button-wrap, html.aui .button-style7 .v-button-wrap, html.aui .v-button-button-style7 .v-button-wrap, html.aui .v-button-button-style-offercompare .v-button-wrap {
    float: left; }
    html .button-style7 .v-button-wrap .v-button-caption, html .v-button-button-style7 .v-button-wrap .v-button-caption, html .v-button-button-style-offercompare .v-button-wrap .v-button-caption, html.aui .button-style7 .v-button-wrap .v-button-caption, html.aui .v-button-button-style7 .v-button-wrap .v-button-caption, html.aui .v-button-button-style-offercompare .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/bg_offercompare.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 18px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .button-style7 .v-button-wrap .v-button-caption:hover, html .v-button-button-style7 .v-button-wrap .v-button-caption:hover, html .v-button-button-style-offercompare .v-button-wrap .v-button-caption:hover, html.aui .button-style7 .v-button-wrap .v-button-caption:hover, html.aui .v-button-button-style7 .v-button-wrap .v-button-caption:hover, html.aui .v-button-button-style-offercompare .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .button-style8 .v-button-wrap, html .v-button-button-style8 .v-button-wrap, html .v-button-button-style-foldersave .v-button-wrap, html.aui .button-style8 .v-button-wrap, html.aui .v-button-button-style8 .v-button-wrap, html.aui .v-button-button-style-foldersave .v-button-wrap {
    float: left;
    background: transparent url("images/icon_folder_save.png") no-repeat left center; }
    html .button-style8 .v-button-wrap .v-button-caption, html .v-button-button-style8 .v-button-wrap .v-button-caption, html .v-button-button-style-foldersave .v-button-wrap .v-button-caption, html.aui .button-style8 .v-button-wrap .v-button-caption, html.aui .v-button-button-style8 .v-button-wrap .v-button-caption, html.aui .v-button-button-style-foldersave .v-button-wrap .v-button-caption {
      color: black;
      margin-left: 23px;
      float: left;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      border-bottom: 1px solid #c7c7c7;
      font-style: italic;
      line-height: 16px; }
    html .button-style8 .v-button-wrap:hover .v-button-caption, html .v-button-button-style8 .v-button-wrap:hover .v-button-caption, html .v-button-button-style-foldersave .v-button-wrap:hover .v-button-caption, html.aui .button-style8 .v-button-wrap:hover .v-button-caption, html.aui .v-button-button-style8 .v-button-wrap:hover .v-button-caption, html.aui .v-button-button-style-foldersave .v-button-wrap:hover .v-button-caption {
      border-bottom: 1px solid transparent; }
  html .button-style9 .v-button-wrap, html .v-button-button-style9 .v-button-wrap, html .v-button-button-style-back .v-button-wrap, html.aui .button-style9 .v-button-wrap, html.aui .v-button-button-style9 .v-button-wrap, html.aui .v-button-button-style-back .v-button-wrap {
    float: left; }
    html .button-style9 .v-button-wrap .v-button-caption, html .v-button-button-style9 .v-button-wrap .v-button-caption, html .v-button-button-style-back .v-button-wrap .v-button-caption, html.aui .button-style9 .v-button-wrap .v-button-caption, html.aui .v-button-button-style9 .v-button-wrap .v-button-caption, html.aui .v-button-button-style-back .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/btn_paginate_left.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 30px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 24px;
      font-size: 12px; }
      html .button-style9 .v-button-wrap .v-button-caption:hover, html .v-button-button-style9 .v-button-wrap .v-button-caption:hover, html .v-button-button-style-back .v-button-wrap .v-button-caption:hover, html.aui .button-style9 .v-button-wrap .v-button-caption:hover, html.aui .v-button-button-style9 .v-button-wrap .v-button-caption:hover, html.aui .v-button-button-style-back .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .button-style10 .v-button-caption, html .v-button-button-style10 .v-button-caption, html .v-button-button-secondary-CTA .v-button-caption, html.aui .button-style10 .v-button-caption, html.aui .v-button-button-style10 .v-button-caption, html.aui .v-button-button-secondary-CTA .v-button-caption {
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px;
    font-weight: normal; }
    html .button-style10 .v-button-caption:hover, html .v-button-button-style10 .v-button-caption:hover, html .v-button-button-secondary-CTA .v-button-caption:hover, html.aui .button-style10 .v-button-caption:hover, html.aui .v-button-button-style10 .v-button-caption:hover, html.aui .v-button-button-secondary-CTA .v-button-caption:hover {
      color: #c1327d; }
  html .v-button-button-style11 .v-button-wrap .v-button-caption, html .v-button-button-style11:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-style11 .v-button-wrap .v-button-caption, html.aui .v-button-button-style11:focus .v-button-wrap .v-button-caption {
    background: #16b02f;
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: none;
    padding: 0px 13px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 31px; }
  html .v-button-button-style11:hover .v-button-caption, html.aui .v-button-button-style11:hover .v-button-caption {
    background: #33d74e; }
  html .v-button-button-style12 .v-button-caption, html .v-button-link-withCheckbox .v-button-caption, html .v-button-button-secondary-action .v-button-caption, html.aui .v-button-button-style12 .v-button-caption, html.aui .v-button-link-withCheckbox .v-button-caption, html.aui .v-button-button-secondary-action .v-button-caption {
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px;
    font-weight: normal; }
    html .v-button-button-style12 .v-button-caption:hover, html .v-button-link-withCheckbox .v-button-caption:hover, html .v-button-button-secondary-action .v-button-caption:hover, html.aui .v-button-button-style12 .v-button-caption:hover, html.aui .v-button-link-withCheckbox .v-button-caption:hover, html.aui .v-button-button-secondary-action .v-button-caption:hover {
      color: #c1327d; }
  html .v-button-button-style13 .v-button-caption, html .v-button-link-context .v-button-caption, html .v-button-button-secondary-action .v-button-caption, html.aui .v-button-button-style13 .v-button-caption, html.aui .v-button-link-context .v-button-caption, html.aui .v-button-button-secondary-action .v-button-caption {
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px;
    font-weight: normal; }
    html .v-button-button-style13 .v-button-caption:hover, html .v-button-link-context .v-button-caption:hover, html .v-button-button-secondary-action .v-button-caption:hover, html.aui .v-button-button-style13 .v-button-caption:hover, html.aui .v-button-link-context .v-button-caption:hover, html.aui .v-button-button-secondary-action .v-button-caption:hover {
      color: #c1327d; }
  html .v-button-button-toolbar .v-button-wrap .v-button-caption, html .v-button-button-toolbar:focus .v-button-wrap .v-button-caption, html.aui .v-button-button-toolbar .v-button-wrap .v-button-caption, html.aui .v-button-button-toolbar:focus .v-button-wrap .v-button-caption {
    background: #eee;
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: 1px solid #ddd;
    padding: 0px 13px;
    color: #555;
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 31px; }
  html .v-button-button-toolbar:hover .v-button-caption, html.aui .v-button-button-toolbar:hover .v-button-caption {
    background: #e1e1e1; }
  html .v-button-button-style-previous.v-button-inactive,
  html .v-button-button-style-next.v-button-inactive, html.aui .v-button-button-style-previous.v-button-inactive,
  html.aui .v-button-button-style-next.v-button-inactive {
    opacity: 0.2;
    cursor: not-allowed; }
    html .v-button-button-style-previous.v-button-inactive span,
    html .v-button-button-style-next.v-button-inactive span, html.aui .v-button-button-style-previous.v-button-inactive span,
    html.aui .v-button-button-style-next.v-button-inactive span {
      cursor: not-allowed !important; }
  html .v-button-button-style-previous .v-button-caption,
  html .v-button-button-style-next .v-button-caption, html.aui .v-button-button-style-previous .v-button-caption,
  html.aui .v-button-button-style-next .v-button-caption {
    line-height: 24px;
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px;
    font-weight: normal; }
    html .v-button-button-style-previous .v-button-caption:hover,
    html .v-button-button-style-next .v-button-caption:hover, html.aui .v-button-button-style-previous .v-button-caption:hover,
    html.aui .v-button-button-style-next .v-button-caption:hover {
      color: #c1327d; }
  html .v-button-button-style-previous.v-button-button-style-next .v-button-caption,
  html .v-button-button-style-next.v-button-button-style-next .v-button-caption, html.aui .v-button-button-style-previous.v-button-button-style-next .v-button-caption,
  html.aui .v-button-button-style-next.v-button-button-style-next .v-button-caption {
    display: block;
    background: transparent url("images/btn_paginate_right.png") no-repeat right center;
    padding-right: 30px; }
  html .v-button-button-style-previous.v-button-button-style-previous .v-button-caption,
  html .v-button-button-style-next.v-button-button-style-previous .v-button-caption, html.aui .v-button-button-style-previous.v-button-button-style-previous .v-button-caption,
  html.aui .v-button-button-style-next.v-button-button-style-previous .v-button-caption {
    display: block;
    background: transparent url("images/btn_paginate_left.png") no-repeat left center;
    padding-left: 30px; }
  html .v-button-button-style-pagination .v-button-caption, html .button-style-pagination .v-button-caption, html.aui .v-button-button-style-pagination .v-button-caption, html.aui .button-style-pagination .v-button-caption {
    display: block;
    font-size: 12px;
    color: #999999;
    background: #f0f0f0;
    padding: 4px 10px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: 1px solid #dddddd; }
  html .v-button-button-style-pagination:hover .v-button-caption, html .button-style-pagination:hover .v-button-caption, html.aui .v-button-button-style-pagination:hover .v-button-caption, html.aui .button-style-pagination:hover .v-button-caption {
    color: #ac2a6e;
    border-color: #ac2a6e; }
  html .v-button-button-style-pagination-active .v-button-caption, html .button-style-pagination-active .v-button-caption, html.aui .v-button-button-style-pagination-active .v-button-caption, html.aui .button-style-pagination-active .v-button-caption {
    display: block;
    font-size: 12px;
    color: #ac2a6e;
    background: #f0f0f0;
    padding: 4px 10px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: 1px solid #ac2a6e; }
  html .v-button-button-style-hotelname .v-button-caption, html.aui .v-button-button-style-hotelname .v-button-caption {
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    white-space: normal !important;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1px;
    margin-bottom: 0;
    line-height: 20px;
    text-decoration: none; }
  html .v-button-button-style-hotelname:hover .v-button-caption, html.aui .v-button-button-style-hotelname:hover .v-button-caption {
    color: #ac2a6e; }
  html .v-button-hotel-location, html.aui .v-button-hotel-location {
    float: left;
    margin-left: 10px; }
    html .v-button-hotel-location .v-button-wrap, html.aui .v-button-hotel-location .v-button-wrap {
      float: left; }
      html .v-button-hotel-location .v-button-wrap .v-button-caption, html.aui .v-button-hotel-location .v-button-wrap .v-button-caption {
        display: block;
        background: transparent url("images/icon_signpost.png") no-repeat left center;
        color: #ac2a6e;
        padding-left: 20px;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        line-height: 16px;
        font-size: 12px; }
        html .v-button-hotel-location .v-button-wrap .v-button-caption:hover, html.aui .v-button-hotel-location .v-button-wrap .v-button-caption:hover {
          color: #c1327d; }
  html .v-button-result-totalpriceexclvat, html.aui .v-button-result-totalpriceexclvat {
    float: right;
    clear: both; }
    html .v-button-result-totalpriceexclvat .v-button-caption, html.aui .v-button-result-totalpriceexclvat .v-button-caption {
      font-size: 26px;
      font-family: "VistaSansSCBoldRegular";
      font-weight: normal;
      color: #333333;
      line-height: normal;
      letter-spacing: -1px; }
  html .v-button-button-style-pinned .v-button-caption, html .button-style-pinned .v-button-caption,
  html .v-button-button-style-not-pinned .v-button-caption, html .button-style-not-pinned .v-button-caption, html.aui .v-button-button-style-pinned .v-button-caption, html.aui .button-style-pinned .v-button-caption,
  html.aui .v-button-button-style-not-pinned .v-button-caption, html.aui .button-style-not-pinned .v-button-caption {
    background: transparent url("images/spr_pinicon.png") no-repeat 0 0;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    margin-right: 2px; }
  html .v-button-button-style-pinned.button-style-not-pinned .v-button-caption, html .button-style-pinned.button-style-not-pinned .v-button-caption,
  html .v-button-button-style-not-pinned.button-style-not-pinned .v-button-caption, html .button-style-not-pinned.button-style-not-pinned .v-button-caption, html.aui .v-button-button-style-pinned.button-style-not-pinned .v-button-caption, html.aui .button-style-pinned.button-style-not-pinned .v-button-caption,
  html.aui .v-button-button-style-not-pinned.button-style-not-pinned .v-button-caption, html.aui .button-style-not-pinned.button-style-not-pinned .v-button-caption {
    background-position: left 1px; }
  html .v-button-button-style-pinned.button-style-pinned .v-button-caption, html .button-style-pinned.button-style-pinned .v-button-caption,
  html .v-button-button-style-not-pinned.button-style-pinned .v-button-caption, html .button-style-not-pinned.button-style-pinned .v-button-caption, html.aui .v-button-button-style-pinned.button-style-pinned .v-button-caption, html.aui .button-style-pinned.button-style-pinned .v-button-caption,
  html.aui .v-button-button-style-not-pinned.button-style-pinned .v-button-caption, html.aui .button-style-not-pinned.button-style-pinned .v-button-caption {
    background-position: left -23px; }
  html .v-button-table-entry-link .v-button-caption, html .v-button-lastName .v-button-caption, html .v-button-firstName .v-button-caption, html .v-button-lastname .v-button-caption, html .v-button-firstname .v-button-caption,
  html .table-entry-link .v-button-caption, html .lastName .v-button-caption, html .firstName .v-button-caption, html .lastname .v-button-caption, html .firstname .v-button-caption, html.aui .v-button-table-entry-link .v-button-caption, html.aui .v-button-lastName .v-button-caption, html.aui .v-button-firstName .v-button-caption, html.aui .v-button-lastname .v-button-caption, html.aui .v-button-firstname .v-button-caption,
  html.aui .table-entry-link .v-button-caption, html.aui .lastName .v-button-caption, html.aui .firstName .v-button-caption, html.aui .lastname .v-button-caption, html.aui .firstname .v-button-caption {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1px;
    color: #666666;
    text-decoration: none; }
  html .v-button-table-entry-link.lastName .v-button-caption, html .v-button-table-entry-link.lastname .v-button-caption, html .v-button-table-entry-link.table-entry-link .v-button-caption, html .v-button-lastName.lastName .v-button-caption, html .v-button-lastName.lastname .v-button-caption, html .v-button-lastName.table-entry-link .v-button-caption, html .v-button-firstName.lastName .v-button-caption, html .v-button-firstName.lastname .v-button-caption, html .v-button-firstName.table-entry-link .v-button-caption, html .v-button-lastname.lastName .v-button-caption, html .v-button-lastname.lastname .v-button-caption, html .v-button-lastname.table-entry-link .v-button-caption, html .v-button-firstname.lastName .v-button-caption, html .v-button-firstname.lastname .v-button-caption, html .v-button-firstname.table-entry-link .v-button-caption,
  html .table-entry-link.lastName .v-button-caption,
  html .table-entry-link.lastname .v-button-caption,
  html .table-entry-link.table-entry-link .v-button-caption, html .lastName.lastName .v-button-caption, html .lastName.lastname .v-button-caption, html .lastName.table-entry-link .v-button-caption, html .firstName.lastName .v-button-caption, html .firstName.lastname .v-button-caption, html .firstName.table-entry-link .v-button-caption, html .lastname.lastName .v-button-caption, html .lastname.lastname .v-button-caption, html .lastname.table-entry-link .v-button-caption, html .firstname.lastName .v-button-caption, html .firstname.lastname .v-button-caption, html .firstname.table-entry-link .v-button-caption, html.aui .v-button-table-entry-link.lastName .v-button-caption, html.aui .v-button-table-entry-link.lastname .v-button-caption, html.aui .v-button-table-entry-link.table-entry-link .v-button-caption, html.aui .v-button-lastName.lastName .v-button-caption, html.aui .v-button-lastName.lastname .v-button-caption, html.aui .v-button-lastName.table-entry-link .v-button-caption, html.aui .v-button-firstName.lastName .v-button-caption, html.aui .v-button-firstName.lastname .v-button-caption, html.aui .v-button-firstName.table-entry-link .v-button-caption, html.aui .v-button-lastname.lastName .v-button-caption, html.aui .v-button-lastname.lastname .v-button-caption, html.aui .v-button-lastname.table-entry-link .v-button-caption, html.aui .v-button-firstname.lastName .v-button-caption, html.aui .v-button-firstname.lastname .v-button-caption, html.aui .v-button-firstname.table-entry-link .v-button-caption,
  html.aui .table-entry-link.lastName .v-button-caption,
  html.aui .table-entry-link.lastname .v-button-caption,
  html.aui .table-entry-link.table-entry-link .v-button-caption, html.aui .lastName.lastName .v-button-caption, html.aui .lastName.lastname .v-button-caption, html.aui .lastName.table-entry-link .v-button-caption, html.aui .firstName.lastName .v-button-caption, html.aui .firstName.lastname .v-button-caption, html.aui .firstName.table-entry-link .v-button-caption, html.aui .lastname.lastName .v-button-caption, html.aui .lastname.lastname .v-button-caption, html.aui .lastname.table-entry-link .v-button-caption, html.aui .firstname.lastName .v-button-caption, html.aui .firstname.lastname .v-button-caption, html.aui .firstname.table-entry-link .v-button-caption {
    font-family: 'VistaSansBoldRegular';
    padding-right: 3px; }
  html .v-button-useraccount-tokencard-new .v-button-wrap, html.aui .v-button-useraccount-tokencard-new .v-button-wrap {
    float: left; }
    html .v-button-useraccount-tokencard-new .v-button-wrap .v-button-caption, html.aui .v-button-useraccount-tokencard-new .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/icon_reload.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 18px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .v-button-useraccount-tokencard-new .v-button-wrap .v-button-caption:hover, html.aui .v-button-useraccount-tokencard-new .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .v-button-useraccount-tokencard-send .v-button-wrap, html.aui .v-button-useraccount-tokencard-send .v-button-wrap {
    float: left; }
    html .v-button-useraccount-tokencard-send .v-button-wrap .v-button-caption, html.aui .v-button-useraccount-tokencard-send .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/icon_box_incoming.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 22px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .v-button-useraccount-tokencard-send .v-button-wrap .v-button-caption:hover, html.aui .v-button-useraccount-tokencard-send .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .v-button-button-dateToggle-active .v-button-caption,
  html .v-button-button-dateToggle .v-button-caption, html.aui .v-button-button-dateToggle-active .v-button-caption,
  html.aui .v-button-button-dateToggle .v-button-caption {
    display: block;
    border: 1px solid #dddddd;
    padding: 5px 10px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    font-size: 14px;
    font-family: "VistaSansAltRegRegular";
    font-weight: normal;
    color: #666666;
    line-height: 24px; }
    html .v-button-button-dateToggle-active .v-button-caption strong,
    html .v-button-button-dateToggle .v-button-caption strong, html.aui .v-button-button-dateToggle-active .v-button-caption strong,
    html.aui .v-button-button-dateToggle .v-button-caption strong {
      font-weight: normal;
      font-family: "VistaSansBoldRegular"; }
    html .v-button-button-dateToggle-active .v-button-caption:hover,
    html .v-button-button-dateToggle .v-button-caption:hover, html.aui .v-button-button-dateToggle-active .v-button-caption:hover,
    html.aui .v-button-button-dateToggle .v-button-caption:hover {
      border-color: #ac2a6e; }
  html .v-button-button-dateToggle-active.v-button-button-dateToggle-active .v-button-caption,
  html .v-button-button-dateToggle.v-button-button-dateToggle-active .v-button-caption, html.aui .v-button-button-dateToggle-active.v-button-button-dateToggle-active .v-button-caption,
  html.aui .v-button-button-dateToggle.v-button-button-dateToggle-active .v-button-caption {
    background: #ac2a6e;
    color: #fff; }
  html .button-style-hasLabel .v-button-wrap, html.aui .button-style-hasLabel .v-button-wrap {
    float: left; }
    html .button-style-hasLabel .v-button-wrap .v-button-caption, html.aui .button-style-hasLabel .v-button-wrap .v-button-caption {
      display: block;
      color: #ac2a6e;
      padding-left: 20px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px;
      text-indent: 0;
      background-position: left;
      width: auto;
      height: auto; }
      html .button-style-hasLabel .v-button-wrap .v-button-caption:hover, html.aui .button-style-hasLabel .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }
  html .uppercase, html.aui .uppercase {
    text-transform: uppercase; }
  html .message-action, html .v-button-message-action, html.aui .message-action, html.aui .v-button-message-action {
    float: right; }
    html .message-action .v-button-caption, html .v-button-message-action .v-button-caption, html.aui .message-action .v-button-caption, html.aui .v-button-message-action .v-button-caption {
      color: #ac2a6e;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-size: 12px;
      font-weight: normal; }
      html .message-action .v-button-caption:hover, html .v-button-message-action .v-button-caption:hover, html.aui .message-action .v-button-caption:hover, html.aui .v-button-message-action .v-button-caption:hover {
        color: #c1327d; }
  html .v-button-info-button .v-button-caption, html.aui .v-button-info-button .v-button-caption {
    color: black;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #c7c7c7;
    font-style: italic;
    font-weight: normal; }
    html .v-button-info-button .v-button-caption:hover, html.aui .v-button-info-button .v-button-caption:hover {
      border-bottom: 1px solid transparent; }
  html a, html .v-popupview, html .v-link a, html .v-link a span, html .v-link a:link span, html .v-link a:visited span, html.aui a, html.aui .v-popupview, html.aui .v-link a, html.aui .v-link a span, html.aui .v-link a:link span, html.aui .v-link a:visited span {
    line-height: 24px;
    color: #ac2a6e;
    text-decoration: none;
    font-family: 'VistaSansBoldRegular';
    font-size: 14px;
    font-weight: normal; }
    html a:hover, html .v-popupview:hover, html .v-link a:hover, html .v-link a span:hover, html .v-link a:link span:hover, html .v-link a:visited span:hover, html.aui a:hover, html.aui .v-popupview:hover, html.aui .v-link a:hover, html.aui .v-link a span:hover, html.aui .v-link a:link span:hover, html.aui .v-link a:visited span:hover {
      color: #c1327d; }
  html .googlemap .gm-style-cc a, html.aui .googlemap .gm-style-cc a {
    line-height: initial !important; }
  html .v-csslayout-search, html.aui .v-csslayout-search {
    background: #fff url("images/bg_glass.png") no-repeat 10px center;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
    -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
    box-shadow: inset 0 1px 2px 0 #dddddd; }
    html .v-csslayout-search input.v-textfield.v-widget, html.aui .v-csslayout-search input.v-textfield.v-widget {
      color: #333333 !important;
      font-size: 14px !important;
      font-weight: normal !important;
      border: none;
      margin-left: 30px;
      padding: 3px !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }

html .v-label-annotation, html.aui .v-label-annotation {
  font-size: 10px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 18px;
  margin-bottom: 14px; }
html .v-label-signal, html.aui .v-label-signal {
  font-family: 'VistaSansAltRegRegular';
  background: #333333;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  padding: 0 8px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
html .v-label-label-style1, html.aui .v-label-label-style1 {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  color: #666666;
  font-size: 12px;
  font-family: 'VistaSansAltRegRegular';
  font-weight: normal;
  line-height: normal; }
html .v-label-label-style2, html .v-label-label-form, html.aui .v-label-label-style2, html.aui .v-label-label-form {
  color: #666666;
  font-size: 12px; }
html .v-label-label-style3, html.aui .v-label-label-style3 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #9f9f9f;
  margin-bottom: 30px;
  font-family: 'VistaSansBoldRegular'; }
html .v-label-status, html.aui .v-label-status {
  font-size: 13px;
  font-style: italic; }
html .v-label.label-texticon-active, html.aui .v-label.label-texticon-active {
  background: #AC2A6E;
  color: white;
  font-size: 13px;
  padding: 1px 5px 1px 5px;
  font-family: "VistaSansBoldRegular"; }
html .v-label.label-texticon-inactive, html.aui .v-label.label-texticon-inactive {
  background: #AAAAAA;
  color: white;
  font-size: 13px;
  padding: 1px 5px 1px 5px;
  font-family: "VistaSansBoldRegular"; }
html .v-label-label-style4, html.aui .v-label-label-style4 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
  font-family: 'VistaSansBoldRegular'; }
html .v-label-label-style-hoteldetail-hotelname, html .label-style-hoteldetail-hotelname, html.aui .v-label-label-style-hoteldetail-hotelname, html.aui .label-style-hoteldetail-hotelname {
  float: left;
  font-size: 24px;
  color: #333333; }
html .v-label-label-style-hotelresult-hotelname, html .label-style-hotelresult-hotelname, html.aui .v-label-label-style-hotelresult-hotelname, html.aui .label-style-hotelresult-hotelname {
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: normal !important;
  line-height: 20px;
  text-decoration: none; }
html .v-label-label-hotellister-hoteladdress, html .label-hotellister-hoteladdress,
html .v-label-hoteladdress, html .hoteladdress, html.aui .v-label-label-hotellister-hoteladdress, html.aui .label-hotellister-hoteladdress,
html.aui .v-label-hoteladdress, html.aui .hoteladdress {
  font-style: normal;
  font-size: 14px;
  color: #666666;
  padding-right: 10px; }
html .v-label-label-style-hoteladdress, html .label-style-hoteladdress, html.aui .v-label-label-style-hoteladdress, html.aui .label-style-hoteladdress {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-style: italic; }
html .v-label-label-style-hotelcategory, html.aui .v-label-label-style-hotelcategory {
  float: left;
  padding-left: 4px;
  font-size: 16px;
  color: #555555;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid transparent; }
html .v-label-label-style-metainfo, html .label-style-metainfo, html.aui .v-label-label-style-metainfo, html.aui .label-style-metainfo {
  font-size: 12px;
  color: #666666;
  font-family: 'VistaSansBoldRegular'; }
html .v-label-label-style-runningtext, html .label-style-runningtext, html.aui .v-label-label-style-runningtext, html.aui .label-style-runningtext {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  white-space: normal;
  line-height: 20px; }
html .v-label-result-totalpriceexclvatinfo,
html .v-button-result-totalpriceexclvat, html.aui .v-label-result-totalpriceexclvatinfo,
html.aui .v-button-result-totalpriceexclvat {
  color: #333333; }
html .v-label-result-totalpriceexclvatinfo, html.aui .v-label-result-totalpriceexclvatinfo {
  display: block;
  font-size: 10px;
  font-family: "VistaSansAltRegRegular";
  font-weight: normal;
  color: #666666;
  line-height: 18px; }
html .v-label-price-hotel, html.aui .v-label-price-hotel {
  font-size: 26px;
  font-family: "VistaSansSCBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal;
  letter-spacing: -1px; }
html .v-label-dashboardid, html.aui .v-label-dashboardid {
  font-size: 16px;
  font-family: 'VistaSansBoldRegular';
  font-style: italic;
  color: #666666;
  padding-right: 12px;
  margin-right: 10px;
  border-right: 1px solid #666666;
  line-height: normal; }
html .v-label-hotelsaving, html.aui .v-label-hotelsaving {
  font-family: 'VistaSansAltRegRegular';
  background: #333333;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  padding: 0 8px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
html .v-label-label-style-hotelcategory-location, html .label-style-hotelcategory-location, html.aui .v-label-label-style-hotelcategory-location, html.aui .label-style-hotelcategory-location {
    /*
	color: #fff;
	background: $textBlack;
	line-height: 20px;
	padding: 0 20px;
    */
  font-family: 'VistaSansAltRegRegular';
  background: #D5B968;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 13px;
  padding: 5px 8px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  border: 1px solid #D5B968; }
html .v-label.v-label-label-style-hotelagreement a, html .label-style-hotelagreement a, html.aui .v-label.v-label-label-style-hotelagreement a, html.aui .label-style-hotelagreement a {
  font-family: 'VistaSansBoldRegular';
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  padding: 3px 8px;
  border-radius: 2px;
  border: 1px solid #ac2a6e;
  color: #ac2a6e; }
html .v-label-factbox-bottom, html.aui .v-label-factbox-bottom {
  font-size: 18px;
  font-family: "VistaSansBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal; }
html .v-label-message-date, html .v-label-message-time, html .v-label-message-text, html.aui .v-label-message-date, html.aui .v-label-message-time, html.aui .v-label-message-text {
  float: left;
  width: auto !important;
  padding-left: 20px;
  font-size: 12px; }
  html .v-label-message-date.v-label-message-date, html .v-label-message-time.v-label-message-date, html .v-label-message-text.v-label-message-date, html.aui .v-label-message-date.v-label-message-date, html.aui .v-label-message-time.v-label-message-date, html.aui .v-label-message-text.v-label-message-date {
    padding-left: 0 !important; }
  html .v-label-message-date.v-label-message-time, html .v-label-message-time.v-label-message-time, html .v-label-message-text.v-label-message-time, html.aui .v-label-message-date.v-label-message-time, html.aui .v-label-message-time.v-label-message-time, html.aui .v-label-message-text.v-label-message-time {
    padding-left: 5px !important; }
html .v-label-flap, html.aui .v-label-flap {
  position: relative;
  font-size: 12px;
  color: #666666;
  text-align: center;
  font-family: 'VistaSansBoldRegular';
  white-space: normal;
  line-height: 30px;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 0;
  width: 135px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  html .v-label-flap.left, html.aui .v-label-flap.left {
    margin-left: 7px; }
    html .v-label-flap.left:after, html .v-label-flap.left:before, html.aui .v-label-flap.left:after, html.aui .v-label-flap.left:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    html .v-label-flap.left:after, html.aui .v-label-flap.left:after {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 6px;
      margin-top: -6px; }
    html .v-label-flap.left:before, html.aui .v-label-flap.left:before {
      border-color: rgba(221, 221, 221, 0);
      border-right-color: #dddddd;
      border-width: 7px;
      margin-top: -7px; }
  html .v-label-flap.top, html.aui .v-label-flap.top {
    margin-top: 7px; }
    html .v-label-flap.top:after, html .v-label-flap.top:before, html.aui .v-label-flap.top:after, html.aui .v-label-flap.top:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    html .v-label-flap.top:after, html.aui .v-label-flap.top:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 6px;
      margin-left: -6px; }
    html .v-label-flap.top:before, html.aui .v-label-flap.top:before {
      border-color: rgba(221, 221, 221, 0);
      border-bottom-color: #dddddd;
      border-width: 7px;
      margin-left: -7px; }
  html .v-label-flap.right, html.aui .v-label-flap.right {
    margin-right: 7px; }
    html .v-label-flap.right:after, html .v-label-flap.right:before, html.aui .v-label-flap.right:after, html.aui .v-label-flap.right:before {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    html .v-label-flap.right:after, html.aui .v-label-flap.right:after {
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #ffffff;
      border-width: 6px;
      margin-top: -6px; }
    html .v-label-flap.right:before, html.aui .v-label-flap.right:before {
      border-color: rgba(221, 221, 221, 0);
      border-left-color: #dddddd;
      border-width: 7px;
      margin-top: -7px; }
  html .v-label-flap.bottom, html.aui .v-label-flap.bottom {
    margin-bottom: 7px; }
    html .v-label-flap.bottom:after, html .v-label-flap.bottom:before, html.aui .v-label-flap.bottom:after, html.aui .v-label-flap.bottom:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    html .v-label-flap.bottom:after, html.aui .v-label-flap.bottom:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 6px;
      margin-left: -6px; }
    html .v-label-flap.bottom:before, html.aui .v-label-flap.bottom:before {
      border-color: rgba(221, 221, 221, 0);
      border-top-color: #dddddd;
      border-width: 7px;
      margin-left: -7px; }
html .v-label-maxUpload-label, html.aui .v-label-maxUpload-label {
  float: left;
  line-height: 32px;
  margin-left: 20px;
  margin-bottom: 20px; }
html .font-size24, html.aui .font-size24 {
  font-size: 24px; }
html .code-label, html.aui .code-label {
  border: 1px dashed #ccc;
  padding: 5px;
  font-family: monospace;
  font-size: 12px;
  background-color: #eee;
  color: #000;
  margin: 0px 0 10px 0; }
html .data-tab div.v-caption, html.aui .data-tab div.v-caption {
  height: 15px;
  padding-top: 10px;
  padding-bottom: 4px; }
  html .data-tab div.v-caption .v-captiontext, html.aui .data-tab div.v-caption .v-captiontext {
    font-size: 12px !important;
    font-family: 'VistaSansBoldRegular' !important; }
html .heading-caption-style, html.aui .heading-caption-style {
  font-size: 12px !important;
  font-family: 'VistaSansBoldRegular' !important;
  padding-top: 10px;
  padding-bottom: 4px; }
html .font-normal, html.aui .font-normal {
  font-family: 'VistaSansAltRegRegular';
  font-size: 12px;
  line-height: 18px; }

html, html.aui {
  /**
   * Gecko & Webkit Fix for a base alignment of the input field
   */ }
  html .v-gecko .v-stepper input,
  html .v-gecko .v-csslayout-stepper input,
  html .v-webkit .v-stepper input,
  html .v-webkit .v-csslayout-stepper input, html.aui .v-gecko .v-stepper input,
  html.aui .v-gecko .v-csslayout-stepper input,
  html.aui .v-webkit .v-stepper input,
  html.aui .v-webkit .v-csslayout-stepper input {
    position: relative; }
  html .v-stepper,
  html .v-csslayout-stepper, html.aui .v-stepper,
  html.aui .v-csslayout-stepper {
    float: left;
    position: relative;
    background: #fff;
    border: 2px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    padding: 8px; }
    html .v-stepper input,
    html .v-csslayout-stepper input, html.aui .v-stepper input,
    html.aui .v-csslayout-stepper input {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
      border: none;
      width: 58px;
      height: 18px !important;
      font-size: 14px !important;
      border: none !important;
      padding-top: 0 !important;
      text-align: right;
      padding-right: 30px !important;
      padding-left: 0 !important;
      background: none; }
    html .v-stepper .v-stepper-updown,
    html .v-csslayout-stepper .v-stepper-updown, html.aui .v-stepper .v-stepper-updown,
    html.aui .v-csslayout-stepper .v-stepper-updown {
      top: 1px !important;
      right: 0 !important;
      margin: 0 !important; }
      html .v-stepper .v-stepper-updown .v-stepper-up,
      html .v-stepper .v-stepper-updown .v-stepper-down,
      html .v-csslayout-stepper .v-stepper-updown .v-stepper-up,
      html .v-csslayout-stepper .v-stepper-updown .v-stepper-down, html.aui .v-stepper .v-stepper-updown .v-stepper-up,
      html.aui .v-stepper .v-stepper-updown .v-stepper-down,
      html.aui .v-csslayout-stepper .v-stepper-updown .v-stepper-up,
      html.aui .v-csslayout-stepper .v-stepper-updown .v-stepper-down {
        width: 26px;
        height: 14px;
        cursor: pointer; }
      html .v-stepper .v-stepper-updown .v-stepper-up,
      html .v-csslayout-stepper .v-stepper-updown .v-stepper-up, html.aui .v-stepper .v-stepper-updown .v-stepper-up,
      html.aui .v-csslayout-stepper .v-stepper-updown .v-stepper-up {
        background: transparent url("images/bullet_arrow_up.png") no-repeat center center; }
      html .v-stepper .v-stepper-updown .v-stepper-down,
      html .v-csslayout-stepper .v-stepper-updown .v-stepper-down, html.aui .v-stepper .v-stepper-updown .v-stepper-down,
      html.aui .v-csslayout-stepper .v-stepper-updown .v-stepper-down {
        background: transparent url("images/bullet_arrow_down.png") no-repeat center center; }
    html .v-stepper.v-csslayout-stepper,
    html .v-csslayout-stepper.v-csslayout-stepper, html.aui .v-stepper.v-csslayout-stepper,
    html.aui .v-csslayout-stepper.v-csslayout-stepper {
      padding: 5px 4px; }
      html .v-stepper.v-csslayout-stepper .v-csslayout-increment,
      html .v-stepper.v-csslayout-stepper .v-csslayout-decrement,
      html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment,
      html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment,
      html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement,
      html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment,
      html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement {
        position: absolute;
        right: 0; }
        html .v-stepper.v-csslayout-stepper .v-csslayout-increment .v-button,
        html .v-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button,
        html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment .v-button,
        html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment .v-button,
        html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button,
        html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment .v-button,
        html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button {
          float: left; }
          html .v-stepper.v-csslayout-stepper .v-csslayout-increment .v-button.v-disabled .v-button-wrap,
          html .v-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button.v-disabled .v-button-wrap,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment .v-button.v-disabled .v-button-wrap,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button.v-disabled .v-button-wrap, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment .v-button.v-disabled .v-button-wrap,
          html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button.v-disabled .v-button-wrap,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment .v-button.v-disabled .v-button-wrap,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button.v-disabled .v-button-wrap {
            padding: 0; }
          html .v-stepper.v-csslayout-stepper .v-csslayout-increment .v-button .v-button-caption,
          html .v-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button .v-button-caption,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment .v-button .v-button-caption,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button .v-button-caption, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment .v-button .v-button-caption,
          html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button .v-button-caption,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment .v-button .v-button-caption,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement .v-button .v-button-caption {
            float: left;
            display: block;
            width: 26px;
            height: 14px;
            text-indent: -99999px; }
        html .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment,
        html .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment,
        html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment,
        html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment,
        html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment,
        html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment,
        html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment {
          top: 1px; }
          html .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment .v-button-caption,
          html .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment .v-button-caption,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment .v-button-caption,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment .v-button-caption, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment .v-button-caption,
          html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment .v-button-caption,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-increment .v-button-caption,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-increment .v-button-caption {
            background: transparent url("images/bullet_arrow_up.png") no-repeat center center; }
        html .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement,
        html .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement,
        html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement,
        html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement,
        html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement,
        html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement,
        html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement {
          bottom: 0; }
          html .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement .v-button-caption,
          html .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement .v-button-caption,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement .v-button-caption,
          html .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement .v-button-caption, html.aui .v-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement .v-button-caption,
          html.aui .v-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement .v-button-caption,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-increment.v-csslayout-decrement .v-button-caption,
          html.aui .v-csslayout-stepper.v-csslayout-stepper .v-csslayout-decrement.v-csslayout-decrement .v-button-caption {
            background: transparent url("images/bullet_arrow_down.png") no-repeat center center; }
  html .v-customcomponent-error .v-csslayout-stepper, html.aui .v-customcomponent-error .v-csslayout-stepper {
    border: 1px solid red; }

html .v-filterselect, html.aui .v-filterselect {
  float: left;
  position: relative;
  background: #fff;
  border: 2px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  padding: 1px;
  height: auto;
  margin: 0; }
  html .v-filterselect .v-filterselect-button, html.aui .v-filterselect .v-filterselect-button {
    background: transparent url("images/bg_panel_dropdown.png") no-repeat left center;
    position: absolute;
    right: 0;
    top: 1px;
    width: 25px;
    margin: 0; }
    html .v-filterselect .v-filterselect-button:hover, html.aui .v-filterselect .v-filterselect-button:hover {
      background: transparent url("images/bg_panel_dropdown.png") no-repeat left center; }
  html .v-filterselect input.v-filterselect-input, html.aui .v-filterselect input.v-filterselect-input {
    float: left;
    color: #333333 !important;
    font-family: arial, sans-serif;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 2px 0 0 5px;
    margin-right: 25px; }
  html .v-filterselect:hover, html .v-filterselect:focus, html.aui .v-filterselect:hover, html.aui .v-filterselect:focus {
    background: #fff; }
html .v-filterselect-suggestmenu, html.aui .v-filterselect-suggestmenu {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
  html .v-filterselect-suggestmenu .gwt-MenuItem, html.aui .v-filterselect-suggestmenu .gwt-MenuItem {
    background: #fff;
    padding: 10px 0;
    padding-left: 10px;
    border-bottom: 1px solid #dddddd; }
    html .v-filterselect-suggestmenu .gwt-MenuItem.gwt-MenuItem-selected, html.aui .v-filterselect-suggestmenu .gwt-MenuItem.gwt-MenuItem-selected {
      text-shadow: none;
      background: #666666;
      color: #fff; }
html .v-filterselect-suggestmenu table, html.aui .v-filterselect-suggestmenu table {
  border-collapse: collapse;
  border: none;
  vertical-align: top;
  width: 100%; }
html .v-filterselect-suggestpopup, html.aui .v-filterselect-suggestpopup {
  margin-top: 3px !important; }

html .v-csslayout-dateRange, html.aui .v-csslayout-dateRange {
  position: relative; }
  html .v-csslayout-dateRange .v-label-dateFromCaption,
  html .v-csslayout-dateRange .v-label-dateToCaption, html.aui .v-csslayout-dateRange .v-label-dateFromCaption,
  html.aui .v-csslayout-dateRange .v-label-dateToCaption {
    width: 120px !important;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal; }
    html .v-csslayout-dateRange .v-label-dateFromCaption.v-label-dateFromCaption,
    html .v-csslayout-dateRange .v-label-dateToCaption.v-label-dateFromCaption, html.aui .v-csslayout-dateRange .v-label-dateFromCaption.v-label-dateFromCaption,
    html.aui .v-csslayout-dateRange .v-label-dateToCaption.v-label-dateFromCaption {
      float: left; }
    html .v-csslayout-dateRange .v-label-dateFromCaption.v-label-dateToCaption,
    html .v-csslayout-dateRange .v-label-dateToCaption.v-label-dateToCaption, html.aui .v-csslayout-dateRange .v-label-dateFromCaption.v-label-dateToCaption,
    html.aui .v-csslayout-dateRange .v-label-dateToCaption.v-label-dateToCaption {
      float: right !important; }
  html .v-csslayout-dateRange .v-csslayout-dateRangeClose, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeClose {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 13px;
    height: 13px; }
    html .v-csslayout-dateRange .v-csslayout-dateRangeClose .v-button-wrap .v-button-caption, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeClose .v-button-wrap .v-button-caption {
      display: block;
      width: 13px;
      height: 13px;
      background: transparent url("images/icon_close.png") no-repeat center center;
      text-indent: -99999px; }
  html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate,
  html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate,
  html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate {
    float: left; }
    html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
    html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
    html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button {
      float: left;
      cursor: pointer;
      /*
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid $btnCalBorder;
      border-bottom: 1px solid $btnCalBorder;
      */
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      padding: 2px 3px;
      background-color: #f0f0f0; }
      html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
      html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
      html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap {
        float: left;
        position: relative;
        width: 74px;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        padding: 5px; }
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
        html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before {
          content: '';
          position: absolute;
          background: #2e425b;
      /*
  	-webkit-border-top-right-radius:    $topright;
  	-webkit-border-bottom-right-radius: $bottomright;
  	-webkit-border-bottom-left-radius:  $bottomleft;
  	-webkit-border-top-left-radius:     $topleft;
  
  	-moz-border-radius-topright:        $topright;
  	-moz-border-radius-bottomright:     $bottomright;
  	-moz-border-radius-bottomleft:      $bottomleft;
  	-moz-border-radius-topleft:         $topleft;
  
  	border-top-right-radius:            $topright;
  	border-bottom-right-radius:         $bottomright;
  	border-bottom-left-radius:          $bottomleft;
  	border-top-left-radius:             $topleft;
  
  	-moz-background-clip:    padding; 
  	-webkit-background-clip: padding-box; 
  	background-clip:         padding-box;
  	*/
          left: 0;
          top: 0;
          height: 23px;
          width: 4px; }
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap .v-button-caption,
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap .v-button-caption, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap .v-button-caption,
        html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap .v-button-caption {
          font-family: 'VistaSansAltRegRegular';
          font-size: 14px;
          font-weight: 400; }
      html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap,
      html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap,
      html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap {
        background: #2e425b;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */ }
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap .v-button-caption,
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap .v-button-caption, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap .v-button-caption,
        html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeStartDateFocused .v-button-wrap .v-button-caption {
          color: #fff; }
      html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap,
      html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap,
      html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap {
        background: #d5b968;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */ }
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap .v-button-caption,
        html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap .v-button-caption, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap .v-button-caption,
        html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button.v-button-dateRangeEndDateFocused .v-button-wrap .v-button-caption {
          color: #fff; }
  html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button-wrap:before, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button-wrap:before {
    background: #d5b968 !important; }
  html .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate, html.aui .v-csslayout-dateRange .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate {
    margin-left: 4px; }
  html .v-csslayout-dateRange .dateRangeCalenderMain, html.aui .v-csslayout-dateRange .dateRangeCalenderMain {
    position: absolute;
    left: 0;
    top: 66px; }
html .v-csslayout-dateRangeCalender, html.aui .v-csslayout-dateRangeCalender {
  position: absolute;
  left: 0;
  top: 40px;
  width: 662px;
  height: 260px;
  background: white;
  z-index: 10;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }
  html .v-csslayout-dateRangeCalender.v-csslayout-dateRangeStartDateFocused .v-label:hover, html.aui .v-csslayout-dateRangeCalender.v-csslayout-dateRangeStartDateFocused .v-label:hover {
    background: #2e425b;
    color: #fff; }
  html .v-csslayout-dateRangeCalender.v-csslayout-dateRangeStartDateFocused .v-label-datepicker-selected-range:hover, html.aui .v-csslayout-dateRangeCalender.v-csslayout-dateRangeStartDateFocused .v-label-datepicker-selected-range:hover {
    color: #2e425b; }
  html .v-csslayout-dateRangeCalender.v-csslayout-dateRangeEndDateFocused .v-label:hover, html.aui .v-csslayout-dateRangeCalender.v-csslayout-dateRangeEndDateFocused .v-label:hover {
    background: #d5b968;
    color: #fff; }
  html .v-csslayout-dateRangeCalender.v-csslayout-dateRangeEndDateFocused .v-label-datepicker-selected-range:hover, html.aui .v-csslayout-dateRangeCalender.v-csslayout-dateRangeEndDateFocused .v-label-datepicker-selected-range:hover {
    color: #d5b968; }
  html .v-csslayout-dateRangeCalender .v-gridlayout, html .v-csslayout-dateRangeCalender .v-button, html.aui .v-csslayout-dateRangeCalender .v-gridlayout, html.aui .v-csslayout-dateRangeCalender .v-button {
    float: left; }
  html .v-csslayout-dateRangeCalender > .v-gridlayout, html.aui .v-csslayout-dateRangeCalender > .v-gridlayout {
    margin: 0 15px; }
  html .v-csslayout-dateRangeCalender .v-button, html.aui .v-csslayout-dateRangeCalender .v-button {
    width: 55px; }
    html .v-csslayout-dateRangeCalender .v-button .v-button-wrap, html.aui .v-csslayout-dateRangeCalender .v-button .v-button-wrap {
      display: block;
      width: 55px;
      height: 260px;
      text-indent: -99999px;
      cursor: pointer; }
  html .v-csslayout-dateRangeCalender .v-csslayout-dateRangeNext .v-button-wrap, html.aui .v-csslayout-dateRangeCalender .v-csslayout-dateRangeNext .v-button-wrap {
    background: transparent url("images/btn_arrow_right.png") no-repeat center center; }
  html .v-csslayout-dateRangeCalender .v-csslayout-dateRangePrevious .v-button-wrap, html.aui .v-csslayout-dateRangeCalender .v-csslayout-dateRangePrevious .v-button-wrap {
    background: transparent url("images/btn_arrow_left.png") no-repeat center center;
    margin-left: 13px; }
  html .v-csslayout-dateRangeCalender .v-gridlayout-slot, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot {
    background: white;
    width: 23px; }
    html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-csslayout-dateRangeMonthLabel, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-csslayout-dateRangeMonthLabel {
      padding-top: 21px;
      padding-bottom: 21px;
      float: left;
      width: 160px; }
      html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-csslayout-dateRangeMonthLabel .v-label, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-csslayout-dateRangeMonthLabel .v-label {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #3c3c3b;
        cursor: default !important;
        text-align: center; }
        html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-csslayout-dateRangeMonthLabel .v-label:hover, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-csslayout-dateRangeMonthLabel .v-label:hover {
          background: transparent !important;
          color: #3c3c3b !important; }
    html .v-csslayout-dateRangeCalender .v-gridlayout-slot .weekdayLabel, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .weekdayLabel {
      font-size: 12px;
      color: #9d9d9c;
      padding-bottom: 10px;
      cursor: default !important; }
    html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label {
      font-size: 12px;
      color: #3c3c3b;
      text-align: center;
      padding: 4px;
      padding-top: 2px;
      padding-bottom: 1px;
      cursor: pointer;
      font-family: 'VistaSansAltRegRegular' !important; }
      html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-current-day, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-current-day {
        color: #9d9d9c !important; }
      html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-selected-range, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-selected-range {
        background-color: #eeeeee;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjRGNEY0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjREREREREIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMTYzKSIgLz4KPC9zdmc+"); }
      html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-current-checkin, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-current-checkin {
        background: #2e425b;
        color: #fff; }
      html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-current-checkout, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-current-checkout {
        background: #d5b968;
        color: #fff; }
      html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-unselectable, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-unselectable {
        color: #eeeeee; }
        html .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-unselectable:hover, html.aui .v-csslayout-dateRangeCalender .v-gridlayout-slot .v-label.v-label-datepicker-unselectable:hover {
          background: transparent !important;
          color: #eeeeee !important; }
html .v-absolutelayout-wrapper-dateRange, html.aui .v-absolutelayout-wrapper-dateRange {
  overflow: visible; }
html .info-header .v-csslayout-dateRange, html .sidebarTogglebar .v-csslayout-dateRange, html .v-csslayout-tabsheet-content .v-csslayout-dateRange, html.aui .info-header .v-csslayout-dateRange, html.aui .sidebarTogglebar .v-csslayout-dateRange, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange {
  float: left;
  width: 270px; }
  html .info-header .v-csslayout-dateRange .v-panel, html .sidebarTogglebar .v-csslayout-dateRange .v-panel, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel, html.aui .info-header .v-csslayout-dateRange .v-panel, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel {
    float: left;
    width: 100%; }
    html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates {
      float: left;
      width: 100%; }
      html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
      html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
      html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
      html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
      html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
      html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
      html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button {
        width: 120px; }
        html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
        html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
        html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
        html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
        html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
        html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
        html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap {
          padding: 5px;
          width: 102px; }
          html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
          html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
          html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
          html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
          html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
          html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
          html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before {
            height: 26px; }
      html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
      html .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate, html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
      html .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
      html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate, html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
      html.aui .info-header .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
      html.aui .sidebarTogglebar .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
      html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate {
        float: right; }
  html .info-header .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html .sidebarTogglebar .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html.aui .info-header .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html.aui .sidebarTogglebar .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html.aui .v-csslayout-tabsheet-content .v-csslayout-dateRange .v-csslayout-dateRangeCalender {
    top: 60px;
    z-index: 999999; }

html .v-datefield-popupcalendar, html.aui .v-datefield-popupcalendar {
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
  -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
  box-shadow: inset 0 1px 2px 0 #dddddd;
  padding: 3px; }
  html .v-datefield-popupcalendar input, html.aui .v-datefield-popupcalendar input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    color: #333333 !important;
    font-weight: normal !important;
    font-size: 12px;
    border: none !important;
    margin-right: 26px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    padding-left: 3px !important;
    height: 23px !important; }
  html .v-datefield-popupcalendar .v-datefield-button, html.aui .v-datefield-popupcalendar .v-datefield-button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: transparent url("images/bg_calendar.png") no-repeat right center;
    height: 30px;
    width: 26px; }
    html .v-datefield-popupcalendar .v-datefield-button:active, html.aui .v-datefield-popupcalendar .v-datefield-button:active {
      background: transparent url("images/bg_calendar.png") no-repeat right center; }
html .v-datefield-popup, html.aui .v-datefield-popup {
  background: #fff;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  html .v-datefield-popup .v-datefield-calendarpanel-header td, html.aui .v-datefield-popup .v-datefield-calendarpanel-header td {
    padding-top: 10px; }
  html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevmonth,
  html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevyear, html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevmonth,
  html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevyear {
    background: transparent url("images/icon_arrow_left.png") no-repeat 1px center; }
    html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevmonth.v-button-prevyear,
    html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevyear.v-button-prevyear, html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevmonth.v-button-prevyear,
    html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-prevyear.v-button-prevyear {
      border-left: 2px solid #dddddd; }
  html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextmonth,
  html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextyear, html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextmonth,
  html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextyear {
    background: transparent url("images/icon_arrow_right.png") no-repeat right center; }
    html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextmonth.v-button-nextyear,
    html .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextyear.v-button-nextyear, html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextmonth.v-button-nextyear,
    html.aui .v-datefield-popup .v-datefield-calendarpanel-header .v-button-nextyear.v-button-nextyear {
      border-right: 2px solid #dddddd; }
  html .v-datefield-popup .v-datefield-calendarpanel-weekdays td, html.aui .v-datefield-popup .v-datefield-calendarpanel-weekdays td {
    text-shadow: none;
    padding-top: 5px;
    background: #f0f0f0; }
    html .v-datefield-popup .v-datefield-calendarpanel-weekdays td strong, html.aui .v-datefield-popup .v-datefield-calendarpanel-weekdays td strong {
      font-weight: normal;
      font-family: 'VistaSansBoldRegular';
      color: #333333;
      border: none; }
  html .v-datefield-popup .v-datefield-calendarpanel-day-selected,
  html .v-datefield-popup .v-datefield-calendarpanel-day:hover, html.aui .v-datefield-popup .v-datefield-calendarpanel-day-selected,
  html.aui .v-datefield-popup .v-datefield-calendarpanel-day:hover {
    background: #d5b968;
    text-shadow: none;
    color: white; }
  html .v-datefield-popup .v-datefield-calendarpanel-body, html.aui .v-datefield-popup .v-datefield-calendarpanel-body {
    padding-top: 10px; }

html .v-slot-breadcrumb-item,
html .v-slot-breadcrumb-homeitem,
html .v-slot-breadcrumb-currentitem, html.aui .v-slot-breadcrumb-item,
html.aui .v-slot-breadcrumb-homeitem,
html.aui .v-slot-breadcrumb-currentitem {
  margin: 10px 0; }
  html .v-slot-breadcrumb-item .v-button,
  html .v-slot-breadcrumb-homeitem .v-button,
  html .v-slot-breadcrumb-currentitem .v-button, html.aui .v-slot-breadcrumb-item .v-button,
  html.aui .v-slot-breadcrumb-homeitem .v-button,
  html.aui .v-slot-breadcrumb-currentitem .v-button {
    float: left;
    background: transparent url("images/bg_breadcrumb_separator.png") no-repeat left 6px;
    min-height: 14px; }
    html .v-slot-breadcrumb-item .v-button .v-button-caption,
    html .v-slot-breadcrumb-homeitem .v-button .v-button-caption,
    html .v-slot-breadcrumb-currentitem .v-button .v-button-caption, html.aui .v-slot-breadcrumb-item .v-button .v-button-caption,
    html.aui .v-slot-breadcrumb-homeitem .v-button .v-button-caption,
    html.aui .v-slot-breadcrumb-currentitem .v-button .v-button-caption {
      float: left;
      margin-left: 8px;
      font-size: 14px;
      color: #ac2a6e;
      font-family: 'VistaSansBoldRegular';
      text-decoration: none; }
    html .v-slot-breadcrumb-item .v-button.v-button-breadcrumb-homeitem,
    html .v-slot-breadcrumb-homeitem .v-button.v-button-breadcrumb-homeitem,
    html .v-slot-breadcrumb-currentitem .v-button.v-button-breadcrumb-homeitem, html.aui .v-slot-breadcrumb-item .v-button.v-button-breadcrumb-homeitem,
    html.aui .v-slot-breadcrumb-homeitem .v-button.v-button-breadcrumb-homeitem,
    html.aui .v-slot-breadcrumb-currentitem .v-button.v-button-breadcrumb-homeitem {
      background: none; }
      html .v-slot-breadcrumb-item .v-button.v-button-breadcrumb-homeitem .v-button-caption,
      html .v-slot-breadcrumb-homeitem .v-button.v-button-breadcrumb-homeitem .v-button-caption,
      html .v-slot-breadcrumb-currentitem .v-button.v-button-breadcrumb-homeitem .v-button-caption, html.aui .v-slot-breadcrumb-item .v-button.v-button-breadcrumb-homeitem .v-button-caption,
      html.aui .v-slot-breadcrumb-homeitem .v-button.v-button-breadcrumb-homeitem .v-button-caption,
      html.aui .v-slot-breadcrumb-currentitem .v-button.v-button-breadcrumb-homeitem .v-button-caption {
        margin-left: 0 !important; }
  html .v-slot-breadcrumb-item .v-link, html .v-slot-breadcrumb-item .v-label,
  html .v-slot-breadcrumb-homeitem .v-link,
  html .v-slot-breadcrumb-homeitem .v-label,
  html .v-slot-breadcrumb-currentitem .v-link,
  html .v-slot-breadcrumb-currentitem .v-label, html.aui .v-slot-breadcrumb-item .v-link, html.aui .v-slot-breadcrumb-item .v-label,
  html.aui .v-slot-breadcrumb-homeitem .v-link,
  html.aui .v-slot-breadcrumb-homeitem .v-label,
  html.aui .v-slot-breadcrumb-currentitem .v-link,
  html.aui .v-slot-breadcrumb-currentitem .v-label {
    float: left;
    min-height: 14px;
    line-height: normal; }
    html .v-slot-breadcrumb-item .v-link a, html .v-slot-breadcrumb-item .v-label a,
    html .v-slot-breadcrumb-homeitem .v-link a,
    html .v-slot-breadcrumb-homeitem .v-label a,
    html .v-slot-breadcrumb-currentitem .v-link a,
    html .v-slot-breadcrumb-currentitem .v-label a, html.aui .v-slot-breadcrumb-item .v-link a, html.aui .v-slot-breadcrumb-item .v-label a,
    html.aui .v-slot-breadcrumb-homeitem .v-link a,
    html.aui .v-slot-breadcrumb-homeitem .v-label a,
    html.aui .v-slot-breadcrumb-currentitem .v-link a,
    html.aui .v-slot-breadcrumb-currentitem .v-label a {
      margin-left: 8px; }
      html .v-slot-breadcrumb-item .v-link a span, html .v-slot-breadcrumb-item .v-label a span,
      html .v-slot-breadcrumb-homeitem .v-link a span,
      html .v-slot-breadcrumb-homeitem .v-label a span,
      html .v-slot-breadcrumb-currentitem .v-link a span,
      html .v-slot-breadcrumb-currentitem .v-label a span, html.aui .v-slot-breadcrumb-item .v-link a span, html.aui .v-slot-breadcrumb-item .v-label a span,
      html.aui .v-slot-breadcrumb-homeitem .v-link a span,
      html.aui .v-slot-breadcrumb-homeitem .v-label a span,
      html.aui .v-slot-breadcrumb-currentitem .v-link a span,
      html.aui .v-slot-breadcrumb-currentitem .v-label a span {
        color: #ac2a6e; }
  html .v-slot-breadcrumb-item .v-link,
  html .v-slot-breadcrumb-homeitem .v-link,
  html .v-slot-breadcrumb-currentitem .v-link, html.aui .v-slot-breadcrumb-item .v-link,
  html.aui .v-slot-breadcrumb-homeitem .v-link,
  html.aui .v-slot-breadcrumb-currentitem .v-link {
    background: transparent url("images/bg_breadcrumb_separator.png") no-repeat left 6px;
    margin-right: 8px; }
  html .v-slot-breadcrumb-item .v-label,
  html .v-slot-breadcrumb-homeitem .v-label,
  html .v-slot-breadcrumb-currentitem .v-label, html.aui .v-slot-breadcrumb-item .v-label,
  html.aui .v-slot-breadcrumb-homeitem .v-label,
  html.aui .v-slot-breadcrumb-currentitem .v-label {
    background: transparent url("images/bg_breadcrumb_separator.png") no-repeat left 6px;
    font-size: 14px;
    color: #666666;
    padding-left: 9px;
    padding-top: 3px; }
html .v-button-button-offercompare, html .button-offercompare, html.aui .v-button-button-offercompare, html.aui .button-offercompare {
  margin: 10px 0; }
  html .v-button-button-offercompare .v-button-wrap, html .button-offercompare .v-button-wrap, html.aui .v-button-button-offercompare .v-button-wrap, html.aui .button-offercompare .v-button-wrap {
    float: left; }
    html .v-button-button-offercompare .v-button-wrap .v-button-caption, html .button-offercompare .v-button-wrap .v-button-caption, html.aui .v-button-button-offercompare .v-button-wrap .v-button-caption, html.aui .button-offercompare .v-button-wrap .v-button-caption {
      display: block;
      background: transparent url("images/bg_offercompare.png") no-repeat left center;
      color: #ac2a6e;
      padding-left: 18px;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      line-height: 16px;
      font-size: 12px; }
      html .v-button-button-offercompare .v-button-wrap .v-button-caption:hover, html .button-offercompare .v-button-wrap .v-button-caption:hover, html.aui .v-button-button-offercompare .v-button-wrap .v-button-caption:hover, html.aui .button-offercompare .v-button-wrap .v-button-caption:hover {
        color: #c1327d; }

html .v-absolutelayout-margin, html.aui .v-absolutelayout-margin {
  overflow: visible !important; }
html .v-absolutelayout-wrapper-sidebarTogglebar, html.aui .v-absolutelayout-wrapper-sidebarTogglebar {
  z-index: 10;
  overflow: visible !important; }
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar, html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar {
    z-index: 10;
    margin: 0; }
html .v-csslayout-selecthotel-toolbar,
html .v-verticallayout-compare-locations,
html .v-absolutelayout-wrapper-sidebarTogglebar, html.aui .v-csslayout-selecthotel-toolbar,
html.aui .v-verticallayout-compare-locations,
html.aui .v-absolutelayout-wrapper-sidebarTogglebar {
  float: left;
  clear: left; }
  html .v-csslayout-selecthotel-toolbar.v-slot-sidebarTogglebar,
  html .v-verticallayout-compare-locations.v-slot-sidebarTogglebar,
  html .v-absolutelayout-wrapper-sidebarTogglebar.v-slot-sidebarTogglebar, html.aui .v-csslayout-selecthotel-toolbar.v-slot-sidebarTogglebar,
  html.aui .v-verticallayout-compare-locations.v-slot-sidebarTogglebar,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar.v-slot-sidebarTogglebar {
    z-index: 2; }
  html .v-csslayout-selecthotel-toolbar .v-label hr,
  html .v-verticallayout-compare-locations .v-label hr,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-label hr, html.aui .v-csslayout-selecthotel-toolbar .v-label hr,
  html.aui .v-verticallayout-compare-locations .v-label hr,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-label hr {
    margin: 15px 0; }
  html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar,
  html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar,
  html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar {
    float: left;
    width: 304px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    border: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    background: white; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar {
      float: left;
      width: 100%;
      position: relative; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel {
        float: left;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        color: #333333;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button {
        position: absolute;
        right: 16px;
        top: 10px; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption {
          display: block;
          background: transparent url("images/btn_toggle_up.png") no-repeat left center;
          height: 28px;
          width: 28px;
          text-indent: -99999px; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption {
          background: transparent url("images/btn_toggle_down.png") no-repeat left center; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content {
      float: left;
      padding: 16px;
      padding-top: 0;
      padding-bottom: 20px;
      width: 100%; }
  html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child,
  html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child,
  html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child {
    margin-bottom: 16px;
    position: relative;
    z-index: 100; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-selecthotel-caption2,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-selecthotel-caption2,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-selecthotel-caption2, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-selecthotel-caption2,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-selecthotel-caption2,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-selecthotel-caption2 {
      float: left;
      width: 100%;
      margin-bottom: 8px;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminarNameCaption,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminarNameCaption,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminarNameCaption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminarNameCaption,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminarNameCaption,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminarNameCaption {
      float: left;
      width: 100%;
      margin-bottom: 8px;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-textfield,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-textfield,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-textfield, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-textfield,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-textfield,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-textfield {
      float: left;
      width: 100%;
      margin-bottom: 16px;
      font-size: 14px;
      font-family: arial, sans-serif;
      font-style: normal;
      padding: 0 7px;
      height: 30px;
      border: 1px solid #dddddd;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
      -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
      box-shadow: inset 0 1px 2px 0 #dddddd;
      outline: 0 !important; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-services-label,
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-configure-seminar-label,
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminar-details-label,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-services-label,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-configure-seminar-label,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminar-details-label,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-services-label,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-configure-seminar-label,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminar-details-label, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-services-label,
    html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-configure-seminar-label,
    html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminar-details-label,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-services-label,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-configure-seminar-label,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminar-details-label,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-services-label,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-hotel-configure-seminar-label,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-label-seminar-details-label {
      font-size: 14px;
      color: #333333;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services {
      float: left;
      width: 100%;
      margin-top: 16px;
      margin-bottom: 16px; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left {
        float: left;
        width: 70%;
        height: 77px;
        border-right: 1px solid #cccccc; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-label,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-label,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-label, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-label,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-label,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-label {
          color: #666666;
          font-size: 12px; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom,
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room,
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests,
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom,
        html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room,
        html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests,
        html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms {
          float: left;
          width: 100%; }
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label,
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label,
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label,
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label,
          html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label,
          html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label,
          html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label {
            float: right;
            padding-right: 8px;
            line-height: 18px;
            font-family: 'VistaSansBoldRegular';
            font-weight: normal; }
            html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label:first-child,
            html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label:first-child,
            html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label:first-child,
            html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label:first-child,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label:first-child,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label:first-child,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label:first-child,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label:first-child,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label:first-child,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label:first-child,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label:first-child,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label:first-child, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label:first-child,
            html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label:first-child,
            html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label:first-child,
            html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label:first-child,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label:first-child,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label:first-child,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label:first-child,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label:first-child,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom .v-label:first-child,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room .v-label:first-child,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests .v-label:first-child,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms .v-label:first-child {
              float: left !important;
              padding-right: 0 !important;
              font-weight: normal !important; }
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom.v-csslayout-seminar-rooms,
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room.v-csslayout-seminar-rooms,
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests.v-csslayout-seminar-rooms,
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms.v-csslayout-seminar-rooms,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom.v-csslayout-seminar-rooms,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room.v-csslayout-seminar-rooms,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests.v-csslayout-seminar-rooms,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms.v-csslayout-seminar-rooms,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom.v-csslayout-seminar-rooms,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room.v-csslayout-seminar-rooms,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests.v-csslayout-seminar-rooms,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms.v-csslayout-seminar-rooms, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom.v-csslayout-seminar-rooms,
          html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room.v-csslayout-seminar-rooms,
          html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests.v-csslayout-seminar-rooms,
          html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms.v-csslayout-seminar-rooms,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom.v-csslayout-seminar-rooms,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room.v-csslayout-seminar-rooms,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests.v-csslayout-seminar-rooms,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms.v-csslayout-seminar-rooms,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-singleRoom.v-csslayout-seminar-rooms,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-double-room.v-csslayout-seminar-rooms,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-day-guests.v-csslayout-seminar-rooms,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-left .v-csslayout-seminar-rooms.v-csslayout-seminar-rooms {
            margin-top: 8px; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right {
        float: right;
        border-left: 1px solid white;
        width: 30%;
        height: 77px; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees {
          float: left;
          width: 100%;
          padding-top: 12px; }
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button, html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button {
            float: left;
            width: 100%; }
            html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button .v-button-caption, html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button .v-button-caption,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button .v-button-caption,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button .v-button-caption,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button .v-button-caption,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button .v-button-caption,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button .v-button-caption,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button .v-button-caption,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesButton-button .v-button-caption,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeesbutton-button .v-button-caption {
              cursor: pointer;
              float: left;
              width: 100%;
              text-align: center;
              font-family: 'VistaSansBoldRegular';
              font-weight: normal;
              color: #666666;
              font-size: 24px;
              text-decoration: none;
              margin-bottom: 5px; }
          html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button, html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button,
          html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button,
          html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button,
          html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button,
          html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button {
            float: left;
            width: 100%; }
            html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button .v-button-caption, html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button .v-button-caption,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button .v-button-caption,
            html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button .v-button-caption,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button .v-button-caption,
            html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button .v-button-caption,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button .v-button-caption,
            html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button .v-button-caption,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalAttendeesTextButton-button .v-button-caption,
            html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-csslayout-hotel-services .v-csslayout-right .v-csslayout-attendees .v-button-totalattendeestextbutton-button .v-button-caption {
              text-align: center;
              float: left;
              width: 100%;
              cursor: pointer;
              color: #666666;
              font-size: 12px;
              text-decoration: none; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit {
      float: left; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap {
        float: left;
        background: transparent url("images/icon_edit.png") no-repeat left center; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap .v-button-caption,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap .v-button-caption,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap .v-button-caption,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap .v-button-caption,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap .v-button-caption {
          color: black;
          margin-left: 20px;
          float: left;
          font-size: 12px;
          font-weight: normal;
          text-decoration: none;
          border-bottom: 1px solid #c7c7c7;
          font-style: italic;
          line-height: 16px; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap:hover .v-button-caption,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap:hover .v-button-caption,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap:hover .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap:hover .v-button-caption,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap:hover .v-button-caption,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-hotel-label-edit .v-button-wrap:hover .v-button-caption {
          border-bottom: 1px solid transparent; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure {
      float: left;
      clear: left;
      margin-top: 8px;
      margin-bottom: 8px; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure .v-button-wrap .v-button-caption, html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:focus .v-button-wrap .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure .v-button-wrap .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:focus .v-button-wrap .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure .v-button-wrap .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:focus .v-button-wrap .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure .v-button-wrap .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:focus .v-button-wrap .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure .v-button-wrap .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:focus .v-button-wrap .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure .v-button-wrap .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:focus .v-button-wrap .v-button-caption {
        background: #ac2a6e;
        float: left;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        border: none;
        padding: 0px 13px;
        padding-top: 2px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        line-height: 28px; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:hover .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:hover .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:hover .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:hover .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:hover .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:first-child .v-csslayout-toolbox-content .v-button-seminar-configure:hover .v-button-caption {
        background: #c1327d; }
  html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox,
  html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox,
  html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox {
    float: left;
    width: 100%;
    margin-top: -20px; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset {
      float: left;
      width: 100%;
      margin-top: 16px;
      margin-bottom: 8px; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption {
        color: black;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #c7c7c7;
        font-style: italic;
        font-weight: normal; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption:hover,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption:hover,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption:hover, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption:hover,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption:hover,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-reset .v-button-caption:hover {
          border-bottom: 1px solid transparent; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-captiontext,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-captiontext,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-captiontext, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-captiontext,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-captiontext,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-captiontext {
      float: left;
      width: 100%;
      font-size: 12px;
      font-style: italic;
      color: #333333;
      margin-top: 20px; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item {
      float: left;
      width: 100%; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item .v-button .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item .v-button .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item .v-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item .v-button .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item .v-button .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-csslayout-breadbox-item .v-button .v-button-caption {
        float: left;
        clear: left;
        background: transparent url("images/icon_delete.png") no-repeat left top;
        text-decoration: none;
        font-size: 12px;
        color: #666666;
        padding-left: 20px;
        margin-top: 11px;
        line-height: 14px; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-label-breadbox-empty,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-label-breadbox-empty,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-label-breadbox-empty, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-label-breadbox-empty,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-label-breadbox-empty,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-breadbox .v-label-breadbox-empty {
      float: left;
      width: 100%;
      margin-top: 16px;
      text-align: center;
      font-style: italic; }
  html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-toolbox-filter-breadbox-group,
  html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-toolbox-filter-breadbox-group,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-toolbox-filter-breadbox-group, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-toolbox-filter-breadbox-group,
  html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-toolbox-filter-breadbox-group,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-toolbox-filter-breadbox-group {
    float: left;
    margin: 16px 0; }
  html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group,
  html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group,
  html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group {
    float: left;
    clear: left;
    margin: 10px 0;
    margin-bottom: 0; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group .v-captiontext,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group .v-captiontext,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group .v-captiontext, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group .v-captiontext,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group .v-captiontext,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-caption-toolbox-filter-breadbox-group .v-captiontext {
      font-size: 14px;
      color: #333333;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal; }
  html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup,
  html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup,
  html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup,
  html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup,
  html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption .v-button-caption,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption .v-button-caption,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption .v-button-caption,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption .v-button-caption,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption .v-button-caption {
      background: transparent url("images/bg_toggle_arrow_right.png") no-repeat left center;
      font-size: 14px;
      color: #333333;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      padding-left: 15px; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption.v-disclosure-caption-open .v-button-caption,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption.v-disclosure-caption-open .v-button-caption,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption.v-disclosure-caption-open .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption.v-disclosure-caption-open .v-button-caption,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption.v-disclosure-caption-open .v-button-caption,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-disclosure-caption.v-disclosure-caption-open .v-button-caption {
      background: transparent url("images/bg_toggle_arrow_down.png") no-repeat left center; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup {
      float: left;
      width: 100%;
      margin-top: 8px;
      line-height: normal; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox {
        float: left;
        margin: 4px 0;
        width: 100%; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox label,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox label,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox label, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox label,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox label,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-select-optiongroup .v-checkbox label {
          font-size: 12px;
          color: #666666; }
    html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button,
    html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button,
    html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button,
    html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button,
    html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button {
      margin-top: 8px; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption {
        color: black;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #c7c7c7;
        font-style: italic;
        font-weight: normal; }
        html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption:hover,
        html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption:hover,
        html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption:hover, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption:hover,
        html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption:hover,
        html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption:hover {
          border-bottom: 1px solid transparent; }
      html .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption, html.aui .v-csslayout-selecthotel-toolbar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html.aui .v-verticallayout-compare-locations .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption,
      html.aui .v-absolutelayout-wrapper-sidebarTogglebar .v-csslayout-sidebarTogglebar:last-child .v-csslayout-selecthotel-filteredOptionGroup .v-csslayout-filteredOptionGroupMoreButton .v-button .v-button-caption {
        font-size: 12px; }

html .selecthotel-search, html.aui .selecthotel-search {
  float: left;
  width: 770px;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  margin-bottom: 20px; }
  html .selecthotel-search .v-label-search-info, html.aui .selecthotel-search .v-label-search-info {
    float: left;
    width: auto !important;
    font-size: 14px;
    font-family: 'VistaSansAltRegRegular';
    color: #5e646b;
    margin-left: 10px; }
    html .selecthotel-search .v-label-search-info em, html.aui .selecthotel-search .v-label-search-info em {
      font-family: "VistaSansAltRegRegular"; }
  html .selecthotel-search .v-csslayout-locationFinder, html.aui .selecthotel-search .v-csslayout-locationFinder {
    position: relative;
    float: left; }
    html .selecthotel-search .v-csslayout-locationFinder .v-panel-locationFinderResults, html.aui .selecthotel-search .v-csslayout-locationFinder .v-panel-locationFinderResults {
      position: absolute;
      left: 0;
      top: 66px; }
  html .selecthotel-search .v-panel-content-locationFinderEntry, html.aui .selecthotel-search .v-panel-content-locationFinderEntry {
    float: left;
    background: #fff;
    border: 2px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    padding: 5px; }
  html .selecthotel-search .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry, html.aui .selecthotel-search .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry {
    background: transparent url("images/bg_glass.png") no-repeat 10px center;
    background-color: #fff; }
    html .selecthotel-search .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry, html.aui .selecthotel-search .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry {
      color: #333333;
      font-size: 14px;
      font-weight: normal !important;
      width: 514px;
      border: none;
      margin-left: 20px;
      padding-bottom: 0 !important;
      padding-top: 0px !important;
      height: 18px;
      background: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  html .selecthotel-search .v-customcomponent, html.aui .selecthotel-search .v-customcomponent {
    float: left; }
  html .selecthotel-search .v-button-search-searchbutton, html.aui .selecthotel-search .v-button-search-searchbutton {
    float: left;
    margin-left: 8px; }
    html .selecthotel-search .v-button-search-searchbutton .v-button-caption, html .selecthotel-search .v-button-search-searchbutton:focus .v-button-caption, html.aui .selecthotel-search .v-button-search-searchbutton .v-button-caption, html.aui .selecthotel-search .v-button-search-searchbutton:focus .v-button-caption {
      color: #fff;
      float: left;
      font-weight: normal;
      background: #333333;
      border: none;
      padding: 7px 20px;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
    html .selecthotel-search .v-button-search-searchbutton .v-button-caption, html .selecthotel-search .v-button-search-searchbutton:focus .v-button-caption, html.aui .selecthotel-search .v-button-search-searchbutton .v-button-caption, html.aui .selecthotel-search .v-button-search-searchbutton:focus .v-button-caption {
      padding: 7px 20px; }
    html .selecthotel-search .v-button-search-searchbutton:hover .v-button-caption, html.aui .selecthotel-search .v-button-search-searchbutton:hover .v-button-caption {
      background: #4b4b4b; }
  html .selecthotel-search .v-caption-toolbox-filter-breadbox-group, html.aui .selecthotel-search .v-caption-toolbox-filter-breadbox-group {
    float: left;
    margin-top: 20px; }
    html .selecthotel-search .v-caption-toolbox-filter-breadbox-group .v-captiontext, html.aui .selecthotel-search .v-caption-toolbox-filter-breadbox-group .v-captiontext {
      float: left;
      width: 100%;
      margin-bottom: 8px;
      color: #666666;
      font-size: 12px;
      font-family: 'VistaSansAltRegRegular';
      font-weight: normal;
      line-height: normal; }
  html .selecthotel-search .v-csslayout-toolbox-filter-breadbox-group, html.aui .selecthotel-search .v-csslayout-toolbox-filter-breadbox-group {
    float: left;
    clear: left;
    margin-top: 10; }
  html .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-active,
  html .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-inactive,
  html .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-active,
  html .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-inactive, html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-active,
  html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-inactive,
  html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-active,
  html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-inactive {
    float: left;
    margin-left: 8px; }
    html .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-active .v-button-caption,
    html .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-inactive .v-button-caption,
    html .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-active .v-button-caption,
    html .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-inactive .v-button-caption, html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-active .v-button-caption,
    html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-inactive .v-button-caption,
    html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-active .v-button-caption,
    html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-inactive .v-button-caption {
      display: block;
      width: 32px;
      height: 32px;
      text-indent: -9999px; }
  html .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-active .v-button-caption, html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-active .v-button-caption {
    background: transparent url("images/icon_listview_active.png") no-repeat center center; }
  html .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-inactive .v-button-caption, html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-list-btn-inactive .v-button-caption {
    background: transparent url("images/icon_listview.png") no-repeat center center; }
  html .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-active .v-button-caption, html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-active .v-button-caption {
    background: transparent url("images/icon_mapview_active.png") no-repeat center center; }
  html .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-inactive .v-button-caption, html.aui .selecthotel-search .v-button-selecthotel-search-viewmode-map-btn-inactive .v-button-caption {
    background: transparent url("images/icon_mapview.png") no-repeat center center; }
  html .selecthotel-search .v-csslayout-sort, html.aui .selecthotel-search .v-csslayout-sort {
    position: absolute;
    right: 0;
    bottom: 0; }
    html .selecthotel-search .v-csslayout-sort .v-caption, html.aui .selecthotel-search .v-csslayout-sort .v-caption {
      float: left; }
      html .selecthotel-search .v-csslayout-sort .v-caption .v-captiontext, html.aui .selecthotel-search .v-csslayout-sort .v-caption .v-captiontext {
        line-height: 30px;
        padding-right: 10px; }
    html .selecthotel-search .v-csslayout-sort .v-filterselect input, html.aui .selecthotel-search .v-csslayout-sort .v-filterselect input {
      width: 170px !important; }

html #SelectHotel .v-button-h2 .v-button-caption, html.aui #SelectHotel .v-button-h2 .v-button-caption {
  line-height: 22px; }
html .v-csslayout-selecthotel-results, html.aui .v-csslayout-selecthotel-results {
  float: left;
  border-top: 1px solid white;
  width: 814px; }
  html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid white; }
    html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info {
      float: left;
      width: 100%;
      background: #f0f0f0;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-requestedon,
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-requestedon-date, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-requestedon,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-requestedon-date {
        float: left;
        padding: 13px;
        padding-right: 0;
        color: #666666;
        font-style: italic; }
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-requestedon-date, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-requestedon-date {
        padding: 13px 4px !important;
        padding-left: 0;
        font-family: 'VistaSansBoldRegular'; }
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false,
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true,
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing,
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered,
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted {
        float: right;
        padding: 13px;
        font-family: 'VistaSansBoldRegular'; }
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false.v-label-result-availability-confirmed-reverted,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true.v-label-result-availability-confirmed-reverted,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing.v-label-result-availability-confirmed-reverted,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered.v-label-result-availability-confirmed-reverted,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted.v-label-result-availability-confirmed-reverted, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false.v-label-result-availability-confirmed-reverted,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true.v-label-result-availability-confirmed-reverted,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing.v-label-result-availability-confirmed-reverted,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered.v-label-result-availability-confirmed-reverted,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted.v-label-result-availability-confirmed-reverted {
          color: #bb0000; }
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false.v-label-result-availability-confirmed-processing,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true.v-label-result-availability-confirmed-processing,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing.v-label-result-availability-confirmed-processing,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered.v-label-result-availability-confirmed-processing,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted.v-label-result-availability-confirmed-processing, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false.v-label-result-availability-confirmed-processing,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true.v-label-result-availability-confirmed-processing,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing.v-label-result-availability-confirmed-processing,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered.v-label-result-availability-confirmed-processing,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted.v-label-result-availability-confirmed-processing {
          color: #ff9900; }
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false.v-label-result-availability-confirmed-answered,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true.v-label-result-availability-confirmed-answered,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing.v-label-result-availability-confirmed-answered,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered.v-label-result-availability-confirmed-answered,
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted.v-label-result-availability-confirmed-answered, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-false.v-label-result-availability-confirmed-answered,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-true.v-label-result-availability-confirmed-answered,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-processing.v-label-result-availability-confirmed-answered,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-answered.v-label-result-availability-confirmed-answered,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-element .v-csslayout-result-table-entry-info .v-label-result-availability-confirmed-reverted.v-label-result-availability-confirmed-answered {
          color: #009900; }
  html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls {
    float: left;
    width: 100%;
    padding-top: 32px;
    text-align: center; }
    html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls .v-button-wrap, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls .v-button-wrap {
      float: left; }
      html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls .v-button-wrap .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls .v-button-wrap .v-button-caption {
        display: block;
        background: transparent url("images/icon_loadMore.png") no-repeat left center;
        color: #ac2a6e;
        padding-left: 24px;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        line-height: 16px;
        font-size: 12px; }
        html .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls .v-button-wrap .v-button-caption:hover, html.aui .v-csslayout-selecthotel-results .v-csslayout-lazy-loading-list-controls .v-button-wrap .v-button-caption:hover {
          color: #c1327d; }
html .v-csslayout-results-googlemap-detaillayout, html.aui .v-csslayout-results-googlemap-detaillayout {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px; }
html .v-csslayout-selecthotel-results .v-csslayout-result-table-entry-rating,
html .v-csslayout-results-googlemap-detaillayout .v-csslayout-result-table-entry-rating, html.aui .v-csslayout-selecthotel-results .v-csslayout-result-table-entry-rating,
html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-result-table-entry-rating {
  float: left;
  clear: left;
  width: 100%; }
  html .v-csslayout-selecthotel-results .v-csslayout-result-table-entry-rating .v-label,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-result-table-entry-rating .v-label, html.aui .v-csslayout-selecthotel-results .v-csslayout-result-table-entry-rating .v-label,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-result-table-entry-rating .v-label {
    font-size: 14px;
    color: #333333; }
html .v-csslayout-selecthotel-results .v-label-hotelrating-text,
html .v-csslayout-results-googlemap-detaillayout .v-label-hotelrating-text, html.aui .v-csslayout-selecthotel-results .v-label-hotelrating-text,
html.aui .v-csslayout-results-googlemap-detaillayout .v-label-hotelrating-text {
  margin-left: 10px;
  line-height: 13px; }
html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1,
html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1,
html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 {
  float: left;
  margin-right: 16px;
  padding-top: 16px;
  width: 166px; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1 .v-image-result-hotelphoto,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 .v-image-result-hotelphoto, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1 .v-image-result-hotelphoto,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 .v-image-result-hotelphoto {
    float: left;
    width: 200px;
    height: 149px;
    border: 1px solid black; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container {
    float: left;
    width: 200px;
    height: 105px !important;
    overflow: hidden; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container img,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container img, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container img,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col1 .v-gridlayout-image_container img {
      max-width: 198px;
      max-height: 149px;
      width: auto;
      height: auto;
      top: 0 !important; }
html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2,
html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2,
html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 {
  float: left;
  position: relative;
  width: 374px;
  height: 144px;
  padding-top: 16px; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget {
    float: left;
    width: 100%;
        /* deprecated in generic class
        .v-button-hotelname {
            float: left;

            .v-button-caption {
                float: left;
                font-size: $resultTitle;
                font-weight: normal;
                color: $textBlack;
                white-space: normal !important;
                border-bottom: 1px solid $textBorderBottom;
                padding-bottom: 1px;
                margin-bottom: 0;
                line-height: 20px;
                text-decoration: none;
            }

            &:hover {
                .v-button-caption {
                    color: $ciPink;
                }
            }
        }

        .v-label-hotelcategory {
            float: left;
            padding-left: 4px;
            font-size: $resultTitle;
            color: $textResultTitle;
            padding-bottom: 2px;
            margin-bottom: 6px;
            border-bottom: 1px solid transparent
        }
        */
        /* deprecated in generic class

        .v-label-hotellister-hoteladdress {
            float: left;
            clear: left;
            font-size: $resultLocationLabel;
            line-height: 16px;
            color: $textResultAddress;
            font-style: italic;
            margin-left: 15px;
            margin-top: 10px;
            //border-bottom: 1px solid $textResultAddress;

        }
        */ }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable {
      float: left;
      position: relative; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback {
        position: absolute;
        background: white;
        border: 3px solid #dddddd;
        top: -100px;
        left: -135px;
        white-space: nowrap;
        padding: 16px;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5); }
        html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption,
        html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text,
        html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption,
        html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption,
        html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text,
        html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption,
        html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text {
          font-size: 14px;
          float: left;
          width: 100%;
          color: #333333; }
          html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption,
          html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption,
          html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption {
            font-family: 'VistaSansBoldRegular'; }
          html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption,
          html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption,
          html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-caption.v-label-feedback-caption,
          html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback .v-label-feedback-text.v-label-feedback-caption {
            clear: left; }
        html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback:after,
        html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback:after, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback:after,
        html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-csslayout-feedbackable .v-csslayout-feedback:after {
          content: '';
          position: absolute;
          background: transparent url("images/bg_arrow_down_greywhite.png") no-repeat center top;
          bottom: -14px;
          height: 16px;
          width: 23px;
          left: 50%; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation {
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation .v-button-caption,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation .v-button-caption,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 > .v-widget .v-button-hotellister-hotellocation .v-button-caption {
        display: block;
        background: transparent url("images/icon_pin.png") no-repeat left center;
        width: 11px;
        height: 16px;
        text-indent: -9999px; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances,
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities,
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances,
  html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities,
  html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating {
    float: left;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
        /* deprecated in generic class
        .v-label-hoteldistances,
        .v-label-hotelcapacities,
        .v-label-hotelrating {
            float: left;
            font-size: $formLabel;
            color: $textResultMetaLabel;
            font-family: 'VistaSansBoldRegular';
            width: 80px;

            &.v-label-hotelcapacities:last-child {
                font-family: 'VistaSansAltRegRegular';
                width: auto;

                span {
                    margin-right: 10px
                }
            }

            &.v-label-hotelrating {
                line-height: 16px
            }
        }
        */ }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances {
      margin-top: 11px !important;
      margin-bottom: 0 !important; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hoteldistances .v-label-hoteldistances {
        line-height: 17px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating img,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating img,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating img,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating img,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating img,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating img, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating img,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating img,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating img,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating img,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating img,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating img {
        float: left; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating.v-csslayout-hotellister-hotelrating .v-label-hotelrating-text {
        float: left;
        padding-left: 0;
        line-height: 16px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label {
      font-size: 12px;
      color: #666666; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport {
      float: left;
      font-size: 12px;
      color: #666666;
      font-weight: normal;
      padding-left: 16px;
      line-height: 17px;
      margin-right: 10px; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-searchlocation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-searchlocation {
        background: transparent url("images/icon_distance_location.png") no-repeat left center; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-freeway,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-freeway {
        background: transparent url("images/icon_distance_motorway.png") no-repeat left center;
        padding-left: 20px !important; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-trainstation,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-trainstation {
        background: transparent url("images/icon_distance_train.png") no-repeat left center; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hoteldistances .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelcapacities .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-searchlocation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-freeway.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-trainstation.v-label-hotellister-hoteldistance-airport,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-hotellister-hotelrating .v-label-hotellister-hoteldistance-airport.v-label-hotellister-hoteldistance-airport {
        background: transparent url("images/icon_distance_airport.png") no-repeat left center;
        padding-left: 22px !important;
        margin-right: 0 !important; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport,
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain,
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport,
  html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain,
  html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway {
    position: absolute;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-left: 30px;
    bottom: 15px; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancefreeway {
    left: 90px;
    background: transparent url("images/icon_distance_motorway.png") no-repeat left center; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distancetrain {
    left: 180px;
    background: transparent url("images/icon_distance_train.png") no-repeat left center; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-label-result-distanceairport {
    left: 270px;
    background: transparent url("images/icon_distance_airport.png") no-repeat left center; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity {
    position: absolute;
    left: 90px;
    bottom: 55px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds-number,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms-number,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms-number,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds-number,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms-number,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms-number, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds-number,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms-number,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms-number,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds-number,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms-number,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms-number {
      float: left;
      clear: left;
      text-align: right;
      font-size: 14px;
      color: #666666;
      width: 23px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-beds,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-seminarrooms,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col2 .v-csslayout-result-capacity .v-label-result-capacity-rooms {
      float: left;
      line-height: 18px;
      padding-left: 8px;
      width: 236px;
      font-size: 14px;
      color: #666666; }
html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3,
html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3,
html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 {
  float: right;
  height: 144px;
  width: 220px; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow,
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green,
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow,
  html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green,
  html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red {
    position: absolute;
    top: 26px;
    right: 122px;
    margin-right: 0; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-yellow,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-yellow,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-yellow,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-yellow,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-yellow,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-yellow, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-yellow,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-yellow,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-yellow,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-yellow,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-yellow,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-yellow {
      color: #ff9900; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-green,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-green,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-green,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-green,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-green,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-green, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-green,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-green,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-green,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-green,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-green,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-green {
      color: #009900; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-red,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-red,
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-red,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-red,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-red,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-red, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-red,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-red,
    html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-red,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-yellow.v-label-status-red,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-green.v-label-status-red,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-status-red.v-label-status-red {
      color: #bb0000; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok {
    float: right;
    clear: left;
    margin-top: 17px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok .v-button-wrap .v-button-caption, html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:focus .v-button-wrap .v-button-caption,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok .v-button-wrap .v-button-caption,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:focus .v-button-wrap .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok .v-button-wrap .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:focus .v-button-wrap .v-button-caption,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok .v-button-wrap .v-button-caption,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:focus .v-button-wrap .v-button-caption {
      background: #ac2a6e;
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      border: none;
      padding: 0px 13px;
      padding-top: 2px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      line-height: 28px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:hover .v-button-caption,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:hover .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:hover .v-button-caption,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-action-button-ok:hover .v-button-caption {
      background: #c1327d; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button {
    float: left; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption {
      color: black;
      font-size: 14px;
      text-decoration: none;
      border-bottom: 1px solid #c7c7c7;
      font-style: italic;
      font-weight: normal; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption:hover,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption:hover, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption:hover,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-button-hotelcompare-button .v-button-caption:hover {
        border-bottom: 1px solid transparent; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare {
    float: right;
    clear: right;
    margin-top: 13px;
    margin-bottom: 19px; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable {
      float: left;
      margin: 0;
      width: auto; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable label,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable label, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable label,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare .v-csslayout-feedbackable label {
        display: none; }
    html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback, html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback,
    html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback,
    html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback {
      position: absolute;
      left: 23px;
      top: -40px;
      background: #fff;
      width: 200px;
      padding: 1px;
      -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback:after, html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback:after,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback:after,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback:after, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback:after, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback:after,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback:after,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback:after {
        content: '';
        position: absolute;
        background: transparent url("images/bg_arrow_down_white.png") no-repeat center top;
        bottom: -10px;
        height: 11px;
        width: 19px;
        left: 50%; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-caption, html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-caption,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-caption,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-caption,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-caption,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-caption {
        background: #333333;
        width: 100%;
        padding: 8px 16px;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
        font-size: 12px;
        color: #fff; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-text, html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-text,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-text,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-text, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-text, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-text,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-label-feedback-text,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-label-feedback-text {
        padding: 16px;
        color: #333333;
        font-size: 12px;
        white-space: normal; }
      html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-button-link .v-button-caption, html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-button-link .v-button-caption,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-button-link .v-button-caption,
      html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-button-link .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-button-link .v-button-caption, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-button-link .v-button-caption,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html .v-csslayout-feedback .v-button-link .v-button-caption,
      html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-csslayout-hotellister-hotelcompare html.aui .v-csslayout-feedback .v-button-link .v-button-caption {
        display: block;
        position: absolute;
        right: 16px;
        top: 12px;
        width: 13px;
        height: 13px;
        background: transparent url("images/icon_close.png") no-repeat center center;
        text-indent: -99999px;
        border: none; }
  html .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-result-totalprice-notavailable-hoverlabel,
  html .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-result-totalprice-notavailable-hoverlabel, html.aui .v-csslayout-selecthotel-results .v-csslayout-hotellister-sublayout-col3 .v-label-result-totalprice-notavailable-hoverlabel,
  html.aui .v-csslayout-results-googlemap-detaillayout .v-csslayout-hotellister-sublayout-col3 .v-label-result-totalprice-notavailable-hoverlabel {
    position: absolute;
    right: 0;
    top: 105px;
    width: auto !important;
    text-align: right;
    color: #ac2a6e;
    border-bottom: 1px dashed #ac2a6e;
    padding-bottom: 2px; }

html, html.aui {
  /*
  .v-tooltip {
      width: 200px !important;
      padding: 1px;
      @include drop-shadow(0, 3px, 10px, 0, 0.5);
      @include border-radius($outerBorderRadius);

      &:after {
          content: '';
          position: absolute;
          //background: uril("images/bg_arrow_down_white.png") no-repeat center top transparent;
          @include backgroundImg('bg_arrow_down_white.png','center top');
          bottom: -10px;
          height: 11px;
          width: 19px;
          left: 50%;
      }

      .v-tooltip-text {
          @include border-radius($outerBorderRadius);
          background: #fff;
          padding: 1px;

          .hoverlabel-heading {
              background: $overlayHeaderBg;
              @include border-radiuses($outerBorderRadius, 0, 0, $outerBorderRadius);
              color: #fff;
              padding: 10px;
              font-size: $overlayHeader;
          }

          .hoverlabel-content {
              background: #fff;
              font-size: $formLabel;
              padding: 10px;
          }
      }
  }
  */ }
  html .v-csslayout-overlay-inquiries, html.aui .v-csslayout-overlay-inquiries {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #ac2a6e;
    z-index: 101; }
    html .v-csslayout-overlay-inquiries .v-csslayout-overlay-inquiries-inquiried-hotels, html.aui .v-csslayout-overlay-inquiries .v-csslayout-overlay-inquiries-inquiried-hotels {
      width: 1160px;
      margin: 0 auto; }
    html .v-csslayout-overlay-inquiries .v-csslayout-hotels-inquiried, html.aui .v-csslayout-overlay-inquiries .v-csslayout-hotels-inquiried {
      text-align: center; }
    html .v-csslayout-overlay-inquiries .v-csslayout-overlay-inquiries, html.aui .v-csslayout-overlay-inquiries .v-csslayout-overlay-inquiries {
      text-align: center;
      width: 1160px;
      margin: 0 auto; }
    html .v-csslayout-overlay-inquiries .v-csslayout-overlay-inquiries-content, html.aui .v-csslayout-overlay-inquiries .v-csslayout-overlay-inquiries-content {
      background: #fff;
      border-top: 2px solid #ac2a6e;
      padding-top: 10px;
      padding-bottom: 10px; }
    html .v-csslayout-overlay-inquiries .v-panel-content-togglebar, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar {
      width: 100%;
      height: auto;
      position: relative; }
      html .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar {
        background: transparent url("images/bg_overlay_shadow.png") repeat-x 0 0;
        text-align: center; }
        html .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button {
          padding-left: 20px;
          cursor: pointer;
          background: #ac2a6e;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
      /*
  	-webkit-border-top-right-radius:    $topright;
  	-webkit-border-bottom-right-radius: $bottomright;
  	-webkit-border-bottom-left-radius:  $bottomleft;
  	-webkit-border-top-left-radius:     $topleft;
  
  	-moz-border-radius-topright:        $topright;
  	-moz-border-radius-bottomright:     $bottomright;
  	-moz-border-radius-bottomleft:      $bottomleft;
  	-moz-border-radius-topleft:         $topleft;
  
  	border-top-right-radius:            $topright;
  	border-bottom-right-radius:         $bottomright;
  	border-bottom-left-radius:          $bottomleft;
  	border-top-left-radius:             $topleft;
  
  	-moz-background-clip:    padding; 
  	-webkit-background-clip: padding-box; 
  	background-clip:         padding-box;
  	*/ }
          html .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button .v-button-wrap, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button .v-button-wrap {
            background: transparent url("images/bg_overlay_arrow_down.png") no-repeat right center;
            margin-right: 20px;
            height: 32px; }
            html .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button .v-button-wrap .v-button-caption, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button .v-button-wrap .v-button-caption {
              color: #fff;
              padding-right: 33px;
              line-height: 34px;
              font-size: 14px;
              font-weight: normal; }
          html .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button.v-button-overlay-inquiries-expanderbtn-reduced .v-button-wrap, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar > .v-button.v-button-overlay-inquiries-expanderbtn-reduced .v-button-wrap {
            background: transparent url("images/bg_overlay_arrow_up.png") no-repeat right center; }
        html .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar .v-label-togglelabel, html.aui .v-csslayout-overlay-inquiries .v-panel-content-togglebar .v-csslayout-togglebar .v-label-togglelabel {
          display: none; }
  html .v-window .v-window-wrap, html.aui .v-window .v-window-wrap {
    float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    background: #fff;
    padding: 1px; }
    html .v-window .v-window-wrap .v-window-outerheader, html.aui .v-window .v-window-wrap .v-window-outerheader {
      background: #333333;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
      html .v-window .v-window-wrap .v-window-outerheader .v-window-header, html.aui .v-window .v-window-wrap .v-window-outerheader .v-window-header {
        font-size: 16px; }
    html .v-window .v-window-wrap .v-scrollable > .v-widget, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget {
      overflow: inherit; }
      html .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper {
        padding: 6px !important; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-up,
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-down, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-up,
        html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-down {
          width: 26px !important;
          height: 12px !important; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-up, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-up {
          background: transparent url("images/bullet_arrow_up.png") no-repeat center center; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-down, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-stepper .v-stepper-down {
          background: transparent url("images/bullet_arrow_down.png") no-repeat center center; }
      html .v-window .v-window-wrap .v-scrollable > .v-widget .v-filterselect input.v-filterselect-input, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-filterselect input.v-filterselect-input {
        width: 58px; }
      html .v-window .v-window-wrap .v-scrollable > .v-widget.v-csslayout-content-overlay, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget.v-csslayout-content-overlay {
        float: left;
        padding: 20px;
        width: 100%; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget.v-csslayout-content-overlay .v-csslayout-buttonPanel, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget.v-csslayout-content-overlay .v-csslayout-buttonPanel {
          padding: 0; }
          html .v-window .v-window-wrap .v-scrollable > .v-widget.v-csslayout-content-overlay .v-csslayout-buttonPanel .v-button, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget.v-csslayout-content-overlay .v-csslayout-buttonPanel .v-button {
            margin-bottom: 0; }
      html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno {
        float: left;
        width: 730px;
        padding: 20px; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-slot-sublayout-col1,
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-slot-sublayout-col2, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-slot-sublayout-col1,
        html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-slot-sublayout-col2 {
          float: left;
          width: 100%; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-sublayout-header .v-label, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-sublayout-header .v-label {
          margin-bottom: 10px; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-label-heading, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-label-heading {
          display: block;
          font-size: 24px;
          color: #333333;
          font-family: 'VistaSansBoldRegular';
          margin: 20px 0; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-bookingexecution-storno, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-bookingexecution-storno {
          padding: 0;
          width: 100%; }
          html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-bookingexecution-storno .v-csslayout-hotelname, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-bookingexecution-storno .v-csslayout-hotelname {
            width: 100%;
            margin-bottom: 20px; }
        html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-buttonPanel, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-buttonPanel {
          padding-left: 0 !important;
          padding-right: 0 !important; }
          html .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-buttonPanel > div, html.aui .v-window .v-window-wrap .v-scrollable > .v-widget .v-csslayout-bookingexecution-storno .v-csslayout-buttonPanel > div {
            margin-bottom: 0 !important; }
  html .v-window.load-template-window .v-panel, html .v-window.load-template-window .v-scrollable, html.aui .v-window.load-template-window .v-panel, html.aui .v-window.load-template-window .v-scrollable {
    overflow: visible !important; }
  html .v-Notification-tray, html.aui .v-Notification-tray {
    background: #bbb;
    position: fixed !important; }
    html .v-Notification-tray .popupContent, html .v-Notification-tray .gwt-HTML, html.aui .v-Notification-tray .popupContent, html.aui .v-Notification-tray .gwt-HTML {
      background: #bbb; }

html, html.aui {
  	/* trims the confirm dialog to the same look&feel as defined for the standard overlay layout,
  	   since this raises side effects in the overlay content, below definitions should become deprecated.
  	   If a common implementation of all overlays is granted and fulfilled, below definitions can be reemoved.
  
  	.popupContent {
  		.v-embedded-image {
  			display: none !important;
  		}
  		
  		.v-expand {
  			padding: 0 !important;
  		}
  		
  		.v-align-right {
  			text-align: left !important;
  			
  			.v-slot {
  				float: left;
  				
  				.v-icon {
  					display: none !important;
  				}		
  			
  				&:before {
  					display: none !important;
  				}
  				
  				&:first-child {
  					.v-button {
  						float: left;
  						
  						@include primary-CTA-button();		
  					}
  				}
  				
  				&:last-child {
  					.v-button {
  						float: left;
  						
  						.v-button-wrap {
  							float: left;
  							padding: 8px 13px;
  							
  							.v-button-caption {
  								color: $boldLinkSimpleText;
  								float: left;
  								font-size: $fontHeaderNav;
  								text-decoration: none				
  							}
  						}				
  					}
  				}
  			}
  		}
  	}
  	*/ }
  html .v-Notification-system, html.aui .v-Notification-system {
    background: #B40000; }
    html .v-Notification-system h1, html .v-Notification-system p, html.aui .v-Notification-system h1, html.aui .v-Notification-system p {
      margin-left: 55px; }
  html .v-Notification-error, html.aui .v-Notification-error {
    background: #fff;
    width: 400px;
    opacity: 1 !important;
    padding: 0px;
    border: 1px solid #fff;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
    html .v-Notification-error .gwt-HTML, html.aui .v-Notification-error .gwt-HTML {
      float: left;
      opacity: 1; }
      html .v-Notification-error .gwt-HTML h1, html.aui .v-Notification-error .gwt-HTML h1 {
        position: relative;
        background: #333333 url("images/icon_alert_white.png") no-repeat 20px 10px;
        opacity: 1;
        display: block;
        width: 353px;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
        color: #fff;
        font-size: 16px;
        padding: 10px 0;
        padding-left: 47px;
        margin: 0; }
        html .v-Notification-error .gwt-HTML h1:after, html.aui .v-Notification-error .gwt-HTML h1:after {
          content: '';
          display: block;
          position: absolute;
          background: transparent url("images/icon_close_overlay.png") no-repeat left top;
          width: 13px;
          height: 13px;
          right: 10px;
          top: 10px; }
      html .v-Notification-error .gwt-HTML h2, html.aui .v-Notification-error .gwt-HTML h2 {
        font-size: 12px;
        font-family: 'VistaSansBoldRegular';
        display: block;
        opacity: 1;
        color: #333333;
        font-weight: normal;
        padding: 20px;
        margin: 0; }
      html .v-Notification-error .gwt-HTML ul, html.aui .v-Notification-error .gwt-HTML ul {
        margin-top: 0;
        margin-bottom: 0; }
        html .v-Notification-error .gwt-HTML ul li, html.aui .v-Notification-error .gwt-HTML ul li {
          font-size: 12px;
          color: #333333;
          font-family: 'VistaSansAltRegRegular' !important;
          font-weight: normal;
          line-height: 16px;
          margin-bottom: 8px; }
      html .v-Notification-error .gwt-HTML p, html.aui .v-Notification-error .gwt-HTML p {
        /*display: none;*/
        color: #000; }
      html .v-Notification-error .gwt-HTML button, html.aui .v-Notification-error .gwt-HTML button {
        margin: 20px;
        font-weight: normal;
        text-shadow: none; }
        html .v-Notification-error .gwt-HTML button, html .v-Notification-error .gwt-HTML button:focus, html.aui .v-Notification-error .gwt-HTML button, html.aui .v-Notification-error .gwt-HTML button:focus {
          background: #ac2a6e;
          float: left;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          border: none;
          padding: 0px 13px;
          color: #fff;
          float: left;
          font-size: 12px;
          font-weight: normal;
          text-decoration: none;
          line-height: 31px; }
        html .v-Notification-error .gwt-HTML button:hover, html.aui .v-Notification-error .gwt-HTML button:hover {
          background: #c1327d; }
  html .v-csslayout-bookingtemplate-save,
  html .v-csslayout-bookingtemplate-load, html.aui .v-csslayout-bookingtemplate-save,
  html.aui .v-csslayout-bookingtemplate-load {
    float: left;
    background: #fff;
    padding: 20px;
    width: 730px;
    /*
    > .v-label {
    	float: left;
    	white-space: normal;
    	width: 100%;
    }
    */ }
    html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form,
    html .v-csslayout-bookingtemplate-save .v-csslayout-load-form,
    html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form,
    html .v-csslayout-bookingtemplate-load .v-csslayout-load-form, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form,
    html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form,
    html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form,
    html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form {
      position: relative;
      float: left;
      width: 690px;
      margin-top: 20px; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form > .v-textfield,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form > .v-textfield,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form > .v-textfield,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form > .v-textfield, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form > .v-textfield,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form > .v-textfield,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form > .v-textfield,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form > .v-textfield {
        float: left;
        font-size: 14px;
        font-family: arial, sans-serif;
        font-style: normal;
        padding: 0 7px;
        height: 30px;
        border: 1px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
        -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
        box-shadow: inset 0 1px 2px 0 #dddddd;
        outline: 0 !important;
        width: 370px; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-label,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-label,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-label,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-label, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-label,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-label,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-label,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-label {
        float: left;
        width: 100%;
        margin-bottom: 8px;
        color: #666666;
        font-size: 12px;
        font-family: 'VistaSansAltRegRegular';
        font-weight: normal;
        line-height: normal; }
        html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-label.v-label-locationFinderLabel,
        html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-label.v-label-locationFinderLabel,
        html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-label.v-label-locationFinderLabel,
        html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-label.v-label-locationFinderLabel, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-label.v-label-locationFinderLabel,
        html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-label.v-label-locationFinderLabel,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-label.v-label-locationFinderLabel,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-label.v-label-locationFinderLabel {
          margin-top: 20px; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-filterselect,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-filterselect,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-filterselect,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-filterselect, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-filterselect,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-filterselect,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-filterselect,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-filterselect {
        float: left;
        margin: 0; }
        html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-filterselect input,
        html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-filterselect input,
        html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-filterselect input,
        html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-filterselect input, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-filterselect input,
        html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-filterselect input,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-filterselect input,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-filterselect input {
          width: 366px !important; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-locationFinder,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-locationFinder,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-locationFinder,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-locationFinder, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-locationFinder,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-locationFinder,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-locationFinder,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-locationFinder {
        position: relative;
        float: left;
        clear: left; }
        html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults,
        html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults,
        html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults,
        html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults,
        html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-locationFinder .v-csslayout-locationFinderResults {
          position: absolute;
          left: 0;
          top: 85px; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-panel-content-locationFinderEntry,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-panel-content-locationFinderEntry,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-panel-content-locationFinderEntry,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-panel-content-locationFinderEntry, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-panel-content-locationFinderEntry,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-panel-content-locationFinderEntry,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-panel-content-locationFinderEntry,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-panel-content-locationFinderEntry {
        float: left;
        background: #fff;
        border: 2px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        padding: 5px; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry {
        background: transparent url("images/bg_glass.png") no-repeat 10px center;
        background-color: #fff; }
        html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry,
        html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry,
        html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry,
        html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry,
        html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-panel-content-locationFinderEntry.v-panel-content-locationFinderEntry input.v-textfield-locationFinderEntry {
          color: #333333;
          font-size: 14px;
          font-weight: normal !important;
          width: 367px;
          border: none;
          margin-left: 20px;
          padding-bottom: 0 !important;
          padding-top: 0px !important;
          height: 18px;
          background: none !important;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-textfield-error,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-textfield-error,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-textfield-error,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-textfield-error, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-textfield-error,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-textfield-error,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-textfield-error,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-textfield-error {
        border: none !important; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange,
      html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange,
      html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange,
      html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange,
      html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 260px; }
        html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel,
        html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel,
        html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel,
        html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel,
        html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel {
          float: left;
          width: 100%; }
          html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates,
          html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates,
          html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates,
          html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates,
          html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates,
          html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates,
          html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates {
            float: left;
            width: 100%; }
            html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button,
            html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button,
            html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button,
            html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button,
            html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button,
            html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button,
            html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button {
              width: 120px; }
              html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap,
              html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap,
              html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap,
              html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap,
              html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap,
              html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap,
              html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap {
                padding: 4px 0;
                width: 112px; }
                html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption,
                html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption,
                html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption,
                html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption,
                html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption,
                html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption,
                html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button .v-button-wrap .v-button-caption {
                  font-size: 12px; }
              html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled,
              html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled,
              html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled,
              html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled,
              html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled,
              html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled,
              html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-button.v-disabled {
                padding-left: 0 !important;
                height: auto !important; }
            html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate,
            html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate,
            html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate,
            html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate,
            html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate,
            html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate,
            html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate {
              float: right; }
        html .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender,
        html .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender,
        html .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender,
        html .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-templatename-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender,
        html.aui .v-csslayout-bookingtemplate-save .v-csslayout-load-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-templatename-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender,
        html.aui .v-csslayout-bookingtemplate-load .v-csslayout-load-form .v-csslayout-dateRange .v-csslayout-dateRangeCalender {
          top: 60px;
          left: -402px;
          z-index: 999999; }
    html .v-csslayout-bookingtemplate-save .v-csslayout-buttonPanel,
    html .v-csslayout-bookingtemplate-load .v-csslayout-buttonPanel, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-buttonPanel,
    html.aui .v-csslayout-bookingtemplate-load .v-csslayout-buttonPanel {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      html .v-csslayout-bookingtemplate-save .v-csslayout-buttonPanel > div,
      html .v-csslayout-bookingtemplate-load .v-csslayout-buttonPanel > div, html.aui .v-csslayout-bookingtemplate-save .v-csslayout-buttonPanel > div,
      html.aui .v-csslayout-bookingtemplate-load .v-csslayout-buttonPanel > div {
        margin-bottom: 0 !important; }
  html .v-csslayout-AttendeeBillingWindow, html.aui .v-csslayout-AttendeeBillingWindow {
    float: left;
    background: #fff;
    padding: 20px;
    width: 730px; }
    html .v-csslayout-AttendeeBillingWindow > .v-label, html.aui .v-csslayout-AttendeeBillingWindow > .v-label {
      float: left;
      white-space: normal;
      width: 100%; }
    html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail {
      float: left;
      width: 100%; }
      html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-caption, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-caption {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #666666;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        margin-bottom: 8px; }
      html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-select-optiongroup, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-select-optiongroup {
        float: left;
        padding: 10px 0;
        width: 100%; }
        html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-select-optiongroup .v-select-option, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-select-optiongroup .v-select-option {
          margin-bottom: 15px; }
          html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-select-optiongroup .v-select-option label, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail .v-select-optiongroup .v-select-option label {
            padding-left: 5px; }
      html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout {
        float: left;
        width: 100%; }
        html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-verticallayout-din5008address, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-verticallayout-din5008address {
          float: left;
          clear: both;
          width: 320px !important;
          background: #f0f0f0;
          border: 1px solid #dddddd;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          padding: 10px 0;
          margin-bottom: 20px; }
          html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-verticallayout-din5008address .v-slot-address > .v-label-address, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-verticallayout-din5008address .v-slot-address > .v-label-address {
            padding-bottom: 5px;
            padding-left: 10px;
            padding-right: 10px; }
            html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-1AZ, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-verticallayout-din5008address .v-slot-address > .v-label-address.v-label-1AZ {
              font-family: 'VistaSansBoldRegular';
              font-weight: normal;
              padding-bottom: 10px; }
        html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-filterselect, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-filterselect {
          float: left;
          margin: 0;
          margin-bottom: 20px; }
          html .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-filterselect input, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-AttendeeBillingDetail > .v-csslayout .v-filterselect input {
            width: 320px !important; }
    html .v-csslayout-AttendeeBillingWindow .v-csslayout-buttonPanel, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-buttonPanel {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      html .v-csslayout-AttendeeBillingWindow .v-csslayout-buttonPanel > div, html.aui .v-csslayout-AttendeeBillingWindow .v-csslayout-buttonPanel > div {
        margin-bottom: 0 !important; }
  html .v-csslayout-offer, html.aui .v-csslayout-offer {
    float: left;
    background: #fff;
    padding: 20px;
    width: 797px; }
    html .v-csslayout-offer .v-csslayout-hotelname, html.aui .v-csslayout-offer .v-csslayout-hotelname {
      float: left;
      position: relative;
      width: 100%;
      padding-bottom: 20px; }
      html .v-csslayout-offer .v-csslayout-hotelname .v-gridlayout-image_container, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-gridlayout-image_container {
        width: 80px !important;
        height: 60px !important;
        float: left; }
        html .v-csslayout-offer .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot {
          left: 0 !important;
          top: 0 !important; }
          html .v-csslayout-offer .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot img, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot img {
            width: 100%;
            height: 100%; }
      html .v-csslayout-offer .v-csslayout-hotelname .v-button-hotelname, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-button-hotelname {
        float: left;
        margin-left: 10px; }
        html .v-csslayout-offer .v-csslayout-hotelname .v-button-hotelname .v-button-caption, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-button-hotelname .v-button-caption {
          float: left;
          font-size: 14px;
          font-weight: normal;
          color: #555555;
          white-space: normal !important;
          border-bottom: 1px solid #d8d8d8;
          padding-bottom: 1px;
          margin-bottom: 6px;
          text-decoration: none; }
      html .v-csslayout-offer .v-csslayout-hotelname .v-label-hotelcategory, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-label-hotelcategory {
        float: left;
        padding-left: 4px;
        font-size: 14px;
        color: #555555;
        padding-bottom: 2px;
        margin-bottom: 6px;
        border-bottom: 1px solid transparent; }
      html .v-csslayout-offer .v-csslayout-hotelname .v-label-hoteladdress, html.aui .v-csslayout-offer .v-csslayout-hotelname .v-label-hoteladdress {
        position: absolute;
        left: 78px;
        top: 24px;
        font-size: 14px;
        line-height: 16px;
        color: #666666;
        font-style: italic;
        margin-left: 10px; }
    html .v-csslayout-offer .v-csslayout-buttonPanel, html.aui .v-csslayout-offer .v-csslayout-buttonPanel {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      html .v-csslayout-offer .v-csslayout-buttonPanel > div, html.aui .v-csslayout-offer .v-csslayout-buttonPanel > div {
        margin-bottom: 0 !important; }
  html .v-csslayout-confirm, html.aui .v-csslayout-confirm {
    float: left;
    background: #fff;
    padding: 20px;
    width: 100%; }
    html .v-csslayout-confirm .v-csslayout-buttonPanel, html.aui .v-csslayout-confirm .v-csslayout-buttonPanel {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      html .v-csslayout-confirm .v-csslayout-buttonPanel > div, html.aui .v-csslayout-confirm .v-csslayout-buttonPanel > div {
        margin-bottom: 0 !important; }
  html .v-csslayout-timeSetLayout, html.aui .v-csslayout-timeSetLayout {
    float: left;
    padding: 20px;
    width: 359px; }
    html .v-csslayout-timeSetLayout > .v-csslayout, html.aui .v-csslayout-timeSetLayout > .v-csslayout {
      float: left;
      width: 100%;
      position: relative; }
      html .v-csslayout-timeSetLayout > .v-csslayout > .v-caption, html.aui .v-csslayout-timeSetLayout > .v-csslayout > .v-caption {
        float: left;
        line-height: 30px;
        margin-left: 20px;
        margin-right: 10px; }
    html .v-csslayout-timeSetLayout .v-csslayout-buttonPanel, html.aui .v-csslayout-timeSetLayout .v-csslayout-buttonPanel {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      html .v-csslayout-timeSetLayout .v-csslayout-buttonPanel > div, html.aui .v-csslayout-timeSetLayout .v-csslayout-buttonPanel > div {
        margin-bottom: 0 !important; }
  html .v-csslayout-attendeeEditPanel, html.aui .v-csslayout-attendeeEditPanel {
    float: left;
    padding: 20px;
    width: 795px; }
    html .v-csslayout-attendeeEditPanel .v-csslayout-column, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column {
      float: left;
      width: 260px; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-textfield, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-textfield {
        float: left;
        margin-top: 8px;
        margin-bottom: 16px;
        width: 220px;
        font-size: 14px;
        font-family: arial, sans-serif;
        font-style: normal;
        padding: 0 7px;
        height: 30px;
        border: 1px solid #dddddd;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
        -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
        box-shadow: inset 0 1px 2px 0 #dddddd;
        outline: 0 !important; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-filterselect, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-filterselect {
        margin-top: 8px;
        margin-bottom: 16px; }
        html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-filterselect input, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-filterselect input {
          width: 212px !important; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-select-optiongroup, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-select-optiongroup {
        float: left;
        margin-top: 8px;
        margin-bottom: 16px;
        line-height: 30px; }
        html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-select-optiongroup .v-select-option, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-select-optiongroup .v-select-option {
          display: inline;
          float: left; }
          html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-select-optiongroup .v-select-option label, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-select-optiongroup .v-select-option label {
            padding-left: 8px;
            margin-right: 16px;
            font-size: 12px;
            color: #666666;
            font-family: 'VistaSansBoldRegular'; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-checkbox, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-checkbox {
        float: left;
        margin: 8px 0; }
        html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-checkbox input, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-checkbox input {
          float: left; }
        html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-checkbox label, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-checkbox label {
          float: left;
          padding-left: 24px;
          line-height: 16px;
          display: block;
          margin-left: 8px;
          color: #666666;
          font-family: 'VistaSansBoldRegular'; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-csslayout-trainer label, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-csslayout-trainer label {
        background: transparent url("images/icon_trainer.png") no-repeat left center; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-csslayout-performanceConsumer label, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-csslayout-performanceConsumer label {
        background: transparent url("images/icon_signature.png") no-repeat left center; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-caption, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-caption {
        float: left;
        width: 100%; }
        html .v-csslayout-attendeeEditPanel .v-csslayout-column .v-caption .v-captiontext, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column .v-caption .v-captiontext {
          font-size: 12px;
          display: block;
          color: #666666;
          font-family: 'VistaSansBoldRegular'; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-column:last-child, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-column:last-child {
        width: auto; }
    html .v-csslayout-attendeeEditPanel .v-csslayout-buttonPanel, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-buttonPanel {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      html .v-csslayout-attendeeEditPanel .v-csslayout-buttonPanel > div, html.aui .v-csslayout-attendeeEditPanel .v-csslayout-buttonPanel > div {
        margin-bottom: 0 !important; }

html .v-csslayout-toolbox-slider, html.aui .v-csslayout-toolbox-slider {
  float: left;
  width: 267px; }
  html .v-csslayout-toolbox-slider .v-slider-handle, html.aui .v-csslayout-toolbox-slider .v-slider-handle {
    background: transparent url("images/icon_slider.png") no-repeat left center;
    width: 17px;
    height: 17px;
    margin-top: -8px; }
  html .v-csslayout-toolbox-slider .v-label-toolbox-slider-min,
  html .v-csslayout-toolbox-slider .v-label-toolbox-slider-max, html.aui .v-csslayout-toolbox-slider .v-label-toolbox-slider-min,
  html.aui .v-csslayout-toolbox-slider .v-label-toolbox-slider-max {
    font-size: 12px;
    color: #666666;
    padding-top: 5px; }
  html .v-csslayout-toolbox-slider .v-label-toolbox-slider-min, html.aui .v-csslayout-toolbox-slider .v-label-toolbox-slider-min {
    float: left; }
  html .v-csslayout-toolbox-slider .v-label-toolbox-slider-value, html.aui .v-csslayout-toolbox-slider .v-label-toolbox-slider-value {
    display: none; }
  html .v-csslayout-toolbox-slider .v-label-toolbox-slider-max, html.aui .v-csslayout-toolbox-slider .v-label-toolbox-slider-max {
    float: right; }

html .tabsheet-menu, html.aui .tabsheet-menu {
  float: left;
  overflow: visible !important;
  position: relative; }
  html .tabsheet-menu .tabsheettab, html.aui .tabsheet-menu .tabsheettab {
    display: inline-block !important; }
  html .tabsheet-menu .v-spacing, html.aui .tabsheet-menu .v-spacing {
    width: 5px; }
  html .tabsheet-menu > .v-verticallayout, html .tabsheet-menu .tabsheet-content, html.aui .tabsheet-menu > .v-verticallayout, html.aui .tabsheet-menu .tabsheet-content {
    border: 1px solid #dddddd;
    border-top: 2px solid #dddddd;
    margin-top: 0; }
html .button-style-tabitem, html .button-style-tabitem-active, html.aui .button-style-tabitem, html.aui .button-style-tabitem-active {
  float: left;
  height: auto;
  background: #f0f0f0;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 0; }
  html .button-style-tabitem .v-button-wrap, html .button-style-tabitem-active .v-button-wrap, html.aui .button-style-tabitem .v-button-wrap, html.aui .button-style-tabitem-active .v-button-wrap {
    padding: 0;
    height: auto; }
    html .button-style-tabitem .v-button-wrap .v-button-caption, html .button-style-tabitem-active .v-button-wrap .v-button-caption, html.aui .button-style-tabitem .v-button-wrap .v-button-caption, html.aui .button-style-tabitem-active .v-button-wrap .v-button-caption {
      float: left;
      font-size: 14px;
      color: #666666;
      font-weight: normal;
      padding: 12px 12px;
      padding-bottom: 11px;
      line-height: normal; }
  html .button-style-tabitem.button-style-tabitem-active, html .button-style-tabitem-active.button-style-tabitem-active, html.aui .button-style-tabitem.button-style-tabitem-active, html.aui .button-style-tabitem-active.button-style-tabitem-active {
    background: #fff;
    position: relative; }
    html .button-style-tabitem.button-style-tabitem-active:after, html .button-style-tabitem-active.button-style-tabitem-active:after, html.aui .button-style-tabitem.button-style-tabitem-active:after, html.aui .button-style-tabitem-active.button-style-tabitem-active:after {
      content: '';
      z-index: 1;
      position: absolute;
      background: #fff;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      width: 100%;
      height: 2px;
      left: -1px;
      bottom: -2px; }
html .v-tabsheet, html.aui .v-tabsheet {
  float: left;
  overflow: visible !important;
  position: relative; }
  html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-scroller, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-scroller {
    border: none;
    position: absolute;
    right: 0;
    top: 0; }
  html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell {
    position: relative; }
    html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell.v-tabsheet-tabitemcell-first, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell.v-tabsheet-tabitemcell-first {
      padding-left: 0; }
    html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
      float: left;
      height: auto;
      background: #f0f0f0;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
      border-left: 1px solid #dddddd;
      border-top: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      padding: 0; }
      html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem.v-tabsheet-tabitem-selected, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem.v-tabsheet-tabitem-selected {
        background: #fff;
        position: relative; }
        html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem.v-tabsheet-tabitem-selected:after, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem.v-tabsheet-tabitem-selected:after {
          content: '';
          z-index: 1;
          position: absolute;
          background: #fff;
          border-left: 1px solid #dddddd;
          border-right: 1px solid #dddddd;
          width: 100%;
          height: 2px;
          left: -1px;
          bottom: 0; }
      html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption {
        padding: 0;
        height: auto; }
        html .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption .v-captiontext, html.aui .v-tabsheet .v-tabsheet-tabcontainer .v-tabsheet-tabs .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption .v-captiontext {
          float: left;
          font-size: 14px;
          color: #666666;
          font-weight: normal;
          padding-top: 12px;
          padding-right: 25px;
          padding-bottom: 5px;
          padding-left: 25px; }
  html .v-tabsheet .v-tabsheet-content, html.aui .v-tabsheet .v-tabsheet-content {
    border-top: 2px solid #dddddd;
    margin-top: -2px; }
html .selecthotel-resultmenu, html.aui .selecthotel-resultmenu {
  float: left; }
  html .selecthotel-resultmenu > div, html.aui .selecthotel-resultmenu > div {
    float: left; }
    html .selecthotel-resultmenu > div .v-button-caption, html.aui .selecthotel-resultmenu > div .v-button-caption {
      float: left;
      font-size: 14px;
      padding: 10px 20px;
      color: #5e646b;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd; }
    html .selecthotel-resultmenu > div .active .v-button-caption, html.aui .selecthotel-resultmenu > div .active .v-button-caption {
      background: #fff;
      position: relative; }
      html .selecthotel-resultmenu > div .active .v-button-caption:after, html.aui .selecthotel-resultmenu > div .active .v-button-caption:after {
        content: '';
        display: block;
        height: 2px;
        background: #fff;
        left: 0;
        bottom: -2px;
        position: absolute;
        width: 100%; }
    html .selecthotel-resultmenu > div.selecthotel-resultmenuhelp .v-label, html.aui .selecthotel-resultmenu > div.selecthotel-resultmenuhelp .v-label {
      line-height: normal;
      padding-left: 20px;
      padding-top: 13px; }
    html .selecthotel-resultmenu > div.selecthotel-resultmenuoffercompare, html.aui .selecthotel-resultmenu > div.selecthotel-resultmenuoffercompare {
      float: right;
      text-transform: uppercase; }
      html .selecthotel-resultmenu > div.selecthotel-resultmenuoffercompare .v-button-caption, html.aui .selecthotel-resultmenu > div.selecthotel-resultmenuoffercompare .v-button-caption {
        border: 0;
        padding-right: 2px;
        color: #ac2a6e; }
html .hotelresultlist, html.aui .hotelresultlist {
  background: #fff;
  border: 1px solid #dddddd;
  border-top: 2px solid #dddddd; }

html .locationFinderResultTable .v-table-row td, html .locationFinderResultTable .v-table-row-odd td, html.aui .locationFinderResultTable .v-table-row td, html.aui .locationFinderResultTable .v-table-row-odd td {
  cursor: pointer;
  padding: 0 !important; }
html .locationFinderResultTable .v-table-row.v-table-row-icon-hotel .v-table-cell-wrapper, html .locationFinderResultTable .v-table-row-odd.v-table-row-icon-hotel .v-table-cell-wrapper, html.aui .locationFinderResultTable .v-table-row.v-table-row-icon-hotel .v-table-cell-wrapper, html.aui .locationFinderResultTable .v-table-row-odd.v-table-row-icon-hotel .v-table-cell-wrapper {
  background: transparent url("images/icon_as_marker.png") no-repeat 6px 7px;
  background-size: 16px 16px; }
html .locationFinderResultTable .v-table-row.v-table-row-icon-region .v-table-cell-wrapper, html .locationFinderResultTable .v-table-row-odd.v-table-row-icon-region .v-table-cell-wrapper, html.aui .locationFinderResultTable .v-table-row.v-table-row-icon-region .v-table-cell-wrapper, html.aui .locationFinderResultTable .v-table-row-odd.v-table-row-icon-region .v-table-cell-wrapper {
  background: transparent url("images/icon_as_region.png") no-repeat 6px 7px;
  background-size: 16px 16px; }
html .locationFinderResultTable .v-table-row.v-table-row-icon-city .v-table-cell-wrapper, html .locationFinderResultTable .v-table-row-odd.v-table-row-icon-city .v-table-cell-wrapper, html.aui .locationFinderResultTable .v-table-row.v-table-row-icon-city .v-table-cell-wrapper, html.aui .locationFinderResultTable .v-table-row-odd.v-table-row-icon-city .v-table-cell-wrapper {
  background: transparent url("images/icon_as_city.png") no-repeat 6px 7px;
  background-size: 16px 16px; }
html .locationFinderResultTable .v-table-row .v-table-cell-wrapper .v-label, html .locationFinderResultTable .v-table-row-odd .v-table-cell-wrapper .v-label, html.aui .locationFinderResultTable .v-table-row .v-table-cell-wrapper .v-label, html.aui .locationFinderResultTable .v-table-row-odd .v-table-cell-wrapper .v-label {
  width: auto !important;
  padding-left: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  margin-bottom: 0; }
  html .locationFinderResultTable .v-table-row .v-table-cell-wrapper .v-label em, html .locationFinderResultTable .v-table-row-odd .v-table-cell-wrapper .v-label em, html.aui .locationFinderResultTable .v-table-row .v-table-cell-wrapper .v-label em, html.aui .locationFinderResultTable .v-table-row-odd .v-table-cell-wrapper .v-label em {
    font-weight: normal !important;
    font-style: normal !important; }
html .locationFinderResultTable .v-table-row:hover td, html .locationFinderResultTable .v-table-row-odd:hover td, html.aui .locationFinderResultTable .v-table-row:hover td, html.aui .locationFinderResultTable .v-table-row-odd:hover td {
  background: #c2dcff !important; }
html .v-csslayout-locationFinderResults, html.aui .v-csslayout-locationFinderResults {
  position: absolute;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  top: 50px;
  background: #fff;
  width: 633px;
  z-index: 999999; }
  html .v-csslayout-locationFinderResults:after, html.aui .v-csslayout-locationFinderResults:after {
    content: '';
    display: block;
    background: transparent url("images/bg_arrow_up_white.png") no-repeat left top;
    width: 19px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: -8px; }
  html .v-csslayout-locationFinderResults .v-table-row td, html .v-csslayout-locationFinderResults .v-table-row-odd td, html.aui .v-csslayout-locationFinderResults .v-table-row td, html.aui .v-csslayout-locationFinderResults .v-table-row-odd td {
    cursor: pointer;
    padding: 0 !important; }
  html .v-csslayout-locationFinderResults .v-table-row.v-table-row-icon-hotel .v-table-cell-wrapper, html .v-csslayout-locationFinderResults .v-table-row-odd.v-table-row-icon-hotel .v-table-cell-wrapper, html.aui .v-csslayout-locationFinderResults .v-table-row.v-table-row-icon-hotel .v-table-cell-wrapper, html.aui .v-csslayout-locationFinderResults .v-table-row-odd.v-table-row-icon-hotel .v-table-cell-wrapper {
    background: transparent url("images/icon_as_marker.png") no-repeat 6px 7px;
    background-size: 16px 16px; }
  html .v-csslayout-locationFinderResults .v-table-row.v-table-row-icon-region .v-table-cell-wrapper, html .v-csslayout-locationFinderResults .v-table-row-odd.v-table-row-icon-region .v-table-cell-wrapper, html.aui .v-csslayout-locationFinderResults .v-table-row.v-table-row-icon-region .v-table-cell-wrapper, html.aui .v-csslayout-locationFinderResults .v-table-row-odd.v-table-row-icon-region .v-table-cell-wrapper {
    background: transparent url("images/icon_as_region.png") no-repeat 6px 7px;
    background-size: 16px 16px; }
  html .v-csslayout-locationFinderResults .v-table-row.v-table-row-icon-city .v-table-cell-wrapper, html .v-csslayout-locationFinderResults .v-table-row-odd.v-table-row-icon-city .v-table-cell-wrapper, html.aui .v-csslayout-locationFinderResults .v-table-row.v-table-row-icon-city .v-table-cell-wrapper, html.aui .v-csslayout-locationFinderResults .v-table-row-odd.v-table-row-icon-city .v-table-cell-wrapper {
    background: transparent url("images/icon_as_city.png") no-repeat 6px 7px;
    background-size: 16px 16px; }
  html .v-csslayout-locationFinderResults .v-table-row .v-table-cell-wrapper .v-label, html .v-csslayout-locationFinderResults .v-table-row-odd .v-table-cell-wrapper .v-label, html.aui .v-csslayout-locationFinderResults .v-table-row .v-table-cell-wrapper .v-label, html.aui .v-csslayout-locationFinderResults .v-table-row-odd .v-table-cell-wrapper .v-label {
    width: auto !important;
    padding-left: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    margin-bottom: 0; }
    html .v-csslayout-locationFinderResults .v-table-row .v-table-cell-wrapper .v-label em, html .v-csslayout-locationFinderResults .v-table-row-odd .v-table-cell-wrapper .v-label em, html.aui .v-csslayout-locationFinderResults .v-table-row .v-table-cell-wrapper .v-label em, html.aui .v-csslayout-locationFinderResults .v-table-row-odd .v-table-cell-wrapper .v-label em {
      font-weight: normal !important;
      font-style: normal !important; }
  html .v-csslayout-locationFinderResults .v-table-row:hover td, html .v-csslayout-locationFinderResults .v-table-row-odd:hover td, html.aui .v-csslayout-locationFinderResults .v-table-row:hover td, html.aui .v-csslayout-locationFinderResults .v-table-row-odd:hover td {
    background: #c2dcff !important; }
  html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem,
  html .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem,
  html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem {
    float: left;
    width: 631px;
    position: relative;
    padding: 5px 20px;
    cursor: pointer; }
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-button,
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem .v-button, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-button,
    html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem .v-button {
      float: left; }
      html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-button .v-button-caption,
      html .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem .v-button .v-button-caption, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-button .v-button-caption,
      html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem .v-button .v-button-caption {
        float: left;
        font-size: 14px;
        font-weight: normal;
        color: #555555;
        text-decoration: none;
        white-space: normal;
        padding-bottom: 1px; }
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-label,
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem .v-label, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-label,
    html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem .v-label {
      float: left;
      cursor: pointer;
      margin-left: 10px;
      font-size: 14px !important;
      line-height: 16px;
      color: #666666 !important;
      font-style: italic;
      font-weight: normal !important;
      font-family: 'VistaSansAltRegRegular' !important;
      width: auto !important;
      padding: 0 !important; }
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem:hover, html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem.v-csslayout-locationFinderResultFocus,
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem:hover,
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem.v-csslayout-locationFinderResultFocus, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem:hover, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem.v-csslayout-locationFinderResultFocus,
    html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem:hover,
    html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderCityResultItem.v-csslayout-locationFinderResultFocus {
      background: white; }
  html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem {
    float: left;
    cursor: pointer;
    width: 631px;
    position: relative;
    padding: 5px 20px;
    cursor: pointer; }
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem:hover, html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem.v-csslayout-locationFinderResultFocus, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem:hover, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem.v-csslayout-locationFinderResultFocus {
      background: white;
      cursor: pointer; }
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem:last-child, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem:last-child {
      border-bottom: none !important; }
    html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname {
      width: 100%; }
      html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname .v-gridlayout-image_container, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname .v-gridlayout-image_container {
        width: 63px !important;
        height: 47px !important;
        float: left; }
        html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot {
          left: 0 !important;
          top: 0 !important; }
          html .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot img, html.aui .v-csslayout-locationFinderResults .v-csslayout-locationFinderResultItem .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot img {
            float: left;
            width: 63px;
            height: 47px; }
html #BookingNew.v-panel, html.aui #BookingNew.v-panel {
  overflow: visible !important; }
  html #BookingNew.v-panel .v-panel-content .v-panel-light, html.aui #BookingNew.v-panel .v-panel-content .v-panel-light {
    overflow: visible !important; }

.v-csslayout-dashboard .v-csslayout-togglebar {
  margin: 20px 0 !important; }
  .v-csslayout-dashboard .v-csslayout-togglebar .v-label {
    width: auto !important; }

.v-csslayout-contentTogglebar {
  float: left;
  width: 100%; }

.v-csslayout-sidebarTogglebar {
  float: left;
  width: 304px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  border: 1px solid #dddddd;
  background: white; }
  .v-csslayout-sidebarTogglebar .v-csslayout-togglebar {
    float: left;
    width: 100%;
    position: relative; }
    .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-label-togglelabel {
      float: left;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
      font-size: 18px;
      color: #333333;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal; }
    .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button {
      position: absolute;
      right: 16px;
      top: 10px; }
      .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button .v-button-caption {
        display: block;
        background: transparent url("images/btn_toggle_up.png") no-repeat left center;
        height: 28px;
        width: 28px;
        text-indent: -99999px; }
      .v-csslayout-sidebarTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-close .v-button-caption {
        background: transparent url("images/btn_toggle_down.png") no-repeat left center; }
  .v-csslayout-sidebarTogglebar .v-csslayout-toolbox-content {
    float: left;
    padding: 16px;
    padding-top: 0;
    padding-bottom: 20px;
    width: 100%; }

.v-csslayout-contentTogglebar .v-panel-content-togglebar {
  width: 100% !important;
  height: auto !important; }
  .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-gridlayout-slot {
    position: relative !important; }
  .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar {
    float: left;
    position: relative;
    width: 100%;
    background-color: #999999;
    background: #999999;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#888888));
    background: -webkit-linear-gradient(#999999, #888888);
    background: -moz-linear-gradient(#999999, #888888);
    background: -ms-linear-gradient(#999999, #888888);
    background: -o-linear-gradient(#999999, #888888);
    background: linear-gradient(#999999, #888888);
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    margin-bottom: 5px; }
    .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar:hover {
      background-color: #888888;
      background: #888888;
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#999999));
      background: -webkit-linear-gradient(#888888, #999999);
      background: -moz-linear-gradient(#888888, #999999);
      background: -ms-linear-gradient(#888888, #999999);
      background: -o-linear-gradient(#888888, #999999);
      background: linear-gradient(#888888, #999999); }
    .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-button {
      float: left;
      padding: 5px 10px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-button .v-button-caption {
        display: block;
        background: transparent url("images/bg_togglebar_right.png") no-repeat left center;
        width: 17px;
        height: 17px;
        text-indent: -99999px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-button.v-button-togglebar-open .v-button-caption {
        background: transparent url("images/bg_togglebar_down.png") no-repeat left center; }
    .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label {
      color: #fff;
      font-size: 14px;
      line-height: 29px;
      padding-right: 10px;
      /*
      // Anzahl Teilnehmer Label
      &:nth-child(2) {
      	position: absolute;
      	left: 116px;
      	padding-right: 0;
      }
      */ }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-togglelabel {
        width: auto !important; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-totalSeminarRooms {
        float: right;
        width: 50px;
        padding-left: 40px;
        text-align: right;
        margin-right: 10px;
        background: transparent url("images/icon_seminarroom.png") no-repeat left 6px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-numberOfDinners {
        position: absolute;
        right: 10px;
        top: 0;
        width: 65px;
        padding-left: 33px;
        text-align: right;
        background: transparent url("images/icon_lunchbreak.png") no-repeat left 5px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-numberOfSecondCoffeeBreakDrinks {
        position: absolute;
        right: 83px;
        width: 55px;
        padding-left: 20px;
        text-align: right;
        background: transparent url("images/icon_coffeebreak.png") no-repeat left 3px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-numberOfLunches {
        position: absolute;
        right: 141px;
        top: 0;
        width: 65px;
        padding-left: 33px;
        text-align: right;
        background: transparent url("images/icon_lunchbreak.png") no-repeat left 5px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-numberOfFirstCoffeeBreakDrinks {
        position: absolute;
        right: 208px;
        width: 55px;
        padding-left: 20px;
        text-align: right;
        background: transparent url("images/icon_coffeebreak.png") no-repeat left 3px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-numberOfWelcomeCoffees {
        position: absolute;
        right: 268px;
        top: 0;
        width: 57px;
        padding-left: 33px;
        text-align: right;
        background: transparent url("images/icon_welcomecoffee.png") no-repeat left 5px; }
      .v-csslayout-contentTogglebar .v-panel-content-togglebar .v-csslayout-togglebar .v-label.v-label-sublayout-col2 {
        float: right;
        position: relative;
        left: 0;
        margin-right: 10px;
        padding-right: 0 !important; }

.v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar {
  float: left;
  position: relative;
  width: 100%;
  height: 29px;
  background-color: #999999;
  background: #999999;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#888888));
  background: -webkit-linear-gradient(#999999, #888888);
  background: -moz-linear-gradient(#999999, #888888);
  background: -ms-linear-gradient(#999999, #888888);
  background: -o-linear-gradient(#999999, #888888);
  background: linear-gradient(#999999, #888888);
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  margin-bottom: 5px; }
  .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar * {
    cursor: pointer; }
  .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar:hover {
    background-color: #888888;
    background: #888888;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#999999));
    background: -webkit-linear-gradient(#888888, #999999);
    background: -moz-linear-gradient(#888888, #999999);
    background: -ms-linear-gradient(#888888, #999999);
    background: -o-linear-gradient(#888888, #999999);
    background: linear-gradient(#888888, #999999); }
  .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-button {
    position: absolute;
    left: 6px;
    top: 6px; }
    .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-button .v-button-caption {
      display: block;
      background: transparent url("images/bg_togglebar_right.png") no-repeat left center;
      width: 17px;
      height: 17px;
      text-indent: -99999px; }
    .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-button.v-button-togglebar-open .v-button-caption {
      background: transparent url("images/bg_togglebar_down.png") no-repeat left center; }
  .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-gridlayout {
    height: 100% !important; }
    .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-gridlayout .v-label {
      color: #fff;
      line-height: 29px;
      white-space: nowrap; }
    .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-gridlayout > .v-gridlayout-slot:nth-child(2) .v-label {
      padding-left: 23px; }
    .v-csslayout-gridLayoutTogglebar .v-csslayout-togglebar .v-gridlayout > .v-gridlayout-slot:last-child .v-label {
      padding-right: 10px; }

html .v-menubar-submenu-navigation, html.aui .v-menubar-submenu-navigation {
  float: left;
  top: 33px !important;
  padding: 15px;
  background: #fff;
  width: 235px;
  border-bottom: 6px solid #ac2a6e;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5); }
  html .v-menubar-submenu-navigation:before, html.aui .v-menubar-submenu-navigation:before {
    content: '';
    position: absolute;
    background: transparent url("images/bg_arrow_up_white.png") no-repeat center top;
    top: -10px;
    height: 11px;
    width: 19px;
    left: 25px; }
  html .v-menubar-submenu-navigation .v-menubar-menuitem, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem {
    float: left;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    cursor: pointer; }
    html .v-menubar-submenu-navigation .v-menubar-menuitem:last-child, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem:last-child {
      padding-bottom: 0 !important; }
    html .v-menubar-submenu-navigation .v-menubar-menuitem .v-menubar-menuitem-caption, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem .v-menubar-menuitem-caption {
      color: #666666; }
      html .v-menubar-submenu-navigation .v-menubar-menuitem .v-menubar-menuitem-caption:hover, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem .v-menubar-menuitem-caption:hover {
        color: #333333 !important; }
    html .v-menubar-submenu-navigation .v-menubar-menuitem:hover .v-menubar-menuitem-caption, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem:hover .v-menubar-menuitem-caption {
      color: #333333 !important; }
  html .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-useraccountmanagement .v-menubar-menuitem-caption, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-useraccountmanagement .v-menubar-menuitem-caption {
    background: transparent url("images/icon_properties.png") no-repeat left center;
    display: block;
    line-height: 24px;
    padding-left: 24px; }
  html .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-logout .v-menubar-menuitem-caption, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-logout .v-menubar-menuitem-caption {
    background: transparent url("images/icon_logout.png") no-repeat left center;
    display: block;
    line-height: 18px;
    padding-left: 24px; }
  html .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-your-contact, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-your-contact {
    cursor: default; }
    html .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-your-contact .menu-useraccount-your-contact, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-your-contact .menu-useraccount-your-contact {
      float: left;
      width: 100%;
      margin-top: 15px; }
      html .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-your-contact .menu-useraccount-your-contact a, html.aui .v-menubar-submenu-navigation .v-menubar-menuitem-menu-useraccount-your-contact .menu-useraccount-your-contact a {
        float: left;
        color: #ac2a6e;
        margin-top: 6px; }
  html .v-menubar-submenu-navigation .v-menubar-separator-menu-useraccount-your-contact-separator, html.aui .v-menubar-submenu-navigation .v-menubar-separator-menu-useraccount-your-contact-separator {
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 95px;
    background: #eeeeee;
    border-top: 3px solid #cbcbcb;
    width: 100%;
    padding: 0; }
    html .v-menubar-submenu-navigation .v-menubar-separator-menu-useraccount-your-contact-separator span, html.aui .v-menubar-submenu-navigation .v-menubar-separator-menu-useraccount-your-contact-separator span {
      display: none; }
  html .v-menubar-submenu-navigation img, html.aui .v-menubar-submenu-navigation img {
    padding: 2px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background: white; }

html .v-csslayout-buttonPanel, html.aui .v-csslayout-buttonPanel {
  float: left;
  width: 100%;
  position: relative; }
  html .v-csslayout-buttonPanel .v-button.v-button-btnConfirm, html.aui .v-csslayout-buttonPanel .v-button.v-button-btnConfirm {
    float: left;
    margin-right: 8px;
    margin-left: 0;
    margin-top: 20px; }
    html .v-csslayout-buttonPanel .v-button.v-button-btnConfirm .v-button-wrap .v-button-caption, html .v-csslayout-buttonPanel .v-button.v-button-btnConfirm:focus .v-button-wrap .v-button-caption, html.aui .v-csslayout-buttonPanel .v-button.v-button-btnConfirm .v-button-wrap .v-button-caption, html.aui .v-csslayout-buttonPanel .v-button.v-button-btnConfirm:focus .v-button-wrap .v-button-caption {
      background: #ac2a6e;
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      border: none;
      padding: 0px 13px;
      padding-top: 2px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      line-height: 28px; }
    html .v-csslayout-buttonPanel .v-button.v-button-btnConfirm:hover .v-button-caption, html.aui .v-csslayout-buttonPanel .v-button.v-button-btnConfirm:hover .v-button-caption {
      background: #c1327d; }
  html .v-csslayout-buttonPanel .v-button.v-button-btnCancel, html.aui .v-csslayout-buttonPanel .v-button.v-button-btnCancel {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px; }
    html .v-csslayout-buttonPanel .v-button.v-button-btnCancel .v-button-wrap .v-button-caption, html.aui .v-csslayout-buttonPanel .v-button.v-button-btnCancel .v-button-wrap .v-button-caption {
      color: #ac2a6e;
      float: left;
      line-height: 30px;
      font-size: 12px;
      font-family: 'VistaSansBoldRegular';
      font-weight: normal;
      text-decoration: none; }
html .v-window .v-csslayout-buttonPanel, html.aui .v-window .v-csslayout-buttonPanel {
  border-top: none;
  /*
  &:before {
      content: '';
      display: block;
      width: 100%;
      background: $borderTab;
      height: 1px;
      display: inline-block;
  }
  */ }
html .v-window .v-csslayout-footer-area, html.aui .v-window .v-csslayout-footer-area {
  float: left;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  background: #f0f0f0 url("images/bg_info.png") no-repeat 18px 15px;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  width: 956px;
  margin-bottom: 20px; }
  html .v-window .v-csslayout-footer-area .v-label, html.aui .v-window .v-csslayout-footer-area .v-label {
    white-space: normal;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 20px; }
    html .v-window .v-csslayout-footer-area .v-label.v-label-heading, html.aui .v-window .v-csslayout-footer-area .v-label.v-label-heading {
      font-family: 'VistaSansBoldRegular';
      font-size: 14px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 10px; }
  html .v-window .v-csslayout-footer-area .v-csslayout-left,
  html .v-window .v-csslayout-footer-area .v-csslayout-right, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left,
  html.aui .v-window .v-csslayout-footer-area .v-csslayout-right {
    height: 114px; }
    html .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-left,
    html .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-left, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-left,
    html.aui .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-left {
      float: left;
      height: 114px;
      padding: 0 20px;
      width: 615px;
      border-right: 1px solid #cccccc; }
    html .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right,
    html .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right,
    html.aui .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right {
      float: right;
      padding: 0 20px;
      width: 341px;
      border-left: 1px solid white; }
      html .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-label,
      html .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-label, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-label,
      html.aui .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-label {
        padding-left: 0; }
      html .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button,
      html .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button,
      html.aui .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button {
        margin-top: 10px;
        padding: 8px 20px;
        border: 1px solid #616261;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-block;
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        border-right: 1px solid #888888;
        border-bottom: 1px solid #888888;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        background-color: #999999;
        background: #999999;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#888888));
        background: -webkit-linear-gradient(#999999, #888888);
        background: -moz-linear-gradient(#999999, #888888);
        background: -ms-linear-gradient(#999999, #888888);
        background: -o-linear-gradient(#999999, #888888);
        background: linear-gradient(#999999, #888888); }
        html .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button:hover,
        html .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button:hover, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button:hover,
        html.aui .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button:hover {
          background-color: #888888;
          background: #888888;
          background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888888), to(#999999));
          background: -webkit-linear-gradient(#888888, #999999);
          background: -moz-linear-gradient(#888888, #999999);
          background: -ms-linear-gradient(#888888, #999999);
          background: -o-linear-gradient(#888888, #999999);
          background: linear-gradient(#888888, #999999); }
        html .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button .v-button-caption,
        html .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button .v-button-caption, html.aui .v-window .v-csslayout-footer-area .v-csslayout-left.v-csslayout-right .v-button .v-button-caption,
        html.aui .v-window .v-csslayout-footer-area .v-csslayout-right.v-csslayout-right .v-button .v-button-caption {
          color: #fff;
          font-weight: normal; }

html .v-table-hotels-generic, html.aui .v-table-hotels-generic {
    /*
    .v-button-hotelname,
    .v-button-inquiried-hotels-table-hotelname,
    .v-button-executed-hotels-table-hotelname,
    .v-button-receipt-hotels-table-hotelname {
        float: left;
        //margin-left: 16px;

        .v-button-caption {
            font-size: $overlayTableHotelName;
            color: $textResultTitle;
            text-decoration: none;
            border-bottom: 1px solid $textBorderBottom;
            padding-bottom: 1px;
            //margin-bottom: 6px;
            //margin-left: 16px;
        }
    }
    */ }
  html .v-table-hotels-generic .v-table-header-wrap,
  html .v-table-hotels-generic .v-table-body-wrapper, html.aui .v-table-hotels-generic .v-table-header-wrap,
  html.aui .v-table-hotels-generic .v-table-body-wrapper {
    background: none;
    border: none; }
    html .v-table-hotels-generic .v-table-header-wrap td,
    html .v-table-hotels-generic .v-table-body-wrapper td, html.aui .v-table-hotels-generic .v-table-header-wrap td,
    html.aui .v-table-hotels-generic .v-table-body-wrapper td {
      border: none; }
  html .v-table-hotels-generic .v-table-header-wrap, html.aui .v-table-hotels-generic .v-table-header-wrap {
    border-bottom: 1px solid #dddddd; }
  html .v-table-hotels-generic .v-table-body-wrapper .v-table-row td, html.aui .v-table-hotels-generic .v-table-body-wrapper .v-table-row td {
    border-bottom: none; }
  html .v-table-hotels-generic .v-table-body-wrapper .v-table-cell-wrapper, html.aui .v-table-hotels-generic .v-table-body-wrapper .v-table-cell-wrapper {
    padding: 0; }
    html .v-table-hotels-generic .v-table-body-wrapper .v-table-cell-wrapper .v-label-price, html.aui .v-table-hotels-generic .v-table-body-wrapper .v-table-cell-wrapper .v-label-price {
      font-size: 14px;
      font-family: "VistaSansBoldRegular";
      font-weight: normal;
      color: #333333;
      line-height: normal; }
  html .v-table-hotels-generic .v-table-cell-content, html.aui .v-table-hotels-generic .v-table-cell-content {
    border-top: 1px solid #dddddd;
    padding: 0;
    padding-bottom: 8px;
    vertical-align: top;
    padding-top: 8px; }
    html .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname, html.aui .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname {
      position: relative;
      width: 100%; }
      html .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname .v-gridlayout-image_container, html.aui .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname .v-gridlayout-image_container {
        width: 80px !important;
        height: 60px !important;
        float: left; }
        html .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname .v-gridlayout-image_container .v-imagescaler, html.aui .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname .v-gridlayout-image_container .v-imagescaler {
          height: 60px !important;
          width: 75px !important; }
          html .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname .v-gridlayout-image_container .v-imagescaler img, html.aui .v-table-hotels-generic .v-table-cell-content .v-csslayout-hotelname .v-gridlayout-image_container .v-imagescaler img {
            float: left;
            clear: left;
            width: 100% !important;
            height: 100% !important;
            left: 5px !important;
            top: 0 !important; }
  html .v-table-hotels-generic .v-button-dashboard-event-name .v-button-caption,
  html .v-table-hotels-generic .v-button-inquiry-table-event-name .v-button-caption, html.aui .v-table-hotels-generic .v-button-dashboard-event-name .v-button-caption,
  html.aui .v-table-hotels-generic .v-button-inquiry-table-event-name .v-button-caption {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1px; }
  html .v-table-hotels-generic .v-label-hoteladdress, html.aui .v-table-hotels-generic .v-label-hoteladdress {
    left: 86px !important; }
  html .v-table-hotels-generic .v-label-booking-id, html.aui .v-table-hotels-generic .v-label-booking-id {
    position: absolute;
    top: 48px;
    left: 160px;
    padding-right: 3px;
    color: #555555; }
    html .v-table-hotels-generic .v-label-booking-id.v-label-description, html.aui .v-table-hotels-generic .v-label-booking-id.v-label-description {
      color: #333333;
      left: 88px !important; }
  html .v-table-hotels-generic .v-button-showdetails,
  html .v-table-hotels-generic .v-button-inquiried-hotels-table-showdetails,
  html .v-table-hotels-generic .v-button-receipt-hotels-table-showdetails, html.aui .v-table-hotels-generic .v-button-showdetails,
  html.aui .v-table-hotels-generic .v-button-inquiried-hotels-table-showdetails,
  html.aui .v-table-hotels-generic .v-button-receipt-hotels-table-showdetails {
    position: absolute;
    left: 230px;
    top: 48px; }
    html .v-table-hotels-generic .v-button-showdetails .v-button-caption,
    html .v-table-hotels-generic .v-button-inquiried-hotels-table-showdetails .v-button-caption,
    html .v-table-hotels-generic .v-button-receipt-hotels-table-showdetails .v-button-caption, html.aui .v-table-hotels-generic .v-button-showdetails .v-button-caption,
    html.aui .v-table-hotels-generic .v-button-inquiried-hotels-table-showdetails .v-button-caption,
    html.aui .v-table-hotels-generic .v-button-receipt-hotels-table-showdetails .v-button-caption {
      color: #ac2a6e;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-size: 12px;
      font-weight: normal; }
      html .v-table-hotels-generic .v-button-showdetails .v-button-caption:hover,
      html .v-table-hotels-generic .v-button-inquiried-hotels-table-showdetails .v-button-caption:hover,
      html .v-table-hotels-generic .v-button-receipt-hotels-table-showdetails .v-button-caption:hover, html.aui .v-table-hotels-generic .v-button-showdetails .v-button-caption:hover,
      html.aui .v-table-hotels-generic .v-button-inquiried-hotels-table-showdetails .v-button-caption:hover,
      html.aui .v-table-hotels-generic .v-button-receipt-hotels-table-showdetails .v-button-caption:hover {
        color: #c1327d; }
  html .v-table-hotels-generic .v-csslayout-price .v-button-hotels-table-showprice, html.aui .v-table-hotels-generic .v-csslayout-price .v-button-hotels-table-showprice {
    float: right;
    margin-top: 5px; }
    html .v-table-hotels-generic .v-csslayout-price .v-button-hotels-table-showprice .v-button-caption, html.aui .v-table-hotels-generic .v-csslayout-price .v-button-hotels-table-showprice .v-button-caption {
      color: #ac2a6e;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-size: 12px;
      font-weight: normal; }
      html .v-table-hotels-generic .v-csslayout-price .v-button-hotels-table-showprice .v-button-caption:hover, html.aui .v-table-hotels-generic .v-csslayout-price .v-button-hotels-table-showprice .v-button-caption:hover {
        color: #c1327d; }
  html .v-table-hotels-generic .v-button-dashboard-answer-button,
  html .v-table-hotels-generic .v-button-action-button, html.aui .v-table-hotels-generic .v-button-dashboard-answer-button,
  html.aui .v-table-hotels-generic .v-button-action-button {
    float: right;
    margin-right: 10px; }
    html .v-table-hotels-generic .v-button-dashboard-answer-button .v-button-caption,
    html .v-table-hotels-generic .v-button-action-button .v-button-caption, html.aui .v-table-hotels-generic .v-button-dashboard-answer-button .v-button-caption,
    html.aui .v-table-hotels-generic .v-button-action-button .v-button-caption {
      color: #ac2a6e;
      text-decoration: none;
      font-family: 'VistaSansBoldRegular';
      font-size: 12px;
      font-weight: normal; }
      html .v-table-hotels-generic .v-button-dashboard-answer-button .v-button-caption:hover,
      html .v-table-hotels-generic .v-button-action-button .v-button-caption:hover, html.aui .v-table-hotels-generic .v-button-dashboard-answer-button .v-button-caption:hover,
      html.aui .v-table-hotels-generic .v-button-action-button .v-button-caption:hover {
        color: #c1327d; }
  html .v-table-hotels-generic .v-label-inquiried-hotels-table-inquirydate,
  html .v-table-hotels-generic .v-label-executedinquiried-hotels-table-inquirydate,
  html .v-table-hotels-generic .v-label-receiptinquiried-hotels-table-inquirydate, html.aui .v-table-hotels-generic .v-label-inquiried-hotels-table-inquirydate,
  html.aui .v-table-hotels-generic .v-label-executedinquiried-hotels-table-inquirydate,
  html.aui .v-table-hotels-generic .v-label-receiptinquiried-hotels-table-inquirydate {
    font-size: 14px;
    color: #333333; }
  html .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-answered,
  html .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-answered,
  html .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-answered,
  html .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-confirmed,
  html .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-confirmed,
  html .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-status-confirmed,
  html .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-confirmed,
  html .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-status-confirmed,
  html .v-table-hotels-generic .v-table-cell-content .v-label-status-green, html.aui .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-answered,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-answered,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-answered,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-confirmed,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-confirmed,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-status-confirmed,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-confirmed,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-status-confirmed,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-status-green {
    float: left;
    background: transparent url("images/icon_confirmed.png") no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    color: #009900 !important; }
  html .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-pending,
  html .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-status-pending,
  html .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-status-pending,
  html .v-table-hotels-generic .v-table-cell-content .v-label-status-yellow, html.aui .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-pending,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-executed-hotels-table-status-pending,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-receipt-hotels-table-status-pending,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-status-yellow {
    float: left;
    background: transparent url("images/icon_pending.png") no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    color: #ff9900 !important; }
  html .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-error,
  html .v-table-hotels-generic .v-table-cell-content .v-label-status-red, html.aui .v-table-hotels-generic .v-table-cell-content .v-label-inquiried-hotels-table-error,
  html.aui .v-table-hotels-generic .v-table-cell-content .v-label-status-red {
    float: left;
    background: transparent url("images/icon_error.png") no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    color: #bb0000 !important; }
  html .v-table-hotels-generic .v-table-cell-content.v-table-cell-content-status-green .v-gridlayout-image_container, html.aui .v-table-hotels-generic .v-table-cell-content.v-table-cell-content-status-green .v-gridlayout-image_container {
    border-left: 3px solid #009900;
    height: 64px !important;
    background: #fafafa;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0; }
  html .v-table-hotels-generic .v-table-cell-content.v-table-cell-content-status-yellow .v-gridlayout-image_container, html.aui .v-table-hotels-generic .v-table-cell-content.v-table-cell-content-status-yellow .v-gridlayout-image_container {
    border-left: 3px solid #ff9900;
    height: 64px !important;
    background: #fafafa;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0; }
  html .v-table-hotels-generic .v-table-cell-content.v-table-cell-content-status-red .v-gridlayout-image_container, html.aui .v-table-hotels-generic .v-table-cell-content.v-table-cell-content-status-red .v-gridlayout-image_container {
    border-left: 3px solid #bb0000;
    height: 64px !important;
    background: #fafafa;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0; }
  html .v-table-hotels-generic .v-table-cell-content .v-absolutelayout-wrapper-image_container, html.aui .v-table-hotels-generic .v-table-cell-content .v-absolutelayout-wrapper-image_container {
    left: 0 !important; }
  html .v-table-hotels-generic .v-csslayout-price, html.aui .v-table-hotels-generic .v-csslayout-price {
    float: right; }
    html .v-table-hotels-generic .v-csslayout-price .v-label-inquiried-hotels-table-price,
    html .v-table-hotels-generic .v-csslayout-price .v-label-executed-hotels-table-price,
    html .v-table-hotels-generic .v-csslayout-price .v-label-receipt-hotels-table-price,
    html .v-table-hotels-generic .v-csslayout-price .v-label-price, html.aui .v-table-hotels-generic .v-csslayout-price .v-label-inquiried-hotels-table-price,
    html.aui .v-table-hotels-generic .v-csslayout-price .v-label-executed-hotels-table-price,
    html.aui .v-table-hotels-generic .v-csslayout-price .v-label-receipt-hotels-table-price,
    html.aui .v-table-hotels-generic .v-csslayout-price .v-label-price {
      float: right;
      text-align: right;
      width: 100%;
      font-size: 14px;
      color: #555555;
      font-family: 'VistaSansBoldRegular'; }
    html .v-table-hotels-generic .v-csslayout-price .v-button-inquiried-hotels-table-showprice,
    html .v-table-hotels-generic .v-csslayout-price .v-button-executed-hotels-table-showprice,
    html .v-table-hotels-generic .v-csslayout-price .v-button-receipt-hotels-table-showprice, html.aui .v-table-hotels-generic .v-csslayout-price .v-button-inquiried-hotels-table-showprice,
    html.aui .v-table-hotels-generic .v-csslayout-price .v-button-executed-hotels-table-showprice,
    html.aui .v-table-hotels-generic .v-csslayout-price .v-button-receipt-hotels-table-showprice {
      float: right;
      text-align: right;
      margin-top: 4px; }
      html .v-table-hotels-generic .v-csslayout-price .v-button-inquiried-hotels-table-showprice .v-button-caption,
      html .v-table-hotels-generic .v-csslayout-price .v-button-executed-hotels-table-showprice .v-button-caption,
      html .v-table-hotels-generic .v-csslayout-price .v-button-receipt-hotels-table-showprice .v-button-caption, html.aui .v-table-hotels-generic .v-csslayout-price .v-button-inquiried-hotels-table-showprice .v-button-caption,
      html.aui .v-table-hotels-generic .v-csslayout-price .v-button-executed-hotels-table-showprice .v-button-caption,
      html.aui .v-table-hotels-generic .v-csslayout-price .v-button-receipt-hotels-table-showprice .v-button-caption {
        color: #ac2a6e;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-size: 12px;
        font-weight: normal; }
        html .v-table-hotels-generic .v-csslayout-price .v-button-inquiried-hotels-table-showprice .v-button-caption:hover,
        html .v-table-hotels-generic .v-csslayout-price .v-button-executed-hotels-table-showprice .v-button-caption:hover,
        html .v-table-hotels-generic .v-csslayout-price .v-button-receipt-hotels-table-showprice .v-button-caption:hover, html.aui .v-table-hotels-generic .v-csslayout-price .v-button-inquiried-hotels-table-showprice .v-button-caption:hover,
        html.aui .v-table-hotels-generic .v-csslayout-price .v-button-executed-hotels-table-showprice .v-button-caption:hover,
        html.aui .v-table-hotels-generic .v-csslayout-price .v-button-receipt-hotels-table-showprice .v-button-caption:hover {
          color: #c1327d; }
  html .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction,
  html .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction,
  html .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction, html.aui .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction,
  html.aui .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction,
  html.aui .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction {
    float: right; }
    html .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction .v-button-wrap .v-button-caption, html .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction:focus .v-button-wrap .v-button-caption,
    html .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction .v-button-wrap .v-button-caption,
    html .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction:focus .v-button-wrap .v-button-caption,
    html .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction .v-button-wrap .v-button-caption,
    html .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction:focus .v-button-wrap .v-button-caption, html.aui .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction .v-button-wrap .v-button-caption, html.aui .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction:focus .v-button-wrap .v-button-caption,
    html.aui .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction .v-button-wrap .v-button-caption,
    html.aui .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction:focus .v-button-wrap .v-button-caption,
    html.aui .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction .v-button-wrap .v-button-caption,
    html.aui .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction:focus .v-button-wrap .v-button-caption {
      background: #ac2a6e;
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      border: none;
      padding: 0px 13px;
      padding-top: 2px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      line-height: 28px; }
    html .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction:hover .v-button-caption,
    html .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction:hover .v-button-caption,
    html .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction:hover .v-button-caption, html.aui .v-table-hotels-generic .v-csslayout-action .v-button-inquiried-hotels-table-inquiryaction:hover .v-button-caption,
    html.aui .v-table-hotels-generic .v-csslayout-action .v-button-executed-hotels-table-executionaction:hover .v-button-caption,
    html.aui .v-table-hotels-generic .v-csslayout-action .v-button-receipt-hotels-table-executionaction:hover .v-button-caption {
      background: #c1327d; }

html .v-gridlayout.tableGrid, html.aui .v-gridlayout.tableGrid {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
  html .v-gridlayout.tableGrid .v-align-middle:before,
  html .v-gridlayout.tableGrid .v-align-bottom:before,
  html .v-gridlayout.tableGrid .v-expand > .v-align-middle:before,
  html .v-gridlayout.tableGrid .v-expand > .v-align-bottom:before, html.aui .v-gridlayout.tableGrid .v-align-middle:before,
  html.aui .v-gridlayout.tableGrid .v-align-bottom:before,
  html.aui .v-gridlayout.tableGrid .v-expand > .v-align-middle:before,
  html.aui .v-gridlayout.tableGrid .v-expand > .v-align-bottom:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }
  html .v-gridlayout.tableGrid .borderAll, html.aui .v-gridlayout.tableGrid .borderAll {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #eee; }
  html .v-gridlayout.tableGrid .header-readonly, html.aui .v-gridlayout.tableGrid .header-readonly {
    background-color: #f7f7f7;
    background: #f7f7f7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#e7e7e7));
    background: -webkit-linear-gradient(#f7f7f7, #e7e7e7);
    background: -moz-linear-gradient(#f7f7f7, #e7e7e7);
    background: -ms-linear-gradient(#f7f7f7, #e7e7e7);
    background: -o-linear-gradient(#f7f7f7, #e7e7e7);
    background: linear-gradient(#f7f7f7, #e7e7e7); }
    html .v-gridlayout.tableGrid .header-readonly .v-button .v-button-caption, html.aui .v-gridlayout.tableGrid .header-readonly .v-button .v-button-caption {
      font-size: 14px;
      font-weight: normal;
      border-bottom: 0;
      color: #666666;
      text-decoration: none; }
    html .v-gridlayout.tableGrid .header-readonly .v-button:first-child .v-button-caption, html.aui .v-gridlayout.tableGrid .header-readonly .v-button:first-child .v-button-caption {
      font-family: 'VistaSansBoldRegular';
      padding-right: 3px; }
  html .v-gridlayout.tableGrid .header, html.aui .v-gridlayout.tableGrid .header {
    background-color: #f7f7f7;
    background: #f7f7f7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#e7e7e7));
    background: -webkit-linear-gradient(#f7f7f7, #e7e7e7);
    background: -moz-linear-gradient(#f7f7f7, #e7e7e7);
    background: -ms-linear-gradient(#f7f7f7, #e7e7e7);
    background: -o-linear-gradient(#f7f7f7, #e7e7e7);
    background: linear-gradient(#f7f7f7, #e7e7e7); }
    html .v-gridlayout.tableGrid .header .v-button .v-button-caption, html.aui .v-gridlayout.tableGrid .header .v-button .v-button-caption {
      font-size: 14px;
      font-weight: normal;
      border-bottom: 0;
      color: #666666;
      text-decoration: none; }
    html .v-gridlayout.tableGrid .header .v-button:first-child .v-button-caption, html.aui .v-gridlayout.tableGrid .header .v-button:first-child .v-button-caption {
      font-family: 'VistaSansBoldRegular';
      padding-right: 3px; }
  html .v-gridlayout.tableGrid .v-csslayout-attendee-layout, html.aui .v-gridlayout.tableGrid .v-csslayout-attendee-layout {
    line-height: 34px; }
    html .v-gridlayout.tableGrid .v-csslayout-attendee-layout .v-button-link .v-button-caption, html.aui .v-gridlayout.tableGrid .v-csslayout-attendee-layout .v-button-link .v-button-caption {
      font-size: 14px;
      font-weight: normal;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 1px;
      color: #666666;
      text-decoration: none; }
    html .v-gridlayout.tableGrid .v-csslayout-attendee-layout .v-button-link:first-child .v-button-caption, html.aui .v-gridlayout.tableGrid .v-csslayout-attendee-layout .v-button-link:first-child .v-button-caption {
      font-family: 'VistaSansBoldRegular';
      padding-right: 3px; }
  html .v-gridlayout.tableGrid .v-csslayout-loadmore, html.aui .v-gridlayout.tableGrid .v-csslayout-loadmore {
    padding-top: 32px;
    text-align: center; }
    html .v-gridlayout.tableGrid .v-csslayout-loadmore .v-button-wrap, html.aui .v-gridlayout.tableGrid .v-csslayout-loadmore .v-button-wrap {
      float: left; }
      html .v-gridlayout.tableGrid .v-csslayout-loadmore .v-button-wrap .v-button-caption, html.aui .v-gridlayout.tableGrid .v-csslayout-loadmore .v-button-wrap .v-button-caption {
        display: block;
        background: transparent url("images/icon_loadMore.png") no-repeat left center;
        color: #ac2a6e;
        padding-left: 24px;
        text-decoration: none;
        font-family: 'VistaSansBoldRegular';
        font-weight: normal;
        line-height: 16px;
        font-size: 12px; }
        html .v-gridlayout.tableGrid .v-csslayout-loadmore .v-button-wrap .v-button-caption:hover, html.aui .v-gridlayout.tableGrid .v-csslayout-loadmore .v-button-wrap .v-button-caption:hover {
          color: #c1327d; }
  html .v-gridlayout.tableGrid .odd, html.aui .v-gridlayout.tableGrid .odd {
    background: #fafafa; }

html .v-horizontallayout-sublayout-popin-header,
html .v-horizontallayout-sublayout-header, html.aui .v-horizontallayout-sublayout-popin-header,
html.aui .v-horizontallayout-sublayout-header {
  margin-bottom: 0; }
  html .v-horizontallayout-sublayout-popin-header .v-slot .v-label,
  html .v-horizontallayout-sublayout-header .v-slot .v-label, html.aui .v-horizontallayout-sublayout-popin-header .v-slot .v-label,
  html.aui .v-horizontallayout-sublayout-header .v-slot .v-label {
    font-size: 14px;
    font-family: "VistaSansBoldRegular";
    font-weight: normal;
    color: #666666;
    line-height: normal; }
    html .v-horizontallayout-sublayout-popin-header .v-slot .v-label em,
    html .v-horizontallayout-sublayout-header .v-slot .v-label em, html.aui .v-horizontallayout-sublayout-popin-header .v-slot .v-label em,
    html.aui .v-horizontallayout-sublayout-header .v-slot .v-label em {
      font-family: 'VistaSansAltRegRegular' !important;
      display: block;
      margin-top: 10px; }
html .v-horizontallayout-sublayout-row strong, html.aui .v-horizontallayout-sublayout-row strong {
  font-weight: normal !important;
  font-family: 'VistaSansBoldRegular' !important; }
html .v-horizontallayout-sublayout-row .v-label-sublayout-col1-text-col, html.aui .v-horizontallayout-sublayout-row .v-label-sublayout-col1-text-col {
  width: 95%;
  line-height: 20px; }
html .v-slot-currency-col,
html .v-label-currency-col, html.aui .v-slot-currency-col,
html.aui .v-label-currency-col {
  text-align: right; }
  html .v-slot-currency-col.v-slot-currency-col > .v-label,
  html .v-label-currency-col.v-slot-currency-col > .v-label, html.aui .v-slot-currency-col.v-slot-currency-col > .v-label,
  html.aui .v-label-currency-col.v-slot-currency-col > .v-label {
    padding-right: 10px; }
html .v-verticallayout-booking-summary-layout,
html .v-verticallayout-booking-day-detail-layout, html.aui .v-verticallayout-booking-summary-layout,
html.aui .v-verticallayout-booking-day-detail-layout {
  float: left;
  padding: 20px 0; }
  html .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row,
  html .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row, html.aui .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row,
  html.aui .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row {
    margin: 5px 0; }
    html .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row .v-label, html .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row .v-button-caption,
    html .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row .v-label,
    html .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row .v-button-caption, html.aui .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row .v-label, html.aui .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row .v-button-caption,
    html.aui .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row .v-label,
    html.aui .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row .v-button-caption {
      white-space: normal;
      padding-right: 10px; }
    html .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row .v-align-right .v-label,
    html .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row .v-align-right .v-label, html.aui .v-verticallayout-booking-summary-layout .v-horizontallayout-sublayout-row .v-align-right .v-label,
    html.aui .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row .v-align-right .v-label {
      float: right;
      padding-right: 10px;
      font-size: 14px; }
  html .v-verticallayout-booking-summary-layout .v-label-info-text,
  html .v-verticallayout-booking-day-detail-layout .v-label-info-text, html.aui .v-verticallayout-booking-summary-layout .v-label-info-text,
  html.aui .v-verticallayout-booking-day-detail-layout .v-label-info-text {
    font-size: 14px; }
html .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row,
html .v-verticallayout-booking-day-detail-layout .v-verticallayout-sublayout-row, html.aui .v-verticallayout-booking-day-detail-layout .v-horizontallayout-sublayout-row,
html.aui .v-verticallayout-booking-day-detail-layout .v-verticallayout-sublayout-row {
  margin: 10px 0;
  margin-bottom: 0;
  border-top: 1px solid #dddddd;
  padding-top: 10px; }
html .v-verticallayout-booking-summary-layout, html.aui .v-verticallayout-booking-summary-layout {
  padding-bottom: 10px; }

.v-table-cell-content,
.v-table-header-cell {
  padding: 5px; }

.v-table-header-wrap {
  padding: 20px 0;
  padding-bottom: 0; }
  .v-table-header-wrap td .v-table-caption-container {
    float: left;
    color: #666666;
    font-weight: normal;
    font-family: 'VistaSansBoldRegular';
    font-size: 12px;
    padding: 0;
    margin: 0; }
  .v-table-header-wrap td.v-table-header-cell-asc .v-table-sort-indicator {
    background: transparent url("images/icon_table_sort.png") no-repeat 0 0;
    width: 6px;
    height: 6px;
    margin-top: 5px; }
  .v-table-header-wrap td.v-table-header-cell-desc .v-table-sort-indicator {
    background: transparent url("images/icon_table_sort.png") no-repeat 0 -6px;
    width: 6px;
    height: 6px;
    margin-top: 5px; }

.filters-wrap {
  background-color: #e6e6e6;
  background: #e6e6e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#dddddd));
  background: -webkit-linear-gradient(#e6e6e6, #dddddd);
  background: -moz-linear-gradient(#e6e6e6, #dddddd);
  background: -ms-linear-gradient(#e6e6e6, #dddddd);
  background: -o-linear-gradient(#e6e6e6, #dddddd);
  background: linear-gradient(#e6e6e6, #dddddd);
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #cccccc; }

.v-table-body-wrapper {
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }
  .v-table-body-wrapper .v-table-cell-content {
    vertical-align: middle; }
  .v-table-body-wrapper tr.v-selected td {
    background-color: #c2dcff !important;
    color: #333333 !important; }
  .v-table-body-wrapper tr.v-table-row td {
    border-top: 1px solid #dddddd; }
  .v-table-body-wrapper tr.v-table-row:first-child td {
    border-top: none; }
  .v-table-body-wrapper .v-table-row-odd td {
    border-top: 1px solid #dddddd;
    background: #fafafa; }

html .v-csslayout-infopanel, html.aui .v-csslayout-infopanel {
  float: left; }
  html .v-csslayout-infopanel .v-label-noneavailable, html.aui .v-csslayout-infopanel .v-label-noneavailable {
    float: left;
    width: 1118px;
    margin-top: 10px; }
  html .v-csslayout-infopanel .v-csslayout-infopanel-container, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container {
    float: left;
    background: #fff;
    width: 100%;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    margin-top: 20px; }
    html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header {
      /*
      .v-label-initials-badge {
          background: $textResultAddress;
          color: #fff;
          padding: 4px 12px 3px;
          margin-top: -3px;
          @include border-radius($outerBorderRadius);
      }
      */ }
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-button-event-name .v-button-caption, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-button-event-name .v-button-caption {
        float: left;
        font-size: 24px;
        color: #333333;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 1px;
        margin-left: 10px; }
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-booking-id .v-label, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-booking-id .v-label {
        color: #666666;
        line-height: 20px; }
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-label-initials-badge, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-label-initials-badge {
        font-family: 'VistaSansAltRegRegular';
        background: #333333;
        color: #fff;
        font-size: 10px;
        text-align: center;
        line-height: 20px;
        padding: 0 8px;
      /*
    	-webkit-border-radius: $radius;
    	-moz-border-radius:    $radius;
    	border-radius:         $radius;
    	
    	-moz-background-clip:    padding;
    	-webkit-background-clip: padding-box;
    	background-clip:         padding-box;
      */
        background: #bbbbbb; }
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-label-event-date-from,
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-label-event-date-to, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-label-event-date-from,
      html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-label-event-date-to {
        padding: 20px 0;
        color: #666666; }
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees,
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees,
      html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms {
        height: 64px; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees.v-slot-info-attendees,
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms.v-slot-info-attendees, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees.v-slot-info-attendees,
        html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms.v-slot-info-attendees {
          border-left: 1px solid white; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees.v-slot-info-seminarrooms,
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms.v-slot-info-seminarrooms, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees.v-slot-info-seminarrooms,
        html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms.v-slot-info-seminarrooms {
          border-right: 1px solid #cccccc;
          border-left: 1px solid white; }
          html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees.v-slot-info-seminarrooms:before,
          html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms.v-slot-info-seminarrooms:before, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-attendees.v-slot-info-seminarrooms:before,
          html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-slot-info-seminarrooms.v-slot-info-seminarrooms:before {
            content: '';
            position: absolute;
            left: -2px;
            top: 0;
            height: 64px;
            border-right: 1px solid #cccccc; }
      html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left {
        float: left;
        position: relative;
        height: 64px;
        padding: 0 10px;
        /*
        .v-label-booking-id {
            position: absolute;
            bottom: 0;
            left: 340px
        }
        */ }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-caption1, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-caption1 {
          float: left;
          font-size: 12px;
          color: #666666;
          font-family: 'VistaSansBoldRegular';
          font-weight: normal; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-textfield, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-textfield {
          float: left;
          clear: left;
          background: #fff;
          border: 1px solid #dddddd;
        /*
      	-webkit-border-radius: $radius;
      	-moz-border-radius:    $radius;
      	border-radius:         $radius;
      	
      	-moz-background-clip:    padding;
      	-webkit-background-clip: padding-box;
      	background-clip:         padding-box;
        */
          -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
          -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
          box-shadow: inset 0 1px 2px 0 #dddddd;
          padding: 6px;
          color: #333333 !important;
          font-weight: normal !important;
          font-size: 14px !important;
          padding: 6px;
          margin-top: 8px;
          margin-bottom: 11px;
          width: 250px; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange {
          float: left;
          margin-left: 20px;
          margin-top: -13px;
          width: 250px; }
          html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel {
            float: left;
            width: 100%; }
            html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates {
              float: left;
              width: 100%; }
              html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
              html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button,
              html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button {
                width: 120px; }
                html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
                html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap,
                html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap {
                  padding: 5px;
                  width: 102px; }
                  html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
                  html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate .v-button .v-button-wrap:before,
                  html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate .v-button .v-button-wrap:before {
                    height: 26px; }
              html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
              html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeStartDate.v-csslayout-dateRangeEndDate,
              html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-csslayout-dateRange .v-panel .v-csslayout-dateRangeDates .v-csslayout-dateRangeEndDate.v-csslayout-dateRangeEndDate {
                float: right; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-button-event-name, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-button-event-name {
          float: left; }
          html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-button-event-name .v-button-caption, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-button-event-name .v-button-caption {
            font-size: 18px;
            color: #333333 !important;
            font-weight: normal !important;
            border-bottom: 1px solid #dddddd;
            padding-bottom: 1px;
            text-decoration: none !important; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-lastmodified, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-lastmodified {
          float: left;
          margin-left: 10px;
          font-size: 12px;
          color: #666666;
          line-height: 21px;
          font-style: italic; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-event-daterange, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-event-daterange {
          display: block;
          clear: left;
          font-size: 14px;
          color: #666666;
          padding-top: 5px;
          padding-bottom: 10px; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button {
          float: left; }
          html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-link, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-link {
            border-left: 1px solid #dddddd;
            padding-left: 10px;
            margin-left: 10px; }
            html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-link .v-button-caption, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-link .v-button-caption {
              color: black;
              font-size: 14px;
              text-decoration: none;
              border-bottom: 1px solid #c7c7c7;
              font-style: italic;
              font-weight: normal; }
              html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-link .v-button-caption:hover, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-link .v-button-caption:hover {
                border-bottom: 1px solid transparent; }
          html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-hotels-table-showdetails, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left > .v-button.v-button-hotels-table-showdetails {
            clear: left;
            border-left: none;
            padding-left: 0;
            margin-left: 0; }
        html .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-booking-id, html.aui .v-csslayout-infopanel .v-csslayout-infopanel-container .v-horizontallayout-info-header .v-csslayout-info-left .v-label-booking-id {
          margin-left: 10px; }
  html .v-csslayout-infopanel .v-table-header .v-table-header-cell,
  html .v-csslayout-infopanel .v-table-header .v-table-header-cell-asc,
  html .v-csslayout-infopanel .v-table-header .v-table-header-cell-desc, html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell,
  html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell-asc,
  html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell-desc {
    position: relative; }
    html .v-csslayout-infopanel .v-table-header .v-table-header-cell .v-table-sort-indicator,
    html .v-csslayout-infopanel .v-table-header .v-table-header-cell-asc .v-table-sort-indicator,
    html .v-csslayout-infopanel .v-table-header .v-table-header-cell-desc .v-table-sort-indicator, html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell .v-table-sort-indicator,
    html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell-asc .v-table-sort-indicator,
    html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell-desc .v-table-sort-indicator {
      display: none; }
    html .v-csslayout-infopanel .v-table-header .v-table-header-cell .v-table-caption-container,
    html .v-csslayout-infopanel .v-table-header .v-table-header-cell-asc .v-table-caption-container,
    html .v-csslayout-infopanel .v-table-header .v-table-header-cell-desc .v-table-caption-container, html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell .v-table-caption-container,
    html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell-asc .v-table-caption-container,
    html.aui .v-csslayout-infopanel .v-table-header .v-table-header-cell-desc .v-table-caption-container {
      color: #666666;
      font-size: 12px; }
  html .v-csslayout-infopanel .v-label-no-content-available, html.aui .v-csslayout-infopanel .v-label-no-content-available {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px; }
html .info-header, html.aui .info-header {
  float: left;
  width: 100%;
  background: #f4f4f4;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  padding: 15px 0; }
  html .info-header .v-slot-info-left, html.aui .info-header .v-slot-info-left {
    border-right: 1px solid #cccccc; }
  html .info-header .v-slot-info-center, html.aui .info-header .v-slot-info-center {
    border-left: 1px solid white;
    border-right: 1px solid #cccccc; }
  html .info-header .v-slot-info-right, html.aui .info-header .v-slot-info-right {
    border-left: 1px solid white; }

.v-csslayout-controlPanel {
  background-color: #f7f7f7;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#e7e7e7));
  background: -webkit-linear-gradient(#f7f7f7, #e7e7e7);
  background: -moz-linear-gradient(#f7f7f7, #e7e7e7);
  background: -ms-linear-gradient(#f7f7f7, #e7e7e7);
  background: -o-linear-gradient(#f7f7f7, #e7e7e7);
  background: linear-gradient(#f7f7f7, #e7e7e7);
  height: 70px;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
    /*
	.v-button-link {
		float: right;
		margin-left: 15px;

		&.v-button-add {
			@include boldLink_withIcon('icon_plus.png','25px','30px');
		}
		&.v-button-print {
			@include boldLink_withIcon('icon_print.png','25px','30px');
		}	
		&.v-button-import {
			@include boldLink_withIcon('icon_box_incoming.png','25px','30px');
		}
	}
	*/ }
  .v-csslayout-controlPanel .v-button--btn-inactive,
  .v-csslayout-controlPanel .v-button--btn-active {
    float: left;
    margin-left: 10px; }
    .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-inactive .v-button-wrap, .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-inactive:focus .v-button-wrap,
    .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-inactive .v-button-wrap,
    .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-inactive:focus .v-button-wrap {
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      background-color: #f7f7f7;
      background: #f7f7f7;
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#e7e7e7));
      background: -webkit-linear-gradient(#f7f7f7, #e7e7e7);
      background: -moz-linear-gradient(#f7f7f7, #e7e7e7);
      background: -ms-linear-gradient(#f7f7f7, #e7e7e7);
      background: -o-linear-gradient(#f7f7f7, #e7e7e7);
      background: linear-gradient(#f7f7f7, #e7e7e7);
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
      border-left: 1px solid #fff;
      border-top: 1px solid #fff; }
      .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-inactive .v-button-wrap .v-button-caption, .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-inactive:focus .v-button-wrap .v-button-caption,
      .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-inactive .v-button-wrap .v-button-caption,
      .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-inactive:focus .v-button-wrap .v-button-caption {
        display: block;
        line-height: 31px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        color: #555555;
        font-weight: normal;
        font-family: 'VistaSansBoldRegular'; }
    .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-active .v-button-wrap, .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-active:focus .v-button-wrap,
    .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-active .v-button-wrap,
    .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-active:focus .v-button-wrap {
      float: left;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */
      background-color: #e7e7e7;
      background: #e7e7e7;
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e7e7e7), to(#f7f7f7));
      background: -webkit-linear-gradient(#e7e7e7, #f7f7f7);
      background: -moz-linear-gradient(#e7e7e7, #f7f7f7);
      background: -ms-linear-gradient(#e7e7e7, #f7f7f7);
      background: -o-linear-gradient(#e7e7e7, #f7f7f7);
      background: linear-gradient(#e7e7e7, #f7f7f7);
      -webkit-box-shadow: inset 3px 3px 2px 0 #dddddd;
      -moz-box-shadow: inset 3px 3px 2px 0 #dddddd;
      box-shadow: inset 3px 3px 2px 0 #dddddd;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-active .v-button-wrap .v-button-caption, .v-csslayout-controlPanel .v-button--btn-inactive.v-button--btn-active:focus .v-button-wrap .v-button-caption,
      .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-active .v-button-wrap .v-button-caption,
      .v-csslayout-controlPanel .v-button--btn-active.v-button--btn-active:focus .v-button-wrap .v-button-caption {
        display: block;
        line-height: 31px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        color: #555555;
        font-weight: normal;
        font-family: 'VistaSansBoldRegular'; }

html .v-csslayout-info-text, html.aui .v-csslayout-info-text {
  float: left;
  width: 100%; }
  html .v-csslayout-info-text .v-label-undef-w, html.aui .v-csslayout-info-text .v-label-undef-w {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: "VistaSansAltRegRegular";
    font-weight: normal;
    color: #666666;
    line-height: 24px;
    margin-bottom: 18px; }
  html .v-csslayout-info-text .v-label-heading, html.aui .v-csslayout-info-text .v-label-heading {
    float: left;
    width: 100%;
    font-size: 24px;
    font-family: "VistaSansBoldRegular";
    font-weight: normal;
    color: #333333;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px; }

html .v-csslayout-infobox-white-icon, html .v-csslayout-infobox-white-noicon,
html .v-csslayout-infobox-grey-icon, html .v-csslayout-infobox-grey-noicon,
html .v-csslayout-infobox-yellow-icon, html .v-csslayout-infobox-yellow-noicon,
html .v-csslayout-infobox-red-icon, html .v-csslayout-infobox-red-noicon, html.aui .v-csslayout-infobox-white-icon, html.aui .v-csslayout-infobox-white-noicon,
html.aui .v-csslayout-infobox-grey-icon, html.aui .v-csslayout-infobox-grey-noicon,
html.aui .v-csslayout-infobox-yellow-icon, html.aui .v-csslayout-infobox-yellow-noicon,
html.aui .v-csslayout-infobox-red-icon, html.aui .v-csslayout-infobox-red-noicon {
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  padding: 20px 0; }
  html .v-csslayout-infobox-white-icon > *, html .v-csslayout-infobox-white-noicon > *,
  html .v-csslayout-infobox-grey-icon > *, html .v-csslayout-infobox-grey-noicon > *,
  html .v-csslayout-infobox-yellow-icon > *, html .v-csslayout-infobox-yellow-noicon > *,
  html .v-csslayout-infobox-red-icon > *, html .v-csslayout-infobox-red-noicon > *, html.aui .v-csslayout-infobox-white-icon > *, html.aui .v-csslayout-infobox-white-noicon > *,
  html.aui .v-csslayout-infobox-grey-icon > *, html.aui .v-csslayout-infobox-grey-noicon > *,
  html.aui .v-csslayout-infobox-yellow-icon > *, html.aui .v-csslayout-infobox-yellow-noicon > *,
  html.aui .v-csslayout-infobox-red-icon > *, html.aui .v-csslayout-infobox-red-noicon > * {
    padding: 20px; }
    html .v-csslayout-infobox-white-icon > *:first-child, html .v-csslayout-infobox-white-noicon > *:first-child,
    html .v-csslayout-infobox-grey-icon > *:first-child, html .v-csslayout-infobox-grey-noicon > *:first-child,
    html .v-csslayout-infobox-yellow-icon > *:first-child, html .v-csslayout-infobox-yellow-noicon > *:first-child,
    html .v-csslayout-infobox-red-icon > *:first-child, html .v-csslayout-infobox-red-noicon > *:first-child, html.aui .v-csslayout-infobox-white-icon > *:first-child, html.aui .v-csslayout-infobox-white-noicon > *:first-child,
    html.aui .v-csslayout-infobox-grey-icon > *:first-child, html.aui .v-csslayout-infobox-grey-noicon > *:first-child,
    html.aui .v-csslayout-infobox-yellow-icon > *:first-child, html.aui .v-csslayout-infobox-yellow-noicon > *:first-child,
    html.aui .v-csslayout-infobox-red-icon > *:first-child, html.aui .v-csslayout-infobox-red-noicon > *:first-child {
      padding: 0 20px; }
    html .v-csslayout-infobox-white-icon > *:last-child, html .v-csslayout-infobox-white-noicon > *:last-child,
    html .v-csslayout-infobox-grey-icon > *:last-child, html .v-csslayout-infobox-grey-noicon > *:last-child,
    html .v-csslayout-infobox-yellow-icon > *:last-child, html .v-csslayout-infobox-yellow-noicon > *:last-child,
    html .v-csslayout-infobox-red-icon > *:last-child, html .v-csslayout-infobox-red-noicon > *:last-child, html.aui .v-csslayout-infobox-white-icon > *:last-child, html.aui .v-csslayout-infobox-white-noicon > *:last-child,
    html.aui .v-csslayout-infobox-grey-icon > *:last-child, html.aui .v-csslayout-infobox-grey-noicon > *:last-child,
    html.aui .v-csslayout-infobox-yellow-icon > *:last-child, html.aui .v-csslayout-infobox-yellow-noicon > *:last-child,
    html.aui .v-csslayout-infobox-red-icon > *:last-child, html.aui .v-csslayout-infobox-red-noicon > *:last-child {
      padding: 0 20px; }
  html .v-csslayout-infobox-white-icon .v-table .v-table-body, html .v-csslayout-infobox-white-noicon .v-table .v-table-body,
  html .v-csslayout-infobox-grey-icon .v-table .v-table-body, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body,
  html .v-csslayout-infobox-yellow-icon .v-table .v-table-body, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body,
  html .v-csslayout-infobox-red-icon .v-table .v-table-body, html .v-csslayout-infobox-red-noicon .v-table .v-table-body, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body,
  html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body,
  html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body,
  html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body {
    background: transparent;
    border: none; }
    html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row, html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd,
    html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row,
    html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd,
    html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row,
    html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd,
    html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row,
    html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd,
    html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row,
    html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd,
    html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row,
    html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd,
    html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row,
    html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd {
      background: transparent; }
      html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row td, html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd td, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row td, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd td,
      html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row td,
      html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd td, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row td, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd td,
      html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row td,
      html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd td, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row td, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd td,
      html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row td,
      html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd td, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row td, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd td, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row td, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd td, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row td, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd td,
      html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row td,
      html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd td, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row td, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd td,
      html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row td,
      html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd td, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row td, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd td,
      html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row td,
      html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd td, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row td, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd td {
        background: transparent;
        border: none; }
        html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row td .v-label, html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd td .v-label, html .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row td .v-label, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper,
        html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row td .v-label,
        html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper,
        html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd td .v-label,
        html .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row td .v-label, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper,
        html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row td .v-label,
        html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper,
        html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd td .v-label,
        html .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row td .v-label, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper,
        html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row td .v-label,
        html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper,
        html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd td .v-label,
        html .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row td .v-label, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row td .v-label, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd td .v-label, html.aui .v-csslayout-infobox-white-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row td .v-label, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html.aui .v-csslayout-infobox-white-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper,
        html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row td .v-label,
        html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper,
        html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd td .v-label,
        html.aui .v-csslayout-infobox-grey-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row td .v-label, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html.aui .v-csslayout-infobox-grey-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper,
        html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row td .v-label,
        html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper,
        html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd td .v-label,
        html.aui .v-csslayout-infobox-yellow-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row td .v-label, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html.aui .v-csslayout-infobox-yellow-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper,
        html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row td .v-label,
        html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper,
        html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd td .v-label,
        html.aui .v-csslayout-infobox-red-icon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row td .v-label, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row td .v-table-cell-wrapper, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd td .v-label, html.aui .v-csslayout-infobox-red-noicon .v-table .v-table-body .v-table-row-odd td .v-table-cell-wrapper {
          color: #666666;
          font-size: 14px; }
  html .v-csslayout-infobox-white-icon .v-label, html .v-csslayout-infobox-white-noicon .v-label,
  html .v-csslayout-infobox-grey-icon .v-label, html .v-csslayout-infobox-grey-noicon .v-label,
  html .v-csslayout-infobox-yellow-icon .v-label, html .v-csslayout-infobox-yellow-noicon .v-label,
  html .v-csslayout-infobox-red-icon .v-label, html .v-csslayout-infobox-red-noicon .v-label, html.aui .v-csslayout-infobox-white-icon .v-label, html.aui .v-csslayout-infobox-white-noicon .v-label,
  html.aui .v-csslayout-infobox-grey-icon .v-label, html.aui .v-csslayout-infobox-grey-noicon .v-label,
  html.aui .v-csslayout-infobox-yellow-icon .v-label, html.aui .v-csslayout-infobox-yellow-noicon .v-label,
  html.aui .v-csslayout-infobox-red-icon .v-label, html.aui .v-csslayout-infobox-red-noicon .v-label {
    font-size: 14px;
    color: #333333;
    white-space: normal;
    line-height: 20px;
    margin: 0; }
    html .v-csslayout-infobox-white-icon .v-label.v-label-infobox-heading, html .v-csslayout-infobox-white-noicon .v-label.v-label-infobox-heading,
    html .v-csslayout-infobox-grey-icon .v-label.v-label-infobox-heading, html .v-csslayout-infobox-grey-noicon .v-label.v-label-infobox-heading,
    html .v-csslayout-infobox-yellow-icon .v-label.v-label-infobox-heading, html .v-csslayout-infobox-yellow-noicon .v-label.v-label-infobox-heading,
    html .v-csslayout-infobox-red-icon .v-label.v-label-infobox-heading, html .v-csslayout-infobox-red-noicon .v-label.v-label-infobox-heading, html.aui .v-csslayout-infobox-white-icon .v-label.v-label-infobox-heading, html.aui .v-csslayout-infobox-white-noicon .v-label.v-label-infobox-heading,
    html.aui .v-csslayout-infobox-grey-icon .v-label.v-label-infobox-heading, html.aui .v-csslayout-infobox-grey-noicon .v-label.v-label-infobox-heading,
    html.aui .v-csslayout-infobox-yellow-icon .v-label.v-label-infobox-heading, html.aui .v-csslayout-infobox-yellow-noicon .v-label.v-label-infobox-heading,
    html.aui .v-csslayout-infobox-red-icon .v-label.v-label-infobox-heading, html.aui .v-csslayout-infobox-red-noicon .v-label.v-label-infobox-heading {
      font-family: 'VistaSansBoldRegular';
      line-height: normal;
      padding-bottom: 10px; }
    html .v-csslayout-infobox-white-icon .v-label.v-label-phone, html .v-csslayout-infobox-white-icon .v-label.v-label-phonenumber, html .v-csslayout-infobox-white-noicon .v-label.v-label-phone, html .v-csslayout-infobox-white-noicon .v-label.v-label-phonenumber,
    html .v-csslayout-infobox-grey-icon .v-label.v-label-phone,
    html .v-csslayout-infobox-grey-icon .v-label.v-label-phonenumber, html .v-csslayout-infobox-grey-noicon .v-label.v-label-phone, html .v-csslayout-infobox-grey-noicon .v-label.v-label-phonenumber,
    html .v-csslayout-infobox-yellow-icon .v-label.v-label-phone,
    html .v-csslayout-infobox-yellow-icon .v-label.v-label-phonenumber, html .v-csslayout-infobox-yellow-noicon .v-label.v-label-phone, html .v-csslayout-infobox-yellow-noicon .v-label.v-label-phonenumber,
    html .v-csslayout-infobox-red-icon .v-label.v-label-phone,
    html .v-csslayout-infobox-red-icon .v-label.v-label-phonenumber, html .v-csslayout-infobox-red-noicon .v-label.v-label-phone, html .v-csslayout-infobox-red-noicon .v-label.v-label-phonenumber, html.aui .v-csslayout-infobox-white-icon .v-label.v-label-phone, html.aui .v-csslayout-infobox-white-icon .v-label.v-label-phonenumber, html.aui .v-csslayout-infobox-white-noicon .v-label.v-label-phone, html.aui .v-csslayout-infobox-white-noicon .v-label.v-label-phonenumber,
    html.aui .v-csslayout-infobox-grey-icon .v-label.v-label-phone,
    html.aui .v-csslayout-infobox-grey-icon .v-label.v-label-phonenumber, html.aui .v-csslayout-infobox-grey-noicon .v-label.v-label-phone, html.aui .v-csslayout-infobox-grey-noicon .v-label.v-label-phonenumber,
    html.aui .v-csslayout-infobox-yellow-icon .v-label.v-label-phone,
    html.aui .v-csslayout-infobox-yellow-icon .v-label.v-label-phonenumber, html.aui .v-csslayout-infobox-yellow-noicon .v-label.v-label-phone, html.aui .v-csslayout-infobox-yellow-noicon .v-label.v-label-phonenumber,
    html.aui .v-csslayout-infobox-red-icon .v-label.v-label-phone,
    html.aui .v-csslayout-infobox-red-icon .v-label.v-label-phonenumber, html.aui .v-csslayout-infobox-red-noicon .v-label.v-label-phone, html.aui .v-csslayout-infobox-red-noicon .v-label.v-label-phonenumber {
      display: block;
      background: transparent url("images/bg_phone.png") no-repeat left center;
      font-size: 18px;
      padding-left: 20px;
      margin: 20px;
      margin-bottom: 0;
      line-height: normal; }
  html .v-csslayout-infobox-white-icon.v-csslayout-infobox-white-icon, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-white-icon,
  html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-white-icon, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-white-icon,
  html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-white-icon, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-white-icon,
  html .v-csslayout-infobox-red-icon.v-csslayout-infobox-white-icon, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-white-icon, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-white-icon, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-white-icon,
  html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-white-icon, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-white-icon,
  html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-white-icon, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-white-icon,
  html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-white-icon, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-white-icon {
    background: transparent url("images/bg_info.png") no-repeat 18px 15px; }
    html .v-csslayout-infobox-white-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-red-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-white-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-white-icon .v-label-infobox-heading {
      padding-left: 32px; }
  html .v-csslayout-infobox-white-icon.v-csslayout-infobox-grey-icon, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-grey-icon,
  html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-grey-icon, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-grey-icon,
  html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-grey-icon, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-grey-icon,
  html .v-csslayout-infobox-red-icon.v-csslayout-infobox-grey-icon, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-grey-icon, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-grey-icon, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-grey-icon,
  html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-grey-icon, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-grey-icon,
  html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-grey-icon, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-grey-icon,
  html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-grey-icon, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-grey-icon {
    background: #f0f0f0 url("images/bg_info.png") no-repeat 18px 15px; }
    html .v-csslayout-infobox-white-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-red-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-grey-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-grey-icon .v-label-infobox-heading {
      padding-left: 32px; }
  html .v-csslayout-infobox-white-icon.v-csslayout-infobox-yellow-icon, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-yellow-icon,
  html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-yellow-icon, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-yellow-icon,
  html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-yellow-icon, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-yellow-icon,
  html .v-csslayout-infobox-red-icon.v-csslayout-infobox-yellow-icon, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-yellow-icon, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-yellow-icon, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-yellow-icon,
  html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-yellow-icon, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-yellow-icon,
  html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-yellow-icon, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-yellow-icon,
  html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-yellow-icon, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-yellow-icon {
    background: #fff1be url("images/icon_alert_orange.png") no-repeat 18px 18px; }
    html .v-csslayout-infobox-white-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-red-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-yellow-icon .v-label-infobox-heading {
      padding-left: 40px; }
  html .v-csslayout-infobox-white-icon.v-csslayout-infobox-red-icon, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-red-icon,
  html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-red-icon, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-red-icon,
  html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-red-icon, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-red-icon,
  html .v-csslayout-infobox-red-icon.v-csslayout-infobox-red-icon, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-red-icon, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-red-icon, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-red-icon,
  html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-red-icon, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-red-icon,
  html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-red-icon, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-red-icon,
  html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-red-icon, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-red-icon {
    background: #fff1be url("images/icon_error.png") no-repeat 18px 18px; }
    html .v-csslayout-infobox-white-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading,
    html .v-csslayout-infobox-red-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading,
    html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-red-icon .v-label-infobox-heading, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-red-icon .v-label-infobox-heading {
      padding-left: 40px; }
  html .v-csslayout-infobox-white-icon .v-csslayout-infobox-grey-noicon, html .v-csslayout-infobox-white-noicon .v-csslayout-infobox-grey-noicon,
  html .v-csslayout-infobox-grey-icon .v-csslayout-infobox-grey-noicon, html .v-csslayout-infobox-grey-noicon .v-csslayout-infobox-grey-noicon,
  html .v-csslayout-infobox-yellow-icon .v-csslayout-infobox-grey-noicon, html .v-csslayout-infobox-yellow-noicon .v-csslayout-infobox-grey-noicon,
  html .v-csslayout-infobox-red-icon .v-csslayout-infobox-grey-noicon, html .v-csslayout-infobox-red-noicon .v-csslayout-infobox-grey-noicon, html.aui .v-csslayout-infobox-white-icon .v-csslayout-infobox-grey-noicon, html.aui .v-csslayout-infobox-white-noicon .v-csslayout-infobox-grey-noicon,
  html.aui .v-csslayout-infobox-grey-icon .v-csslayout-infobox-grey-noicon, html.aui .v-csslayout-infobox-grey-noicon .v-csslayout-infobox-grey-noicon,
  html.aui .v-csslayout-infobox-yellow-icon .v-csslayout-infobox-grey-noicon, html.aui .v-csslayout-infobox-yellow-noicon .v-csslayout-infobox-grey-noicon,
  html.aui .v-csslayout-infobox-red-icon .v-csslayout-infobox-grey-noicon, html.aui .v-csslayout-infobox-red-noicon .v-csslayout-infobox-grey-noicon {
    background-color: #f0f0f0; }
  html .v-csslayout-infobox-white-icon.v-csslayout-infobox-yellow-noicon, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-yellow-noicon,
  html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-yellow-noicon, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-yellow-noicon,
  html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-yellow-noicon, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-yellow-noicon,
  html .v-csslayout-infobox-red-icon.v-csslayout-infobox-yellow-noicon, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-yellow-noicon, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-yellow-noicon, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-yellow-noicon,
  html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-yellow-noicon, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-yellow-noicon,
  html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-yellow-noicon, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-yellow-noicon,
  html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-yellow-noicon, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-yellow-noicon {
    background-color: #fff1be;
    border-color: #fcddae; }
  html .v-csslayout-infobox-white-icon.v-csslayout-infobox-red-noicon, html .v-csslayout-infobox-white-noicon.v-csslayout-infobox-red-noicon,
  html .v-csslayout-infobox-grey-icon.v-csslayout-infobox-red-noicon, html .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-red-noicon,
  html .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-red-noicon, html .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-red-noicon,
  html .v-csslayout-infobox-red-icon.v-csslayout-infobox-red-noicon, html .v-csslayout-infobox-red-noicon.v-csslayout-infobox-red-noicon, html.aui .v-csslayout-infobox-white-icon.v-csslayout-infobox-red-noicon, html.aui .v-csslayout-infobox-white-noicon.v-csslayout-infobox-red-noicon,
  html.aui .v-csslayout-infobox-grey-icon.v-csslayout-infobox-red-noicon, html.aui .v-csslayout-infobox-grey-noicon.v-csslayout-infobox-red-noicon,
  html.aui .v-csslayout-infobox-yellow-icon.v-csslayout-infobox-red-noicon, html.aui .v-csslayout-infobox-yellow-noicon.v-csslayout-infobox-red-noicon,
  html.aui .v-csslayout-infobox-red-icon.v-csslayout-infobox-red-noicon, html.aui .v-csslayout-infobox-red-noicon.v-csslayout-infobox-red-noicon {
    background-color: #eed0d0;
    border-color: #990000; }
html .v-csslayout-infobox-white .v-label, html .v-csslayout-infobox-grey .v-label, html .v-csslayout-infobox-yellow .v-label, html .v-csslayout-infobox-red .v-label, html.aui .v-csslayout-infobox-white .v-label, html.aui .v-csslayout-infobox-grey .v-label, html.aui .v-csslayout-infobox-yellow .v-label, html.aui .v-csslayout-infobox-red .v-label {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 10px; }
html .v-csslayout-infobox-white.v-csslayout-infobox-grey, html .v-csslayout-infobox-grey.v-csslayout-infobox-grey, html .v-csslayout-infobox-yellow.v-csslayout-infobox-grey, html .v-csslayout-infobox-red.v-csslayout-infobox-grey, html.aui .v-csslayout-infobox-white.v-csslayout-infobox-grey, html.aui .v-csslayout-infobox-grey.v-csslayout-infobox-grey, html.aui .v-csslayout-infobox-yellow.v-csslayout-infobox-grey, html.aui .v-csslayout-infobox-red.v-csslayout-infobox-grey {
  background-color: #f0f0f0; }
html .padding20right .v-csslayout-infobox-white-icon, html .padding20right .v-csslayout-infobox-grey-icon, html .padding20right .v-csslayout-infobox-yellow-icon, html .padding20right .v-csslayout-infobox-red-icon,
html .padding20right .v-csslayout-infobox-white, html .padding20right .v-csslayout-infobox-grey, html .padding20right .v-csslayout-infobox-yellow, html .padding20right .v-csslayout-infobox-red, html.aui .padding20right .v-csslayout-infobox-white-icon, html.aui .padding20right .v-csslayout-infobox-grey-icon, html.aui .padding20right .v-csslayout-infobox-yellow-icon, html.aui .padding20right .v-csslayout-infobox-red-icon,
html.aui .padding20right .v-csslayout-infobox-white, html.aui .padding20right .v-csslayout-infobox-grey, html.aui .padding20right .v-csslayout-infobox-yellow, html.aui .padding20right .v-csslayout-infobox-red {
  margin-left: -20px;
  margin-right: -20px; }

html .v-csslayout-hotelname, html.aui .v-csslayout-hotelname {
  float: left;
  position: relative; }
  html .v-csslayout-hotelname .v-gridlayout-image_container, html.aui .v-csslayout-hotelname .v-gridlayout-image_container {
    width: 63px !important;
    height: 47px !important;
    float: left; }
    html .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot, html.aui .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot {
      left: 0 !important;
      top: 0 !important; }
      html .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot img, html.aui .v-csslayout-hotelname .v-gridlayout-image_container .v-gridlayout-slot img {
        float: left;
        width: 63px;
        height: 47px; }
  html .v-csslayout-hotelname .v-button-hotelname,
  html .v-csslayout-hotelname .v-label-hotelname, html.aui .v-csslayout-hotelname .v-button-hotelname,
  html.aui .v-csslayout-hotelname .v-label-hotelname {
    float: left;
    padding-left: 8px; }
    html .v-csslayout-hotelname .v-button-hotelname .v-button-caption,
    html .v-csslayout-hotelname .v-label-hotelname .v-button-caption, html.aui .v-csslayout-hotelname .v-button-hotelname .v-button-caption,
    html.aui .v-csslayout-hotelname .v-label-hotelname .v-button-caption {
      float: left;
      font-size: 14px;
      font-weight: normal;
      color: #333333;
      text-decoration: none;
      white-space: normal;
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 1px;
      margin-bottom: 4px;
      margin-top: 2px; }
    html .v-csslayout-hotelname .v-button-hotelname.v-button-hotelname .v-button-caption,
    html .v-csslayout-hotelname .v-label-hotelname.v-button-hotelname .v-button-caption, html.aui .v-csslayout-hotelname .v-button-hotelname.v-button-hotelname .v-button-caption,
    html.aui .v-csslayout-hotelname .v-label-hotelname.v-button-hotelname .v-button-caption {
      font-family: 'VistaSansBoldRegular';
      font-weight: normal; }
    html .v-csslayout-hotelname .v-button-hotelname.v-button-hotelname:focus,
    html .v-csslayout-hotelname .v-label-hotelname.v-button-hotelname:focus, html.aui .v-csslayout-hotelname .v-button-hotelname.v-button-hotelname:focus,
    html.aui .v-csslayout-hotelname .v-label-hotelname.v-button-hotelname:focus {
      padding-left: 8px !important; }
  html .v-csslayout-hotelname .v-label-hotelname, html.aui .v-csslayout-hotelname .v-label-hotelname {
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    white-space: normal;
    padding-bottom: 1px;
    margin-bottom: 4px;
    margin-top: 2px; }
  html .v-csslayout-hotelname .v-label-hotelcategory, html.aui .v-csslayout-hotelname .v-label-hotelcategory {
    float: left;
    width: auto; }
  html .v-csslayout-hotelname .v-label-hoteladdress, html.aui .v-csslayout-hotelname .v-label-hoteladdress {
    position: absolute;
    left: 70px;
    top: 26px;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-style: italic;
    font-weight: normal !important;
    font-family: 'VistaSansAltRegRegular' !important;
    width: auto !important; }
html .v-button-meetingroomsinfobutton, html.aui .v-button-meetingroomsinfobutton {
  float: left;
  width: auto; }
  html .v-button-meetingroomsinfobutton .v-button-caption, html.aui .v-button-meetingroomsinfobutton .v-button-caption {
    text-align: left;
    float: left;
    width: 100%;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px; }

html .v-button-button-style-top .v-button-caption,
html .v-button-button-style-flop .v-button-caption, html.aui .v-button-button-style-top .v-button-caption,
html.aui .v-button-button-style-flop .v-button-caption {
  background: transparent url("images/spr_likedislike.png") no-repeat 0 0;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
html .v-button-button-style-top.v-button-neutral.v-button-button-style-top .v-button-caption, html .v-button-button-style-top.v-button-inactive.v-button-button-style-top .v-button-caption,
html .v-button-button-style-flop.v-button-neutral.v-button-button-style-top .v-button-caption,
html .v-button-button-style-flop.v-button-inactive.v-button-button-style-top .v-button-caption, html.aui .v-button-button-style-top.v-button-neutral.v-button-button-style-top .v-button-caption, html.aui .v-button-button-style-top.v-button-inactive.v-button-button-style-top .v-button-caption,
html.aui .v-button-button-style-flop.v-button-neutral.v-button-button-style-top .v-button-caption,
html.aui .v-button-button-style-flop.v-button-inactive.v-button-button-style-top .v-button-caption {
  background: transparent url("images/spr_likedislike.png") no-repeat 0 -26px; }
html .v-button-button-style-top.v-button-neutral.v-button-button-style-flop .v-button-caption, html .v-button-button-style-top.v-button-inactive.v-button-button-style-flop .v-button-caption,
html .v-button-button-style-flop.v-button-neutral.v-button-button-style-flop .v-button-caption,
html .v-button-button-style-flop.v-button-inactive.v-button-button-style-flop .v-button-caption, html.aui .v-button-button-style-top.v-button-neutral.v-button-button-style-flop .v-button-caption, html.aui .v-button-button-style-top.v-button-inactive.v-button-button-style-flop .v-button-caption,
html.aui .v-button-button-style-flop.v-button-neutral.v-button-button-style-flop .v-button-caption,
html.aui .v-button-button-style-flop.v-button-inactive.v-button-button-style-flop .v-button-caption {
  background: transparent url("images/spr_likedislike.png") no-repeat -25px 0; }
html .v-button-button-style-top.v-button-active.v-button-button-style-top .v-button-caption,
html .v-button-button-style-flop.v-button-active.v-button-button-style-top .v-button-caption, html.aui .v-button-button-style-top.v-button-active.v-button-button-style-top .v-button-caption,
html.aui .v-button-button-style-flop.v-button-active.v-button-button-style-top .v-button-caption {
  background: transparent url("images/spr_likedislike.png") no-repeat 0 0; }
html .v-button-button-style-top.v-button-active.v-button-button-style-flop .v-button-caption,
html .v-button-button-style-flop.v-button-active.v-button-button-style-flop .v-button-caption, html.aui .v-button-button-style-top.v-button-active.v-button-button-style-flop .v-button-caption,
html.aui .v-button-button-style-flop.v-button-active.v-button-button-style-flop .v-button-caption {
  background: transparent url("images/spr_likedislike.png") no-repeat -25px -26px; }
html .v-csslayout-topflopcomponent-comment, html.aui .v-csslayout-topflopcomponent-comment {
  float: left;
  width: 100%; }
  html .v-csslayout-topflopcomponent-comment > .v-label, html.aui .v-csslayout-topflopcomponent-comment > .v-label {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal; }
  html .v-csslayout-topflopcomponent-comment > .v-textfield, html.aui .v-csslayout-topflopcomponent-comment > .v-textfield {
    float: left;
    width: 100%; }

html .v-app .v-textarea, html.aui .v-app .v-textarea {
  font-size: 14px;
  font-family: arial, sans-serif;
  font-style: normal;
  padding: 0 7px;
  height: 30px;
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
  -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
  box-shadow: inset 0 1px 2px 0 #dddddd;
  outline: 0 !important;
  background: #fff;
  height: auto !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
html .v-app .v-textfield-prompt, html.aui .v-app .v-textfield-prompt {
  color: #666666 !important;
  font-size: 12px !important; }
html .v-app .v-caption-on-top, html.aui .v-app .v-caption-on-top {
  margin-top: 10px; }
  html .v-app .v-caption-on-top .v-captiontext, html.aui .v-app .v-caption-on-top .v-captiontext {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #666666;
    font-size: 12px;
    font-family: 'VistaSansAltRegRegular';
    font-weight: normal;
    line-height: normal;
    width: auto;
    display: block;
    clear: all;
    padding-bottom: 1px; }
html .v-app .info-left .v-caption-on-top, html.aui .v-app .info-left .v-caption-on-top {
  margin-top: 0; }
html .v-app .v-checkbox-checkbox-style-nolabel, html .v-app .checkbox-style-nolabel, html.aui .v-app .v-checkbox-checkbox-style-nolabel, html.aui .v-app .checkbox-style-nolabel {
  margin-right: 2px; }
  html .v-app .v-checkbox-checkbox-style-nolabel label, html .v-app .checkbox-style-nolabel label, html.aui .v-app .v-checkbox-checkbox-style-nolabel label, html.aui .v-app .checkbox-style-nolabel label {
    display: none !important; }

html, html.aui {
  /* TextField Required */
  /* ComboBox Required */
  /* TextArea Required */
  /* DateField Required */ }
  html .portlet-body .v-textfield,
  html .v-window .v-textfield, html.aui .portlet-body .v-textfield,
  html.aui .v-window .v-textfield {
    font-size: 14px;
    font-family: arial, sans-serif;
    padding: 0 7px;
    height: 30px;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
    -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
    box-shadow: inset 0 1px 2px 0 #dddddd;
    background: #fff;
    outline: 0 !important; }
  html .portlet-body .v-textfield.v-readonly,
  html .v-window .v-textfield.v-readonly, html.aui .portlet-body .v-textfield.v-readonly,
  html.aui .v-window .v-textfield.v-readonly {
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 14px;
    font-family: "VistaSansAltRegRegular";
    font-weight: normal;
    color: #666666;
    line-height: 24px; }
  html .portlet-body .v-textfield.v-disabled,
  html .v-window .v-textfield.v-disabled, html.aui .portlet-body .v-textfield.v-disabled,
  html.aui .v-window .v-textfield.v-disabled {
    border: 1px solid #ccc !important; }
  html .portlet-body .textfield-labellook,
  html .v-window .textfield-labellook, html.aui .portlet-body .textfield-labellook,
  html.aui .v-window .textfield-labellook {
    padding: 0;
    height: 24px; }
  html .portlet-body .v-panel-content .filters-panel input.v-textfield.v-widget,
  html .v-window .v-panel-content .filters-panel input.v-textfield.v-widget, html.aui .portlet-body .v-panel-content .filters-panel input.v-textfield.v-widget,
  html.aui .v-window .v-panel-content .filters-panel input.v-textfield.v-widget {
    height: 30px; }
  html .portlet-body .v-textfield-prompt,
  html .v-window .v-textfield-prompt, html.aui .portlet-body .v-textfield-prompt,
  html.aui .v-window .v-textfield-prompt {
    color: #666666 !important; }
  html .portlet-body .v-panel-search-wrapper,
  html .v-window .v-panel-search-wrapper, html.aui .portlet-body .v-panel-search-wrapper,
  html.aui .v-window .v-panel-search-wrapper {
    float: left;
    background: #fff url("images/bg_glass.png") no-repeat 10px center;
    border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    -webkit-box-shadow: inset 0 1px 2px 0 #dddddd;
    -moz-box-shadow: inset 0 1px 2px 0 #dddddd;
    box-shadow: inset 0 1px 2px 0 #dddddd;
    padding: 5px !important; }
    html .portlet-body .v-panel-search-wrapper input,
    html .v-window .v-panel-search-wrapper input, html.aui .portlet-body .v-panel-search-wrapper input,
    html.aui .v-window .v-panel-search-wrapper input {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
      height: 13px;
      color: #333333;
      font-size: 14px !important;
      font-weight: normal !important;
      border: none;
      margin-left: 23px;
      padding-bottom: 0 !important;
      background: none !important;
      padding: 0 !important; }
  html .portlet-body,
  html .v-window, html.aui .portlet-body,
  html.aui .v-window {
    /*
    .v-checkbox {
        width: 100%;
    }
    */
    /* Lay the options horizontally */
    /* Avoid wrapping if the layout is too tight */
    /* Some extra spacing is needed */ }
    html .portlet-body .v-checkbox label,
    html .portlet-body .v-select-optiongroup label,
    html .v-window .v-checkbox label,
    html .v-window .v-select-optiongroup label, html.aui .portlet-body .v-checkbox label,
    html.aui .portlet-body .v-select-optiongroup label,
    html.aui .v-window .v-checkbox label,
    html.aui .v-window .v-select-optiongroup label {
      padding-left: 5px;
      margin-right: 10px;
      color: #666666;
      font-size: 12px;
      display: inline; }
    html .portlet-body .v-select-optiongroup.singleLine .v-select-option,
    html .v-window .v-select-optiongroup.singleLine .v-select-option, html.aui .portlet-body .v-select-optiongroup.singleLine .v-select-option,
    html.aui .v-window .v-select-optiongroup.singleLine .v-select-option {
      display: block;
      margin-bottom: 5px; }
    html .portlet-body .v-select-optiongroup-horizontal .v-select-option,
    html .v-window .v-select-optiongroup-horizontal .v-select-option, html.aui .portlet-body .v-select-optiongroup-horizontal .v-select-option,
    html.aui .v-window .v-select-optiongroup-horizontal .v-select-option {
      display: inline-block;
      line-height: normal; }
    html .portlet-body .v-select-optiongroup-horizontal,
    html .v-window .v-select-optiongroup-horizontal, html.aui .portlet-body .v-select-optiongroup-horizontal,
    html.aui .v-window .v-select-optiongroup-horizontal {
      white-space: nowrap; }
    html .portlet-body .v-select-optiongroup-horizontal
    .v-select-option.v-radiobutton,
    html .v-window .v-select-optiongroup-horizontal
    .v-select-option.v-radiobutton, html.aui .portlet-body .v-select-optiongroup-horizontal
    .v-select-option.v-radiobutton,
    html.aui .v-window .v-select-optiongroup-horizontal
    .v-select-option.v-radiobutton {
      padding-right: 10px; }
    html .portlet-body .v-checkbox-hotelcompare-checkbox,
    html .v-window .v-checkbox-hotelcompare-checkbox, html.aui .portlet-body .v-checkbox-hotelcompare-checkbox,
    html.aui .v-window .v-checkbox-hotelcompare-checkbox {
      float: left;
      padding-right: 4px;
      width: auto;
      margin-top: 0 !important; }
      html .portlet-body .v-checkbox-hotelcompare-checkbox input,
      html .v-window .v-checkbox-hotelcompare-checkbox input, html.aui .portlet-body .v-checkbox-hotelcompare-checkbox input,
      html.aui .v-window .v-checkbox-hotelcompare-checkbox input {
        margin: 0;
        margin-top: -2px; }
      html .portlet-body .v-checkbox-hotelcompare-checkbox label,
      html .v-window .v-checkbox-hotelcompare-checkbox label, html.aui .portlet-body .v-checkbox-hotelcompare-checkbox label,
      html.aui .v-window .v-checkbox-hotelcompare-checkbox label {
        display: none; }
  html .v-textfield-success, html.aui .v-textfield-success {
    background: #f4faf3 !important; }
  html .v-textfield-error, html.aui .v-textfield-error {
    border: 1px solid red !important; }
  html .v-textfield-required, html.aui .v-textfield-required {
    background: #fffeeb !important; }
  html .v-filterselect-error, html.aui .v-filterselect-error {
    border: 1px solid red !important; }
  html .v-filterselect-required, html.aui .v-filterselect-required {
    background: #fffeeb !important; }
  html .v-textarea-error, html.aui .v-textarea-error {
    border: 1px solid red !important; }
  html .v-textarea-required, html.aui .v-textarea-required {
    background: #fffeeb !important; }
  html .v-datefield-error, html.aui .v-datefield-error {
    border: 1px solid red !important; }
  html .v-datefield-required, html.aui .v-datefield-required {
    background: #fffeeb !important; }
  html .search-wrapper .v-textfield-error, html .v-filterselect .v-textfield-error, html.aui .search-wrapper .v-textfield-error, html.aui .v-filterselect .v-textfield-error {
    border: none !important;
    background: transparent !important; }
  html .search-wrapper .v-textfield-required, html .v-filterselect .v-textfield-required, html.aui .search-wrapper .v-textfield-required, html.aui .v-filterselect .v-textfield-required {
    background: transparent !important; }

html .v-label-statusbar-green, html.aui .v-label-statusbar-green {
  margin: 10px 0 20px 0;
  padding: 10px;
  padding-left: 35px;
  width: 100%;
  background: #88b875 url("images/icon_check_white.png") no-repeat 10px center;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  color: white; }
html .v-label-statusbar-yellow, html.aui .v-label-statusbar-yellow {
  margin: 10px 0 20px 0;
  padding: 10px;
  padding-left: 35px;
  width: 100%;
  background: #ff9900 url("images/icon_warning_white.png") no-repeat 10px center;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  color: white; }
html .v-label-statusbar-red, html.aui .v-label-statusbar-red {
  margin: 10px 0 20px 0;
  padding: 10px;
  padding-left: 35px;
  width: 100%;
  background: #990000 url("images/icon_error_white.png") no-repeat 10px center;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  color: white; }
html .image_inactive_container .v-gridlayout-slot:before, html.aui .image_inactive_container .v-gridlayout-slot:before {
  content: '';
  background: #990000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2; }
html .image_inactive_container .v-gridlayout-slot:after, html.aui .image_inactive_container .v-gridlayout-slot:after {
  content: '';
  background: transparent url("images/icon_warning_triangle_white.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
html .image_exclusive_container .v-gridlayout-slot:after, html.aui .image_exclusive_container .v-gridlayout-slot:after {
  content: '';
  background: transparent url("images/icon_exclusive.png") no-repeat left top;
  background-size: 50px 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
html .v-horizontallayout-statusbar-white, html.aui .v-horizontallayout-statusbar-white {
  margin: 10px 0 20px 0;
  padding: 10px;
  padding-left: 35px;
  width: 100%;
  background: white url("images/bg_info.png") no-repeat 18px 15px;
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }

html .v-label-status-green, html.aui .v-label-status-green {
  background: transparent url("images/icon_confirmed.png") no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  color: #009900 !important; }
html .v-label-status-yellow, html.aui .v-label-status-yellow {
  background: transparent url("images/icon_pending.png") no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  color: #ff9900 !important; }
html .v-label-status-red, html.aui .v-label-status-red {
  background: transparent url("images/icon_error.png") no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  color: #bb0000 !important; }
html .v-label-green, html.aui .v-label-green {
  color: #009900 !important; }
html .v-label-yellow, html.aui .v-label-yellow {
  color: #ff9900 !important; }
html .v-label-red, html.aui .v-label-red {
  color: #bb0000 !important; }
html .aui-form-validator-error-container .aui-field-element, html.aui .aui-form-validator-error-container .aui-field-element {
  background: transparent;
  padding-right: 0; }
  html .aui-form-validator-error-container .aui-field-element [class~="aui-form-validator-message"], html.aui .aui-form-validator-error-container .aui-field-element [class~="aui-form-validator-message"] {
    background: #fff;
    color: red;
    top: 87%;
    margin: 0; }
html .portlet-msg-error, html.aui .portlet-msg-error {
  margin: 10px 0 20px 0;
  padding: 10px;
  padding-left: 35px;
  width: 100%;
  background: #990000 url("images/icon_error_white.png") no-repeat 10px center;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
  width: auto;
  font-weight: normal; }

/* temp. disabled
 .v-loading-indicator-wait {  
   position: fixed;
   width: 100%;  
   height: 100%;  
   margin: 0;  
   @include backgroundImg('ajax-loader.png');
   background-position: 50%;  
   background-color: transparent;  
   background-repeat: no-repeat;  
   background-attachment: fixed;
   
   &:after {
   	   content: '';
   	   position: relative;
   	   
   	   &:after {
		   content: 'Bitte haben Sie einen Augenblick Geduld';
		   display: block;
		   position: absolute;
		   left: 0;
		   bottom: 0;
		   background: #fff;
		   font-size: 16px	   	   
   	   }

   }   
 }
 */
html ul.checkedlist, html.aui ul.checkedlist {
  float: left;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  list-style: none;
  padding-left: 1px; }
  html ul.checkedlist li, html.aui ul.checkedlist li {
    line-height: 16px;
    padding-left: 23px;
    margin-bottom: 10px;
    background: transparent url("images/icon_check_trans.png") no-repeat left center; }
    html ul.checkedlist li.inactive, html.aui ul.checkedlist li.inactive {
      background: none !important;
      color: #999999; }

html .teasercomponent-container, html.aui .teasercomponent-container {
  background: #fff;
  border: 1px solid #dddddd;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */ }
html .teasercomponent-header, html.aui .teasercomponent-header {
  background: #f4f4f4;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
html .v-button-button-style-teasercomponent-header-title .v-button-caption, html .button-style-teasercomponent-header-title .v-button-caption, html.aui .v-button-button-style-teasercomponent-header-title .v-button-caption, html.aui .button-style-teasercomponent-header-title .v-button-caption {
      /*
		font-size: $breadCrumb;
		color: $textBlack;
		border-bottom: 1px solid $borderTab;
		padding-bottom: 1px;
		text-decoration: none;
		font-weight: normal
	  */
  font-size: 14px;
  font-family: "VistaSansBoldRegular";
  font-weight: normal;
  color: #333333;
  line-height: normal; }
html .v-label-label-style-teasercomponent-header-text, html .label-style-teasercomponent-header-text, html .v-label-label-teaser-booking-id, html .label-teaser-booking-id, html.aui .v-label-label-style-teasercomponent-header-text, html.aui .label-style-teasercomponent-header-text, html.aui .v-label-label-teaser-booking-id, html.aui .label-teaser-booking-id {
  font-size: 14px;
  color: #666666;
  font-family: 'VistaSansAltRegRegular';
  font-weight: normal; }
html .v-label-label-teaser-booking-id, html .label-teaser-booking-id, html.aui .v-label-label-teaser-booking-id, html.aui .label-teaser-booking-id {
  font-size: 12px;
  line-height: 20px; }
html .v-label-label-style-teasercomponent-header-hotelcategory, html .label-style-teasercomponent-header-hotelcategory, html.aui .v-label-label-style-teasercomponent-header-hotelcategory, html.aui .label-style-teasercomponent-header-hotelcategory {
  font-size: 12px;
  color: #333333; }
html .teasercomponent-item, html.aui .teasercomponent-item {
  border-bottom: 1px solid #dddddd; }
html .v-slot-teasercomponent-item:last-child .teasercomponent-item, html.aui .v-slot-teasercomponent-item:last-child .teasercomponent-item {
  border-bottom: none !important; }
html .v-label-label-style-teasercomponent-item-text, html .label-style-teasercomponent-item-text, html.aui .v-label-label-style-teasercomponent-item-text, html.aui .label-style-teasercomponent-item-text {
  font-size: 12px;
  color: #666666;
  font-family: 'VistaSansAltRegRegular';
  font-weight: normal; }

html .v-csslayout-hoteldetail-rating, html.aui .v-csslayout-hoteldetail-rating {
  float: left;
  width: 100%;
  margin: 30px 0; }
  html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment {
    float: right;
    position: relative;
    width: 448px;
    height: 101px;
    position: relative;
    font-size: 12px;
    color: #666666;
    text-align: center;
    font-family: 'VistaSansBoldRegular';
    white-space: normal;
    line-height: 30px;
    border: 1px solid #dddddd;
    background: #fff;
    padding: 0;
    width: 448px;
  /*
	-webkit-border-radius: $radius;
	-moz-border-radius:    $radius;
	border-radius:         $radius;
	
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
  */
    margin-left: 7px; }
    html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:after, html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:before, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:after, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:after, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:after {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 6px;
      margin-top: -6px; }
    html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:before, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment:before {
      border-color: rgba(221, 221, 221, 0);
      border-right-color: #dddddd;
      border-width: 7px;
      margin-top: -7px; }
    html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment .v-label, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment .v-label {
      position: absolute;
      white-space: normal;
      font-size: 12px;
      color: #666666;
      padding: 13px; }
      html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment .v-label.v-label-rating-comment-text, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment .v-label.v-label-rating-comment-text {
        top: 2px;
        left: 10px;
        line-height: 18px;
        font-family: 'VistaSansBoldRegular'; }
      html .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment .v-label.v-label-rating-comment-author, html.aui .v-csslayout-hoteldetail-rating .v-csslayout-hoteldetail-rating-comment .v-label.v-label-rating-comment-author {
        bottom: 2px;
        left: 10px; }
html .v-csslayout-tabsheet-content .v-csslayout-hoteldetail-rating-comment, html .v-tabsheet-content .v-csslayout-hoteldetail-rating-comment, html.aui .v-csslayout-tabsheet-content .v-csslayout-hoteldetail-rating-comment, html.aui .v-tabsheet-content .v-csslayout-hoteldetail-rating-comment {
  width: 405px !important; }

html, html.aui {
  /* deprecated due generic helpr class
  .popupContent {
      .v-csslayout-hotelServices-layout {
          float: left;
          height: 390px;
          overflow: auto;
      }
  }
  */ }
  html .v-csslayout-hotelServices-layout .v-csslayout-header-area, html.aui .v-csslayout-hotelServices-layout .v-csslayout-header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    border-bottom: 2px solid #dddddd;
    padding: 24px 16px 0 16px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-header-area .v-button, html.aui .v-csslayout-hotelServices-layout .v-csslayout-header-area .v-button {
      float: left;
      border: 1px solid #dddddd;
      border-bottom: none;
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/
      margin-right: 2px; }
      html .v-csslayout-hotelServices-layout .v-csslayout-header-area .v-button .v-button-caption, html.aui .v-csslayout-hotelServices-layout .v-csslayout-header-area .v-button .v-button-caption {
        float: left;
        padding: 16px 20px;
        font-size: 14px;
        color: #666666;
        font-family: 'VistaSansBoldRegular'; }
  html .v-csslayout-hotelServices-layout .v-csslayout-content-area, html.aui .v-csslayout-hotelServices-layout .v-csslayout-content-area {
    float: left;
    width: 100%;
    margin-top: 24px; }
  html .v-csslayout-hotelServices-layout .v-csslayout-heading, html.aui .v-csslayout-hotelServices-layout .v-csslayout-heading {
    padding-left: 156px;
    margin-top: 24px;
    margin-bottom: 8px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-heading .v-label, html.aui .v-csslayout-hotelServices-layout .v-csslayout-heading .v-label {
      width: 96px;
      margin-right: 25px;
      white-space: normal;
      color: #555555;
      font-size: 12px; }
  html .v-csslayout-hotelServices-layout .v-csslayout-row,
  html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row,
  html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row {
    float: left;
    width: 749px;
    margin-left: 24px;
    margin-right: 24px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col1,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col2,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col3,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col4,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col5,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6,
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col7,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col1,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col2,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col3,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col4,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col5,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col7, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col1,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col2,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col3,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col4,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col5,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col7,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col1,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col2,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col3,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col4,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col5,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col7 {
      float: left;
      width: 123px;
      height: 32px;
      margin: 8px 0; }
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col1 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col2 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col3 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col4 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col5 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col7 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col1 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col2 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col3 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col4 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col5 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col7 > .v-label, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col1 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col2 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col3 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col4 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col5 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col7 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col1 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col2 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col3 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col4 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col5 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col7 > .v-label {
        float: left;
        line-height: 40px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col5,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col5, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col5,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col5 {
      width: 100px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6 {
      background: transparent url("images/bg_bubble_attendees.png") no-repeat center center;
      width: 131px;
      text-align: center; }
      html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6 > .v-label,
      html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6 > .v-label, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col6 > .v-label,
      html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col6 > .v-label {
        width: 100%;
        padding-top: 8px;
        margin-left: 0;
        font-size: 12px;
        color: #666666;
        text-align: center;
        font-family: 'VistaSansBoldRegular';
        white-space: normal;
        line-height: 16px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-dayOfArrival-row,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-dayOfArrival-row, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-dayOfArrival-row,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-dayOfArrival-row {
      border: 1px solid #dddddd;
      background: #fff !important;
      margin-bottom: 10px;
      padding: 0 4px;
      padding-top: 10px;
    /*
  	-webkit-border-radius: $radius;
  	-moz-border-radius:    $radius;
  	border-radius:         $radius;
  	
  	-moz-background-clip:    padding;
  	-webkit-background-clip: padding-box;
  	background-clip:         padding-box;
    */ }
    html .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-row,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-row, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-row,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-row {
      background: #f0f0f0;
      padding: 0 4px; }
    html .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-row2,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-row2, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-row2,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-row2 {
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
    html .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-row5,
    html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-row5, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row.v-csslayout-row5,
    html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row.v-csslayout-row5 {
    /*
	-webkit-border-top-right-radius:    $topright;
	-webkit-border-bottom-right-radius: $bottomright;
	-webkit-border-bottom-left-radius:  $bottomleft;
	-webkit-border-top-left-radius:     $topleft;

	-moz-border-radius-topright:        $topright;
	-moz-border-radius-bottomright:     $bottomright;
	-moz-border-radius-bottomleft:      $bottomleft;
	-moz-border-radius-topleft:         $topleft;

	border-top-right-radius:            $topright;
	border-bottom-right-radius:         $bottomright;
	border-bottom-left-radius:          $bottomleft;
	border-top-left-radius:             $topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	*/ }
  html .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col1 .v-csslayout, html.aui .v-csslayout-hotelServices-layout .v-csslayout-dayOfArrival-row .v-csslayout-col1 .v-csslayout {
    padding-left: 10px; }
  html .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col1 .v-label, html.aui .v-csslayout-hotelServices-layout .v-csslayout-row .v-csslayout-col1 .v-label {
    line-height: 40px;
    padding-left: 10px; }

.din5008address {
  margin-top: 5px; }
  .din5008address .v-label {
    line-height: 16px !important; }

html #background_text_container, html.aui #background_text_container {
  position: absolute;
  bottom: 6px;
  right: 10px;
  color: white;
  font-size: 14px;
  text-shadow: 0 0 5px black;
  text-align: right;
  line-height: 22px;
  z-index: 10000; }
html #background_text_container a, html.aui #background_text_container a {
  color: #fefefe;
  font-family: 'VistaSansAltRegRegular'; }
html #frontpage_content_separator, html.aui #frontpage_content_separator {
  width: 100%;
  background: #AC2A6E;
  float: left;
  position: relative; }
html .area_list, html.aui .area_list {
  float: right;
  list-style: none;
  margin: 0;
  margin-right: 40px; }
html .areas, html.aui .areas {
  float: left;
  width: 40px;
  height: 40px; }
html .area_1, html.aui .area_1 {
  background: #700549; }
html .area_2, html.aui .area_2 {
  background: #2e425b; }
html .area_3, html.aui .area_3 {
  background: #d5b968; }
html .area_4, html.aui .area_4 {
  background: #95d796; }
html #frontpage_content, html.aui #frontpage_content {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  background-color: #f4f4f4; }
html .frontpage_content_separator_wrapper,
html .frontpage_content_wrapper,
html .download_wrapper, html.aui .frontpage_content_separator_wrapper,
html.aui .frontpage_content_wrapper,
html.aui .download_wrapper {
  margin: 0 auto;
  width: 1160px; }
html .frontpage_content_wrapper, html.aui .frontpage_content_wrapper {
  padding-top: 75px; }
html .download_wrapper, html.aui .download_wrapper {
  text-align: center;
  padding-top: 30px;
  float: left; }
html .button-style2 .v-button-wrap .v-button-caption.pdf, html.aui .button-style2 .v-button-wrap .v-button-caption.pdf {
  background: #5e646b url("/seminargo-theme/css/../images/icon_pdf_white.png") no-repeat 10px center;
  display: block;
  padding-left: 30px; }
html #frontpage_content_separator .frontpage_content_separator_wrapper p, html.aui #frontpage_content_separator .frontpage_content_separator_wrapper p {
  float: left;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  overflow: hidden; }
html #frontpage_content .frontpage_content_wrapper .usp_list, html.aui #frontpage_content .frontpage_content_wrapper .usp_list {
  float: left;
  margin: 0; }
html #frontpage_content .frontpage_content_wrapper .usp_list li, html.aui #frontpage_content .frontpage_content_wrapper .usp_list li {
  width: 25%;
  float: left;
  list-style: none;
  margin-right: 100px; }
html #frontpage_content .frontpage_content_wrapper .usp_list li:nth-child(3n), html.aui #frontpage_content .frontpage_content_wrapper .usp_list li:nth-child(3n) {
  margin-right: 0; }
html #frontpage_content .frontpage_content_wrapper .usp_list div, html.aui #frontpage_content .frontpage_content_wrapper .usp_list div {
  margin-left: 78px;
  min-height: 160px;
  margin-bottom: 40px; }
html #frontpage_content .customer_list, html.aui #frontpage_content .customer_list {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 75px; }
html #frontpage_content .customer_list ul, html.aui #frontpage_content .customer_list ul {
  float: left;
  list-style: none;
  margin: 0; }
html #frontpage_content .customer_list ul li, html.aui #frontpage_content .customer_list ul li {
  float: left; }
html #frontpage_content .customer_list ul li a, html.aui #frontpage_content .customer_list ul li a {
  display: block;
  text-indent: -99999px;
  width: 80px;
  height: 40px;
  margin: 20px 18px 20px 18px; }
html #frontpage_content .customer_list ul li a.allianz, html.aui #frontpage_content .customer_list ul li a.allianz {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Allianz_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.allianz:hover, html.aui #frontpage_content .customer_list ul li a.allianz:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Allianz_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.fca, html.aui #frontpage_content .customer_list ul li a.fca {
  background: url("/seminargo-theme/css/../images/frontpage_logos/FCA_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.fca:hover, html.aui #frontpage_content .customer_list ul li a.fca:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/FCA_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.dm, html.aui #frontpage_content .customer_list ul li a.dm {
  background: url("/seminargo-theme/css/../images/frontpage_logos/dm_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.dm:hover, html.aui #frontpage_content .customer_list ul li a.dm:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/dm_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.accor, html.aui #frontpage_content .customer_list ul li a.accor {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Accor_Hotels_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.accor:hover, html.aui #frontpage_content .customer_list ul li a.accor:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Accor_Hotels_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.arena, html.aui #frontpage_content .customer_list ul li a.arena {
  background: url("/seminargo-theme/css/../images/frontpage_logos/ArenaCitySalzburg_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.arena:hover, html.aui #frontpage_content .customer_list ul li a.arena:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/ArenaCitySalzburg_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.austriatrend, html.aui #frontpage_content .customer_list ul li a.austriatrend {
  background: url("/seminargo-theme/css/../images/frontpage_logos/AustriaTrendHotels_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.austriatrend:hover, html.aui #frontpage_content .customer_list ul li a.austriatrend:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/AustriaTrendHotels_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.austrianairlines, html.aui #frontpage_content .customer_list ul li a.austrianairlines {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Austrian_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.austrianairlines:hover, html.aui #frontpage_content .customer_list ul li a.austrianairlines:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Austrian_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.bestwestern, html.aui #frontpage_content .customer_list ul li a.bestwestern {
  background: url("/seminargo-theme/css/../images/frontpage_logos/BestWestern_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.bestwestern:hover, html.aui #frontpage_content .customer_list ul li a.bestwestern:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/BestWestern_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.falkensteiner, html.aui #frontpage_content .customer_list ul li a.falkensteiner {
  background: url("/seminargo-theme/css/../images/frontpage_logos/FalkensteinerHotels_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.falkensteiner:hover, html.aui #frontpage_content .customer_list ul li a.falkensteiner:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/FalkensteinerHotels_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.henkel, html.aui #frontpage_content .customer_list ul li a.henkel {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Henkel_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.henkel:hover, html.aui #frontpage_content .customer_list ul li a.henkel:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Henkel_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.clostermannshof, html.aui #frontpage_content .customer_list ul li a.clostermannshof {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Clostermannshof_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.clostermannshof:hover, html.aui #frontpage_content .customer_list ul li a.clostermannshof:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Clostermannshof_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.mondi, html.aui #frontpage_content .customer_list ul li a.mondi {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Mondi_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.mondi:hover, html.aui #frontpage_content .customer_list ul li a.mondi:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Mondi_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.rewe, html.aui #frontpage_content .customer_list ul li a.rewe {
  background: url("/seminargo-theme/css/../images/frontpage_logos/REWE_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.rewe:hover, html.aui #frontpage_content .customer_list ul li a.rewe:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/REWE_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.schenker, html.aui #frontpage_content .customer_list ul li a.schenker {
  background: url("/seminargo-theme/css/../images/frontpage_logos/DB_Schenker_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.schenker:hover, html.aui #frontpage_content .customer_list ul li a.schenker:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/DB_Schenker_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.strabag, html.aui #frontpage_content .customer_list ul li a.strabag {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Strabag_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.strabag:hover, html.aui #frontpage_content .customer_list ul li a.strabag:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/Strabag_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.tmobile, html.aui #frontpage_content .customer_list ul li a.tmobile {
  background: url("/seminargo-theme/css/../images/frontpage_logos/TMobile_grau_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.tmobile:hover, html.aui #frontpage_content .customer_list ul li a.tmobile:hover {
  background: url("/seminargo-theme/css/../images/frontpage_logos/TMobile_farbig_80x40.png") no-repeat center center; }
html #frontpage_content .customer_list ul li a.successbutton, html.aui #frontpage_content .customer_list ul li a.successbutton {
  display: block;
  font-family: 'VistaSansAltRegRegular';
  background: #2e425b;
  border: medium none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 20px;
  text-indent: 0px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto; }
html #frontpage_content .customer_list ul li a.successbutton:hover, html.aui #frontpage_content .customer_list ul li a.successbutton:hover {
  background: #445A76; }
html #frontpage_content .customer_list p, html.aui #frontpage_content .customer_list p {
  float: left;
  padding-top: 40px;
  font-size: 14px;
  letter-spacing: -0.25px; }
html .usp_list .binocular, html.aui .usp_list .binocular {
  background: url("/seminargo-theme/css/../images/binocular.png") no-repeat left top; }
html .usp_list .bubbleheart, html.aui .usp_list .bubbleheart {
  background: url("/seminargo-theme/css/../images/bubble_heart.png") no-repeat left top; }
html .usp_list .gallery, html.aui .usp_list .gallery {
  background: url("/seminargo-theme/css/../images/gallery.png") no-repeat left top; }
html .usp_list .diamond, html.aui .usp_list .diamond {
  background: url("/seminargo-theme/css/../images/diamond.png") no-repeat left top; }
html .usp_list .award, html.aui .usp_list .award {
  background: url("/seminargo-theme/css/../images/award.png") no-repeat left top; }
html .usp_list .arrow, html.aui .usp_list .arrow {
  background: url("/seminargo-theme/css/../images/arrow.png") no-repeat left top; }
html .section_title, html.aui .section_title {
  font-size: 18px;
  margin-top: 0; }
html .section_content, html.aui .section_content {
  font-size: 14px; }