/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

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

.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(/quadis-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/quadis-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      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; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/quadis-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 ---------- */
#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(/quadis-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; }

/* ---------- 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(/quadis-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(/quadis-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(/quadis-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(/quadis-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(/quadis-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(/quadis-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/quadis-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; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/quadis-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 .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; }

.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; }
  @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 {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: absolute; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  .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; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- 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; }

.nav-menu-style-arrows ul {
  list-style-image: url(/quadis-theme/css/../images/arrows/04_right.png); }

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

.form-triggers {
  float: left; }

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

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

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

.save-trigger img {
  background-image: url(/quadis-theme/css/../images/common/check.png); }

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

body.portlet {
  border: none; }

.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(/quadis-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;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.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 {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .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-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(/quadis-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/quadis-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/quadis-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/quadis-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 {
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 10px;
    overflow: hidden; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    min-height: 20px;
    vertical-align: top; }
  .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 a {
    background-image: url(/quadis-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/quadis-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: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(/quadis-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(/quadis-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

.lfr-status-success-label {
  background-image: url(/quadis-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(/quadis-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(/quadis-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: none; }
.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(/quadis-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; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/quadis-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/quadis-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/quadis-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/quadis-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/quadis-theme/css/../images/common/team_icon.png); }

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

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  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: none; }

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

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

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

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

/** ESTILS GENERALS **/
.aui, .aui body {
  background: #BBB;
  font-size: 13px;
  padding: 0 !important;
  font-family: 'PT Sans', sans-serif;
  line-height: inherit; }

.login, .login body {
  background: none; }

.aui .portlet-borderless-container {
  padding: 0; }

.aui #wrapper {
  margin: 0 auto;
  max-width: 1200px; }

.aui .portlet, .aui .portlet-borderless-container {
  background: none; }

.box {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #FFF; }

.portlet-borderless-bar {
  display: none; }

#wrapper {
  padding: 1em 5em 0; }

/** BUTONS **/
.aui input[type="button"], .aui input[type="submit"], .aui button, .button {
  padding: 10px 45px;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  font-weight: 900;
  font-size: 16px;
  white-space: normal; }

.aui input[type="button"].taronja {
  border: 1px #f15a24 solid;
  background: #f15a24;
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -webkit-gradient(linear, left top, left bottom, from(#f15a24), to(#f15a24));
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -webkit-linear-gradient(top, #f15a24, #f15a24);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -moz-linear-gradient(top, #f15a24, #f15a24);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -ms-linear-gradient(top, #f15a24, #f15a24);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].verd {
  border: 1px #729A38 solid;
  background: #8CC63F;
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#89b741));
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -webkit-linear-gradient(top, #8cc63f, #89b741);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -moz-linear-gradient(top, #8cc63f, #89b741);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"), -ms-linear-gradient(top, #8cc63f, #89b741);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].blau, .aui input[type="submit"].blau, .aui button.blau {
  border: 1px #29ABE2 solid;
  background: #29ABE2;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].verd, .aui input[type="submit"].verd, .aui button.verd {
  border: 1px #89B741 solid;
  background: #8CC63F;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].petit-datos-extra, .aui input[type="submit"].petit-datos-extra, .aui button.petit-datos-extra {
  background-image: url("/quadis-theme/css/../images/quadis/icon-plus.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon-plus.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon-plus.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon-plus.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon-plus.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  background-position: 18px 14px; }

.aui input[type="button"].new-file, .aui input[type="submit"].new-file, .aui button.new-file {
  background-image: url("/quadis-theme/css/../images/quadis/icon-new-file.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon-new-file.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon-new-file.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon-new-file.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon-new-file.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  background-position: 18px 14px; }

.aui input[type="button"].mail, .aui input[type="submit"].mail, .aui button.mail {
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  background-position: 18px 14px; }

.aui input[type="button"].taronja.mail {
  border: 1px #f15a24 solid;
  background: #f15a24;
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -webkit-gradient(linear, left top, left bottom, from(#f15a24), to(#f15a24));
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -webkit-linear-gradient(top, #f15a24, #f15a24);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -moz-linear-gradient(top, #f15a24, #f15a24);
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"), -ms-linear-gradient(top, #f15a24, #f15a24);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].guardar, .aui input[type="submit"].guardar, .aui button.guardar {
  border: 1px #729A38 solid;
  background: #8CC63F;
  background-image: url("/quadis-theme/css/../images/quadis/icono-guardar.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icono-guardar.png"), -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#89b741));
  background-image: url("/quadis-theme/css/../images/quadis/icono-guardar.png"), -webkit-linear-gradient(top, #8cc63f, #89b741);
  background-image: url("/quadis-theme/css/../images/quadis/icono-guardar.png"), -moz-linear-gradient(top, #8cc63f, #89b741);
  background-image: url("/quadis-theme/css/../images/quadis/icono-guardar.png"), -ms-linear-gradient(top, #8cc63f, #89b741);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].reasignar {
  border: 1px #29ABE2 solid;
  background: #29ABE2;
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].estado {
  border: 1px #29ABE2 solid;
  background: #29ABE2;
  background-image: url("/quadis-theme/css/../images/quadis/icon_estado.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_estado.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon_estado.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_estado.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_estado.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif; }

.aui a.phone {
  border: 1px #29ABE2 solid;
  background: #29ABE2;
  background-image: url("/quadis-theme/css/../images/quadis/icon_phone.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_phone.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon_phone.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_phone.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_phone.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  padding: 0;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].alert {
  border: 1px #FFF solid;
  background: #EAEAEA;
  background-image: url("/quadis-theme/css/../images/quadis/icon_alerta_blanc.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_alerta_blanc.png"), -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#b3b3b3));
  background-image: url("/quadis-theme/css/../images/quadis/icon_alerta_blanc.png"), -webkit-linear-gradient(top, #b3b3b3, #b3b3b3);
  background-image: url("/quadis-theme/css/../images/quadis/icon_alerta_blanc.png"), -moz-linear-gradient(top, #b3b3b3, #b3b3b3);
  background-image: url("/quadis-theme/css/../images/quadis/icon_alerta_blanc.png"), -ms-linear-gradient(top, #b3b3b3, #b3b3b3);
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 42px;
  padding: 0;
  font-family: 'PT Sans', sans-serif; }

.aui .comment_pred input[type="button"] {
  background: #EAEAEA;
  background-image: url("/quadis-theme/css/../images/quadis/icon_comment.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_comment.png"), -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#b3b3b3));
  background-image: url("/quadis-theme/css/../images/quadis/icon_comment.png"), -webkit-linear-gradient(top, #b3b3b3, #b3b3b3);
  background-image: url("/quadis-theme/css/../images/quadis/icon_comment.png"), -moz-linear-gradient(top, #b3b3b3, #b3b3b3);
  background-image: url("/quadis-theme/css/../images/quadis/icon_comment.png"), -ms-linear-gradient(top, #b3b3b3, #b3b3b3);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].gris {
  border: 1px #aaa solid;
  background: #ccc;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].petit, .aui input[type="submit"].petit {
  padding: 7px 15px 7px 32px;
  background-position: 10px 10px;
  text-align: left;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].petit-datos-extra, .aui input[type="button"].new-file {
  padding: 7px 15px 7px 32px;
  background-position: 8px 8px;
  text-align: left;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"].mail {
  padding: 7px 15px 7px 32px;
  background-position: 8px 12px;
  text-align: left;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif; }

.aui input[type="button"]:hover, .aui input[type="submit"]:hover, .back:hover, .aui input[type="button"].active, .aui button {
  background-color: #444;
  border: 1px #444 solid;
  background-image: none; }

.aui input[type="button"]:hover.verd, .aui input[type="button"]:hover.taronja {
  background-image: url("/quadis-theme/css/../images/quadis/icon_mes.png"); }

.aui input[type="button"]:hover.guardar, .aui input[type="submit"]:hover.guardar {
  background-image: url("/quadis-theme/css/../images/quadis/icono-guardar.png"); }

.aui input[type="button"]:hover.reasignar {
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png"); }

.aui input[type="button"]:hover.estado {
  background-image: url("/quadis-theme/css/../images/quadis/icon_estado.png"); }

.aui input[type="button"]:hover.petit-datos-extra {
  background-image: url("/quadis-theme/css/../images/quadis/icon-plus.png"); }

.aui input[type="button"]:hover.new-file {
  background-image: url("/quadis-theme/css/../images/quadis/icon-new-file.png"); }

.aui input[type="button"]:hover.mail {
  background-image: url("/quadis-theme/css/../images/quadis/icon_mail.png"); }

.aui a:hover.phone {
  background-image: url("/quadis-theme/css/../images/quadis/icon_phone.png"); }

.aui input[type="button"]:hover.alert, .aui input[type="button"].alert.active {
  background-image: url("/quadis-theme/css/../images/quadis/icon_alerta_blanc.png"); }

.aui .comment_pred input[type="button"]:hover, .aui .comment_pred input[type="button"].active {
  background-image: url("/quadis-theme/css/../images/quadis/icon_comment.png");
  border: none; }

.back {
  border: 1px solid #DCDCDC;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #EAEAEA;
  background-image: url("/quadis-theme/css/../images/quadis/icon_back.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_back.png"), -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f0f0f0));
  background-image: url("/quadis-theme/css/../images/quadis/icon_back.png"), -webkit-linear-gradient(top, #eaeaea, #f0f0f0);
  background-image: url("/quadis-theme/css/../images/quadis/icon_back.png") -moz-linear-gradient(top, #eaeaea, #f0f0f0);
  background-image: url("/quadis-theme/css/../images/quadis/icon_back.png"), -ms-linear-gradient(top, #eaeaea, #f0f0f0);
  background-repeat: no-repeat;
  background-position: 0 0; }

.back:hover {
  background-image: url("/quadis-theme/css/../images/quadis/icon_back.png");
  background-position: 0 -40px; }

/** HEADER **/
#header {
  background: #444; }

@media (max-width: 800px) {
  #wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em; } }
#header #wrapper {
  overflow: hidden;
  padding-top: 0.5em; }

.aui h1 {
  float: left; }

.aui .logo, .aui .logo:hover {
  display: block;
  width: 105px;
  height: 18px;
  background: url("/quadis-theme/css/../images/quadis/logo_quadis.png") no-repeat;
  text-indent: -9999px; }

.aui #navigation {
  display: block;
  float: right; }

.aui #navigation .navbar-inner {
  background: none;
  padding: 0; }

.aui #navigation .navbar-inner #menu {
  float: left; }

.aui #navigation .navbar-inner #menu_mobile {
  display: none; }

.aui #navigation .navbar-inner ul {
  float: right;
  margin: 2px 0 0 0; }

.aui #navigation .navbar-inner li a {
  color: #BBB;
  font-size: 12px;
  text-transform: uppercase;
  height: 26px; }

.aui #navigation .navbar-inner li a:hover {
  color: #FFF; }

.aui #navigation .nav > li > a {
  padding: 2px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.aui #navigation .nav li.active > a {
  background: #29ABE2;
  color: #FFF; }

#user_info {
  float: left;
  height: 30px;
  margin: 2px 0 0 20px;
  padding-left: 20px;
  border-left: 1px #888 solid; }

#user_info a {
  display: inline-block;
  color: #BBB;
  text-decoration: none; }

#user_info a span {
  vertical-align: top; }

#user_info a span.text {
  display: inline-block;
  padding-top: 7px;
  margin-right: 5px; }

#user_info a span.icon {
  display: inline-block;
  background-color: #666;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  margin-left: 5px; }

#user_info a:hover span.text {
  color: #FFF; }

#user_info a:hover span.icon {
  background-color: #FFF; }

#user_info a span.icon_user {
  background-image: url("/quadis-theme/css/../images/quadis/icon_user.png"); }

#user_info a span.icon_logout {
  background-image: url("/quadis-theme/css/../images/quadis/icon_logout.png"); }

@media (max-width: 900px) {
  .aui #navigation .navbar-inner #menu {
    display: none; }

  .aui #navigation .navbar-inner #menu_mobile_box {
    clear: both;
    overflow: auto; }

  #menu_trigger {
    width: 30px;
    height: 30px;
    margin-top: 2px;
    float: left;
    background: red;
    cursor: pointer;
    background: #666666 url("/quadis-theme/css/../images/quadis/icon_menu_trigger.png") no-repeat center center; }

  #menu_trigger:hover {
    background-color: #FFF; }

  .aui #navigation .navbar-inner #menu_mobile {
    border-top: 1px solid #999;
    display: none;
    float: none;
    margin: 10px 0 0;
    padding-top: 10px; }

  .aui ul#menu_mobile li {
    float: none !important;
    list-style: none; }

  .aui ul#menu_mobile li a {
    color: #BBB;
    font-size: 12px;
    text-transform: uppercase;
    height: 26px; }

  .aui ul#menu_mobile li a:hover {
    color: #FFF;
    text-decoration: none; }

  .aui ul#menu_mobile li > a {
    padding: 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  .aui ul#menu_mobile li.active > a {
    background: #29ABE2;
    color: #FFF;
    padding: 5px 10px; }

  #user_info a span.text {
    display: none; }

  #user_info a span.icon_user {
    margin: 0; } }
/** LLISTATS **/
.lfr-search-container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: visible; }

.aui .table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #444;
  border: none; }

.aui .table tbody td, .aui .table thead th {
  background-color: #FFF;
  padding-left: 20px;
  border: none; }

.aui .table thead th, .aui .table thead .table-sort-liner a {
  background-color: #F8F8F8;
  color: #777;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none; }

.aui .table tbody td {
  border-top: 1px solid #EEE; }

.aui .table a, .aui .table a:hover, .aui .table a:focus {
  color: #444; }

.solicitud-duplicada {
  color: #29abe2;
  font-weight: bold;
  font-size: 1.2rem; }

.aui .table thead .table-sort-liner a.urgent,
.aui .table thead .table-sort-liner a.alerta,
.aui .table tbody td span.urgent,
.aui .table tbody td span.alerta,
.aui .table tbody td span.duplicado,
.aui .table tbody td span.imaweb {
  text-indent: -9999px;
  display: block; }

.aui .table thead .table-sort-liner a.urgent, .aui .table tbody td span.urgent {
  height: 15px;
  width: 17px;
  background: url("/quadis-theme/css/../images/quadis/icon_urgent_gris.png") no-repeat; }

.aui .table thead .table-sort-liner a.alerta, .aui .table tbody td span.alerta {
  height: 16px;
  width: 15px;
  background: url("/quadis-theme/css/../images/quadis/icon_alerta_gris.png") no-repeat; }

.aui .table thead .table-sort-liner a.duplicado, .aui .table tbody td span.duplicado {
  height: 16px;
  width: 15px;
  background: url("/quadis-theme/css/../images/quadis/icon_duplicado_gris.png") no-repeat; }

.aui .table thead .table-sort-liner a.imaweb, .aui .table tbody td span.imaweb {
  height: 17px;
  width: 17px;
  background: url("/quadis-theme/css/../images/quadis/icon_imaweb.png") no-repeat; }

.aui .table tbody td span.urgent {
  background: url("/quadis-theme/css/../images/quadis/icon_urgent_groc.png") no-repeat; }

.aui .table tbody td span.alerta {
  background: url("/quadis-theme/css/../images/quadis/icon_alerta_vermell.png") no-repeat; }

.aui .table tbody td span.duplicado {
  background: url("/quadis-theme/css/../images/quadis/icon_duplicado.png") no-repeat; }

.aui .table tbody td span.imaweb {
  background: url("/quadis-theme/css/../images/quadis/icon_imaweb.png") no-repeat; }

.aui .table tbody tr.alerta td {
  background-color: #FFFAF8; }

.aui .table tbody tr.alerta:hover td {
  background-color: #edf8fd; }

span.state_nueva,
span.state_abierta,
span.state_cerrada {
  font-weight: 900;
  text-transform: uppercase; }

span.state_nueva {
  color: #00A9C0; }

span.state_abierta {
  color: #8CC63F; }

span.state_cerrada {
  color: #F15A24; }

@media (max-width: 800px) {
  .aui .table tbody td.hide_tablet,
  .aui .table thead th.hide_tablet {
    display: none; } }
@media (max-width: 460px) {
  .aui .table tbody td.hide_mobil,
  .aui .table thead th.hide_mobil {
    display: none; } }
/** PAGINACIÓ **/
.taglib-page-iterator {
  float: left;
  clear: none; }

.taglib-page-iterator .lfr-pagination-buttons {
  float: left;
  margin: 0; }

.aui .pager li > a, .aui .pager li > span {
  border: medium none;
  border-radius: 0;
  padding: 2px 10px;
  color: #444;
  font-size: 15px;
  line-height: inherit;
  width: auto; }

.aui .pager li, .aui .pager li {
  margin: 0 3px 7px 0;
  display: inline-block;
  width: auto; }

.aui .pager .disabled > a, .aui .pager .disabled > a:hover, .aui .pager .disabled > a:focus, .aui .pager .disabled > span {
  background-color: #29abe2;
  color: #fff;
  font-weight: 900; }

.aui .pager li > a:hover, .aui .pager li > a:focus {
  color: #29abe2;
  background: #FFF; }

@media (max-width: 900px) {
  .lfr-pagination {
    clear: both; } }
/** FORMULARIS **/
.box_pad {
  padding: 30px; }

.box_pad_50 {
  padding: 50px; }

form {
  overflow: auto; }

form .field {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

.aui label {
  float: left;
  width: 30%;
  margin: 5px 0;
  font-weight: 900;
  font-size: 13px; }

.aui input[type="text"],
.aui textarea,
.aui .select-style,
.aui input[type="password"] {
  width: 65%;
  background: #EAEAEA;
  border: #bbb 1px solid;
  margin: 0;
  padding: 5px 10px;
  height: 30px;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  font-size: 13px;
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-box-sizing: border-box;
  /* Safari, Chrome et al */
  -moz-box-sizing: border-box;
  /* Firefox */
  font-family: 'PT Sans', sans-serif; }

.aui .field input[type="button"].verd {
  float: right;
  margin: 0 !important;
  max-width: 65%; }

@media (max-width: 900px) {
  .aui .field input[type="button"].verd {
    float: none;
    margin: 0 !important;
    max-width: inherit; } }
.fieldform {
  width: 65%;
  float: right; }

.aui textarea {
  height: 75px; }

.aui input[type="text"]:focus, .aui textarea:focus, .aui input[type="password"]:focus {
  box-shadow: none; }

.aui .select-style {
  overflow: hidden;
  padding: 0;
  background: none;
  border: none; }

.aui .select-style select {
  width: 100%;
  height: auto;
  line-height: auto;
  font-size: 13px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  margin: 0; }

.aui .select-style select:focus {
  outline: none; }

span.customSelect {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  background: url("/quadis-theme/css/../images/quadis/icon_select.png") no-repeat scroll right center #ececec;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  float: right;
  font-size: 13px;
  height: 30px;
  margin: 0;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.customSelectInner {
  width: inherit !important; }

.email_box {
  width: 65%;
  float: right; }

.email_box input[type="text"] {
  float: none;
  width: 100%; }

.email_box span {
  display: block;
  overflow: hidden; }

.email_box input.email, .email_box a.email, .email_box a.phone {
  float: right;
  margin-left: 5px; }

.email_box a.phone {
  display: none; }

.email_box a.email {
  display: none; }

.aui input[type="checkbox"].check_hide {
  display: none; }

.aui label.error {
  width: 65%;
  float: right;
  font-weight: 300;
  color: #F15A24;
  font-style: italic; }

.aui input[type="text"].error, .aui textarea.error, .aui .select-style.error {
  border: #F15A24 1px solid; }

.aui fieldset.two_cols {
  width: 47%;
  float: left;
  margin-bottom: 20px; }

.aui fieldset.two_cols.right {
  float: right; }

#lite label {
  padding-left: 20px;
  width: 20%; }

#lite input[type="text"], #lite textarea, #lite .select-style {
  width: 76%; }

@media (max-width: 900px) {
  .aui fieldset.two_cols {
    float: none !important;
    width: 100%; } }
.aui form .submit {
  clear: both;
  padding-top: 10px;
  border-top: 1px solid #EEE; }

.aui form .submit input {
  margin: 0 10px 10px 0; }

@media (max-width: 900px) {
  .aui input[type="text"], .aui textarea, .aui .select-style, .aui label.error, fieldset.two_cols, .email_box, .aui input[type="password"] {
    clear: both;
    float: left; }

  .aui label {
    width: 100%; } }
@media (max-width: 400px) {
  .aui input[type="text"], .aui textarea, .aui .select-style, .aui label.error, fieldset.two_cols, .email_box, .aui input[type="password"] {
    clear: both;
    float: left; }

  .aui label {
    width: 100%; }

  .aui .entidades-list li {
    width: 100px; } }
.aui .help-inline {
  padding: 0; }

.aui .control-group.error input, .aui .control-group.error select, .aui .control-group.error textarea,
.aui .control-group.error input:focus, .aui .control-group.error select:focus, .aui .control-group.error textarea:focus {
  box-shadow: none; }

.cross-link_box {
  position: relative; }

.cross-link {
  display: block;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 11px;
  height: 11px;
  background: url("/quadis-theme/css/../images/quadis/icon_delete.png") no-repeat;
  opacity: 0.4; }

.cross-link:hover {
  opacity: 1; }

.cross-link * {
  display: none; }

@media (max-width: 900px) {
  .cross-link {
    top: 40px; } }
/** LOGIN **/
#login {
  max-width: 250px;
  margin-bottom: 30px;
  position: relative !important; }

#login h1 {
  float: none;
  margin: 0; }

#login h1 a {
  display: block;
  width: 145px;
  height: 25px;
  background: url("/quadis-theme/css/../images/quadis/logo_quadis_negre.png") no-repeat;
  text-indent: -9999px;
  float: none;
  margin: 0; }

#login .desc {
  margin: 40px 0;
  border-top: 1px solid #E6E6E6;
  padding-top: 15px; }

#login .desc p {
  margin: 3px; }

#login .desc p strong {
  font-size: 16px; }

#login fieldset {
  margin-top: 0; }

#login .control-group {
  overflow: hidden; }

#login .control-group input {
  width: 100%;
  background: #f9f9f9 url("/quadis-theme/css/../images/quadis/icon_login_user.png") no-repeat 8px center;
  height: 50px;
  padding-left: 40px; }

#login .control-group input[type="password"] {
  background-image: url("/quadis-theme/css/../images/quadis/icon_login_password.png"); }

#login label {
  font-weight: normal;
  display: none; }

#login .checkbox {
  margin-top: 15px; }

#login .navigation {
  background: none;
  border-top: 1px solid #E6E6E6;
  padding: 10px 0;
  margin-top: 30px; }

#login .navigation a {
  color: #777; }

#login .navigation img {
  display: none; }

.button-holder {
  margin: 0; }

/** end LOGIN **/
/** CONTENT TOP **/
#content_top {
  border-bottom: 1px #DDD solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  overflow: auto; }

#content_top h2 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  float: left; }

#content_top span.original {
  line-height: 42px;
  padding-left: 15px; }

.last_view {
  display: inline-block;
  font-size: 13px;
  color: #555;
  background: url("/quadis-theme/css/../images/quadis/icon_views.png") no-repeat center left;
  padding-left: 20px;
  margin-left: 20px;
  font-weight: bold; }

#menu_sub_top {
  border-bottom: 1px #DDD solid;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  overflow: auto; }

#menu_sub_top li {
  list-style: none;
  float: left;
  padding-right: 35px;
  line-height: 1em; }

#menu_sub_top li a, #menu_sub_top li span {
  color: #0071bc;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase; }

#menu_sub_top li a {
  color: #555;
  text-decoration: underline; }

#menu_sub_top li a.mark {
  color: #555; }

#menu_sub_top li a:hover {
  color: #FFF; }

.aui #content_top form {
  margin-bottom: 0; }

.aui #content_top .select-style {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  height: 30px; }

.aui #content_top .select-style .customSelect {
  background-color: #DDD;
  border: none;
  padding: 7px 12px; }

.aui #content_top .select-style select {
  margin: 0; }

/** end CONTENT TOP **/
/** DASHBOARD **/
#dashboard_filter #filter_inputs {
  float: left; }

#dashboard_filter #filter_inputs .search {
  float: left;
  position: relative; }

#dashboard_filter #filter_inputs .search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 42px;
  background: url("/quadis-theme/css/../images/quadis/icon_search.png") no-repeat center center;
  padding: 0;
  margin: 0;
  border: none; }

.aui #dashboard_filter input[type="text"] {
  width: inherit;
  background: #FFF;
  padding-right: 30px;
  height: 42px;
  float: left; }

.aui #dashboard_filter .select-style {
  float: left;
  height: 42px;
  margin: 0 10px;
  width: 160px; }

.aui #dashboard_filter .select-style .customSelect {
  width: 160px;
  height: 42px;
  background-color: #FFF;
  padding: 11px; }

.aui #dashboard_filter .select-style select {
  margin: 0; }

.aui #dashboard_filter input[type="button"].alert {
  width: 42px;
  height: 42px;
  float: left; }

.aui input[type="button"].taronja {
  margin-bottom: 3px; }

#dashboard_filter input[type="button"].verd, #dashboard_filter input[type="button"].taronja {
  margin-bottom: 15px; }

@media (max-width: 900px) {
  #dashboard_filter #filter_inputs .search,
  #dashboard_filter #filter_inputs .select-style,
  #dashboard_filter input[type="button"].alert,
  #dashboard_filter input[type="button"].verd {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 10px; }

  .aui #dashboard_filter input.alert[type="button"] {
    clear: none;
    margin-left: 10px; } }
#exports, #exports2, #exportsPdf {
  margin-bottom: 10px;
  float: right; }

#exportsPdf {
  margin-right: 10px; }

#exports2 {
  margin-right: 10px; }

#exports .excel {
  float: right;
  color: #444;
  display: block;
  height: 22px;
  padding: 3px 25px 0 0;
  background: url("/quadis-theme/css/../images/quadis/icon_excel.png") no-repeat top right; }

#exports2 .excel {
  float: right;
  color: #444;
  display: block;
  height: 22px;
  padding: 3px 25px 0 0;
  background: url("/quadis-theme/css/../images/quadis/icon_excel.png") no-repeat top right; }

#exportsPdf .pdf {
  float: right;
  color: #444;
  display: block;
  height: 22px;
  padding: 3px 25px 0 0;
  background: url("/quadis-theme/css/../images/quadis/icon_pdf.png") no-repeat top right; }

.yui3-skin-sam .yui3-calendar-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px 0 18px;
  text-transform: uppercase;
  position: relative; }

.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-prevmonth:hover,
.yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth:hover {
  background: url("/quadis-theme/css/../images/quadis/calendar_back.png") no-repeat !important;
  position: absolute;
  margin: 0; }

.yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth:hover {
  background: url("/quadis-theme/css/../images/quadis/calendar_next.png") no-repeat !important;
  right: 0; }

.yui3-skin-sam .calendar-portlet .yui3-calendar-weekday {
  color: #777;
  font-size: 12px; }

.yui3-skin-sam .calendar-portlet .lfr-busy-day {
  background-color: #F15A24;
  color: white; }

.yui3-skin-sam .calendar-portlet .yui3-calendar-day {
  padding: 7px 0 !important; }

.calendar-portlet-calendar-list {
  padding-bottom: 20px;
  margin-bottom: 30px; }

ul.alertas {
  border-top: 1px solid #eee;
  margin: 0 20px !important;
  padding: 0 !important;
  max-height: 466px;
  overflow-y: scroll; }

.popup_box ul.alertas {
  margin: 0 !important; }

ul.alertas li {
  border-bottom: 1px dotted #eee !important;
  padding: 12px 0 !important;
  list-style: none; }

ul.alertas li p {
  margin: 0;
  line-height: 1.3em; }

ul.alertas li p.date {
  color: #999; }

ul.alertas li p.alerta a {
  color: #F15A24;
  font-weight: 900; }

ul.alertas li .edit {
  float: right;
  background: white url("/quadis-theme/css/../images/quadis/icon_edit.png") no-repeat center center;
  border: 1px solid #eee;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  padding: 0; }

ul.alertas li .edit:hover {
  background-color: #444;
  border: 1px solid #444; }

/** end DASHBOARD **/
/** DASHBOARD GRAFIC **/
.aui #grafic h4 {
  background-color: #DDD;
  color: #777;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0; }

.aui #grafic .box_pad {
  padding: 20px; }

.aui #grafic .resum {
  margin: 0;
  text-align: center; }

.aui #grafic .resum li {
  list-style: none;
  display: inline-block;
  width: 28%;
  margin: 0 2px; }

.aui #grafic .resum li .num, .aui #grafic .resum li .text {
  display: block;
  text-align: center; }

.aui #grafic .resum li .num {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 900; }

.aui #grafic .resum li .text {
  font-size: 11px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  background: none;
  padding: 4px 12px;
  color: #777;
  font-weight: 200;
  text-align: center;
  font-family: 'PT Sans',sans-serif; }

.aui #grafic .resum li input.text:hover {
  text-decoration: underline; }

.aui #grafic .resum li input.selected {
  color: black;
  font-weight: bold;
  text-decoration: underline; }

.aui #grafic .llistat_grafic {
  margin: 10px 0 0 0; }

.aui #grafic .llistat_grafic li {
  list-style: none;
  margin: 0;
  line-height: 1.7em; }

.aui #grafic .llistat_grafic li .color,
.aui #grafic .llistat_grafic li .num,
.aui #grafic .llistat_grafic li .text {
  display: inline-block; }

.aui #grafic .llistat_grafic li .color {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px; }

.aui #grafic .llistat_grafic li .text {
  color: #444;
  width: 60%; }

.aui #grafic .llistat_grafic li .num {
  font-weight: 900;
  width: 20%; }

/** DETALLS **/
.aui .row {
  margin: 0; }

#box_solicitud_top {
  position: relative; }

#box_solicitud_top .cell {
  margin-bottom: 20px;
  min-height: 433px; }

@media (min-width: 800px) {
  #box_solicitud_top, #box_solicitud_top > div[class='cell'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #box_solicitud_top, #box_solicitud_top > div[class='cell'] {
    display: block; } }
#datosExtraInfo {
  display: none;
  margin: 20px 0; }

.aui h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: inherit;
  margin: 0 0 7px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px; }

ul.detalles {
  margin: 0;
  display: table;
  width: 100%;
  overflow: hidden; }

ul.detalles li {
  display: table-row;
  list-style: none; }

ul.detalles li strong, ul.detalles li span {
  display: table-cell;
  border-bottom: 1px dotted #E6E6E6;
  padding: 7px 0; }

ul.detalles li strong {
  padding-right: 20px;
  width: 25%; }

ul.detalles li span {
  width: 75%; }

ul.detalles li input[type="button"] {
  display: block; }

@media (max-width: 900px) {
  ul.detalles li {
    display: block; }

  ul.detalles li strong, ul.detalles li span {
    display: block;
    border-bottom: none;
    line-height: 1.6em;
    padding: 0;
    width: 100%; }

  ul.detalles li span {
    margin-bottom: 0;
    padding-bottom: 0; }

  ul.detalles li {
    border-bottom: 1px dotted #E6E6E6;
    padding: 7px 0; } }
.detalles-datosExtra {
  padding: 4px 0 10px 0; }

.detalles-guardar .guardar {
  float: right; }

ul.detalles li:last-child strong {
  border: 0; }

.popup_box ul.detalles li {
  display: table-row; }

.popup_box ul.detalles li strong {
  padding-right: 20px;
  width: 25%; }

.popup_box ul.detalles li span {
  width: 75%;
  margin: 0;
  padding: 0; }

.popup_box ul.detalles li strong, ul.detalles li span {
  display: table-cell;
  border-bottom: 1px dotted #E6E6E6;
  padding: 7px 0;
  line-height: inherit; }

@media (max-width: 900px) {
  .popup_box ul.detalles li strong, ul.detalles li span {
    border-bottom: none;
    padding: 0; } }
.datos_contacto {
  padding-top: 5px;
  margin: 0; }

.datos_contacto input[type="submit"] {
  float: right;
  width: 65%; }

/* Autocompletar */
.ui-autocomplete {
  background: #EEE; }

.ui-autocomplete .ui-menu-item {
  border-bottom: 1px dotted #E6E6E6; }

.ui-autocomplete .ui-menu-item a {
  color: #444;
  padding: 4px 6px; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
  color: #444;
  cursor: pointer; }

#box_duplicados #datos_solicitud {
  margin-bottom: 25px; }

@media (max-width: 1100px) {
  #box_duplicados #datos_solicitud ul.detalles li {
    display: block; }

  #box_duplicados #datos_solicitud ul.detalles li strong,
  #box_duplicados #datos_solicitud ul.detalles li span {
    display: block;
    border-bottom: none;
    line-height: 1.6em;
    padding: 0;
    width: 100%; }

  #box_duplicados #datos_solicitud ul.detalles li {
    border-bottom: 1px dotted #E6E6E6;
    padding: 7px 0; } }
/** end DETALLS **/
/** TIMELINE **/
#timeline_form {
  position: relative;
  overflow: inherit; }

#timeline_form textarea {
  float: none;
  width: 100%;
  height: 42px; }

#timeline_form .comment_pred {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10; }

#timeline_form .comment_pred input {
  margin: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  float: left; }

#timeline_form .comment_pred ul {
  float: left;
  margin: 0;
  padding: 5px 15px;
  background: #444; }

#timeline_form .comment_pred ul li {
  list-style: none;
  border-bottom: 1px #B3B3B3 dotted;
  padding: 3px 0; }

#timeline_form .comment_pred ul li:last-child {
  border: none; }

#timeline_form .comment_pred ul li a {
  color: #E6E6E6; }

@media (max-width: 800px) {
  #timeline_form {
    height: 140px; }

  #timeline_form input.alert, #timeline_form input.blau {
    position: absolute;
    top: 50px;
    margin: 0; }

  #timeline_form input.blau {
    top: 100px; } }
#timeline_form span.input {
  display: block;
  overflow: hidden;
  position: relative; }

#timeline_form input {
  float: right;
  margin-left: 10px; }

#timeline_form .alert_date {
  background-color: #444;
  border: 1px #444 solid;
  float: right;
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
  padding: 12px; }

#timeline_form .alert_date span {
  display: inline-block;
  height: 16px;
  width: 12px;
  background: url("/quadis-theme/css/../images/quadis/icon_close.png") no-repeat center center;
  opacity: 0.5;
  text-indent: -9999px;
  margin-left: 10px; }

#timeline_form .alert_date span:hover {
  cursor: pointer;
  opacity: 1; }

#timeline_messages {
  width: 100%; }

#timeline_messages tr td {
  border-bottom: 1px dotted #E6E6E6;
  padding: 10px 20px 10px 0; }

#timeline_messages tr td:last-child {
  padding-right: 0; }

#timeline_messages tr td span.sms_tipo {
  display: block;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  background: url("/quadis-theme/css/../images/quadis/icons_timeline.png") no-repeat; }

#timeline_messages tr td span.sms_vendedor {
  background-position: 0 0; }

#timeline_messages tr td span.sms_responsable {
  background-position: 0 -20px; }

#timeline_messages tr td span.sms_alerta {
  background-position: 0 -40px; }

#timeline_messages tr td span.sms_estado {
  background-position: 0 -60px; }

#timeline_messages tr td span.sms_cambiores {
  background-position: 0 -80px; }

#timeline_messages tr td span.sms_tipo {
  background-position: 0 -100px; }

#timeline_messages tr td span.sms_vsbwip {
  background-position: 0 -120px; }

#timeline_messages tr td span.date {
  font-size: 12px; }

#timeline_messages tr td a.user {
  font-weight: 900;
  color: #29ABE2; }

#timeline_messages .alert_not,
#timeline_messages .estado_not,
#timeline_messages .tipo_not,
#timeline_messages .cambiores_not {
  display: block;
  padding: 5px 5px 5px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  float: right; }

#timeline_messages .alert_not {
  border: 1px solid #D2272D;
  background: #d2272d url("/quadis-theme/css/../images/quadis/icon_time.png") no-repeat 5px center; }

#timeline_messages .estado_not,
#timeline_messages .tipo_not,
#timeline_messages .cambiores_not {
  color: #777;
  border: 1px solid #444;
  background: #444444 url("/quadis-theme/css/../images/quadis/icon_estado.png") no-repeat 5px center; }

#timeline_messages .cambiores_not {
  background-image: url("/quadis-theme/css/../images/quadis/icon_reasignar.png"); }

#timeline_messages .cambiores_not a {
  font-weight: 900;
  color: #FFF; }

/** end TIMELINE **/
/** POPUP **/
.aui .modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none; }

.aui .modal-header {
  border-bottom: none;
  padding: 20px 29px 12px; }

.aui .modal-header h3 {
  border: none;
  color: black;
  font-weight: 900;
  font-size: 15px; }

.popup_box {
  padding: 30px; }

.aui .popup_box input[type="text"], .aui .popup_box textarea, .aui .popup_box span.customSelect {
  width: 100%;
  background-color: #FFF; }

.aui .popup_box input[type="text"], .aui .popup_box span.customSelect {
  height: 42px; }

.aui .popup_box span.customSelect {
  padding: 11px; }

.aui .popup_box .select-style select {
  margin: 0; }

.aui .popup_box input[type="text"].user {
  background: white url("/quadis-theme/css/../images/quadis/icon_login_user.png") no-repeat 8px center;
  padding-left: 40px; }

.aui .popup_box .submit {
  padding: 0; }

.aui .popup_box .lfr-input-date field {
  margin-bottom: 5px; }

.aui .popup_box .form {
  margin: 0; }

/** end POPUP **/
/** PLANTILLA **/
#plantilla_mail {
  overflow: auto;
  margin-bottom: 30px; }

#plantilla_mail #mail {
  float: left;
  width: 70%; }

#plantilla_mail #info {
  float: right;
  width: 27%; }

#plantilla_mail #info ul {
  margin: 0; }

#plantilla_mail #info ul li {
  list-style: none;
  border-bottom: 1px dotted #E6E6E6;
  line-height: inherit;
  margin-top: 10px;
  padding-bottom: 10px; }

@media (max-width: 800px) {
  #plantilla_mail #mail, #plantilla_mail #info {
    float: none;
    width: 100%; }

  #plantilla_mail #info {
    clear: both;
    margin: 40px 0 0; } }
/** end PLANTILLA **/
/** USUARIOS **/
#_asignaciones_WAR_quadisportlet_uD {
  padding-bottom: 10px; }

.aui .entidades-list {
  margin: 0 0 3px 0; }

.aui .entidades-list li {
  border-bottom: 1px dotted #E6E6E6;
  padding: 8px 10px;
  list-style: none;
  background: #f9f9f9;
  line-height: inherit; }

.aui .entidades-list li .delete-tag {
  float: right;
  display: block;
  background: url("/quadis-theme/css/../images/quadis/icon_delete.png") no-repeat;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  opacity: 0.4;
  cursor: pointer;
  margin-top: 3px; }

.aui .entidades-list li .delete-tag:hover {
  opacity: 1; }

.aui .fieldform input.verd[type="button"] {
  width: 100%; }

.aui .selectcons {
  margin: 0; }

.aui .selectcons li {
  border-bottom: 1px dotted #E6E6E6;
  padding: 8px 10px;
  list-style: none;
  line-height: inherit; }

.aui .selectcons li label {
  font-weight: normal;
  cursor: default;
  width: inherit; }

.aui .selectcons li .verd {
  background-position: 6px 10px;
  float: right !important;
  padding: 5px 10px 5px 25px; }

.aui .selectcons li label {
  margin: 10px 0 0 0; }

#chat {
  display: inline-block;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  padding: 6px 20px;
  text-decoration: none;
  color: #FFF;
  background: #f15a24;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: 1rem;
  border-radius: 8px 8px 0 0; }

#chat span {
  margin-left: 5px; }

#chatUsuarios {
  position: fixed;
  bottom: 0;
  right: 0rem;
  width: 40rem; }

#chat_content {
  position: absolute;
  margin-bottom: 25px;
  display: block;
  bottom: 0px;
  right: 0; }

#chat_content .field {
  width: 100%; }

#chat_content form {
  background: #444;
  padding: 1rem;
  margin: 0; }

#chat_content form button.btn {
  float: right;
  margin-top: 1rem;
  border: 1px #00a9c0 solid;
  background: #00a9c0;
  background-repeat: no-repeat;
  background-position: 18px 14px;
  font-family: 'PT Sans',sans-serif; }

#chat_content p {
  background: #444;
  margin: 0;
  color: white;
  padding: 1rem 1rem 0; }

@media (max-width: 460px) {
  .email_box a.phone, .email_box a.email {
    display: block; }

  .aui input[type="button"].email {
    display: none; } }
.popup_box form .submit {
  border-top: 0; }

span.lfr-input-time {
  display: none; }

/** end USUARIOS **/
#filter_inputs .search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("/quadis-theme/css/../images/quadis/icon_search.png") no-repeat center center;
  padding: 0;
  margin: 0;
  border: none; }

#filter_inputs .search {
  position: relative; }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.aui body {
  color: #555;
  font-weight: 200; }

.aui li {
  line-height: 27px; }

.aui .navbar-inner {
  border: none;
  min-height: 36px; }

.aui #navigation {
  font-weight: 200;
  margin-bottom: 6px; }

ul#menu li.lfr-nav-item {
  float: left;
  line-height: 27px; }

.aui .nav > li > a:hover, .aui .nav > li > a:focus {
  background-color: inherit; }

#login .navigation a {
  font-size: 13px;
  font-weight: bold; }

.aui .dockbar ul.nav li {
  line-height: 32px; }

.aui .select-style select {
  width: 108%; }

/* TIMELINE */
#timeline_form textarea {
  padding-left: 45px; }

#timeline_messages .alert_not a {
  color: #fff; }

#timeline_messages tr td a.user:hover, #timeline_messages tr td a.user:focus,
#timeline_messages .cambiores_not a:hover, #timeline_messages .cambiores_not a:focus {
  text-decoration: none; }

#timeline_messages td .edit {
  background: url("/quadis-theme/css/../images/quadis/icon_edit.png") no-repeat scroll center center white;
  border: 1px solid #eee;
  float: right;
  height: 28px;
  padding: 0;
  text-indent: -9999px;
  width: 28px; }

.aui input[type="button"].eliminar, .aui input[type="submit"].eliminar {
  border: 1px #0071BC solid;
  background: #29ABE2;
  background-image: url("/quadis-theme/css/../images/quadis/icon_close.png");
  /* fallback */
  background-image: url("/quadis-theme/css/../images/quadis/icon_close.png"), -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#2e9ece));
  background-image: url("/quadis-theme/css/../images/quadis/icon_close.png"), -webkit-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_close.png"), -moz-linear-gradient(top, #29abe2, #2e9ece);
  background-image: url("/quadis-theme/css/../images/quadis/icon_close.png"), -ms-linear-gradient(top, #29abe2, #2e9ece);
  background-repeat: no-repeat;
  background-position: 12px 14px; }

.aui input[type="button"]:hover.eliminar, .aui input[type="submit"]:hover.eliminar {
  background-image: url("/quadis-theme/css/../images/quadis/icon_close.png");
  background-color: #444;
  border: 1px solid #444; }

.aui #dashboard_filter .select-style select, .aui #content_top .select-style select {
  width: 111%; }

/* Listado solicitudes Dashboard */
.aui .table td.no-padding,
.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-urgente,
.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-alerta,
.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-id,
.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-duplicado {
  padding-left: 8px; }

.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-urgente,
.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-alerta
.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-duplicado {
  width: 15px; }

.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-urgente {
  background: url("/quadis-theme/css/../images/quadis/icon_urgent_gris.png") no-repeat scroll 9px 10px #dddddd; }

.aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-duplicado {
  background: url("/quadis-theme/css/../images/quadis/icon_duplicado_gris.png") no-repeat scroll 9px 10px #dddddd; }

@media (max-width: 460px) {
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-urgente,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-alerta,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-no-label-duplicado,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-tipo,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-marca,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-modelo,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-canal,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-estado-duplicadas,
  .aui .table thead th#_asignaciones_WAR_quadisportlet_reglaAsignacionsSearchContainer_col-asign-subtipo,
  .aui .table thead th#_asignaciones_WAR_quadisportlet_reglaAsignacionsSearchContainer_col-asign-modelo {
    display: none; } }
@media (max-width: 1024px) {
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-modelo,
  .aui .table thead th#_solicitudes_WAR_quadisportlet_solicitudsSearchContainer_col-solicitud-estado-duplicadas,
  .aui .table thead th#_asignaciones_WAR_quadisportlet_reglaAsignacionsSearchContainer_col-asign-subtipo,
  .aui .table thead th#_asignaciones_WAR_quadisportlet_reglaAsignacionsSearchContainer_col-asign-modelo {
    display: none; }

  .aui .table tbody td.hide_tablet,
  .aui .table thead th.hide_tablet {
    display: none; }

  .lfr-icon-menu a img, .lfr-icon-menu a span {
    display: none; } }
/* Paginacion */
.aui .pager {
  margin-top: 0;
  text-align: left; }

/* Validadores Selects */
.aui .select-style .form-validator-stack {
  position: absolute;
  top: 30px; }

.aui .control-group {
  padding-bottom: 4px; }

.aui .select-style {
  margin-bottom: 12px; }

.aui .select-style:focus {
  border: 1px solid rgba(82, 168, 236, 0.8); }

.aui .control-group.error .select-style {
  border-color: #b50303; }

.aui .control-group.success .select-style {
  border-color: #488f06; }

.aui .control-group.success select,
.aui .control-group.success select:focus {
  box-shadow: none; }

.aui input[type="button"].verd {
  border: 1px #729a38 solid;
  /*     background: #8cc63f; */
  background-image: url(/quadis-theme/css/../images/quadis/icon_mes.png);
  background-image: url(/quadis-theme/css/../images/quadis/icon_mes.png), -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#89b741));
  background-image: url(/quadis-theme/css/../images/quadis/icon_mes.png), -webkit-linear-gradient(top, #8cc63f, #89b741);
  background-image: url(/quadis-theme/css/../images/quadis/icon_mes.png), -moz-linear-gradient(top, #8cc63f, #89b741);
  background-image: url(/quadis-theme/css/../images/quadis/icon_mes.png), -ms-linear-gradient(top, #8cc63f, #89b741);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  font-family: 'PT Sans',sans-serif; }

.aui input[type="button"].verd.no-icon {
  background-image: none; }

.aui input[type="button"]:hover.verd.no-icon {
  background-image: none; }

.aui input[type="button"].petit {
  background-position: 8px 10px; }

.aui select, .aui input[type="file"] {
  line-height: 20px; }

/* responsable */
.nombre-responsable .control-group input {
  background: #f9f9f9 url("/quadis-theme/css/../images/quadis/icon_login_user.png") no-repeat 8px center;
  padding-left: 40px; }

/* AUTOCOMPLETE */
.ui-autocomplete .ui-menu-item {
  height: 35px; }

.ui-autocomplete .ui-state-focus {
  background-color: #29abe2; }

/* ESTILS IE8 */
.aui .navbar-inner {
  filter: none; }

#searchinput.void {
  color: #999; }

.popup_box textarea {
  height: 130px; }

#box_solicitud_top textarea {
  height: 110px;
  overflow-y: scroll;
  max-width: 100%;
  width: 100%;
  min-height: 140px; }

/* GRAFICO RESUMEN DE SOLICITUDES */
.aui #grafic .llistat_grafic li .text {
  width: 70%; }

.aui #grafic .llistat_grafic li .num {
  width: 10%; }

.aui #grafic .llistat_grafic li .color {
  vertical-align: text-bottom; }

/* TIMELINE EN FORMAT LLISTA ! */
ul#timeline_messages {
  margin: 0;
  display: table;
  border-collapse: collapse; }

#timeline_messages li {
  display: table-row;
  border-bottom: 1px dotted #E6E6E6; }

#timeline_messages li div.cell {
  display: table-cell;
  padding: 10px 20px 10px 0;
  line-height: 17px;
  min-height: 28px;
  vertical-align: middle; }

#timeline_messages li div.cell:last-child {
  padding-right: 0; }

#timeline_messages li span.sms_tipo {
  display: block;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  background: url("/quadis-theme/css/../images/quadis/icons_timeline.png") no-repeat; }

#timeline_messages li span.sms_vendedor {
  background-position: 0 0; }

#timeline_messages li span.sms_responsable {
  background-position: 0 -20px; }

#timeline_messages li span.sms_alerta {
  background-position: 0 -40px; }

#timeline_messages li span.sms_estado {
  background-position: 0 -60px; }

#timeline_messages li span.sms_cambiores {
  background-position: 0 -80px; }

#timeline_messages li span.sms_tipo {
  background-position: 0 -100px; }

#timeline_messages li span.sms_vsbwip {
  background-position: 0 -120px; }

#timeline_messages li span.date {
  font-size: 12px; }

#timeline_messages li a.user {
  font-weight: 900;
  color: #29ABE2; }

#timeline_messages li a.user:hover, #timeline_messages li a.user:focus,
#timeline_messages .cambiores_not a:hover, #timeline_messages .cambiores_not a:focus {
  text-decoration: none; }

#timeline_messages li .edit {
  background: url("/quadis-theme/css/../images/quadis/icon_edit.png") no-repeat scroll center center white;
  border: 1px solid #eee;
  float: right;
  height: 28px;
  padding: 0;
  text-indent: -9999px;
  width: 28px; }

#timeline_messages li div.col-1 {
  width: 5%; }

#timeline_messages li div.col-2, #timeline_messages li div.col-3 {
  width: 15%; }

#timeline_messages li div.col-4 {
  width: 45%; }

#timeline_messages li div.col-5 {
  width: 20%; }

@media (max-width: 460px) {
  #timeline_messages li div.cell {
    display: block;
    float: left; }

  #timeline_messages li div.col-2 {
    width: 60%; }

  #timeline_messages li div.col-3, #timeline_messages li div.col-4, #timeline_messages li div.col-5 {
    width: 100%; } }
@media (max-width: 800px) {
  #timeline_form span#_solicitudes_WAR_quadisportlet_fechaSeleccionadaSpan {
    position: absolute;
    top: 50px;
    left: 35px; } }
.modify-pages .delete-tab {
  display: none !important; }

.hasAlertas {
  background-color: #f38173 !important; }

.aui .radio {
  min-height: 0; }

#estadisticas {
  overflow-x: scroll;
  overflow-y: visible; }

.groupExport {
  width: 100%;
  height: 50px; }

@media (max-width: 900px) {
  form .field {
    height: auto !important; } }
.aui .popup_box .select-style select.customSelector {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  background: url("/quadis-theme/css/../images/quadis/icon_select.png") no-repeat scroll right center white;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  float: right;
  font-size: 13px;
  height: 30px;
  margin: 0;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.aui .table-striped tbody > tr:nth-child(odd) > td, .aui .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #EDEDED; }

.aui .table thead th, .aui .table thead .table-sort-liner a {
  background-color: #DDD; }

.aui .nav-pills > li > a {
  color: #FFF; }

.botonCostes {
  background: url("/quadis-theme/css/../images/quadis/icono_euro.png") no-repeat top left;
  padding: 0 12px 0 23px; }

.botonVacaciones {
  background: url("/quadis-theme/css/../images/quadis/icono_vacaciones.png") no-repeat top left;
  padding: 0 12px 0 23px; }

.aui a.botonCostes {
  color: #555;
  text-decoration: underline;
  font-weight: bold; }

.aui a.botonVacaciones {
  color: #555;
  text-decoration: underline;
  font-weight: bold; }

.aui a.activo {
  color: #0071bc;
  text-decoration: none;
  cursor: default; }

.aui a.botonCostes:hover {
  color: #FFF; }

.aui a.botonVacaciones:hover {
  color: #FFF; }

.aui a.activo:hover {
  color: #0071bc; }

.aui a.descargarEmail {
  background: url("/quadis-theme/css/../images/quadis/icon_descargar.png") no-repeat center left;
  padding-left: 20px;
  color: #555;
  text-decoration: underline;
  font-weight: bold;
  margin-right: 10px; }

.aui a.verEmail {
  background: url("/quadis-theme/css/../images/quadis/icon_ver_correo.png") no-repeat center left;
  padding-left: 20px;
  color: black;
  text-decoration: underline;
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px; }

.aui a.duplicar {
  background: url("/quadis-theme/css/../images/quadis/icon_duplicado_negro.png") no-repeat center left;
  padding-left: 20px;
  color: #555;
  text-decoration: underline;
  font-weight: bold; }

.aui a.descargarEmail:hover {
  color: #FFF; }

.aui input[type="button"].solicitudesCerradas {
  background: #FFF;
  color: #444;
  border: 0;
  width: 70%;
  text-align: left;
  font-size: 13px;
  padding: 0 !important;
  font-family: 'PT Sans',sans-serif;
  line-height: inherit;
  font-weight: 200; }

div#grafic {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.selected {
  font-weight: bold !important; }

.aui input[type="button"].solicitudesCerradas:hover {
  text-decoration: underline; }

span.activo {
  font-weight: bold;
  color: #0071bc;
  text-decoration: none; }

.aui a.duplicar:hover {
  color: #FFF; }

.url-vehiculo-solicitud {
  display: table-cell; }

.aui label.url-vehiculo-label {
  width: 35%; }

.listaConcesionario, .listaCentros {
  display: none;
  -webkit-transition-duration: 0.8s; }

.mostrarConcesionarios, .mostrarCentros {
  cursor: pointer;
  text-decoration: underline !important; }

.boxEmail {
  background: #FFF;
  max-width: 100%;
  width: 100%;
  overflow: scroll;
  max-height: 550px; }

.aui #grafic .box_pad input[type="text"]:hover {
  cursor: pointer; }

/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls {
  overflow: hidden; }

body .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }

div.mc-image {
  /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
   	If you are using fading transitions, use 'opacity: */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*If you are using horizontal slide transitions, use the following CSS:
  -webkit-transition: left 1s ease-in-out; 
  -moz-transition: left 1s ease-in-out; 
  -o-transition: left 1s ease-in-out; 
  transition: left 1s ease-in-out;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.mc-old-browser .mc-image {
  overflow: hidden; }