@charset "utf-8";
/* ---------- Browser normalization ---------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

html {
  overflow-y: scroll; }

html.aui-dialog-iframe-root-node {
  overflow: auto; }

body {
  background: #FFF;
  font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif; }

body.portal-popup {
  background: none;
  padding: 10px; }

body.aui-dialog-iframe-popup {
  padding-bottom: 0; }

body.portal-iframe {
  padding: 0; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol {
  list-style: decimal outside; }

ul {
  list-style: disc outside; }

ul ul {
  list-style-type: none; }

ol ol {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 1em; }

th {
  font-weight: bold; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

/* ---------- Links ---------- */
/* ---------- Headers ---------- */
h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ---------- 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 blockquote {
  background: #eef0f2 url(../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(../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 ---------- */
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

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

/* ---------- Alerts and popups ---------- */
.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #FFC;
  border-bottom-color: #FC0; }

.popup-alert-warning {
  background-color: #FDD;
  border-bottom-color: #F00; }

/* ---------- Portal add content ---------- */
.portal-add-content {
  background: #FFF;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

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

/* ---------- Separator ---------- */
hr, .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; }

/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

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

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

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

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

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

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

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

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-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-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

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

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .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 ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

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

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

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

.aui-tab-back {
  float: right; }

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

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

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

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

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

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

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

.aui-panel-hd {
  background: #c0c2c5 url(../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; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

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

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

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

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

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

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

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

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

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

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-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;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

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

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

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

.ie7 .aui-paginator-current-page {
  color: #FFF; }

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

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

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

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

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

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

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

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

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

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

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

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

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

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

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

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

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

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

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

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

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

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

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

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

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

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

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

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

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

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

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    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(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.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(../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, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.portlet-msg-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.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(../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(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

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

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- 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 ---------- */
/* ---------- 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; }

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

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

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

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/*------ Breadcrumbs taglib ------*/
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

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

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

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

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -o-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 {
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -o-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 {
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.dockbar .menu-button-active .menu-button {
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  -moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  -moz-box-shadow: 1px 1px 0 white;
  -webkit-box-shadow: 1px 1px 0 white;
  -o-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white; }

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

.lfr-search-combobox-item {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px; }

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

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

body > .lfr-menu-list, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .yui3-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button, .tags-search-combobox .aui-field-input-text, .staging-icon-menu-container .staging-icon-menu.lfr-actions .lfr-trigger strong a, .active-area-proxy, .portlet-document-library .document-display-style .document-thumbnail img, .portlet-document-library-display .document-display-style .document-thumbnail img, .aui-paginator-link, .lfr-header-row .aui-toolbar-only, .lfr-translation-manager, .lfr-translation-manager-translation, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .rule-group-instance-container .rule-group-instance, .portlet-search .search-facet .facet-value, .lfr-api-results {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px; }

.lfr-header-row .aui-toolbar-content, .lfr-search-combobox, .select-documents, .select-files, .portlet-document-library div.document-display-style, .lfr-upload-container .upload-target, .lfr-upload-container .upload-file, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

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

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

.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

.lfr-upload-container .upload-target {
  -moz-box-shadow: inset 0 0 1px white;
  -webkit-box-shadow: inset 0 0 1px white;
  -o-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8FBE31', endColorstr='#FF729A22');
  background-image: -webkit-gradient(linear, 50%, 50%, color-stop(0%, #8fbe31), color-stop(85%, #729a22));
  background-image: -webkit-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -moz-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -o-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -ms-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: linear-gradient(50%, #8fbe31 0%, #729a22 85%); }

.live-view .staging-tabview-list {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE3F8DF', endColorstr='#FFC4F0BC'); }

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

.staging-bar {
  -moz-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8); }

.staging-tabview-list .aui-tab-active .aui-tab-content, .site-variations-tabview-list .aui-tab-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.staging-tabview-list {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -o-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-image: -webkit-gradient(linear, 0 0, 0 0, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEED4', endColorstr='#FFFFDBA6');
  background-size: 100px 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #777777), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -moz-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -o-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -ms-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: linear-gradient(center bottom, #777777, #333333 80%, #333333); }

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

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

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

/* ---------- Base styles ---------- */
body {
  background: #f9faf7 url(../images/custom/SmartFreshBackground.jpg) repeat-x 0 0;
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif; }

a {
  color: #5B677D;
  text-decoration: underline; }

a.gotoarea {
  background: url(/SmartFresh-theme/images/custom/NavListArrow.png) no-repeat 0 0;
  padding-left: 20px;
  padding-bottom: 5px; }

a:hover {
  color: #06C;
  text-decoration: none; }

hr, .separator {
  border-color: #BFBFBF transparent #FFF;
  border-style: solid;
  border-width: 1px 0; }

.width20 {
  width: 20%; }

.width15 {
  width: 15%; }

.width10 {
  width: 10%; }

#wrapper {
  background: none;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
              /*old values
min-width: 960px;
width:1024px; /*Maximo regulable*/
  min-width: 980px;
  width: 1044px;
  /*Maximo regulable*/ }

.ie6 #wrapper {
  width: 90%; }

#banner {
  background: none;
  height: auto;
  /*margin-top: 1.4em;*/
  position: relative; }

.site-title .site-name {
  background: #555555 url(../images/common/site_icon.png) no-repeat 15px 50%;
  color: #FFF;
  display: block;
  float: right;
  font-size: 1em;
  font-weight: bold;
  margin: 15px 0 0 20px;
  padding: 7px 17px 7px 40px;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

.page-template .site-title .site-name {
  background-image: url(../images/common/page_template.png); }

.site-template .site-title .site-name {
  background-image: url(../images/common/site_template.png); }

.company-site .site-title .site-name {
  background-image: url(../images/common/folder.png); }

.organization-site .site-title .site-name {
  background-image: url(../images/common/organization_icon_white.png); }

.user-site .site-title .site-name {
  background-image: url(../images/common/user_icon_white.png); }

.private-page .site-title .site-name:after {
  background-image: url(../images/common/key_small.png);
  content: '';
  display: block;
  height: 10px;
  left: 24px;
  position: absolute;
  top: 50%;
  width: 10px; }

#skip-to-content:focus {
  clip: rect(auto, auto, auto, auto);
  right: 0;
  z-index: 200; }

#sign-in {
  background: #facb19 url(../images/custom/SignInBKG.png) no-repeat 0 0;
  font-weight: bold;
  padding: 15px 20px 5px 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 30px;
  border-left: 1px solid #989898;
  border-bottom: 1px solid #989898;
  box-shadow: 0 0 25px #666666; }

.ie6 #banner {
  height: 1%; }

.ie6 #banner h1.logo {
  height: 1%; }

#heading {
  border-top: 1px solid white; }

/*area CONTENT*/
#area_content {
  border: 1px solid #CCCCCC;
  background: white url(../images/custom/NavigationBackground.png) repeat-x 0 0;
  box-shadow: 0 0 25px #666666;
  margin-bottom: 25px; }

/* ---------- Main navigation ---------- */
#navigation {
  background: url(../images/custom/Header_imagen2.png) no-repeat 0 0;
  background-position: center;
  clear: both;
  /*min-height: 2.2em;*/
  padding: 0;
  padding-top: 155px;
  /*position: relative;*/
  z-index: 1;
  width: 100%; }

#navigation ul {
  background: #77a801 url(../images/custom/NavBKG_ul.png) repeat-x top left;
  list-style: none;
  margin: 0;
  padding: 0;
  /*padding: 3px;*/
  height: 4.5em;
  border-left: 1px solid #758447; }

.ie7 #navigation ul {
  /*padding: 2px;*/ }

#navigation li, #navigation a {
  display: inline-block; }

.ie6 #navigation li, .ie7 #navigation li, .ie6 #navigation a, .ie7 #navigation a {
  display: inline;
  zoom: 1;
  z-index: 200; }

#navigation li {
  position: relative;
  vertical-align: middle;
  border-left: 1px solid #758447;
  color: #000000;
  font-size: 1.6em;
  height: 100%;
  margin: 0;
  /*padding-top: 0.2em;*/
  position: relative;
  text-align: center;
  width: 19.5%; }

/*Mantemos el form de bÃºsqueda en la parte superior junto al dockbar
para que no se superponga al nav al reducir el tamaÃ±o*/
/*Para prevenir el desbordamiento de los literales dentro de nav */
nav#navigation > ul > li > a {
  white-space: nowrap; }

#navigation a {
  /*2017 Impedimos que el texto salga del tag a cuando
  se redimensiona (tamaÃ±o muy pequeÃ±o) la pantalla*/
  /* white-space: nowrap; */
  color: #000;
  font-size: 1.1em;
  /*font-weight: bold;*/
  /*margin: 0 1px;*/
  /*padding: 10px 15px 0;*/
  width: 100%;
  text-decoration: none;
  font-weight: lighter;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 2.5em; }

/*Media query para que no se sobrepase el link a
No utilizamos media queries porque no tenemos metido viewport*/
/*  @media screen and (max-width: 200px) { 
   nav#navigation>ul>li>a{
  	white-space:nowrap;
  } 
  
     #navigation a {
        white-space: nowrap;
        padding: .3em 10%;
    }  
     html body #wrapper #area_content #content #navigation ul li ul.child-menu li a {
    	word-wrap: break-word;
    	width: 100% !important;
    } 
  } */
.ie6 #navigation a, .ie7 #navigation a {
  /*padding: 11px 15px;*/ }

#navigation .yui3-dd-drop a {
  cursor: move; }

#navigation .selected a, #navigation li.hover a, #navigation a:hover, #navigation a:focus, #navigation .child-menu li a, #navigation .yui3-dd-dragging, .lfr-navigation-proxy {
  /*background: #313334;*/
  background: #456301 url(../images/custom/NavBKG_li_selected.png) repeat-x top left;
  color: #FFF;
  outline: 0;
  /*text-shadow: -1px -1px #000;*/
  font-weight: bolder; }

/* OCULTAMOS EL DESPLIEGUE DE LOS MENUS*/
#navigation li.hover .child-menu, .ie6 #navigation ul.child-menu-visible, .ie6 #navigation li.hover .child-menu, .ie7 #navigation ul.child-menu-visible, .ie7 #navigation li.hover ul.child-menu, #navigation .child-menu, #navigation .child-menu li, #navigation .child-menu li a {
  display: none;
  visibility: hidden; }

/*#navigation li.hover .child-menu {
	background: #456301;
	display: block;
	position: absolute;
	width: 200px;
	z-index: 250;
}

.ie6 #navigation ul.child-menu-visible, .ie6 #navigation li.hover .child-menu, .ie7 #navigation ul.child-menu-visible, .ie7 #navigation li.hover ul.child-menu {
	left: 0;
	top: 25px;
}

#navigation .child-menu {
	display: none;
}

#navigation .child-menu li {
	border-width: 0 0 1px;
	display: block;
	float: none;
	margin: 0;
}

#navigation .child-menu li a {
	cursor: pointer !important;
}

.ie7 #navigation .child-menu li a {
	zoom: 1;
}

#navigation .child-menu li a:hover, #navigation li a.active {
	background-color: #456301;
}

#navigation .child-menu .selected a {
	background: #020509 url(/SmartFresh-theme/images/navigation/bullet_selected.png) no-repeat 5px 50%;
}

.nav-menu-style-arrows ul {
	list-style-image: url(/SmartFresh-theme/images/navigation/bullet_selected.png);
}

OCULTAMOS EL DESPLIEGUE DE LOS MENUS*/
ul.child-menu {
  display: none;
  visibility: hidden; }

/* MAIN CONTENTE*/
#main-content {
  padding: 0 10px; }

/* ---------- Portlet wrapper and icons ---------- */
.portlet {
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* condicionar border-bottom  */
div.portlet-boundary.portlet-body-not-empty {
  background: white url(../images/custom/PortletBKG3.png) repeat-x bottom left;
  border: 1px solid #CCC;
  border-bottom: 15px solid #333333;
  padding: 10px;
  margin-bottom: 10px;
  padding: 0 10px; }

div.portlet-boundary.portlet-body-not-empty.portlet-boundary_145_,
div.portlet-boundary.portlet-body-not-empty.portlet-boundary_103_ {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0; }

/*portlet-boundary 
portlet-boundary_56_ 
portlet-borderless 
portlet-journal-content  
portlet-draggable 
yui3-dd-drop*/
.portlet-dockbar {
  padding: 0px; }

.portlet-topper {
  /*background: #D4D4D4 url(/SmartFresh-theme/images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;*/
  font-size: 2.1em;
  border-bottom: 1px solid #CCC; }

.portlet-title {
  float: none;
  font-weight: bold;
  min-width: 50%;
  padding: 5px;
  text-shadow: 3px 2px 2px #B5B5B5;
  color: #222;
  font-size: 1.3em; }

.signed-in.controls-visible .portlet-title {
  padding-right: 80px; }

.lfr-portlet-title-editable {
  margin-top: -4px;
  z-index: 9999; }

.ie .lfr-portlet-title-editable {
  margin-top: -6px; }

.lfr-portlet-title-editable-content {
  padding: 0; }

.ie .lfr-portlet-title-editable-content {
  margin-top: 4px; }

.portlet-icons {
  float: none; }

.portlet-icons .portlet-close-icon {
  border-width: 0; }

.page-maximized .portlet-icons {
  font-size: 11px; }

.ie .portlet-title {
  padding-bottom: 5px; }

.ie6 .portlet-topper {
  zoom: 1; }

/* ---------- Footer ---------- */
#footer {
  background: white url(../images/custom/LogoDownAgrofresh.png) no-repeat top left;
  text-align: right;
  padding-top: 3em;
  margin: 0 10px; }

p.SmartfreshFooter {
  text-align: center;
  width: 100%; }

/* ---------- Site breadcrumbs ---------- */
.site-breadcrumbs {
  margin: 10px 0;
  width: auto;
  background-color: #000000;
  border-bottom: 2px solid #77A801; }

.site-breadcrumbs ul {
  margin: 0; }

.site-breadcrumbs li {
  background-image: none;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0; }

.site-breadcrumbs li span {
  display: block;
  padding: 0.5em 0px 0.5em 0px; }

.site-breadcrumbs li span a {
  text-decoration: none;
  background: black url(../images/custom/breadcrumbs_row.gif) no-repeat right;
  padding-right: 12px;
  color: #FFFFFF;
  font-weight: bold; }

.site-breadcrumbs li.first a {
  font-weight: bold; }

.site-breadcrumbs li.last a {
  color: #B2E33F;
  font-size: 1.3em; }

.site-breadcrumbs .last {
  font-size: 1em;
  margin-top: 0;
  padding-right: 0; }

.site-breadcrumbs .last span {
  background-image: none;
  padding: 0; }

/* ---------- Hudcrumbs ---------- */
.lfr-hudcrumbs {
  position: fixed;
  top: 0;
  z-index: 440; }

.lfr-hudcrumbs ul {
  background: #414445;
  background: rgba(0, 0, 0, 0.8); }

.lfr-hudcrumbs .breadcrumbs li a, .lfr-hudcrumbs .breadcrumbs li span {
  color: #FFF; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background-color: transparent; }

.aui-combobox .aui-field-input {
  padding: 4px 3px 3px;
  font-size: 11px;
  height: 15px; }

.aui-combobox .aui-field {
  float: left;
  line-height: 0; }

.lfr-portlet-title-editable-content .aui-field {
  float: none;
  display: inline; }

/* ---------- Extras ---------- */
#banner .site-name {
  /*mencion a una sombra de caja*/ }

.portlet-borderless-bar {
  /*-moz-border-radius: 20px;
  -moz-box-shadow: inset 0 1px 3px #000;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 3px #000;
  border-radius: 20px;
  box-shadow: inset 0 1px 3px #000;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.portlet-topper {
  -moz-box-shadow: 1px 1px 0 #FFF;
  -webkit-box-shadow: 1px 1px 0 #FFF;
  box-shadow: 1px 1px 0 #FFF; }

/*#banner .site-name {
	@include border-radius(4px);
	@include box-shadow(inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px #FFF);
}
*/
#navigation li.selected a {
  /*-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);*/ }

.aui-combobox .aui-toolbar-first {
  /*-moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;*/ }

/*portlet que figura en la cabecera pendiente de revision*/
.portlet-static-end {
  background: none;
  border: none; }

/*SOLO PORTLTEL DE NAVEGACION LATERAL*/
.portlet-navigation {
  padding-bottom: 0; }

.portlet-navigation .portlet-body .portlet {
  margin-bottom: 0; }

.portlet-navigation .portlet-body section.portlet header.portlet-topper {
  border: none; }

.portlet-navigation .portlet-body section.portlet header.portlet-topper
h1.portlet-title {
  visibility: hidden;
  display: none; }

.portlet-navigation .portlet-body section.portlet .portlet-content {
  padding: 20px 0; }

.portlet-navigation .portlet-body section.portlet .portlet-content .portlet-content-container .portlet-body .nav-menu
ul.breadcrumbs {
  visibility: hidden;
  display: none; }

.portlet-navigation .portlet-body section.portlet .portlet-content .portlet-content-container .portlet-body .nav-menu
ul.layouts.level-1 {
  margin: 0;
  font-size: 1.2em;
  list-style: none;
  padding-bottom: 60px;
  background: url(../images/custom/PortletMenulateralNavigationBKG.png) no-repeat bottom right; }

.portlet-navigation .portlet-body section.portlet .portlet-content .portlet-content-container .portlet-body .nav-menu
ul.layouts.level-1 > li {
  margin: 10px 0;
  width: 100%;
  border-bottom: 1px solid #CCC; }

.portlet-navigation .portlet-body section.portlet .portlet-content .portlet-content-container .portlet-body .nav-menu
ul li a {
  text-decoration: none;
  color: #333333;
  background: url(/SmartFresh-theme/images/custom/NavListArrow.png) no-repeat 0 0;
  padding-left: 20px;
  padding-bottom: 5px; }

/*ESTILOS DEL JOURNAL CONTENT VER Journal_Content_SmartFresh.css y form-structures_SmartFresh.css*/
/*HOME NEWS PORTLET DE NOTICIAS, JOURNAL CONTENT*/
#area_homenews {
  width: 100%;
  background-image: url(../images/custom/LogoSmartFresh_news.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  /*Al modificar el espacio inferior de las Listas 28/02/13 reducimos la posicion del logo de 10px a 2 px*/ }

h2.home_news_title {
  font-size: 2.7em;
  text-shadow: 3px 2px 2px #B5B5B5;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  width: 97%; }

div.home_news {
  width: 88%; }

div.home_news ul li {
  /*6404 Inc. display: inline-block;*/
  display: block;
  /*6404 Inc. titulos de columnas no alineadas*/
  float: left;
  font-size: 1.2em;
  color: #658607;
  width: 48.5%;
  margin: 0;
  padding: 0;
  margin-right: 1%;
  border-right: 1px solid #CCC;
  font-weight: bold;
  /*margin-bottom:1.5em; eliminamos el espacio a peticion del cliente 28/02/13*/
  background-image: none; }

/*823 Incid. columna 100 - 50 */
div.home_news._100 ul li {
  width: 97%; }

/*--------------------------------*/
div.home_news ul li span {
  color: #333;
  font-size: smaller;
  font-weight: normal; }

/* ESTILOS DEL CUSTOMER AVERANGE customeraverage-portlet*/
.customeraverage-portlet table {
  width: 100%;
  border: 1px solid #CCC;
  border-bottom: 5px solid #666666;
  margin-bottom: 15px; }

.customeraverage-portlet table TFOOT.footnote {
  text-align: right; }

.customeraverage-portlet table caption {
  font-size: 1.5em;
  text-align: left;
  color: #465E05;
  font-weight: bold;
  text-shadow: 2px 1px #B5B5B5; }

.customeraverage-portlet table th {
  background: black url(../images/custom/Table_headBKG.png) repeat-x top left;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #FAFAFA;
  color: #FFFFFF;
  padding: 10px 5px; }

.customeraverage-portlet table th a:hover {
  color: #CEE783; }

.customeraverage-portlet table td {
  font-size: 1.2em;
  background: #fafbff url(../images/custom/Table_cellBKG.png) repeat-x bottom left;
  border: 1px solid #CCCCCC;
  color: #333333;
  padding: 10px 5px; }

.customeraverage-portlet table TFOOT.footnote tr td {
  padding: 1px 5px;
  background-image: none;
  background-color: #666666;
  color: #FFF;
  font-size: .9em; }

/* ESTILOS DEL ORDER LIST .orderlist-portlet
NOTA estilos formularios internos en syracuse.css
<div id="p_p_id_orderlist_WAR_Syracuseportlet_" 
class="
	portlet-boundary 
	portlet-boundary_orderlist_WAR_Syracuseportlet_ 
	portlet-borderless 
	orderlist-portlet 
	portlet-draggable 
	yui3-dd-drop">
*/
.orderlist-portlet table,
.orderingtool-portlet table,
.vieworders-portlet table,
.ordersummary-portlet table {
  width: 100%;
  border: 1px solid #CCC;
  border-bottom: 5px solid #666666;
  margin-bottom: 15px; }

.orderlist-portlet table TFOOT.footnote,
.orderingtool-portlet table TFOOT.footnote,
.vieworders-portlet table TFOOT.footnote,
.ordersummary-portlet table TFOOT.footnote {
  text-align: right; }

.orderlist-portlet table caption,
.orderingtool-portlet table caption,
.vieworders-portlet table caption,
.ordersummary-portlet table caption {
  font-size: 1.5em;
  text-align: left;
  color: #465E05;
  font-weight: bold;
  text-shadow: 2px 1px #B5B5B5; }

.orderlist-portlet table th,
.orderingtool-portlet table th,
.vieworders-portlet table th,
.ordersummary-portlet table th {
  background: black url(../images/custom/Table_headBKG.png) repeat-x top left;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #FAFAFA;
  color: #FFFFFF;
  padding: 10px 5px; }

.orderlist-portlet table th a:hover,
.orderingtool-portlet table th a:hover,
.vieworders-portlet table th a:hover,
.ordersummary-portlet table th a:hover {
  color: #CEE783; }

.orderlist-portlet table td,
.orderingtool-portlet table td,
.vieworders-portlet table td,
.ordersummary-portlet table td {
  font-size: 1.2em;
  background: #fafbff url(../images/custom/Table_cellBKG.png) repeat-x bottom left;
  border: 1px solid #CCCCCC;
  color: #333333;
  padding: 10px 5px; }

.orderlist-portlet table TFOOT.footnote tr td,
.orderingtool-portlet table TFOOT.footnote tr td,
.vieworders-portlet table TFOOT.footnote tr td,
.ordersummary-portlet table TFOOT.footnote tr td {
  padding: 1px 5px;
  background-image: none;
  background-color: #666666;
  color: #FFF;
  font-size: .9em; }

/* ESTILOS DEL INVOICE LIST .invoice-portlet*/
.invoice-portlet table {
  width: 100%;
  border: 1px solid #CCC;
  border-bottom: 5px solid #666666;
  margin-bottom: 15px; }

.invoice-portlet table TFOOT.footnote {
  text-align: right; }

.invoice-portlet table caption {
  font-size: 1.5em;
  text-align: left;
  color: #465E05;
  font-weight: bold;
  text-shadow: 2px 1px #B5B5B5; }

.invoice-portlet table th {
  background: black url(../images/custom/Table_headBKG.png) repeat-x top left;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #FAFAFA;
  color: #FFFFFF;
  padding: 10px 5px; }

.invoice-portlet table th a:hover {
  color: #CEE783; }

.invoice-portlet table td {
  font-size: 1.2em;
  background: #fafbff url(../images/custom/Table_cellBKG.png) repeat-x bottom left;
  border: 1px solid #CCCCCC;
  color: #333333;
  padding: 10px 5px; }

.invoice-portlet table TFOOT.footnote tr td {
  padding: 1px 5px;
  background-image: none;
  background-color: #666666;
  color: #FFF;
  font-size: .9em; }

/*Estilo nuevo para enlaces con informacion nueva 28/02/13*/
a.thisisnew {
  color: #CC0000;
  background: url("../images/custom/newinfo.png") no-repeat scroll right top transparent;
  padding-right: 22px;
  padding-top: 5px; }

/*jml maquetaciï¿½n contenidos*/
.msimg ul, .msimg li {
  list-style-type: none; }

.msimg a {
  display: block;
  float: left; }

.msimg a:hover {
  color: #95ba25; }

.msimg span {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center; }

.cols div, .cols li {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  float: left;
  overflow: hidden; }

.cols img, .cols span, .cols li p, .cols div p, .cols ul ul, .cols dl {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1%; }

.msimg.cols span {
  color: #008000; }

._1col.cols li, ._1col.cols div {
  width: 99.8%;
  max-width: 99.8%; }

._2col.cols li, ._2col.cols div {
  width: 49.8%;
  max-width: 49.8%; }

._3col.cols li, ._3col.cols div {
  width: 33.8%;
  max-width: 33%; }

._4col.cols li, ._4col.cols div {
  width: 24.8%;
  max-width: 24.8%; }

._5col.cols li, ._5col.cols div {
  width: 19.8%;
  max-width: 19.8%; }

._1col.cols li li, ._1col.cols div div, ._2col.cols li li, ._2col.cols div div, ._3col.cols li li, ._3col.cols div div, ._4col.cols li li, ._4col.cols div div, ._5col.cols li li, ._5col.cols div div {
  width: auto;
  max-width: auto; }

._1col p, ._1col span, ._1col em {
  font-size: 16px; }

._2col p, ._2col span, ._2col em {
  font-size: 14px; }

._3col p, ._3col span, ._3col em {
  font-size: 12px; }

._4col p, ._4col span, ._4col em {
  font-size: 11px; }

._5col p, ._5col span, ._5col em {
  font-size: 11px; }

html * .imtx {
  max-width: 45%;
  min-width: 25%;
  overflow: hidden;
  display: block; }

html * .imtx img, html * .imtx em {
  width: 88%;
  padding: 3%; }

html * .imtx.d {
  float: right;
  display: block; }

html * .imtx.i {
  float: left;
  display: block; }

html * .imtx em {
  display: block;
  color: #008000;
  font-size: 1em; }

html * .imtx.d img {
  display: block;
  margin-left: 4%; }

html * .imtx.d em {
  text-align: right; }

html * .imtx.i img {
  display: block;
  margin-right: 4%; }

html .fmq li li {
  display: block;
  float: none;
  margin: inherit;
  padding: inherit;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.1em; }

.fmq dl {
  font-style: italic; }

.fmq dt, .fmq dd {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px; }

.fmq dt {
  clear: left;
  width: 20%;
  margin-right: 4%; }

.fmq dd {
  width: 65%;
  margin-bottom: 10px; }

.msimg * img {
  height: auto; }

.cols img {
  width: 80%; }

a.help img {
  width: 19px;
  padding-top: 6px;
  padding-right: 8px; }

/****arreglo tablas invoice summary y home desborde***/
.columns-1 .portlet-layout {
  display: block;
  width: 100%; }

.columns-1 #column-1.portlet-column {
  display: block; }

.table-container {
  display: block;
  width: 100%;
  overflow-x: auto; }

.columns-1-2-1 .portlet-layout, .columns-1-2-1 #column-1.portlet-column, .columns-1-2-1 #column-4.portlet-column {
  display: block; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs-horizontal {
  margin-bottom: 1.5em; }

.breadcrumbs-horizontal li {
  /*background: url(/SmartFresh-theme/images/arrows/05_right.png) no-repeat 100% 50%;*/
  margin-right: 5px;
  max-width: 50%;
  padding-right: 15px; }

.breadcrumbs-vertical li {
  /*background: url(/SmartFresh-theme/images/arrows/07_down.png) no-repeat 50% 100%;*/
  padding: 0 0 9px;
  max-width: auto; }

.breadcrumbs a {
  display: block; }

.breadcrumbs-vertical a {
  text-align: center;
  text-decoration: none; }

.breadcrumbs .last {
  background-image: none; }

.breadcrumbs-horizontal .last {
  margin-top: 0.2em; }

.breadcrumbs-vertical .last {
  font-weight: bold; }

.breadcrumbs-horizontal .last a, .aui-tree-node-selected a {
  color: #555; }

/* ---------- Hidden Accessible ---------- */
#skip-to-content, #banner h2, #banner h3, #navigation h1, .site-breadcrumbs h1 {
  clip: rect(0 0 0 0);
  position: absolute; }

.opens-new-window-accessible {
  background: url(/SmartFresh-theme/images/common/open_window.png) no-repeat 0 50%;
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 2px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: top;
  width: 11px; }

/* ---------- Extras ---------- */
.lfr-title-scope-selector {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.lfr-title-scope-selector {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.logo .current-site, #navigation, #navigation a, .portlet, .portlet-topper, .site-breadcrumbs ul, .aui-form-validator-message {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* CSS Document */
/*SOLO PORTLET DE CONTENIDOS .journal-content-article */
.portlet-journal-content .icons-container {
  margin-top: 0; }

.journal-content-article {
  margin-bottom: 0; }

.journal-content-article h1,
.journal-content-article h2,
.journal-content-article h3,
.journal-content-article h4,
.journal-content-article h5,
.journal-content-article h6 {
  color: #333333;
  font-weight: bold;
  text-shadow: 2px 1px 3px #B5B5B5; }

.journal-content-article h1 {
  text-shadow: 3px 2px 2px #B5B5B5;
  color: #222;
  font-size: 1.4em; }

.journal-content-article p {
  font-size: 1.25em; }

.journal-content-article ul,
.journal-content-article ol {
  font-size: 1.15em;
  margin-left: 30px; }

.journal-content-article ul li,
.journal-content-article ol li {
  margin-bottom: .5em; }

.journal-content-article ul li {
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  list-style-position: inside; }

.journal-content-article ul.prominent li {
  list-style: none;
  background-image: url(../images/custom/ULbullet.png);
  padding-left: 30px; }

.journal-content-article ul li strong {
  font-size: 1.5em; }

.journal-content-article ul li a {
  color: #000000; }

.journal-content-article ul li a:hover {
  color: #CC0000; }

#Journal Content Article Links
.journal-content-article a, .journal-content-article a:link, .journal-content-article a:visited {
  color: #658607 !important; }

.journal-content-article a:hover {
  color: #9CCF0B !important; }

.journal-content-article ol, .journal-content-article ul, .journal-content-article dl {
  margin-left: 0; }

.journal-content-article table {
  width: 100%;
  border: 1px solid #CCC;
  border-bottom: 5px solid #666666; }

.journal-content-article table TFOOT.footnote {
  text-align: right; }

.journal-content-article table caption {
  font-size: 1.5em;
  text-align: left;
  color: #465E05;
  font-weight: bold;
  text-shadow: 2px 1px #B5B5B5; }

.journal-content-article table th {
  background: black url(../images/custom/Table_headBKG.png) repeat-x top left;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #FAFAFA;
  color: #FFFFFF;
  padding: 10px 5px; }

.journal-content-article table th a:hover {
  color: #CEE783; }

.journal-content-article table td {
  font-size: 1.2em;
  background: #fafbff url(../images/custom/Table_cellBKG.png) repeat-x bottom left;
  border: 1px solid #CCCCCC;
  color: #333333;
  padding: 10px 5px; }

.journal-content-article table TFOOT.footnote tr td {
  padding: 1px 5px;
  background-image: none;
  background-color: #666666;
  color: #FFF;
  font-size: .9em; }

/* TEXT STYLES
--------------------------- */
/*  Headers   */
h2, h3, h4, h5, h6, legend, caption {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight: bold;
  text-shadow: 2px 1px 3px #B5B5B5; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.5em; }

blockquote {
  margin: .8em 1.5em;
  padding: .8em;
  font-size: 115%;
  line-height: 1.5em;
  font-style: italic;
  font-stretch: extra-condensed; }

dt {
  font-weight: bold;
  color: #95BA25; }

/* Links */
a, a:link, a:visited, a:hover {
  text-decoration: none;
  color: #95BA25;
  /*border-bottom: .10em dotted #95BA25;*/
  border-color: #95BA25; }

a:visited {
  color: #777;
  /*border-bottom: .10em dotted #777;*/
  border-color: #777; }

a:hover {
  color: #000;
  /*border-bottom: .10em solid #000;*/
  border-color: #000; }

.txt-left {
  text-align: left; }

.txt-centre {
  text-align: center; }

.txt-right {
  text-align: right; }

.journal-content-article img {
  padding: 5px;
  background-color: #FFFFFF;
  -moz-box-shadow: 1px 1px 2px #CCC;
  -webkit-box-shadow: 1px 1px 2px #CCC;
  box-shadow: 1px 1px 2px #CCC;
  border: 1px solid #ccc; }

.img-left {
  float: left;
  margin: 5px 5px 5px 0; }

.img-centre {
  margin: 5px 5px 5px 5px; }

.img-right {
  float: right;
  margin: 5px 9px 5px 5px; }

/*-----------------------------
	FORMULARIOS, BOTONES, ENLACES...
-------------------------------*/
/* estilos comunes tablas y formularios */
table, form, fieldset {
  border: .10em solid #d1d1d1; }

table tr.odd td {
  background: #D9E9BE; }

table.sample-per-app tr.odd td {
  background: #DDDDDD; }

table tr.odd .column1 {
  background: #D9E9BE; }

table .column1,
table tr.odd th.column1,
table th.column1 {
  background: #B4DB6F;
  color: #008000; }

th, td {
  border-bottom-color: #d1d1d1;
  border-left-color: #d1d1d1;
  padding: .2em .4em; }

td {
  color: #333; }

td a, td a:link, td a:visited, td a:hover {
  color: #6A851B !important; }

table.sample-per-app td a, table.sample-per-app td a:link, table.sample-per-app td a:visited, td a:hover {
  color: #FFFFFF !important; }

th {
  /*color: #66a3d3;*/
  color: #ffffff;
  background: #cacaca;
  border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5; }

thead th {
  background: #95BA25;
  color: #ffffff;
  font: bold 105%/150% Arial, Helvetica, sans-serif;
  padding: .2em .4em .3em; }

thead th a {
  color: #ffffff;
  text-decoration: none; }

tfoot th {
  background: #95BA25; }

tfoot th strong {
  color: #cacaca; }

tfoot th em {
  color: #cacaca; }

input.button, .button, a.button {
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  background: #95BA25;
  border-width: 0.10em;
  border-style: solid;
  border-color: #76992D;
  cursor: pointer;
  text-decoration: none;
  -moz-box-shadow: 1px 1px 2px #CCC;
  -webkit-box-shadow: 1px 1px 2px #CCC;
  box-shadow: 1px 1px 2px #CCC; }

input.button:hover, .button:hover, a.button:hover {
  text-decoration: none; }

.form-date img, .form-date img:hover,
a.form-date, a.form-date:hover,
form a.form-date, form a.form-date:hover {
  border: none !important;
  text-decoration: none!important; }

/* ------------------------
	FORMULARIOS
--------------------------*/
form, fieldset {
  margin: .30em auto 1.00em; }

form {
  margin: .20em;
  border: none!important; }

form div fieldset {
  margin: .30em;
  margin-bottom: 1.00em;
  padding: .50em; }

fieldset fieldset {
  margin: .20em;
  padding: .20em; }

input, select, textarea {
  margin: 0 0 .3em;
  padding: .2em;
  font-size: 95%; }

.form .form-txt, input[type=text], input[type=password], textarea, select {
  padding: .2em;
  resize: none; }

.inline label, .inline .form-txt,
.inline input[type=text], .inline input[type=password],
.inline textarea, .inline select {
  margin-right: .5em; }

.inline label {
  margin-top: .5em; }

.form textarea {
  resize: none; }

.form select, select {
  padding: .2em; }

input[type="button"], button[type="button"], input[type="submit"], input[type="reset"], button, .button, a.button {
  font-size: 11px;
  padding: .2em .4em .3em;
  margin-top: .2em;
  margin-bottom: .2em; }

a.button {
  padding: .3em .5em .4em; }

/* CSS 3. Be aware this only works in the hip and new browsers - we are talking Safari (webkit, so that includes the iPhone), Firefox, Opera and Chrome.*/
input[type="button"], input[type="submit"], input[type="reset"], button, .button, a.button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome, IPhone */ }

/********************************************************************
Structure
********************************************************************/
/* Form Structure */
/* Field Grid */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
  display: inline;
  float: left;
  margin: 0 1%;
  /*padding: .2%; */
  height: 100%;
  border-bottom: none;
  /*ie7*/
  *margin-left: .8%;
  *margin-right: .8%;
  *padding: 0.5% 0.25% 0.8%; }

/* 12-column Grid (thanks for Fluid 960 Grid System) */
.grid-1-12 {
  width: 5.333%; }

.grid-2-12 {
  width: 13.666%; }

.grid-3-12 {
  width: 22%; }

.grid-4-12 {
  width: 30.666%; }

.grid-5-12 {
  width: 38.666%; }

.grid-6-12 {
  width: 47%; }

.grid-7-12 {
  width: 55.333%; }

.grid-8-12 {
  /*width: 63.666%; */
  width: 63.333%; }

.grid-9-12 {
  width: 72%; }

.grid-10-12 {
  width: 80.333%; }

.grid-11-12 {
  width: 88.666%; }

.grid-12-12 {
  width: 97%; }

/* first item */
.alpha {
  margin-left: 0; }

/* last item */
.omega {
  margin-right: 0; }

/* clear */
.field-clear {
  clear: both; }

/* form elements  */
.form input, .form label, .form img, .form select {
  /*vertical-align: top; */
  vertical-align: middle;
  line-height: 1em; }

.form-list-chk .form-lbl, .form-list-rdo .form-lbl {
  display: inline;
  height: auto;
  margin: .5em 2px; }

.form-list-chk .form-lbl, .form-list-rdo .form-lbl {
  display: inline;
  height: auto;
  margin: .5em 2px; }

.form-req {
  position: relative;
  top: 3px; }

/*.form-container { border:1px solid; display: block; clear:both; overflow: hidden;}*/
.form-msg-info, .form-msg-warning, .form-msg-error, .form-msg-success {
  padding: 6px 10px 5px;
  display: block;
  height: auto;
  margin: -0.3em 0 0.5em; }

/*.form .form-txt, .form textarea {	margin: 0.3%;	background: transparent;	width: 99.4%;}*/
.form .form-txt, input[type=text], input[type=password], textarea, select {
  width: 45%;
  padding: .4em .2em;
  border: 1px solid #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  /*ie7*/
  *width: 99%; }

.inline label, .inline .form-txt,
.inline input[type=text], .inline input[type=password],
.inline textarea, .inline select {
  margin-right: .5em; }

.inline label {
  float: left;
  text-align: right;
  max-width: 20%;
  min-width: 20%;
  margin-top: .5em; }

.inline .form-txt, .inline input, .inline input[type=text], .inline input[type=password], .inline textarea, .inline select {
  float: left; }

.form textarea {
  height: 8em; }

.form select, select {
  padding: .3em .2em; }

.form-no-lbl {
  padding-top: 35px; }

/* input with readonly attribute */
.form-readonly, input[readonly] {
  border: none;
  font-weight: normal;
  padding-left: 0; }

/* multiple containers inside field-grid */
.form-left {
  float: left;
  margin-right: 0.3em;
  clear: none; }

.form-right {
  float: right;
  margin-left: 0.3em;
  clear: none; }

/* lista en linea de chk e rdo */
.form-list-chk, .form-list-rdo {
  height: 100%; }

.form-list-chk li, .form-list-rdo li {
  margin: 0.5em 0.6em 0.2em !important;
  float: left;
  display: inline;
  list-style: none;
  padding: 0 !important;
  background-color: transparent !important; }

.form-list-chk input, .form-list-rdo li input {
  margin-right: 0.2em; }

/* lista en vertical de chk e rdo */
.form-block-chk, .form-block-rdo {
  height: 100%;
  float: left; }

.form-block-chk li, .form-block-rdo li {
  margin: 0.5em 0.6em 0.2em !important;
  /*float:left; display: block; */
  list-style: none;
  padding: 0 !important;
  background-color: transparent !important; }

.form-block-chk input, .form-block-rdo li input {
  margin-right: 0.2em; }

/* tamanhos dos campos */
.form-big, .form-small, .form-big {
  float: left;
  margin-right: 10px;
  /* display: inline;*/ }

.form-small {
  width: 30% !important;
  /*ie7 > */
  *width: 25% !important; }

.form-medium {
  width: 50% !important;
  /*ie7 > */
  *width: 45% !important; }

.form-big {
  width: 80% !important;
  /*ie7 > */
  *width: 75% !important; }

.form-date, .form-time, .form-date-day, .form-date-year, .form-date-month {
  float: left;
  margin-right: 10px;
  display: inline; }

.form-date {
  width: 80px !important; }

.form-time {
  width: 60px !important; }

.form-date-day, .form-date-year {
  width: 40px !important; }

.form-date-month {
  width: 60px !important; }

/* fix  ff bugs */
div:after, ol:after, form:after, dl:after, ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

/* LOGIN
----------------------- */
.login fieldset {
  margin-left: 20%;
  margin-right: 20%;
  text-align: center; }

.login p {
  /*margin: 0 auto; width: 90%;*/ }

.login label {
  text-align: right;
  float: left;
  width: 36%;
  margin-right: 1%; }

.login submit {
  text-align: left; }

.login input[type=password], .login input[type=text] {
  float: left;
  width: 60%; }

/* form msg status
---------------------------  */
.form-msg-info, .form-msg-warning, .form-msg-error, .form-msg-success {
  padding-left: 27px;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc; }

.form-msg-info {
  background: #dedede url(../img/form-ic-info.png) no-repeat 5px 4px;
  border-color: #d4d4d4;
  color: #333; }

.form-msg-warning {
  background: #fff6bf url(../img/form-ic-warning.png) no-repeat 5px 4px;
  border-color: #fceb77;
  color: #957210; }

.form-msg-error {
  background: #fad0d0 url(../img/form-ic-error.png) no-repeat 5px 4px;
  border-color: #f6abab;
  color: #b01717; }

.form-msg-success {
  background: #e5f8ce url(../img/form-ic-success.png) no-repeat 5px 4px;
  border-color: #d0f1a6;
  color: #62b548; }

/* BUTTONS  
-------------*/
input[type="submit"], input[type="button"], input[type="reset"], button {
  text-shadow: 1px 1px 1px #666 !important;
  -moz-box-shadow: 1px 1px 2px #CCC;
  -webkit-box-shadow: 1px 1px 2px #CCC;
  box-shadow: 1px 1px 2px #CCC; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
  background-image: none;
  background-color: #CEE783;
  border-color: #95BA25;
  color: #333; }

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
  background-image: none;
  background-color: #CEE783;
  border-color: #95BA25; }

/*FORMULARIOS de ASSET PUBLISER*/
div.search_disorder_crop,
div.bsearch_disorder_variety,
div.bsearch_disorder_disorder {
  margin: .8em 0; }

.portlet-body form label {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 0.5em 0.2em 1.5em 0;
  text-align: right;
  /*width: 38%; evitamos dar un ancho que corte los selects*/ }

.portlet-body form select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: url("../images/portlet/header_bg.png") repeat-x scroll 0 0 #d4d4d4;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  text-shadow: 1px 1px #FFFFFF;
  border-radius: 4px 4px 4px 4px; }

/*Botones*/
.cke_skin_kama a.cke_dialog_ui_button {
  background-color: #95BA25; }

/*================PAGINADOR GENERAL================
INVOICE LIST estilos del PAGINADOR del invoice-portlet*/
.pagebanner {
  float: left;
  padding-right: .5em;
  font-family: Arial, Helvetica, sans-serif; }

.paginador {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1em; }

.paginador * {
  display: inline-block; }

.paginador a {
  border-bottom: none;
  text-decoration: none;
  padding: 0;
  marging: 0;
  width: auto;
  display: inline-block; }

.paginador .button {
  font: normal 1em/150% "Droid Sans", sans-serif;
  padding: .1em .9em;
  color: #FFF;
  background: -moz-linear-gradient(top, #555555 0%, black);
  background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(black));
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  border: .2em solid #fff;
  -moz-box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.4), inset 0px 0.1em 0.1em rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.4), inset 0px 0.1em 0.1em rgba(255, 255, 255, 0.6);
  box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.4), inset 0px 0.1em 0.1em rgba(255, 255, 255, 0.6);
  text-shadow: -0.1em -0.1em 0.1em black, 0px 0px 0px white;
  border: .2em solid #eee;
  /*Hacks for IE8*/
  background-color: #333\9;
  color: #fff\9; }

.paginador .button:hover, .paginador .button.slc, .paginador .button.slc:hover {
  background: #333;
  border: .2em solid #6e6e6e;
  font: normal 1em/150% "Droid Sans", sans-serif;
  padding: .1em .9em;
  color: #FFF;
  background: -moz-linear-gradient(top, #95ba25 0%, #7a981f);
  background: -webkit-gradient(linear, left top, left bottom, from(#95ba25), to(#7a981f));
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  border: .2em solid #fff;
  -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.6);
  text-shadow: -0.1em -0.1em 0.1em black, 0px 0px 0px white;
  /*Hacks for IE8*/
  background-color: #95BA25\9;
  color: #fff\9; }

.paginador .button.inactivo, .paginador .button.inactivo:hover {
  color: #333333 !important;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #dedede);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dedede));
  border: .2em solid #fff;
  -moz-box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.4), inset 0px 0.1em 0.1em rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.4), inset 0px 0.1em 0.1em rgba(255, 255, 255, 0.6);
  box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.4), inset 0px 0.1em 0.1em rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 0 black, 0 0 0 white;
  padding: .05em .9em;
  /*Hacks for IE8*/
  background-color: #CCC\9;
  color: #666\9; }

span.button {
  margin: 0 .1em; }

.aui-form-validator-error-container .aui-field-element {
  display: inline; }

.aui-form-validator-error-container .aui-form-validator-stack-error {
  padding-right: 0;
  margin-right: 0; }

/* Only Syracuse forms*/
td.download a, td.download a:link {
  background: #f9faf7 url(../images/custom/downloadBKG_link.png) no-repeat 0 0;
  color: white !important;
  height: 30px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 20px;
  width: 120px; }

table.syracuse_table {
  border-color: 1px solid #FAFAFA; }

table.syracuse_table td {
  vertical-align: top;
  font-size: 1em;
  border: none; }

table.syracuse_table tr .lateral {
  border: 1px solid #CCC;
  background-color: #F4F4F4;
  padding: 5px;
  width: 200px; }

.lateral h2,
.lateral h3 {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 1em;
  clear: both;
  border-bottom: 1px solid #ccc; }

.lateral dl {
  border-bottom: 1px solid #dedede;
  margin: 0;
  margin-bottom: 5px; }

.lateral dt {
  font-weight: bold;
  display: inline;
  float: left;
  text-align: right;
  padding: 0 .5em;
  background-color: #E8E8E8;
  margin-right: .5em;
  width: 40%;
  border-bottom: 2px solid F4F4F4; }

.lateral dd {
  background-color: #F4F4F4;
  font-weight: normal;
  padding: 0;
  padding: 0 .5em; }

.lateral ul {
  margin: 0;
  padding: 0; }

.lateral li {
  list-style: none;
  display: block;
  background-color: #E8E8E8;
  padding: .5em;
  margin: .5em 0;
  border: 1px solid #999;
  box-shadow: 0 0 3px #999; }

/*Avisos*/
.order_detail0 {
  background-color: #FF3333;
  border: 2px solid #FF5151;
  margin-bottom: 10px;
  padding: 10px 10px 0; }

.order_detail1 {
  background-color: #00CC44;
  border: 2px solid #B1DB93;
  margin-bottom: 10px;
  padding: 10px 10px 0; }

.order_detail2 {
  background-color: #FF9933;
  border: 2px solid #F2CE00;
  margin-bottom: 10px;
  padding: 10px 10px 0; }

/*Ajustes en cabecera de tabla view-online-orders(12/06/2017)*/
.vieworders-portlet .date-selector td {
  text-align: center; }

.vieworders-portlet .date-selector td[align="center"] {
  font-size: 16px;
  font-weight: bold; }

.vieworders-portlet .date-selector td[align="center"] > div {
  margin-top: 5px; }

.vieworders-portlet .date-selector td select#_newvieworders_WAR_Syracuseportlet_monthSelect {
  width: 150px;
  float: left; }

.vieworders-portlet .date-selector td #_newvieworders_WAR_Syracuseportlet_monthSelect_chzn {
  width: 150px !important;
  float: left; }

.vieworders-portlet .date-selector td #_newvieworders_WAR_Syracuseportlet_goToCalendar {
  font-size: 13px;
  padding: 5px 15px;
  float: left; }

.vieworders-portlet .date-selector td #_newvieworders_WAR_Syracuseportlet_yearSelect_chzn {
  width: 100% !important;
  float: left; }

.calendar_float {
  float: left;
  padding-right: 20px;
  padding-top: 5px; }

.calendar_float .chzn-container {
  padding-top: 3px; }

.calendar_float .chzn-container a,
.calendar_float .chzn-container a:link,
.calendar_float .chzn-container a:visited,
.calendar_float .chzn-container a:hover {
  color: #6A851B !important; }

.calendar_div_center {
  margin: 0 0 0 30%; }

/*ESQUEMA

<div id="area_content_login">
  <div id="content">
    <div role="main" id="main-content" class="columns-max">
      <div class="portlet-layout">
        <div id="column-1" class="portlet-column portlet-column-only">
		
    >>>>><div id="p_p_id_58_" class="portlet-boundary portlet-boundary_58_ portlet-static portlet-static-end portlet-login "> 
          <span id="p_58"></span>
            <div class="portlet-body">
              <section id="portlet_58" class="portlet">
			  
<header class="portlet-topper">
<h1 class="portlet-title"> <span class="portlet-title-text">Sign In</span> </h1>
<menu type="toolbar" id="portlet-topper-toolbar_58" class="portlet-topper-toolbar"> <a href="http://localhost:8080/web/guest/home?p_p_id=58&amp;p_p_lifecycle=0&amp;p_p_state=normal&amp;p_p_state_rcv=1&amp;_58_struts_action=%2Flogin%2Flogin" class="portlet-icon-back">Return to Full Page</a> </menu>
</header>
                <div class="portlet-content">
                  <div style="" class=" portlet-content-container">
                    <div class="portlet-body">
					
<section id="portlet_58" class="portlet">
<header class="portlet-topper">
		<h1 class="portlet-title"> <span class="portlet-title-text">Sign In</span> </h1>
		<menu type="toolbar" id="portlet-topper-toolbar_58" class="portlet-topper-toolbar"> 
		<a href="http://localhost:8080/web/guest/home?p_p_id=58&amp;p_p_lifecycle=0&amp;p_p_state=normal&amp;p_p_state_rcv=1&amp;_58_struts_action=%2Flogin%2Flogin" class="portlet-icon-back">Return to Full Page</a> </menu>
</header>

  		<div class="portlet-content">
    <div style="" class=" portlet-content-container">
      <div class="portlet-body">
        <form 
*/
/* ---------- Base styles ---------- */
div#area_content_login {
  box-shadow: 0 0 25px #666666;
  margin: 0 auto;
  width: 500px;
  background: url("../images/custom/PortletBKG3.png") repeat-x scroll left bottom white;
  border-color: #CCCCCC #CCCCCC #333333;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 15px;
  margin-bottom: 10px;
  padding: 0;
  /*<label class="aui-form-validator-stack-error" id="aui_3_4_0_1_232">
  <div role="alert" class="aui-form-validator-message required">
  This field is required.
  </div></label>
  */ }
  div#area_content_login .portlet-boundary {
    background: none;
    border: none;
    margin: 0;
    padding: 0; }
  div#area_content_login .navigation {
    display: none;
    visibility: hidden; }
  div#area_content_login label {
    width: 120px;
    text-align: right;
    padding: .5em 0.2em .5em 0;
    border: 1px solid white; }
  div#area_content_login input[type="submit"] {
    box-shadow: 1px 1px 3px #CCCCCC;
    padding: 5px;
    margin-left: 140px; }
  div#area_content_login input.aui-form-validator-error {
    border: 1px solid green; }
  div#area_content_login .aui-form-validator-message.required {
    background-color: #FF0000;
    width: 100%;
    float: left; }
  div#area_content_login label.aui-form-validator-stack-error {
    width: 1px;
    padding: 0;
    margin: 0; }

.portlet-login .portlet-body section.portlet header.portlet-topper menu.portlet-topper-toolbar {
  visibility: hidden;
  display: none; }

div#area_content_login #footer {
  visibility: hidden;
  display: none; }

p.Login_SmartfreshFooter {
  background: url("../images/custom/LogoDownAgrofresh.png") no-repeat scroll left top;
  background-color: none;
  margin: 0 10px;
  padding: 30px 0 10px 75px; }

html {
  height: 100%; }
  html > .lfr-dockbar-pinned {
    padding: 0; }
    html > .lfr-dockbar-pinned #wrapper #area_content #content {
      padding-top: 114px; }
  html body {
    height: 100%;
    background-attachment: fixed; }
    html body .dockbar {
      z-index: 1000; }
    html body.home div.portlet-boundary.portlet-body-not-empty, html body.Home div.portlet-boundary.portlet-body-not-empty {
      border: none; }
    html body #wrapper {
      height: 100%;
      /* fin header */
      /* fin area_content */
      /* ///////////////////////////////// PLANTILLAS /////////////////////////////////*/
      /* carrusel */
      /* noticias */ }
      html body #wrapper header#banner #heading {
        background: transparent url(../images/custom/smartFreshBg.png) no-repeat 100% 30px;
        width: 1044px;
        position: fixed !important;
        height: 83px;
        left: auto;
        right: auto;
        top: 0;
        background-color: #F9FAF7 !important;
        z-index: 999;
        padding: 30px 0 0 0; }
        html body #wrapper header#banner #heading h1.site-title {
          float: left;
          margin-bottom: 10px; }
        html body #wrapper header#banner #heading .searchForm {
          float: right;
          width: 263px;
          margin: 40px 0 0 0;
          text-align: right; }
          html body #wrapper header#banner #heading .searchForm .formbg {
            float: left;
            text-align: right;
            width: 215px;
            border-radius: 5px;
            border: 1px solid #ccc;
            padding: 2px 5px;
            background: transparent url(../images/custom/formBg.png) repeat-x 0 50%; }
            html body #wrapper header#banner #heading .searchForm .formbg input, html body #wrapper header#banner #heading .searchForm .formbg select {
              border: none;
              background-image: none;
              background-color: transparent; }
              html body #wrapper header#banner #heading .searchForm .formbg input:focus, html body #wrapper header#banner #heading .searchForm .formbg select:focus {
                outline: 0; }
            html body #wrapper header#banner #heading .searchForm .formbg select {
              width: 46px;
              margin-right: 5px;
              font-size: 1.1em;
              cursor: pointer; }
            html body #wrapper header#banner #heading .searchForm .formbg input[type="submit"] {
              background: transparent url(../images/custom/search.png) no-repeat 0 0;
              width: 20px;
              height: 15px;
              box-shadow: none;
              vertical-align: middle; }
            html body #wrapper header#banner #heading .searchForm .formbg input[type="text"] {
              width: 135px;
              border-right: 1px solid #777;
              font-size: 1.1em;
              vertical-align: middle;
              margin: 0;
              padding: 0 10px 0 0; }
              html body #wrapper header#banner #heading .searchForm .formbg input[type="text"]::-webkit-input-placeholder {
                color: #000;
                opacity: 1; }
              html body #wrapper header#banner #heading .searchForm .formbg input[type="text"]::-moz-placeholder {
                color: #000;
                opacity: 1; }
              html body #wrapper header#banner #heading .searchForm .formbg input[type="text"]:-ms-input-placeholder {
                color: #000;
                opacity: 1; }
      html body #wrapper #area_bg {
        box-shadow: 0 25px 25px #666;
        -moz-box-shadow: 0 25px 25px #666;
        -webkit-box-shadow: 0 25px 25px #666;
        position: fixed;
        height: 100%;
        width: 1044px;
        margin: 0 auto;
        top: 125px;
        z-index: -1; }
      html body #wrapper #area_content {
        border: none;
        background-image: none;
        padding: 0;
        margin-bottom: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        min-height: 100%; }
        html body #wrapper #area_content div.portlet-boundary.portlet-body-not-empty {
          border-bottom: 5px solid #333;
          margin-bottom: 5px; }
        html body #wrapper #area_content div.portlet-boundary_103_.portlet-body-not-empty {
          border-bottom: none; }
        html body #wrapper #area_content #content {
          background-color: #fff;
          padding-top: 83px;
          padding-bottom: 51px;
          /* navegacion principal */
          /* migas de pan */ }
          html body #wrapper #area_content #content #navigation {
            border-radius: 0;
            background-image: none;
            position: fixed;
            width: 1044px;
            z-index: 999;
            background-image: none;
            padding-top: 0;
            box-shadow: 0 0px 25px #666;
            -moz-box-shadow: 0 0px 25px #666;
            -webkit-box-shadow: 0 0px 25px #666; }
            html body #wrapper #area_content #content #navigation ul {
              border-left: none;
              height: 35px; }
              html body #wrapper #area_content #content #navigation ul li {
                height: 38px;
                width: 16.5%;
                font-size: 1.4em;
                height: 35px;
                float: left; }
                html body #wrapper #area_content #content #navigation ul li:first-child {
                  border-left: none; }
                html body #wrapper #area_content #content #navigation ul li a {
                  line-height: 2em;
                  cursor: pointer;
                  height: 35px;
                  float: left; }
                html body #wrapper #area_content #content #navigation ul li:hover ul.child-menu {
                  display: block;
                  visibility: visible;
                  height: auto; }
                html body #wrapper #area_content #content #navigation ul li ul.child-menu li {
                  display: block;
                  visibility: visible;
                  font-size: 1.1em;
                  background-image: none;
                  text-align: left;
                  width: 100%;
                  padding: 0;
                  margin: 0;
                  height: auto;
                  border: 0; }
                  html body #wrapper #area_content #content #navigation ul li ul.child-menu li a {
                    display: block;
                    padding: .3em 5%;
                    width: 90%;
                    font-weight: normal;
                    visibility: visible;
                    background-image: none;
                    background-color: #fff;
                    border-radius: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    font-size: .8em;
                    cursor: pointer;
                    border: 1px solid #000;
                    border-top: 0;
                    line-height: 1.4em;
                    height: inherit;
                    color: #4E6906; }
                    html body #wrapper #area_content #content #navigation ul li ul.child-menu li a:hover {
                      background-color: #ffe688; }
          html body #wrapper #area_content #content #breadcrumbs {
            margin: 0;
            border-color: #bbd380;
            position: fixed;
            top: 149px;
            width: 1044px;
            z-index: 998; }
            html body #wrapper #area_content #content #breadcrumbs .breadcrumbs-horizontal li.last {
              font-size: 1em;
              margin: 0; }
              html body #wrapper #area_content #content #breadcrumbs .breadcrumbs-horizontal li.last a {
                font-size: .9em; }
            html body #wrapper #area_content #content #breadcrumbs .breadcrumbs-horizontal li span {
              padding: 1px 0; }
              html body #wrapper #area_content #content #breadcrumbs .breadcrumbs-horizontal li span a {
                font-size: .9em;
                padding-right: 20px; }
          html body #wrapper #area_content #content #content.nologin {
            padding-top: 76px; }
          html body #wrapper #area_content #content #breadcrumbs.nologin {
            top: 117px; }
          html body #wrapper #area_content #content #main-content {
            margin-top: 60px; }
        html body #wrapper #area_content #footer {
          width: 1024px;
          background-position: 100% 0;
          padding: 10px 0 0;
          text-align: left;
          position: fixed;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
          html body #wrapper #area_content #footer p.SmartfreshFooter {
            text-align: left; }
      html body #wrapper .portlet-borderless .owl-home, html body #wrapper .portlet-borderless #owl-home {
        width: 1000px; }
      html body #wrapper .owl-home, html body #wrapper #owl-home {
        width: 994px;
        margin: 0 auto; }
        html body #wrapper .owl-home .owl-wrapper-outer, html body #wrapper #owl-home .owl-wrapper-outer {
          width: 99.7%;
          margin: 0 auto;
          overflow: hidden; }
          html body #wrapper .owl-home .owl-wrapper-outer .item, html body #wrapper #owl-home .owl-wrapper-outer .item {
            display: block;
            margin-left: -1px;
            padding: 0 30px 800px;
            margin-bottom: -800px;
            border-right: 1px solid #ccc;
            color: #000;
            font-size: .9em; }
            html body #wrapper .owl-home .owl-wrapper-outer .item.first, html body #wrapper #owl-home .owl-wrapper-outer .item.first {
              border-left: none; }
            html body #wrapper .owl-home .owl-wrapper-outer .item h2, html body #wrapper #owl-home .owl-wrapper-outer .item h2 {
              color: #333;
              font-weight: bold;
              text-shadow: 2px 1px 3px #b5b5b5;
              font-size: 2.2em;
              border-bottom: 1px solid #ccc;
              margin: 7px 0 10px; }
              html body #wrapper .owl-home .owl-wrapper-outer .item h2 a, html body #wrapper #owl-home .owl-wrapper-outer .item h2 a {
                color: #000 !important; }
                html body #wrapper .owl-home .owl-wrapper-outer .item h2 a:hover, html body #wrapper #owl-home .owl-wrapper-outer .item h2 a:hover {
                  color: #658607!important; }
            html body #wrapper .owl-home .owl-wrapper-outer .item p, html body #wrapper #owl-home .owl-wrapper-outer .item p {
              font-size: 1.3em;
              line-height: 1.2em;
              margin-bottom: 0; }
            html body #wrapper .owl-home .owl-wrapper-outer .item ul, html body #wrapper #owl-home .owl-wrapper-outer .item ul {
              list-style-image: url(../images/custom/bullet.png);
              list-style-position: inside;
              margin-bottom: 5px; }
              html body #wrapper .owl-home .owl-wrapper-outer .item ul li, html body #wrapper #owl-home .owl-wrapper-outer .item ul li {
                padding-bottom: 0;
                margin-bottom: 0;
                font-size: 1.2em;
                line-height: 1.1em; }
        html body #wrapper .owl-home .owl-controls .owl-buttons div, html body #wrapper #owl-home .owl-controls .owl-buttons div {
          padding: 5px 9px;
          position: absolute;
          background-color: transparent;
          opacity: 1;
          filter: Alpha(Opacity=100); }
          html body #wrapper .owl-home .owl-controls .owl-buttons div:hover, html body #wrapper #owl-home .owl-controls .owl-buttons div:hover {
            opacity: .5;
            filter: Alpha(Opacity=50); }
        html body #wrapper .owl-home .owl-controls .owl-buttons i, html body #wrapper #owl-home .owl-controls .owl-buttons i {
          margin-top: 2px; }
        html body #wrapper .owl-home .owl-controls .owl-buttons .owl-prev, html body #wrapper #owl-home .owl-controls .owl-buttons .owl-prev {
          left: -5px;
          top: 40%;
          background: transparent url(../images/custom/arrow-prev.png) no-repeat 0 0;
          width: 15px;
          height: 27px;
          border-radius: 0; }
        html body #wrapper .owl-home .owl-controls .owl-buttons .owl-next, html body #wrapper #owl-home .owl-controls .owl-buttons .owl-next {
          right: -5px;
          top: 40%;
          background: transparent url(../images/custom/arrow-next.png) no-repeat 100% 0;
          width: 15px;
          height: 27px;
          border-radius: 0; }
      html body #wrapper #homeNews h2 {
        font-size: 2.3em;
        border-bottom: 1px solid #ccc;
        margin: 0 0 .3em;
        cursor: pointer;
        background: transparent url(../images/custom/close.png) no-repeat 100% 50%; }
        html body #wrapper #homeNews h2.close {
          background: transparent url(../images/custom/open.png) no-repeat 100% 50%; }
      html body #wrapper #homeNews .newsContainer {
        display: table;
        font-size: .75em;
        border: none;
        width: 100%; }
        html body #wrapper #homeNews .newsContainer ul {
          display: table-row;
          width: 100%;
          margin: 0;
          padding: 0; }
          html body #wrapper #homeNews .newsContainer ul li {
            display: table-cell;
            width: 33.3%;
            border-left: 1px solid #ccc;
            padding: 0 1.5% 5px; }
            html body #wrapper #homeNews .newsContainer ul li:first-child {
              border-left: 0;
              padding-left: 0; }
            html body #wrapper #homeNews .newsContainer ul li:last-child {
              padding-right: 0; }
            html body #wrapper #homeNews .newsContainer ul li .container h3 {
              font-size: 1.6em;
              color: #658607;
              text-shadow: none;
              margin: 0 0 10px; }
            html body #wrapper #homeNews .newsContainer ul li .container .newContent p {
              margin-bottom: 5px;
              clear: left; }
              html body #wrapper #homeNews .newsContainer ul li .container .newContent p img {
                float: left !important;
                margin: 0 5px 5px 0 !important;
                border: none; }
          html body #wrapper #homeNews .newsContainer ul:after {
            display: none; }
        html body #wrapper #homeNews .newsContainer.close {
          display: none; }
      html body #wrapper #homeNews p.txt-right {
        margin-bottom: .5em; }
        html body #wrapper #homeNews p.txt-right.close {
          display: none; }

/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.143em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.857em; }

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

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

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

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

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

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

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

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

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

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

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

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

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

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

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

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

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

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

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

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

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

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

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

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

.fa-pause-circle-o:before {
  content: "\f28c"; }

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

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

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

.fa-user-circle-o:before {
  content: "\f2be"; }

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

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-agrofresh-apple:before {
  content: "\f2e3"; }

.fa-instagram:before {
  content: "\f16d"; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/****Estilos para el esquema de color Ripelock****/
html body.ripelock {
  background: #f9faf7 url(../images/color_schemes/ripelock/IntranetBananaSlicesRepeat2.jpg) repeat-x 50% 60px;
  background-attachment: fixed; }
  html body.ripelock #wrapper header#banner #heading {
    background: transparent url(../images/color_schemes/ripelock/banner_ripelock.png) no-repeat 100% 30px; }
  html body.ripelock #wrapper header#banner #heading h1.site-title {
    margin-top: 7px; }
  html body.ripelock #navigation ul {
    background: #96bf12 none; }
  html body.ripelock #navigation .selected a, html body.ripelock #navigation li.hover a, html body.ripelock #navigation a:hover, html body.ripelock #navigation a:focus, html body.ripelock #navigation .child-menu li a, html body.ripelock #navigation .yui3-dd-dragging, html body.ripelock .lfr-navigation-proxy {
    background: #ecb101 none; }
  html body.ripelock .social ul li a {
    color: #ecb101; }
  html body.ripelock .site-breadcrumbs li.last a {
    color: #ecb101; }
  html body.ripelock .site-breadcrumbs li span a {
    background: black url(../images/color_schemes/ripelock/breadcrumbs_row.gif) no-repeat right; }
  html body.ripelock a, html body.ripelock a:link, html body.ripelock a:visited, html body.ripelock #wrapper #homeNews .newsContainer ul li .container h3 {
    color: #85ae00; }
  html body.ripelock #Journal Content Article Links .journal-content-article a, html body.ripelock .journal-content-article a:link, html body.ripelock .journal-content-article a:visited, html body.ripelock td a, html body.ripelock td a:link, html body.ripelock td a:visited, html body.ripelock td a:hover {
    color: #85ae00 !important; }
  html body.ripelock .site-breadcrumbs li span a {
    color: #fff; }
  html body.ripelock .portlet-navigation .portlet-body section.portlet .portlet-content .portlet-content-container .portlet-body .nav-menu
  ul.layouts.level-1 {
    margin: 0;
    font-size: 1.2em;
    list-style: none;
    padding-bottom: 60px;
    background: url(../images/custom/PortalMenulaterNavigationRipelock.png) no-repeat bottom right; }

/*@import url(touchScreen.css);*/
/*@import url(phonegap.css);*/

