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

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

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #FFC; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.underlay-hidden {
  display: none; }

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

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

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

.tab-back {
  float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

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

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

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

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

.form-triggers {
  float: left; }

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

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

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

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

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

body.portlet {
  border-width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li > a, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-add-controls li a {
  background: #9ace16;
  border: none;
  color: #FFF;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0 10px;
  padding: 0;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li > a:hover, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-add-controls li a:hover {
    background: #55720c; }

.aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar {
  left: auto;
  height: inherit;
  padding: 0;
  position: fixed;
  width: 60px;
  z-index: 350;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner {
    background: inherit;
    border: 0;
    box-shadow: none;
    padding: 0; }
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse {
    padding: 0;
    /* nav-account-controls */ }
    .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul {
      margin: 0;
      padding: 0; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li {
        display: block;
        float: none;
        min-width: inherit; }
        .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li.open > a {
          background-color: #55720c; }
        .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li .nav-item-icon {
          display: inline-block; }
        .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li .icon-caret-down, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li .nav-item-label {
          display: none; }
        .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li > .dropdown-menu {
          background: #FFF;
          border: 1px solid #CCC;
          width: 180px;
          left: -180px;
          margin: 0;
          position: absolute;
          top: 0; }
          .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li > .dropdown-menu:before, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li > .dropdown-menu:after {
            display: none; }
    .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul:nth-child(3) > li > .dropdown-menu {
      bottom: 0;
      left: 60px;
      right: inherit;
      top: inherit; }
    .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-navigation {
      display: none; }
    .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-add-controls {
      width: 240px;
      float: right;
      margin-right: 250px; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-add-controls li {
        float: right; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-add-controls ul.dropdown-menu {
        min-width: inherit;
        padding: 0; }
    .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls {
      background: none;
      float: left;
      position: absolute; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .admin-links .dropdown-menu li .nav-item-label, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .my-rsante-links .dropdown-menu li .nav-item-label {
        display: inline-block; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .admin-links > a:before, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .my-rsante-links > a:before {
        -webkit-font-smoothing: antialiased;
        content: "\f013";
        font-family: 'fontawesome-alloy'; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .my-sites > a:before {
        -webkit-font-smoothing: antialiased;
        content: "\f0ac";
        font-family: 'fontawesome-alloy'; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-notification-link {
        background: transparent;
        border: 0;
        font-size: 12px;
        height: 20px;
        left: 35px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 35px;
        width: 20px;
        z-index: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
        .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-notification-link .user-notifications-count {
          background: green;
          border-width: 0;
          color: #FFF;
          display: block;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls li.dropdown.dockbar-user-notifications .dropdown-menu {
        left: 60px;
        top: 0; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-avatar > .dropdown-menu {
        left: -180px;
        right: inherit; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-avatar .user-full-name {
        display: none; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-avatar .user-avatar-link {
        overflow: hidden;
        padding: 0; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-avatar .user-avatar-image {
        background-size: cover;
        display: inline-block;
        height: 42px;
        width: 42px; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .user-avatar .nav-item-label {
        display: inline-block; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .my-sites-menu .site-type {
        left: 100%;
        margin: 0 5px 0;
        right: inherit; }
      .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .container .nav-collapse ul.nav-account-controls .divider-vertical {
        display: none; }
.aui .dockbar-bubbles.over .portlet-dockbar .navbar.dockbar {
  background: none; }
  .aui .dockbar-bubbles.over .portlet-dockbar .navbar.dockbar .container > ul > li > a, .aui .dockbar-bubbles.over .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li > a {
    margin-right: -40px;
    margin-top: -40px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .aui .dockbar-bubbles.over .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li.user-avatar > a.user-avatar-link {
    margin-right: 10px;
    margin-top: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .aui .dockbar-bubbles.over .portlet-dockbar .navbar.dockbar .container .nav-collapse > ul > li.user-avatar .dropdown-menu {
    display: none; }
@media (max-width: 979px) {
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner .container > a {
    display: none; }
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner .container #_145_navAccountControlsNavbarCollapse, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner .container #_145_navAddControlsNavbarCollapse {
    display: block;
    height: auto;
    overflow: visible; }
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner .container .dockbar-user-notifications-container {
    border: 1px solid #CCC;
    left: 40px;
    position: absolute; }
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner .container .dockbar-user-notifications, .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar .navbar-inner .container .page-preview-controls {
    display: none; }
  .aui .lfr-has-add-content .portlet-dockbar, .aui .lfr-has-edit-layout .portlet-dockbar {
    display: none; } }
@media (max-width: 767px) {
  .aui .dockbar-bubbles .portlet-dockbar .navbar.dockbar {
    left: 20px; } }

/*! jQuery UI - v1.11.4 - 2016-02-28
* http://jqueryui.com
* Includes: core.css, accordion.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Montserrat&fsDefault=1em&fwDefault=normal&cornerRadius=5px&bgColorHeader=%23ffffff&bgTextureHeader=flat&borderColorHeader=%23ffffff&fcHeader=%23333333&iconColorHeader=%23444444&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23ffffff&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23ff4e00&bgTextureActive=flat&borderColorActive=%23ffffff&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffa90&bgTextureHighlight=flat&borderColorHighlight=%23dad55e&fcHighlight=%23777620&iconColorHighlight=%23777620&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  /* 	text-indent: -99999px; */
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: relative; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Montserrat;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Montserrat;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ffffff;
  background: #FFAE06;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }
  .fc-toolbar.fc-header-toolbar .fc-left {
    float: left; }
  .fc-toolbar.fc-header-toolbar .fc-right {
    float: right; }
  .fc-toolbar.fc-header-toolbar .fc-center {
    display: inline-block; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-basic-view .fc-day-top .fc-day-number {
  color: #868788;
  font-weight: bold; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

.fc-month-view .fc-content .fc-time {
  display: none; }

#calendar .fc-button {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 10px;
  color: #868788;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
  padding: 2px; }
#calendar .fc-button:hover {
  background-color: #868788;
  color: white;
  position: relative; }
#calendar .fc-right .fc-button {
  margin-left: 15px; }
#calendar .fc-left .fc-button {
  margin-right: 15px; }
#calendar a {
  color: #868788;
  cursor: pointer; }
#calendar a:hover {
  color: #3c383b; }
#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  height: 40px; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-left {
    display: none; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-right {
    display: none; }
  #calendar .fc-toolbar.fc-header-toolbar h2 {
    display: inline; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-center {
    display: inline-block;
    color: #545454;
    width: 100%; }
    #calendar .fc-toolbar.fc-header-toolbar .fc-center > div {
      width: 100%; }
    #calendar .fc-toolbar.fc-header-toolbar .fc-center .fc-prev-button {
      float: left;
      margin-top: 8px; }
    #calendar .fc-toolbar.fc-header-toolbar .fc-center .fc-next-button {
      float: right;
      margin-top: 8px; }
#calendar .fc-view-container th, #calendar .fc-view-container td, #calendar .fc-day-top {
  border: 0 solid transparent;
  text-align: center; }
#calendar .fc-day-number {
  float: none; }
#calendar .fc-event-container a {
  margin: 0;
  color: transparent;
  border-width: 3px; }
#calendar .fc-event-container .fc-title {
  display: block;
  height: 5px; }
#calendar .fc-day-header {
  font-weight: 200;
  font-style: italic; }
#calendar .fc-toolbar h2 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

#detailEvent {
  min-height: 10px; }
  #detailEvent .calDate {
    text-align: center;
    margin: 10px; }
  #detailEvent .calLieu {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 10px; }

body .ui-dialog {
  border: 2px solid #dddddd;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
  padding: 10px;
  width: 100%;
  max-width: 300px; }
  body .ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
    border-radius: 3px;
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333333;
    font-weight: bold; }
  body .ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 0px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    color: transparent; }
    body .ui-dialog .ui-dialog-titlebar-close .ui-icon {
      background-image: url("/theme-reseausante-theme/images/portlet/close.png");
      height: 20px;
      width: 20px; }

.circliful {
  position: relative; }

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block; }

.circle-info, .circle-info-half {
  color: #999; }

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px; }

@font-face {
  font-family: 'GothamLight';
  src: url("/theme-reseausante-theme/css/../fonts/GothamLight.woff2") format("woff2"), url("/theme-reseausante-theme/css/../fonts/GothamLight.woff") format("woff"), url("/theme-reseausante-theme/css/../fonts/GothamLight.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamRounded-Bold';
  src: url("/theme-reseausante-theme/css/../fonts/GothamRounded-Bold.woff2") format("woff2"), url("/theme-reseausante-theme/css/../fonts/GothamRounded-Bold.woff") format("woff"), url("/theme-reseausante-theme/css/../fonts/GothamRounded-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamRounded-Book';
  src: url("/theme-reseausante-theme/css/../fonts/GothamRounded-Book.woff2") format("woff2"), url("/theme-reseausante-theme/css/../fonts/GothamRounded-Book.woff") format("woff"), url("/theme-reseausante-theme/css/../fonts/GothamRounded-Book.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamRoundedMedium_21022';
  src: url("/theme-reseausante-theme/css/../fonts/GothamRoundedMedium_21022.woff2") format("woff2"), url("/theme-reseausante-theme/css/../fonts/GothamRoundedMedium_21022.woff") format("woff"), url("/theme-reseausante-theme/css/../fonts/GothamRoundedMedium_21022.ttf") format("truetype"); }

li:nth-child(1) {
  color: #b4ce42; }

li:nth-child(2) {
  color: #007266; }

li:nth-child(3) {
  color: #fbbb48; }

li:nth-child(4) {
  color: #f6f6f6; }

li:nth-child(5) {
  color: #89be30; }

li:nth-child(6) {
  color: #48a8a0; }

li:nth-child(7) {
  color: #ffd36b; }

li:nth-child(8) {
  color: #48a8a0; }

.tableRS, .adherent #content .BlocListeProduitoffre table, .administrateur #content #listePF table, .administrateur #content #modifOffre .lfr-search-container table {
  border: 0 none;
  border-spacing: 2px;
  color: #868788; }
  .tableRS th, .adherent #content .BlocListeProduitoffre table th, .administrateur #content #listePF table th, .administrateur #content #modifOffre .lfr-search-container table th {
    background: #80a499 none repeat scroll 0 0;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 2px; }
  .tableRS td, .adherent #content .BlocListeProduitoffre table td, .administrateur #content #listePF table td, .administrateur #content #modifOffre .lfr-search-container table td {
    border: 0; }
  .tableRS tr:nth-child(2n) > td, .adherent #content .BlocListeProduitoffre table tr:nth-child(2n) > td, .administrateur #content #listePF table tr:nth-child(2n) > td, .administrateur #content #modifOffre .lfr-search-container table tr:nth-child(2n) > td {
    background: #e3e0dd none repeat scroll 0 0; }
  .tableRS .colnum, .adherent #content .BlocListeProduitoffre table .colnum, .administrateur #content #listePF table .colnum, .administrateur #content #modifOffre .lfr-search-container table .colnum {
    text-align: right; }
  .tableRS a, .adherent #content .BlocListeProduitoffre table a, .administrateur #content #listePF table a, .administrateur #content #modifOffre .lfr-search-container table a {
    color: white; }
  .tableRS .control-group, .adherent #content .BlocListeProduitoffre table .control-group, .administrateur #content #listePF table .control-group, .administrateur #content #modifOffre .lfr-search-container table .control-group, .tableRS input, .adherent #content .BlocListeProduitoffre table input, .administrateur #content #listePF table input, .administrateur #content #modifOffre .lfr-search-container table input {
    margin-bottom: 0; }

.btnRS, .administrateur #content .portlet-boundary button.btn, .administrateur #content #listePF .btnTable a {
  background: #b4ce42 none repeat scroll 0 0;
  color: white;
  border: 0;
  font-family: 'GothamRounded-Bold', sans-serif;
  border: 1px solid white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11); }

.pictoOrange, .adherent #content .portlet-commande-labo-portlet #btnImprimer, .adherent #content .portlet-commande-famille-portlet #btnImprimer, .adherent #content .portletcommanderecherche-portlet #btnImprimer, .adherent #content .portlet-commande-encours-portlet #btnImprimer, .adherent #content .portlet-panier-ba-portlet .qtite form button.btn, .adherent #content .portlet-ba-portlet .qtite form button.btn, .adherent #content .portlet-commande-centrale-portlet .qtite form button.btn {
  font-size: 0;
  float: left;
  padding: 5px 5px 0;
  width: 35px;
  margin: 0 0 0 7px; }
  .pictoOrange i, .adherent #content .portlet-commande-labo-portlet #btnImprimer i, .adherent #content .portlet-commande-famille-portlet #btnImprimer i, .adherent #content .portletcommanderecherche-portlet #btnImprimer i, .adherent #content .portlet-commande-encours-portlet #btnImprimer i, .adherent #content .portlet-panier-ba-portlet .qtite form button.btn i, .adherent #content .portlet-ba-portlet .qtite form button.btn i, .adherent #content .portlet-commande-centrale-portlet .qtite form button.btn i {
    font-size: 16px;
    line-height: 16px; }

.enteteGris, .adherent #content .portlet-commande-labo-portlet .titreviewOffres, .adherent #content .portlet-commande-famille-portlet .titreviewOffres, .adherent #content .portletcommanderecherche-portlet .titreviewOffres, .adherent #content .portlet-commande-encours-portlet .titreviewOffres, .adherent #content .portlet-panier-ba-portlet .titreBa, .adherent #content .portlet-ba-portlet .titreBa, .adherent #content .portlet-commande-centrale-portlet .titreBa {
  font-size: 1.3em;
  font-family: 'GothamRounded-Bold', sans-serif;
  text-transform: uppercase;
  color: #868788; }

.aui, .aui body {
  min-height: 100%;
  box-sizing: border-box;
  color: #213c47;
  font-size: 12px; }

.aui a:hover, .aui a:focus {
  text-decoration: none !important;
  outline: none !important; }

.aui .nav-pills > .active > a, .aui .nav-pills > .active > a:hover, .aui .nav-pills > .active > a:focus {
  background-color: #48a8a0;
  color: white; }

.portlet-search #_3_searchTokens, .portlet-search .search-scopes {
  display: none; }

#wrapper {
  padding: 0;
  /* 	font-family: 'Montserrat', sans-serif;
  	font-family: 'GothamLight', sans-serif;
  	font-family: 'GothamRounded-Bold', sans-serif;
  	font-family: 'GothamRoundedMedium_21022', sans-serif; */
  font-family: 'GothamRounded-Book', sans-serif;
  /***
   *    ##    ##    ###    ##     ## ####  ######      ###    ######## ####  #######  ##    ## 
   *    ###   ##   ## ##   ##     ##  ##  ##    ##    ## ##      ##     ##  ##     ## ###   ##   
   *    ####  ##  ##   ##  ##     ##  ##  ##         ##   ##     ##     ##  ##     ## ####  ##  
   *    ## ## ## ##     ## ##     ##  ##  ##   #### ##     ##    ##     ##  ##     ## ## ## ##
   *    ##  #### #########  ##   ##   ##  ##    ##  #########    ##     ##  ##     ## ##  ####
   *    ##   ### ##     ##   ## ##    ##  ##    ##  ##     ##    ##     ##  ##     ## ##   ### 
   *    ##    ## ##     ##    ###    ####  ######   ##     ##    ##    ####  #######  ##    ##
   */
  /***
   *    ########  ########  ######  ##     ## ######## ########   ######  ##     ## ######## 
   *    ##     ## ##       ##    ## ##     ## ##       ##     ## ##    ## ##     ## ##       
   *    ##     ## ##       ##       ##     ## ##       ##     ## ##       ##     ## ##       
   *    ########  ######   ##       ######### ######   ########  ##       ######### ######   
   *    ##   ##   ##       ##       ##     ## ##       ##   ##   ##       ##     ## ##       
   *    ##    ##  ##       ##    ## ##     ## ##       ##    ##  ##    ## ##     ## ##       
   *    ##     ## ########  ######  ##     ## ######## ##     ##  ######  ##     ## ######## 
   */ }
  #wrapper #banner {
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  #wrapper #content {
    margin: auto auto 70px;
    max-width: 1024px;
    padding: 15px; }
  #wrapper #main-content .portlet-layout {
    margin-bottom: 25px; }
  #wrapper .portlet-dropzone > div {
    margin-top: 25px; }
  #wrapper .portlet-dropzone > div:first-child {
    margin-top: 0; }
  #wrapper .aui input[disabled], #wrapper .aui select[disabled], #wrapper .aui textarea[disabled], #wrapper .aui input[readonly], #wrapper .aui select[readonly], #wrapper .aui textarea[readonly] {
    background: white none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    cursor: default; }
  #wrapper .navigation-level1 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 0 0;
    height: 140px;
    position: relative; }
    #wrapper .navigation-level1 .container {
      margin-bottom: 0;
      max-width: 1024px;
      height: 100%; }
    #wrapper .navigation-level1 .menunav, #wrapper .navigation-level1 .logonav {
      float: left; }
    #wrapper .navigation-level1 .logonav {
      width: 15%;
      margin: 0;
      text-align: center; }
    #wrapper .navigation-level1 .logo {
      display: block;
      width: 100%; }
      #wrapper .navigation-level1 .logo img {
        max-height: 120px;
        max-width: 80%;
        margin-top: 6px; }
    #wrapper .navigation-level1 .menunav {
      margin-left: 2%;
      width: 83%; }
      #wrapper .navigation-level1 .menunav .nav {
        width: 75%;
        letter-spacing: 1px;
        margin: 0; }
        #wrapper .navigation-level1 .menunav .nav > li {
          margin-right: 3%; }
        #wrapper .navigation-level1 .menunav .nav > li:last-child {
          margin-right: 0; }
      #wrapper .navigation-level1 .menunav ul > li > a {
        color: #213c47;
        font-family: 'GothamRounded-Bold', sans-serif;
        text-transform: uppercase; }
    #wrapper .navigation-level1 #menuhaut {
      border-bottom: 1px solid #868788; }
      #wrapper .navigation-level1 #menuhaut #bienvenue {
        color: #868788;
        text-transform: uppercase;
        height: 70px;
        padding-top: 20px;
        box-sizing: border-box;
        display: inline-block; }
      #wrapper .navigation-level1 #menuhaut a {
        display: inline-block;
        float: right;
        text-transform: uppercase;
        color: #868788;
        margin-top: 14px; }
        #wrapper .navigation-level1 #menuhaut a #plateforme div, #wrapper .navigation-level1 #menuhaut a #moncompte div, #wrapper .navigation-level1 #menuhaut a #disc div {
          border: 1px solid #868788;
          border-radius: 50px;
          box-sizing: border-box;
          font-size: 1.5em;
          padding: 5px 7px;
          text-align: center;
          display: inline-block;
          margin-left: 10px; }
        #wrapper .navigation-level1 #menuhaut a #disc div {
          padding: 5px; }
        #wrapper .navigation-level1 #menuhaut a #moncompte {
          margin-left: 10px; }
      #wrapper .navigation-level1 #menuhaut a:hover {
        color: #213c47; }
        #wrapper .navigation-level1 #menuhaut a:hover #moncompte div, #wrapper .navigation-level1 #menuhaut a:hover #disc div {
          background: #e3e0dd; }
    #wrapper .navigation-level1 .dropdown .dropdown-menu {
      top: 45px; }
    #wrapper .navigation-level1 .dropdown .dropdown-menu > li > a:hover {
      background-color: #b4ce42;
      background-image: none;
      color: white; }
    #wrapper .navigation-level1 .dropdown:hover .dropdown-menu {
      display: block; }
    #wrapper .navigation-level1 .navbar .nav > li > a {
      text-shadow: none;
      margin: 25px 0 2px 0;
      padding: 0; }
      #wrapper .navigation-level1 .navbar .nav > li > a:hover, #wrapper .navigation-level1 .navbar .nav > li > a:active, #wrapper .navigation-level1 .navbar .nav > li > a:focus {
        color: #b4ce42; }
    #wrapper .navigation-level1 .navbar .nav > li.selected > a {
      font-family: 'GothamRounded-Bold', sans-serif; }
  #wrapper #page-search {
    float: right;
    height: 32px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 25%;
    position: relative; }
    #wrapper #page-search form {
      margin: 0; }
      #wrapper #page-search form div {
        float: right;
        box-sizing: border-box; }
      #wrapper #page-search form #searchinput {
        width: 85%; }
      #wrapper #page-search form #searchBtn {
        width: 15%; }
      #wrapper #page-search form input {
        width: 100%;
        box-sizing: border-box;
        height: 30px;
        border: 1px solid white; }

/***
 *       ###    ########  ######## ####  ######  ##       ########  ######  
 *      ## ##   ##     ##    ##     ##  ##    ## ##       ##       ##    ## 
 *     ##   ##  ##     ##    ##     ##  ##       ##       ##       ##       
 *    ##     ## ########     ##     ##  ##       ##       ######    ######  
 *    ######### ##   ##      ##     ##  ##       ##       ##             ## 
 *    ##     ## ##    ##     ##     ##  ##    ## ##       ##       ##    ## 
 *    ##     ## ##     ##    ##    ####  ######  ######## ########  ######  
 */
.journal-content-article, .journal-article-container, .html-editor {
  color: #868788; }
  .journal-content-article h1, .journal-article-container h1, .html-editor h1 {
    font-size: 32px;
    color: #c93365;
    font-family: 'GothamRounded-Bold', sans-serif;
    font-style: italic; }
  .journal-content-article h2, .journal-article-container h2, .html-editor h2 {
    font-size: 24px;
    color: #868788;
    font-family: 'GothamRounded-Bold', sans-serif;
    text-transform: uppercase; }
  .journal-content-article h3, .journal-article-container h3, .html-editor h3 {
    font-size: 18px;
    color: #fbbb48;
    font-family: 'GothamRounded-Bold', sans-serif;
    text-transform: uppercase; }

/***
 *                                                                                                                                               
 *             .8.          8 888888888o.      8 8888        8 8 8888888888   8 888888888o.   8 8888888888   b.             8 8888888 8888888888 
 *            .888.         8 8888    `^888.   8 8888        8 8 8888         8 8888    `88.  8 8888         888o.          8       8 8888       
 *           :88888.        8 8888        `88. 8 8888        8 8 8888         8 8888     `88  8 8888         Y88888o.       8       8 8888       
 *          . `88888.       8 8888         `88 8 8888        8 8 8888         8 8888     ,88  8 8888         .`Y888888o.    8       8 8888       
 *         .8. `88888.      8 8888          88 8 8888        8 8 888888888888 8 8888.   ,88'  8 888888888888 8o. `Y888888o. 8       8 8888       
 *        .8`8. `88888.     8 8888          88 8 8888        8 8 8888         8 888888888P'   8 8888         8`Y8o. `Y88888o8       8 8888       
 *       .8' `8. `88888.    8 8888         ,88 8 8888888888888 8 8888         8 8888`8b       8 8888         8   `Y8o. `Y8888       8 8888       
 *      .8'   `8. `88888.   8 8888        ,88' 8 8888        8 8 8888         8 8888 `8b.     8 8888         8      `Y8o. `Y8       8 8888       
 *     .888888888. `88888.  8 8888    ,o88P'   8 8888        8 8 8888         8 8888   `8b.   8 8888         8         `Y8o.`       8 8888       
 *    .8'       `8. `88888. 8 888888888P'      8 8888        8 8 888888888888 8 8888     `88. 8 888888888888 8            `Yo       8 8888       
 */
#nomClient {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #868788; }

#menuadh {
  text-align: center; }
  #menuadh .blocmenu {
    box-sizing: border-box;
    margin-right: 1%;
    float: left; }
    #menuadh .blocmenu a {
      display: block; }
    #menuadh .blocmenu a span {
      font-family: 'GothamRounded-Bold', sans-serif;
      border-radius: 5px;
      color: white;
      text-transform: uppercase;
      padding: 6px;
      display: block;
      box-sizing: border-box;
      line-height: 20px; }
    #menuadh .blocmenu a span.help {
      color: #b4ce42;
      background: transparent;
      font-size: 32px; }
    #menuadh .blocmenu a span.help:hover {
      color: #ccde7f;
      background: transparent; }
  #menuadh .menuplat {
    width: 18%; }
    #menuadh .menuplat a span {
      background: #b4ce42; }
    #menuadh .menuplat a span:hover {
      background-color: #ccde7f; }
  #menuadh #menuHlp {
    float: right;
    width: auto; }
  #menuadh .menusearch {
    width: 18%;
    margin-right: 1%;
    box-sizing: border-box; }
    #menuadh .menusearch input {
      box-sizing: border-box; }
    #menuadh .menusearch input[type="text"] {
      border: 1px solid #b4ce42;
      border-radius: 5px;
      float: left;
      height: 32px;
      width: 70%; }
    #menuadh .menusearch input[type="image"] {
      width: 30%;
      max-width: 33px; }
  #menuadh .menusearch.menuCent input[type="text"] {
    border: 1px solid #6ed0f7; }
  #menuadh #menuCde {
    width: 18%;
    margin-right: 3%; }
  #menuadh .menuCent {
    width: 20%; }
    #menuadh .menuCent a span {
      background: #6ed0f7; }
    #menuadh .menuCent a span:hover {
      background-color: #86d8f8; }
    #menuadh .menuCent a span.help {
      color: #6ed0f7;
      background: transparent;
      font-size: 32px; }
    #menuadh .menuCent a span.help:hover {
      color: #86d8f8;
      background: transparent; }
  #menuadh .menuCentPromo {
    width: 20%; }
    #menuadh .menuCentPromo a span {
      background: #fbbb48; }
    #menuadh .menuCentPromo a span:hover {
      background-color: #fcc461; }
  #menuadh .menuCentFavoris {
    width: 10%; }
    #menuadh .menuCentFavoris a span {
      background: #868788; }
    #menuadh .menuCentFavoris a span:hover {
      background-color: #939495; }
  #menuadh .menuCentPanier {
    width: 5%; }
    #menuadh .menuCentPanier a span {
      background: #6ed0f7; }
    #menuadh .menuCentPanier a span:hover {
      background-color: #86d8f8; }
  #menuadh #menuBA {
    width: 18%;
    margin-right: 0; }
    #menuadh #menuBA a span {
      background: #fbbb48;
      /*border-radius: 5px 0 0 5px;*/ }
    #menuadh #menuBA a span:hover {
      background-color: #fcc461; }
  #menuadh .menuBA a span.help {
    color: #fbbb48;
    background: transparent;
    font-size: 32px; }
  #menuadh .menuBA a span.help:hover {
    color: #fcc461;
    background: transparent; }
  #menuadh #menuPan {
    width: 6%;
    margin-right: 0;
    float: right; }
    #menuadh #menuPan a span {
      background: #fbbb48;
      font-size: 18px;
      /*border-radius: 0 5px 5px 0;*/
      border-left: 1px solid #fdd793; }
    #menuadh #menuPan a span:hover {
      background-color: #fcc461; }
  #menuadh .menucpte {
    width: 18%; }
    #menuadh .menucpte a span {
      background: #48a8a0; }
    #menuadh .menucpte a span:hover {
      background-color: #54b6ae; }
  #menuadh #montantPanCent, #menuadh #montantPanBA {
    color: #868788;
    font-size: 1.5em;
    padding: 6px; }
  #menuadh #montantPanBA {
    float: right; }

/***
*       ###     ######   ######  ########  ######      ######   #######  ##     ## ##     ## 
*      ## ##   ##    ## ##    ## ##       ##    ##    ##    ## ##     ## ###   ### ###   ### 
*     ##   ##  ##       ##       ##       ##          ##       ##     ## #### #### #### #### 
*    ##     ## ##       ##       ######    ######     ##       ##     ## ## ### ## ## ### ## 
*    ######### ##       ##       ##             ##    ##       ##     ## ##     ## ##     ## 
*    ##     ## ##    ## ##    ## ##       ##    ##    ##    ## ##     ## ##     ## ##     ## 
*    ##     ##  ######   ######  ########  ######      ######   #######  ##     ## ##     ## 
*/
.commandestitre {
  letter-spacing: 2px;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }

.accesComm {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
  max-width: 800px;
  margin: auto; }
  .accesComm .titre {
    font-size: 1.2em;
    letter-spacing: 2px; }
    .accesComm .titre .logos img {
      max-width: 100px;
      margin-bottom: 15px; }
  .accesComm .acces {
    width: 30%;
    margin: 0 1.6%;
    float: left;
    color: white;
    box-sizing: border-box; }
    .accesComm .acces .desc, .accesComm .acces .entrer {
      padding: 20px;
      border-radius: 5px;
      margin-top: 15px; }
    .accesComm .acces .entrer {
      font-family: 'GothamRounded-Bold', sans-serif;
      font-size: 1.2em; }
      .accesComm .acces .entrer a {
        color: white; }
    .accesComm .acces .nomacces {
      border-bottom: 1px solid white;
      font-family: 'GothamRounded-Bold', sans-serif;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 1.2em; }
    .accesComm .acces .avantage {
      height: 3em; }
  .accesComm .acces:nth-child(2) .desc, .accesComm .acces:nth-child(2) .entrer {
    background: #b4ce42; }
  .accesComm .acces:nth-child(3) .desc, .accesComm .acces:nth-child(3) .entrer {
    background: #007266; }
  .accesComm .acces:nth-child(4) .desc, .accesComm .acces:nth-child(4) .entrer {
    background: #fbbb48; }
  .accesComm.span3 .acces {
    width: 100%; }
    .accesComm.span3 .acces .desc, .accesComm.span3 .acces .entrer {
      background: #868788; }
  .accesComm .white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.51);
    text-align: center;
    border-radius: 5px; }
    .accesComm .white_content a {
      background-color: #007266;
      padding: 10px 25px;
      border-radius: 5px;
      display: inline-block; }
    .accesComm .white_content .bcent {
      margin: 0 30px;
      height: 40px;
      padding: 20px 0 25px; }
    .accesComm .white_content div div {
      color: #868788;
      font-weight: normal;
      text-transform: none; }
    .accesComm .white_content div:first-child {
      border-bottom: 1px solid #e3e0dd; }

.accesComm2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
  max-width: 800px;
  margin: auto; }
  .accesComm2 .acces {
    border-radius: 5px;
    margin-top: 15px;
    background: #868788; }
    .accesComm2 .acces a {
      color: white; }
    .accesComm2 .acces .nomacces {
      border-bottom: 1px solid white;
      font-family: 'GothamRounded-Bold', sans-serif;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 1.2em; }
    .accesComm2 .acces .avantage {
      height: 3em; }
    .accesComm2 .acces .desc {
      padding: 20px; }
  .accesComm2 .accesop {
    background: #b4ce42; }
  .accesComm2 .accesmycap {
    background: #007266; }
    .accesComm2 .accesmycap .nomacces {
      border: none;
      margin: 0;
      padding: 0; }
  .accesComm2 .accesba {
    background: #fbbb48; }
    .accesComm2 .accesba .desc {
      height: 200px; }

/***
 *     ######   #######  ##     ## ##     ##    ###    ##    ## ########  ########  ######  
 *    ##    ## ##     ## ###   ### ###   ###   ## ##   ###   ## ##     ## ##       ##    ## 
 *    ##       ##     ## #### #### #### ####  ##   ##  ####  ## ##     ## ##       ##       
 *    ##       ##     ## ## ### ## ## ### ## ##     ## ## ## ## ##     ## ######    ######  
 *    ##       ##     ## ##     ## ##     ## ######### ##  #### ##     ## ##             ## 
 *    ##    ## ##     ## ##     ## ##     ## ##     ## ##   ### ##     ## ##       ##    ## 
 *     ######   #######  ##     ## ##     ## ##     ## ##    ## ########  ########  ######  
 */
.portlet-central-labos-portlet .nomLabo {
  background: #6ed0f7;
  border-radius: 5px;
  color: white;
  font-family: montserrat;
  font-family: 'GothamRounded-Bold', sans-serif;
  padding: 5px 10px; }

#alphaLabs #liste-labos, #alphaLabs #somLabs {
  float: right; }
#alphaLabs #liste-labos {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 2%;
  padding: 20px;
  width: 73%; }
  #alphaLabs #liste-labos .bloc-lettre .lettre {
    font-size: 24px;
    font-family: 'GothamRounded-Bold', sans-serif;
    color: #6ed0f7; }
  #alphaLabs #liste-labos .bloc-lettre {
    border-bottom: 1px dotted #6ed0f7;
    margin-bottom: 30px;
    padding-bottom: 10px; }
  #alphaLabs #liste-labos .blocLaboratoire {
    width: 30%;
    margin-right: 3%;
    float: left;
    margin-bottom: 7px;
    font-family: 'GothamRounded-Bold', sans-serif; }
    #alphaLabs #liste-labos .blocLaboratoire a {
      color: #868788;
      letter-spacing: 1px;
      font-size: 14px; }
    #alphaLabs #liste-labos .blocLaboratoire a:hover {
      color: #6ed0f7; }
#alphaLabs #somLabs {
  width: 25%;
  position: relative; }
  #alphaLabs #somLabs .titre, #alphaLabs #somLabs .table-alphabet {
    background: #6ed0f7;
    color: white;
    font-family: 'GothamRounded-Bold', sans-serif;
    text-transform: uppercase;
    padding: 5%;
    margin-bottom: 3px; }
  #alphaLabs #somLabs .titre {
    border-radius: 5px 5px 0 0; }
  #alphaLabs #somLabs .table-alphabet {
    position: absolute;
    top: 50px;
    transition: all 0.8s ease-out;
    border-radius: 0 0 5px 5px; }
    #alphaLabs #somLabs .table-alphabet .lettre {
      float: left;
      font-size: 25px;
      text-align: center;
      width: 20%;
      height: 35px; }
      #alphaLabs #somLabs .table-alphabet .lettre a {
        color: white; }

.remiseEntete {
  background: rgba(0, 0, 0, 0) url("/theme-reseausante-theme/images/custom/rp.png") no-repeat scroll 10px 0;
  font-size: 14px;
  font-family: 'GothamRounded-Bold', sans-serif;
  height: 30px;
  padding: 5px 0 0 55px;
  text-transform: uppercase; }

.remiseRow {
  text-align: center;
  font-size: 15px;
  font-family: 'GothamRounded-Bold', sans-serif;
  height: 30px; }
  .remiseRow .remiseCol {
    float: left;
    width: 50%; }

.remiseRow:first-child {
  font-family: 'GothamRounded-Bold', sans-serif;
  height: 30px;
  line-height: 15px;
  margin: 15px 0; }

.adherent #content {
  padding: 0 15px;
  /***
   *    ########   #######  ##    ## ##    ## ########  ######        ###    ######## ########    ###    #### ########  ########  ######  
   *    ##     ## ##     ## ###   ## ###   ## ##       ##    ##      ## ##   ##       ##         ## ##    ##  ##     ## ##       ##    ## 
   *    ##     ## ##     ## ####  ## ####  ## ##       ##           ##   ##  ##       ##        ##   ##   ##  ##     ## ##       ##       
   *    ########  ##     ## ## ## ## ## ## ## ######    ######     ##     ## ######   ######   ##     ##  ##  ########  ######    ######  
   *    ##     ## ##     ## ##  #### ##  #### ##             ##    ######### ##       ##       #########  ##  ##   ##   ##             ## 
   *    ##     ## ##     ## ##   ### ##   ### ##       ##    ##    ##     ## ##       ##       ##     ##  ##  ##    ##  ##       ##    ## 
   *    ########   #######  ##    ## ##    ## ########  ######     ##     ## ##       ##       ##     ## #### ##     ## ########  ######  
   */ }
  .adherent #content .portlet-column {
    background: transparent; }
  .adherent #content .portlet-borderless-container {
    border-radius: 5px; }
  .adherent #content .portlet-commande-centrale-portlet .search-form .aui-search-bar .btn, .adherent #content .portlet-ba-portlet .search-form .aui-search-bar .btn {
    margin-bottom: 10px;
    padding-bottom: 4px;
    padding-top: 4px; }
  .adherent #content .damierlabo {
    background: white;
    margin-top: 30px;
    padding: 15px; }
    .adherent #content .damierlabo .lettrelabo {
      display: inline-block;
      background: #6ed0f7;
      text-align: center;
      width: 10%;
      margin: 1.1%;
      color: white;
      box-sizing: border-box;
      padding: 50px 0 30px; }
      .adherent #content .damierlabo .lettrelabo .lettre {
        text-transform: uppercase;
        font-size: 4em;
        font-family: 'GothamRounded-Bold', sans-serif;
        color: black; }
      .adherent #content .damierlabo .lettrelabo .nblabos {
        margin-top: 30px; }
  .adherent #content #calculs {
    color: #868788;
    border-top: 1px solid #e3e0dd;
    border-bottom: 1px solid #e3e0dd;
    padding: 5px;
    margin-bottom: 20px;
    height: 20px; }
    .adherent #content #calculs .totalMontant, .adherent #content #calculs .remiseMontant {
      float: right;
      border: none;
      text-align: right;
      font-family: 'GothamRounded-Bold', sans-serif;
      margin-right: 20px; }
      .adherent #content #calculs .totalMontant .montant, .adherent #content #calculs .totalMontant .label, .adherent #content #calculs .remiseMontant .montant, .adherent #content #calculs .remiseMontant .label {
        color: #868788;
        background: transparent;
        text-transform: uppercase;
        float: left;
        font-weight: normal; }
      .adherent #content #calculs .totalMontant .label::after, .adherent #content #calculs .remiseMontant .label::after {
        content: " : "; }
  .adherent #content .portlet-commande-labo-portlet, .adherent #content .portlet-commande-famille-portlet, .adherent #content .portletcommanderecherche-portlet, .adherent #content .portlet-commande-encours-portlet {
    background: transparent;
    /* 		.class_BlocOffre{
    			margin-bottom: 50px;
    			position: relative;
    			text-align:right;
    			.BlocInfoOffre{
    				text-align:left;
    			}
    		} */ }
    .adherent #content .portlet-commande-labo-portlet .titreviewOffres, .adherent #content .portlet-commande-famille-portlet .titreviewOffres, .adherent #content .portletcommanderecherche-portlet .titreviewOffres, .adherent #content .portlet-commande-encours-portlet .titreviewOffres {
      float: left; }
    .adherent #content .portlet-commande-labo-portlet .btn, .adherent #content .portlet-commande-famille-portlet .btn, .adherent #content .portletcommanderecherche-portlet .btn, .adherent #content .portlet-commande-encours-portlet .btn {
      color: #868788; }
    .adherent #content .portlet-commande-labo-portlet .caret, .adherent #content .portlet-commande-famille-portlet .caret, .adherent #content .portletcommanderecherche-portlet .caret, .adherent #content .portlet-commande-encours-portlet .caret {
      border-color: #868788; }
    .adherent #content .portlet-commande-labo-portlet #btnImprimer, .adherent #content .portlet-commande-famille-portlet #btnImprimer, .adherent #content .portletcommanderecherche-portlet #btnImprimer, .adherent #content .portlet-commande-encours-portlet #btnImprimer {
      float: right;
      margin: 10px 0; }
    .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire {
      width: 15%;
      margin-top: 10px;
      margin-left: 2%;
      box-sizing: border-box;
      float: left;
      color: #868788;
      background: white none repeat scroll 0 0;
      border-radius: 5px;
      padding: 10px; }
      .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire a, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire a, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire a, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire a {
        height: 105px;
        display: block;
        text-align: center; }
        .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire a .imLabo, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire a .imLabo, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire a .imLabo, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire a .imLabo {
          height: 80px; }
          .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire a .imLabo img, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire a .imLabo img, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire a .imLabo img, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire a .imLabo img {
            max-height: 80px;
            max-width: 90%; }
        .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire a .nomLabo, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire a .nomLabo, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire a .nomLabo, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire a .nomLabo {
          border-bottom: 1px solid #868788;
          color: #868788; }
      .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire .BlocNombreOffres, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire .BlocNombreOffres, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire .BlocNombreOffres, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire .BlocNombreOffres {
        text-align: center;
        height: 20px;
        margin: 10px 0 0 0;
        padding-top: 0; }
      .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire #pictos, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire #pictos, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire #pictos, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire #pictos {
        height: 30px;
        text-align: center; }
        .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire #pictos img, .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire #pictos img, .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire #pictos img, .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire #pictos img {
          margin: 3px; }
    .adherent #content .portlet-commande-labo-portlet .BlocLaboratoire:nth-child(6n+1), .adherent #content .portlet-commande-famille-portlet .BlocLaboratoire:nth-child(6n+1), .adherent #content .portletcommanderecherche-portlet .BlocLaboratoire:nth-child(6n+1), .adherent #content .portlet-commande-encours-portlet .BlocLaboratoire:nth-child(6n+1) {
      margin-left: 0; }
    .adherent #content .portlet-commande-labo-portlet .portlet-borderless-container, .adherent #content .portlet-commande-famille-portlet .portlet-borderless-container, .adherent #content .portletcommanderecherche-portlet .portlet-borderless-container, .adherent #content .portlet-commande-encours-portlet .portlet-borderless-container {
      min-height: 0; }
    .adherent #content .portlet-commande-labo-portlet .blocAchatGroupe, .adherent #content .portlet-commande-labo-portlet .blocRemiseProgressive, .adherent #content .portlet-commande-famille-portlet .blocAchatGroupe, .adherent #content .portlet-commande-famille-portlet .blocRemiseProgressive, .adherent #content .portletcommanderecherche-portlet .blocAchatGroupe, .adherent #content .portletcommanderecherche-portlet .blocRemiseProgressive, .adherent #content .portlet-commande-encours-portlet .blocAchatGroupe, .adherent #content .portlet-commande-encours-portlet .blocRemiseProgressive {
      color: #868788;
      font-size: 1.2em;
      font-family: 'GothamRounded-Bold', sans-serif;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .adherent #content .portlet-commande-labo-portlet .blocAchatGroupe button.btn, .adherent #content .portlet-commande-labo-portlet .blocRemiseProgressive button.btn, .adherent #content .portlet-commande-famille-portlet .blocAchatGroupe button.btn, .adherent #content .portlet-commande-famille-portlet .blocRemiseProgressive button.btn, .adherent #content .portletcommanderecherche-portlet .blocAchatGroupe button.btn, .adherent #content .portletcommanderecherche-portlet .blocRemiseProgressive button.btn, .adherent #content .portlet-commande-encours-portlet .blocAchatGroupe button.btn, .adherent #content .portlet-commande-encours-portlet .blocRemiseProgressive button.btn {
        border-radius: 16px;
        height: 30px;
        padding: 0;
        text-shadow: none;
        width: 30px;
        border: 0; }
    .adherent #content .portlet-commande-labo-portlet .blocAchatGroupe button.btn, .adherent #content .portlet-commande-famille-portlet .blocAchatGroupe button.btn, .adherent #content .portletcommanderecherche-portlet .blocAchatGroupe button.btn, .adherent #content .portlet-commande-encours-portlet .blocAchatGroupe button.btn {
      background: rgba(0, 0, 0, 0) url("/theme-reseausante-theme/images/custom/ag.png") repeat scroll 0 0; }
    .adherent #content .portlet-commande-labo-portlet .blocAchatGroupe button.btn:hover, .adherent #content .portlet-commande-famille-portlet .blocAchatGroupe button.btn:hover, .adherent #content .portletcommanderecherche-portlet .blocAchatGroupe button.btn:hover, .adherent #content .portlet-commande-encours-portlet .blocAchatGroupe button.btn:hover {
      background: rgba(0, 0, 0, 0.1) url("/theme-reseausante-theme/images/custom/ag.png") repeat scroll 0 0;
      border: 0; }
    .adherent #content .portlet-commande-labo-portlet .blocRemiseProgressive button.btn, .adherent #content .portlet-commande-famille-portlet .blocRemiseProgressive button.btn, .adherent #content .portletcommanderecherche-portlet .blocRemiseProgressive button.btn, .adherent #content .portlet-commande-encours-portlet .blocRemiseProgressive button.btn {
      background: rgba(0, 0, 0, 0) url("/theme-reseausante-theme/images/custom/rp.png") repeat scroll 0 0; }
    .adherent #content .portlet-commande-labo-portlet .blocRemiseProgressive button.btn:hover, .adherent #content .portlet-commande-famille-portlet .blocRemiseProgressive button.btn:hover, .adherent #content .portletcommanderecherche-portlet .blocRemiseProgressive button.btn:hover, .adherent #content .portlet-commande-encours-portlet .blocRemiseProgressive button.btn:hover {
      background: rgba(0, 0, 0, 0.1) url("/theme-reseausante-theme/images/custom/rp.png") repeat scroll 0 0;
      border: 0; }
    .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM {
      margin-bottom: 50px;
      position: relative;
      text-align: right;
      clear: both;
      background: white;
      border-radius: 5px;
      padding: 15px; }
      .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre {
        text-align: left; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .blocRemiseProgressive, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .blocRemiseProgressive {
          float: left; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .remiseList, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .remiseList, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .remiseList, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList {
          height: 23px;
          padding-top: 2px;
          color: #868788;
          border: 2px solid #fbbb48;
          border-radius: 5px;
          font-size: 1.2em;
          float: left;
          margin-bottom: 20px; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .image-offre, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .image-offre, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .image-offre, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre {
          float: right;
          height: 100px; }
          .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre img, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .image-offre img, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .image-offre img, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .image-offre img, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre img {
            height: 100px; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .image-offre + .row-fluid, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .image-offre + .row-fluid {
          clear: both; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList div, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .remiseList div, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .remiseList div, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .remiseList div, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList div {
          float: left;
          margin: 0 10px; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListValeur, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .remiseListValeur, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .remiseListValeur, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .remiseListValeur, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListValeur {
          font-family: 'GothamRounded-Bold', sans-serif;
          color: #fbbb48; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .remiseListSeuil::after, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .remiseListSeuil::after {
          content: " u :"; }
        .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS .BlocInfoOffre .remiseList + .row-fluid, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM .BlocInfoOffre .remiseList + .row-fluid {
          clear: both; }
      .adherent #content .portlet-commande-labo-portlet .BlocOffre_PF #boutons, .adherent #content .portlet-commande-labo-portlet .BlocOffre_OS #boutons, .adherent #content .portlet-commande-labo-portlet .BlocOffre_ODM #boutons, .adherent #content .portlet-commande-famille-portlet .BlocOffre_PF #boutons, .adherent #content .portlet-commande-famille-portlet .BlocOffre_OS #boutons, .adherent #content .portlet-commande-famille-portlet .BlocOffre_ODM #boutons, .adherent #content .portletcommanderecherche-portlet .BlocOffre_PF #boutons, .adherent #content .portletcommanderecherche-portlet .BlocOffre_OS #boutons, .adherent #content .portletcommanderecherche-portlet .BlocOffre_ODM #boutons, .adherent #content .portlet-commande-encours-portlet .BlocOffre_PF #boutons, .adherent #content .portlet-commande-encours-portlet .BlocOffre_OS #boutons, .adherent #content .portlet-commande-encours-portlet .BlocOffre_ODM #boutons {
        text-align: left; }
    .adherent #content .portlet-commande-labo-portlet .ui-icon-triangle-1-s::before, .adherent #content .portlet-commande-famille-portlet .ui-icon-triangle-1-s::before, .adherent #content .portletcommanderecherche-portlet .ui-icon-triangle-1-s::before, .adherent #content .portlet-commande-encours-portlet .ui-icon-triangle-1-s::before {
      content: "\f0d7";
      font-family: "fontawesome-alloy";
      font-size: 2em;
      height: 30px;
      width: 30px;
      top: 0; }
    .adherent #content .portlet-commande-labo-portlet .ui-icon-triangle-1-e::before, .adherent #content .portlet-commande-famille-portlet .ui-icon-triangle-1-e::before, .adherent #content .portletcommanderecherche-portlet .ui-icon-triangle-1-e::before, .adherent #content .portlet-commande-encours-portlet .ui-icon-triangle-1-e::before {
      content: "\f0da";
      font-family: "fontawesome-alloy";
      font-size: 2em;
      height: 30px;
      width: 30px;
      top: 0; }
    .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre {
      border-bottom: 1px solid #e3e0dd;
      color: #fbbb48;
      padding: 10px 25px;
      text-transform: uppercase;
      font-family: 'GothamRounded-Bold', sans-serif;
      font-size: 14px;
      letter-spacing: 2px;
      box-sizing: border-box;
      margin-bottom: 10px;
      background-color: white;
      border-radius: 5px; }
      .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre #btnImprimer, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre #btnImprimer, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre #btnImprimer, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre #btnImprimer {
        margin: 0px 0;
        padding: 10px 0 10px 2px;
        height: 38px;
        box-sizing: border-box;
        text-align: center;
        width: auto; }
        .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre #btnImprimer i, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre #btnImprimer i, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre #btnImprimer i, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre #btnImprimer i {
          padding: 0 10px;
          display: block; }
      .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre .libelleInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre .libelleInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre .libelleInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre .libelleInfoOffre {
        color: #868788;
        float: left; }
      .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre div, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre div, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre div, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre div {
        min-height: 2px; }
      .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre #labOffre, .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre #famOffre, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre #labOffre, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre #famOffre, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre #labOffre, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre #famOffre, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre #labOffre, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre #famOffre {
        font-size: 0.8em;
        height: 12px;
        line-height: 12px; }
      .adherent #content .portlet-commande-labo-portlet .BlocLibelleOffre #nomOffre, .adherent #content .portlet-commande-famille-portlet .BlocLibelleOffre #nomOffre, .adherent #content .portletcommanderecherche-portlet .BlocLibelleOffre #nomOffre, .adherent #content .portlet-commande-encours-portlet .BlocLibelleOffre #nomOffre {
        font-size: 1.1em; }
    .adherent #content .portlet-commande-labo-portlet .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-labo-portlet .ui-widget-content .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-labo-portlet .ui-widget-header .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-famille-portlet .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-famille-portlet .ui-widget-content .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-famille-portlet .ui-widget-header .ui-state-active.BlocLibelleOffre, .adherent #content .portletcommanderecherche-portlet .ui-state-active.BlocLibelleOffre, .adherent #content .portletcommanderecherche-portlet .ui-widget-content .ui-state-active.BlocLibelleOffre, .adherent #content .portletcommanderecherche-portlet .ui-widget-header .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-encours-portlet .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-encours-portlet .ui-widget-content .ui-state-active.BlocLibelleOffre, .adherent #content .portlet-commande-encours-portlet .ui-widget-header .ui-state-active.BlocLibelleOffre {
      border: 1px solid #ffffff;
      background: #fbbb48;
      font-weight: normal;
      color: #ffffff;
      margin-bottom: 0; }
    .adherent #content .portlet-commande-labo-portlet .BlocLigneInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocLigneInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocLigneInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocLigneInfoOffre {
      min-height: 20px;
      font-family: 'GothamRounded-Bold', sans-serif;
      line-height: 22px; }
      .adherent #content .portlet-commande-labo-portlet .BlocLigneInfoOffre .BlocLibelleInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocLigneInfoOffre .BlocLibelleInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocLigneInfoOffre .BlocLibelleInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocLigneInfoOffre .BlocLibelleInfoOffre {
        color: #868788;
        float: left;
        margin-right: 10px; }
      .adherent #content .portlet-commande-labo-portlet .BlocLigneInfoOffre .BlocDonneeInfoOffre, .adherent #content .portlet-commande-famille-portlet .BlocLigneInfoOffre .BlocDonneeInfoOffre, .adherent #content .portletcommanderecherche-portlet .BlocLigneInfoOffre .BlocDonneeInfoOffre, .adherent #content .portlet-commande-encours-portlet .BlocLigneInfoOffre .BlocDonneeInfoOffre {
        color: #fbbb48;
        font-family: 'GothamRounded-Bold', sans-serif;
        min-height: 3px; }
    .adherent #content .portlet-commande-labo-portlet #modifComm button, .adherent #content .portlet-commande-famille-portlet #modifComm button, .adherent #content .portletcommanderecherche-portlet #modifComm button, .adherent #content .portlet-commande-encours-portlet #modifComm button {
      margin: 0; }
  .adherent #content .BlocListeProduitoffre table {
    border-spacing: 0px; }
    .adherent #content .BlocListeProduitoffre table th {
      background: #b4ce42 none repeat scroll 0 0;
      border: 5px solid white !important;
      border-radius: 8px;
      letter-spacing: 0px;
      padding: 4px; }
    .adherent #content .BlocListeProduitoffre table tbody td {
      text-align: right; }
    .adherent #content .BlocListeProduitoffre table tbody td:first-child, .adherent #content .BlocListeProduitoffre table tbody td:nth-child(2), .adherent #content .BlocListeProduitoffre table tbody td:nth-child(3) {
      text-align: left; }
    .adherent #content .BlocListeProduitoffre table .inputQteTotal {
      font-family: 'GothamRounded-Bold', sans-serif;
      font-size: 1.5em; }
  .adherent #content .BlocListeProduitoffre input {
    max-width: 55px; }
  .adherent #content .portlet-panier-ba-portlet .portlet-borderless-container, .adherent #content .portlet-ba-portlet .portlet-borderless-container, .adherent #content .portlet-commande-centrale-portlet .portlet-borderless-container {
    min-height: 0;
    background: white;
    margin-top: 10px;
    border-radius: 5px; }
  .adherent #content .portlet-panier-ba-portlet .BlocListeProduitoffre .taglib-page-iterator, .adherent #content .portlet-panier-ba-portlet .search-form, .adherent #content .portlet-ba-portlet .BlocListeProduitoffre .taglib-page-iterator, .adherent #content .portlet-ba-portlet .search-form, .adherent #content .portlet-commande-centrale-portlet .BlocListeProduitoffre .taglib-page-iterator, .adherent #content .portlet-commande-centrale-portlet .search-form {
    margin: 0 5px; }
  .adherent #content .portlet-panier-ba-portlet .qtite, .adherent #content .portlet-ba-portlet .qtite, .adherent #content .portlet-commande-centrale-portlet .qtite {
    width: 100px; }
    .adherent #content .portlet-panier-ba-portlet .qtite .inputQteBa, .adherent #content .portlet-ba-portlet .qtite .inputQteBa, .adherent #content .portlet-commande-centrale-portlet .qtite .inputQteBa {
      width: 50px;
      margin-bottom: 0; }
    .adherent #content .portlet-panier-ba-portlet .qtite .input-text-wrapper, .adherent #content .portlet-ba-portlet .qtite .input-text-wrapper, .adherent #content .portlet-commande-centrale-portlet .qtite .input-text-wrapper {
      margin-bottom: 0; }
    .adherent #content .portlet-panier-ba-portlet .qtite form div, .adherent #content .portlet-ba-portlet .qtite form div, .adherent #content .portlet-commande-centrale-portlet .qtite form div {
      float: left; }
      .adherent #content .portlet-panier-ba-portlet .qtite form div input, .adherent #content .portlet-ba-portlet .qtite form div input, .adherent #content .portlet-commande-centrale-portlet .qtite form div input {
        padding: 4px 0 4px 4px; }
  .adherent #content .portlet-panier-ba-portlet table th, .adherent #content .portlet-ba-portlet table th, .adherent #content .portlet-commande-centrale-portlet table th {
    font-size: 0.8em;
    line-height: 16px;
    letter-spacing: 0; }
  .adherent #content .portlet-panier-ba-portlet table tr, .adherent #content .portlet-ba-portlet table tr, .adherent #content .portlet-commande-centrale-portlet table tr {
    height: 25px; }
  .adherent #content .portlet-panier-ba-portlet .colNombre, .adherent #content .portlet-ba-portlet .colNombre, .adherent #content .portlet-commande-centrale-portlet .colNombre {
    width: 50px;
    text-align: right; }
  .adherent #content .portlet-panier-ba-portlet table .limiteqteatteinte td {
    background-color: #ff4f3b !important;
    color: white !important; }
  .adherent #content .portlet-ba-portlet table .produitInPanier td {
    background-color: #ffc584 !important; }
  .adherent #content .portlet-ba-portlet table .produitInPanier .icon-shopping-cart::before {
    content: "\f021"; }
  .adherent #content .portlet-panier-ba-portlet .titreBa .BlocLibelleOffre, .adherent #content .portlet-ba-portlet .titreBa .BlocLibelleOffre {
    display: none; }
  .adherent #content .portlet-boundary button.btn {
    background: #fbbb48 none repeat scroll 0 0;
    color: white;
    border-radius: 5px;
    font-family: 'GothamRounded-Bold', sans-serif;
    border: 1px solid white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11);
    margin-right: 20px;
    padding: 8px 25px;
    text-transform: uppercase; }
  .adherent #content .portlet-boundary button.btn:hover {
    background: white none repeat scroll 0 0;
    color: #fbbb48;
    border: 1px solid #fbbb48; }
  .adherent #content .portlet-boundary .button-holder {
    margin: 0; }
  .adherent #content .portlet-offre-portlet .aui-search-bar > div {
    float: left; }
  .adherent #content .portlet-offre-portlet .aui-search-bar button.btn {
    display: block;
    clear: both; }
  .adherent #content .portlet-offre-portlet .aui-search-bar div:nth-child(4) {
    margin-top: 25px; }

/***
 *                                                    .         .                                    
 *             .8.          8 888888888o.            ,8.       ,8.           8 8888   b.             8 
 *            .888.         8 8888    `^888.        ,888.     ,888.          8 8888   888o.          8 
 *           :88888.        8 8888        `88.     .`8888.   .`8888.         8 8888   Y88888o.       8 
 *          . `88888.       8 8888         `88    ,8.`8888. ,8.`8888.        8 8888   .`Y888888o.    8 
 *         .8. `88888.      8 8888          88   ,8'8.`8888,8^8.`8888.       8 8888   8o. `Y888888o. 8 
 *        .8`8. `88888.     8 8888          88  ,8' `8.`8888' `8.`8888.      8 8888   8`Y8o. `Y88888o8 
 *       .8' `8. `88888.    8 8888         ,88 ,8'   `8.`88'   `8.`8888.     8 8888   8   `Y8o. `Y8888 
 *      .8'   `8. `88888.   8 8888        ,88',8'     `8.`'     `8.`8888.    8 8888   8      `Y8o. `Y8 
 *     .888888888. `88888.  8 8888    ,o88P' ,8'       `8        `8.`8888.   8 8888   8         `Y8o.` 
 *    .8'       `8. `88888. 8 888888888P'   ,8'         `         `8.`8888.  8 8888   8            `Yo 
 */
.navigation-level2 .container {
  max-width: 1024px; }
.navigation-level2 #navigation {
  font-family: 'GothamRounded-Bold', sans-serif; }
.navigation-level2 .navbar .menuadmin .nav {
  float: none;
  margin: 0; }
  .navigation-level2 .navbar .menuadmin .nav a {
    display: block;
    float: left;
    width: 13%;
    margin-right: 1.5%; }
  .navigation-level2 .navbar .menuadmin .nav a:last-child {
    margin-right: 0; }
  .navigation-level2 .navbar .menuadmin .nav div {
    background: #b4ce42;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    font-size: 0.8em;
    box-sizing: border-box;
    color: white;
    height: 37px;
    line-height: 1em;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-radius: 5px 5px 0 0; }
  .navigation-level2 .navbar .menuadmin .nav a > div:hover, .navigation-level2 .navbar .menuadmin .nav a > div.selected {
    background: white;
    color: #b4ce42;
    border-color: #b4ce42; }

.administrateur #content {
  font-family: arial; }
  .administrateur #content .search-form .aui-search-bar .btn {
    margin-bottom: 10px; }
  .administrateur #content .portlet-boundary {
    border: 2px solid #868788;
    border-radius: 5px;
    padding: 15px;
    background: white; }
    .administrateur #content .portlet-boundary table {
      border-width: 0 0 1px 0;
      border-color: #b4ce42; }
      .administrateur #content .portlet-boundary table a, .administrateur #content .portlet-boundary table a:hover {
        color: white; }
      .administrateur #content .portlet-boundary table th {
        background: #b4ce42 none repeat scroll 0 0;
        color: white;
        border: 1px solid white;
        border-width: 1px 0 3px 1px; }
        .administrateur #content .portlet-boundary table th a, .administrateur #content .portlet-boundary table th a:hover {
          color: white; }
      .administrateur #content .portlet-boundary table td {
        border: 1px solid white;
        border-width: 1px 0 0px 1px;
        background: white; }
        .administrateur #content .portlet-boundary table td a, .administrateur #content .portlet-boundary table td a:hover {
          color: #213c47; }
      .administrateur #content .portlet-boundary table tr:nth-child(2n+1) > td {
        background: #e3e0dd none repeat scroll 0 0; }
      .administrateur #content .portlet-boundary table .produitInOffre td {
        background: #fbbb48 none repeat scroll 0 0 !important; }
    .administrateur #content .portlet-boundary button.btn:hover {
      background: white none repeat scroll 0 0;
      color: #b4ce42;
      border: 1px solid #b4ce42; }
    .administrateur #content .portlet-boundary .button-holder {
      margin: 0; }
  .administrateur #content .portlet-boundary.portlet-gestionba-portlet table tr.stockVide > td {
    background: #ff6565 none repeat scroll 0 0; }
  .administrateur #content .portlet-boundary.portlet-gestionba-portlet table tr.stockVide:nth-child(2n+1) > td {
    background: #ff6565 none repeat scroll 0 0; }
  .administrateur #content .portlet-offre-portlet .aui-search-bar > div {
    float: left;
    margin-right: 10px; }
  .administrateur #content .portlet-offre-portlet .aui-search-bar button.btn {
    display: block;
    clear: both; }
  .administrateur #content .portlet-offre-portlet .aui-search-bar div:nth-child(5) {
    margin-top: 25px; }
  .administrateur #content #listePF tr.pfValid td {
    background: rgba(54, 146, 102, 0.28) none repeat scroll 0 0 !important; }
  .administrateur #content #listePF .btnTable a {
    display: inline-block;
    line-height: 20px !important;
    font-weight: normal;
    background: #868788;
    font-size: 20px; }
  .administrateur #content #listePF .btnTable a:hover {
    background: white;
    color: #868788;
    border: 1px solid #868788; }
  .administrateur #content form.creaPF .input-Date-wrapper, .administrateur #content form.creaPF fieldset .input-String-wrapper {
    float: left;
    margin-right: 20px; }
  .administrateur #content form.creaPF .lfr-input-time {
    display: none; }
  .administrateur #content form.creaPF .input-Date-wrapper + .input-checkbox-wrapper {
    clear: both;
    float: none; }
  .administrateur #content #modifOffre {
    font-family: montserrat;
    font-family: 'GothamRounded-Bold', sans-serif;
    color: #868788; }
    .administrateur #content #modifOffre [class*="span"] {
      padding: 10px; }
    .administrateur #content #modifOffre .control-group {
      margin-bottom: 0; }
    .administrateur #content #modifOffre #libType, .administrateur #content #modifOffre #laboFamille, .administrateur #content #modifOffre #frais, .administrateur #content #modifOffre #seuilsRemise {
      border-radius: 5px;
      margin-bottom: 10px;
      background: #e3e0dd;
      box-sizing: border-box; }
      .administrateur #content #modifOffre #libType label, .administrateur #content #modifOffre #libType input, .administrateur #content #modifOffre #libType select, .administrateur #content #modifOffre #laboFamille label, .administrateur #content #modifOffre #laboFamille input, .administrateur #content #modifOffre #laboFamille select, .administrateur #content #modifOffre #frais label, .administrateur #content #modifOffre #frais input, .administrateur #content #modifOffre #frais select, .administrateur #content #modifOffre #seuilsRemise label, .administrateur #content #modifOffre #seuilsRemise input, .administrateur #content #modifOffre #seuilsRemise select {
        display: inline-block;
        width: 39%;
        box-sizing: border-box;
        margin: 0;
        padding: 4px 6px;
        height: auto; }
      .administrateur #content #modifOffre #libType input, .administrateur #content #modifOffre #libType select, .administrateur #content #modifOffre #laboFamille input, .administrateur #content #modifOffre #laboFamille select, .administrateur #content #modifOffre #frais input, .administrateur #content #modifOffre #frais select, .administrateur #content #modifOffre #seuilsRemise input, .administrateur #content #modifOffre #seuilsRemise select {
        width: 59%; }
      .administrateur #content #modifOffre #libType label, .administrateur #content #modifOffre #laboFamille label, .administrateur #content #modifOffre #frais label, .administrateur #content #modifOffre #seuilsRemise label {
        text-transform: uppercase; }
    .administrateur #content #modifOffre #frais .input-checkbox-wrapper label {
      width: 100%; }
      .administrateur #content #modifOffre #frais .input-checkbox-wrapper label input {
        width: 10%;
        margin-top: 3px; }
    .administrateur #content #modifOffre #frais .input-double-wrapper input {
      width: 120px;
      text-align: right; }
    .administrateur #content #modifOffre #frais .span6:first-child .control-group {
      margin-bottom: 10px; }
    .administrateur #content #modifOffre #laboFamille .span4:first-child .control-group:last-child {
      display: none; }
    .administrateur #content #modifOffre #seuilsRemise {
      padding-bottom: 10px; }
      .administrateur #content #modifOffre #seuilsRemise #typeRemise .span4 {
        text-transform: uppercase; }
      .administrateur #content #modifOffre #seuilsRemise #typeRemise .span8 label:first-child {
        display: none; }
      .administrateur #content #modifOffre #seuilsRemise label input {
        width: auto;
        min-width: 30px; }
      .administrateur #content #modifOffre #seuilsRemise #seuils {
        margin-left: 10px;
        margin-top: 10px; }
        .administrateur #content #modifOffre #seuilsRemise #seuils .seuil {
          float: left;
          max-width: 250px;
          font-weight: normal;
          margin-right: 20px;
          border: 1px solid #868788;
          border-radius: 5px;
          padding: 10px; }
          .administrateur #content #modifOffre #seuilsRemise #seuils .seuil .control-group {
            display: inline;
            margin-right: 10px; }
            .administrateur #content #modifOffre #seuilsRemise #seuils .seuil .control-group input[type="number"] {
              width: 100px; }
          .administrateur #content #modifOffre #seuilsRemise #seuils .seuil div span:first-child {
            width: 70px;
            display: inline-block; }
          .administrateur #content #modifOffre #seuilsRemise #seuils .seuil p {
            font-family: 'GothamRounded-Bold', sans-serif;
            text-transform: uppercase; }
      .administrateur #content #modifOffre #seuilsRemise #checkboxhidden {
        margin: 15px auto 0; }
    .administrateur #content #modifOffre #seuilsRemise.MONTANT span.unites {
      display: none; }
    .administrateur #content #modifOffre #seuilsRemise.MONTANT .seuil:nth-child(2) {
      display: none; }
    .administrateur #content #modifOffre #seuilsRemise.MONTANT .seuil:nth-child(3) {
      display: none; }
    .administrateur #content #modifOffre #seuilsRemise.QUANTITE span.euros {
      display: none; }
    .administrateur #content #modifOffre #seuilsRemise.MONTANT #checkboxhidden {
      display: none; }
    .administrateur #content #modifOffre #seuilsRemise #typeRemise .span8 label, .administrateur #content #modifOffre #seuilsRemise #typeRemise .span8 label:hover {
      background: #b4ce42 none repeat scroll 0 0;
      border: 1px solid white;
      color: white;
      font-family: 'GothamRounded-Bold', sans-serif;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11);
      text-align: center;
      width: 120px; }
      .administrateur #content #modifOffre #seuilsRemise #typeRemise .span8 label input, .administrateur #content #modifOffre #seuilsRemise #typeRemise .span8 label:hover input {
        display: none; }
    .administrateur #content #modifOffre #seuilsRemise.MONTANT #typeRemise .span8 label:nth-child(3), .administrateur #content #modifOffre #seuilsRemise.QUANTITE #typeRemise .span8 label:nth-child(2) {
      background: rgba(203, 234, 96, 0.33); }
    .administrateur #content #modifOffre #seuilsRemise.MONTANT #typeRemise .span8 label:nth-child(3):hover, .administrateur #content #modifOffre #seuilsRemise.QUANTITE #typeRemise .span8 label:nth-child(2):hover {
      background: #b4ce42 none repeat scroll 0 0; }
    .administrateur #content #modifOffre .lfr-search-container table {
      font-family: arial; }

/***
 *                                                                                                                
 *             .8.           ,o888888o.        ,o888888o.    8 8888      88 8 8888888888    8 8888 8 8888         
 *            .888.         8888     `88.     8888     `88.  8 8888      88 8 8888          8 8888 8 8888         
 *           :88888.     ,8 8888       `8. ,8 8888       `8. 8 8888      88 8 8888          8 8888 8 8888         
 *          . `88888.    88 8888           88 8888           8 8888      88 8 8888          8 8888 8 8888         
 *         .8. `88888.   88 8888           88 8888           8 8888      88 8 888888888888  8 8888 8 8888         
 *        .8`8. `88888.  88 8888           88 8888           8 8888      88 8 8888          8 8888 8 8888         
 *       .8' `8. `88888. 88 8888           88 8888           8 8888      88 8 8888          8 8888 8 8888         
 *      .8'   `8. `88888.`8 8888       .8' `8 8888       .8' ` 8888     ,8P 8 8888          8 8888 8 8888         
 *     .888888888. `88888.  8888     ,88'     8888     ,88'    8888   ,d8P  8 8888          8 8888 8 8888         
 *    .8'       `8. `88888.  `8888888P'        `8888888P'       `Y88888P'   8 888888888888  8 8888 8 888888888888 
 */
/***
 *     ######   #######  ##    ## ########    ###     ######  ########  ######  
 *    ##    ## ##     ## ###   ##    ##      ## ##   ##    ##    ##    ##    ## 
 *    ##       ##     ## ####  ##    ##     ##   ##  ##          ##    ##       
 *    ##       ##     ## ## ## ##    ##    ##     ## ##          ##     ######  
 *    ##       ##     ## ##  ####    ##    ######### ##          ##          ## 
 *    ##    ## ##     ## ##   ###    ##    ##     ## ##    ##    ##    ##    ## 
 *     ######   #######  ##    ##    ##    ##     ##  ######     ##     ######  
 */
.vosContacts .ligneCont {
  margin-bottom: 20px; }
  .vosContacts .ligneCont .contact {
    text-align: center;
    background: #b4ce42;
    color: white;
    font-family: 'GothamRounded-Bold', sans-serif;
    padding: 15px 10px;
    width: 23%;
    margin: 0 1%;
    box-sizing: border-box;
    border-radius: 5px;
    float: left; }
    .vosContacts .ligneCont .contact .photo {
      border-radius: 150px;
      margin: 0 auto 15px;
      overflow: hidden;
      width: 95%; }
      .vosContacts .ligneCont .contact .photo img {
        width: 100%; }
    .vosContacts .ligneCont .contact .nom {
      font-size: 1.4em;
      text-transform: uppercase;
      height: 50px; }
    .vosContacts .ligneCont .contact .titre {
      font-size: 1.2em;
      text-transform: uppercase;
      height: 70px; }
    .vosContacts .ligneCont .contact div {
      margin-bottom: 10px; }
  .vosContacts .ligneCont .contact:nth-child(1) {
    background: #fbbb48; }
  .vosContacts .ligneCont .contact:nth-child(2) {
    background: #b4ce42; }
  .vosContacts .ligneCont .contact:nth-child(3) {
    background: #007266; }
  .vosContacts .ligneCont .contact:nth-child(4) {
    background: #48a8a0; }

/***
 *     ######  ##       #### ########  ######## ########   ######  
 *    ##    ## ##        ##  ##     ## ##       ##     ## ##    ## 
 *    ##       ##        ##  ##     ## ##       ##     ## ##       
 *     ######  ##        ##  ##     ## ######   ########   ######  
 *          ## ##        ##  ##     ## ##       ##   ##         ## 
 *    ##    ## ##        ##  ##     ## ##       ##    ##  ##    ## 
 *     ######  ######## #### ########  ######## ##     ##  ######  
 */
#wrapper {
  /***
   *    ######## ##    ##  ######     ########  #######  ########  ##     ##    ###    ######## ####  #######  ##    ##  ######  
   *    ##       ###   ## ##    ##    ##       ##     ## ##     ## ###   ###   ## ##      ##     ##  ##     ## ###   ## ##    ## 
   *    ##       ####  ## ##          ##       ##     ## ##     ## #### ####  ##   ##     ##     ##  ##     ## ####  ## ##       
   *    ######   ## ## ## ##          ######   ##     ## ########  ## ### ## ##     ##    ##     ##  ##     ## ## ## ##  ######  
   *    ##       ##  #### ##          ##       ##     ## ##   ##   ##     ## #########    ##     ##  ##     ## ##  ####       ## 
   *    ##       ##   ### ##    ##    ##       ##     ## ##    ##  ##     ## ##     ##    ##     ##  ##     ## ##   ### ##    ## 
   *    ######## ##    ##  ######     ##        #######  ##     ## ##     ## ##     ##    ##    ####  #######  ##    ##  ######  
   */
  /***
   *    ########  ########  ######## ##     ## ########  ######  
   *    ##     ## ##     ## ##       ##     ## ##       ##    ## 
   *    ##     ## ##     ## ##       ##     ## ##       ##       
   *    ########  ########  ######   ##     ## ######    ######  
   *    ##     ## ##   ##   ##        ##   ##  ##             ## 
   *    ##     ## ##    ##  ##         ## ##   ##       ##    ## 
   *    ########  ##     ## ########    ###    ########  ######  
   */
  /***
   *    ######## ########   #######   ######       ####        ######  ########  #######   ######  ##    ## 
   *       ##    ##     ## ##     ## ##    ##     ##  ##      ##    ##    ##    ##     ## ##    ## ##   ##  
   *       ##    ##     ## ##     ## ##            ####       ##          ##    ##     ## ##       ##  ##   
   *       ##    ########  ##     ## ##           ####         ######     ##    ##     ## ##       #####    
   *       ##    ##   ##   ##     ## ##          ##  ## ##          ##    ##    ##     ## ##       ##  ##   
   *       ##    ##    ##  ##     ## ##    ##    ##   ##      ##    ##    ##    ##     ## ##    ## ##   ##  
   *       ##    ##     ##  #######   ######      ####  ##     ######     ##     #######   ######  ##    ## 
   */
  /***
   *    ######## ##     ## ########  ##        #######  #### 
   *    ##       ###   ### ##     ## ##       ##     ##  ##  
   *    ##       #### #### ##     ## ##       ##     ##  ##  
   *    ######   ## ### ## ########  ##       ##     ##  ##  
   *    ##       ##     ## ##        ##       ##     ##  ##  
   *    ##       ##     ## ##        ##       ##     ##  ##  
   *    ######## ##     ## ##        ########  #######  #### 
   */
  /***
   *    ######## ##    ##  ######     ###    ########  ########    ##       #### ######## ##    ##  ######  
   *    ##       ###   ## ##    ##   ## ##   ##     ##    ##       ##        ##  ##       ###   ## ##    ## 
   *    ##       ####  ## ##        ##   ##  ##     ##    ##       ##        ##  ##       ####  ## ##       
   *    ######   ## ## ## ##       ##     ## ########     ##       ##        ##  ######   ## ## ##  ######  
   *    ##       ##  #### ##       ######### ##   ##      ##       ##        ##  ##       ##  ####       ## 
   *    ##       ##   ### ##    ## ##     ## ##    ##     ##       ##        ##  ##       ##   ### ##    ## 
   *    ######## ##    ##  ######  ##     ## ##     ##    ##       ######## #### ######## ##    ##  ######  
   */ }
  #wrapper #sliderActus, #wrapper #ongletsServices {
    list-style: outside none none;
    margin: 0;
    z-index: 50;
    overflow: hidden;
    position: relative; }
    #wrapper #sliderActus li, #wrapper #ongletsServices li {
      width: 100%;
      margin-bottom: 0; }
      #wrapper #sliderActus li .illustr, #wrapper #ongletsServices li .illustr {
        float: left;
        width: 100%; }
        #wrapper #sliderActus li .illustr img, #wrapper #ongletsServices li .illustr img {
          border-radius: 5px; }
  #wrapper #sliderActus {
    width: 100%; }
    #wrapper #sliderActus li .desc {
      height: 100%;
      position: absolute;
      width: 100%; }
      #wrapper #sliderActus li .desc .textactu {
        left: 20px;
        position: absolute;
        top: 5%;
        color: #868788; }
        #wrapper #sliderActus li .desc .textactu .natMess {
          color: #fbbb48;
          font-family: 'GothamRounded-Bold', sans-serif; }
        #wrapper #sliderActus li .desc .textactu .titMess {
          font-size: 2.5em;
          font-style: italic;
          font-family: 'GothamRounded-Bold', sans-serif;
          margin: 1% auto 2%; }
        #wrapper #sliderActus li .desc .textactu .sstitMess {
          color: #b4ce42;
          font-family: 'GothamRounded-Bold', sans-serif;
          font-size: 1.5em; }
        #wrapper #sliderActus li .desc .textactu .descMess {
          font-size: 1.5em;
          line-height: 1.5em; }
  #wrapper .servicesOnglets {
    background: white;
    border-radius: 5px;
    overflow: hidden; }
    #wrapper .servicesOnglets li .illustr img {
      border-radius: 0; }
  #wrapper #ongletsServices + .rslides_tabs {
    list-style: none;
    margin-left: 0; }
    #wrapper #ongletsServices + .rslides_tabs .titrservices {
      font-family: 'GothamRounded-Bold', sans-serif;
      padding: 20px 0;
      text-align: center;
      text-transform: uppercase;
      color: #868788;
      font-size: 12px; }
    #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] {
      box-sizing: border-box;
      height: 80px;
      border-bottom: 1px solid #e3e0dd;
      position: relative; }
      #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] a {
        padding: 15px 10px 15px 30px;
        display: block;
        text-decoration: none;
        color: #868788; }
        #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] a .titronglet {
          font-family: 'GothamRounded-Bold', sans-serif;
          font-size: 18px;
          font-style: italic;
          margin-bottom: 8px; }
        #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] a .libonglet, #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] a .titronglet {
          line-height: 14px; }
    #wrapper #ongletsServices + .rslides_tabs .rslides_here, #wrapper #ongletsServices + .rslides_tabs [class*="rslides2"]:hover {
      background: #e3e0dd; }
      #wrapper #ongletsServices + .rslides_tabs .rslides_here .pointeOngl, #wrapper #ongletsServices + .rslides_tabs [class*="rslides2"]:hover .pointeOngl {
        background: url("/theme-reseausante-theme/images/custom/pointe.png") no-repeat scroll 0 0 transparent;
        height: 15px;
        left: -9px;
        top: 33px;
        position: absolute;
        width: 10px; }
  #wrapper #ongletsServices {
    z-index: 0; }
  #wrapper #sliderActus + .rslides_tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    top: -68px;
    left: 20px;
    width: 90%;
    position: relative;
    z-index: 100;
    height: 0; }
    #wrapper #sliderActus + .rslides_tabs li {
      display: inline;
      float: none;
      margin-right: 1px; }
    #wrapper #sliderActus + .rslides_tabs a {
      width: 18px;
      height: 18px;
      margin: 0 10px;
      background: url("/theme-reseausante-theme/images/custom/actuoff.png") no-repeat scroll 0 0 transparent;
      color: transparent !important;
      display: inline-block; }
    #wrapper #sliderActus + .rslides_tabs a:hover {
      color: transparent; }
    #wrapper #sliderActus + .rslides_tabs li:first-child {
      margin-left: 0; }
    #wrapper #sliderActus + .rslides_tabs .rslides_here a {
      background: url("/theme-reseausante-theme/images/custom/actuon.png") no-repeat scroll 0 0 transparent;
      color: transparent; }
  #wrapper #sliderActus a .savoirplus, #wrapper #sliderActus a .versSite, #wrapper #ongletsServices a .savoirplus, #wrapper #ongletsServices a .versSite, #wrapper .encartFormations a .savoirplus, #wrapper .encartFormations a .versSite {
    border: 2px solid rgba(255, 255, 255, 0.37);
    letter-spacing: 3px;
    border-radius: 25px;
    bottom: 20px;
    padding: 10px 25px;
    position: absolute;
    right: 60px;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
  #wrapper #sliderActus a .savoirplus:hover, #wrapper #sliderActus a .versSite:hover, #wrapper #ongletsServices a .savoirplus:hover, #wrapper #ongletsServices a .versSite:hover, #wrapper .encartFormations a .savoirplus:hover, #wrapper .encartFormations a .versSite:hover {
    background: rgba(255, 255, 255, 0.33); }
  #wrapper #sliderActus a .versSite, #wrapper #ongletsServices a .versSite, #wrapper .encartFormations a .versSite {
    right: 160px; }
  #wrapper .encartFormations {
    font-size: 1.2em;
    background: #b4ce42;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-family: 'GothamRounded-Bold', sans-serif;
    padding: 20px 15% 80px;
    box-sizing: border-box; }
    #wrapper .encartFormations .titre {
      text-transform: uppercase; }
    #wrapper .encartFormations .lienpdf {
      font-size: 1.4em;
      line-height: 1em;
      margin-top: 15px; }
      #wrapper .encartFormations .lienpdf a {
        color: white;
        text-decoration: none; }
    #wrapper .encartFormations a .savoirplus {
      width: 70%;
      right: auto;
      box-sizing: border-box;
      padding: 10px; }
  #wrapper #trocstock {
    border-radius: 5px;
    height: 280px;
    overflow: hidden; }
  #wrapper .titreBreves {
    background: #213c47 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: white;
    font-family: 'GothamRounded-Bold', sans-serif;
    letter-spacing: 3px;
    padding: 20px 30px 20px 40px;
    text-transform: uppercase;
    position: relative; }
    #wrapper .titreBreves #lienPageActus {
      background: #b4ce42;
      padding: 5px 5px 5px 8px;
      border-radius: 20px;
      float: right;
      color: white;
      font-size: 2em; }
    #wrapper .titreBreves a {
      position: absolute;
      right: 30px;
      top: 15px; }
  #wrapper #brevesActus {
    list-style: outside none none;
    margin: 0;
    padding: 6px 20px 7px;
    overflow: hidden;
    background: white;
    border-radius: 0 0 5px 5px;
    max-height: 392px;
    overflow: hidden; }
    #wrapper #brevesActus a {
      text-decoration: none;
      color: #868788; }
      #wrapper #brevesActus a .asset-title {
        border-bottom: 0;
        padding-bottom: 0;
        margin: 0;
        line-height: 1.3em; }
    #wrapper #brevesActus .illustr {
      max-height: 110px;
      overflow: hidden; }
    #wrapper #brevesActus .asset-abstract {
      margin-bottom: 0;
      border-bottom: 1px solid #e3e0dd; }
      #wrapper #brevesActus .asset-abstract .cadrePhot {
        height: 90px;
        overflow: hidden; }
      #wrapper #brevesActus .asset-abstract .titractu {
        font-size: 13px;
        font-style: italic;
        font-family: 'GothamRounded-Bold', sans-serif;
        line-height: 15px;
        padding-top: 5px; }
      #wrapper #brevesActus .asset-abstract .desc {
        margin-top: 5px;
        line-height: 15px; }
    #wrapper #brevesActus .sansPhot {
      height: 90px;
      margin-top: 8px;
      box-sizing: border-box; }
    #wrapper #brevesActus .avecPhot {
      height: 180px;
      margin-top: 16px;
      box-sizing: border-box; }
  #wrapper .actusTot, #wrapper .agendaTot {
    background: white;
    padding: 20px;
    border-radius: 5px; }
    #wrapper .actusTot .dotactu, #wrapper .agendaTot .dotactu {
      float: left;
      margin: 8px 0 0 1px; }
    #wrapper .actusTot .titreBrevesTot, #wrapper .agendaTot .titreBrevesTot {
      font-family: 'GothamRounded-Bold', sans-serif;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 14px; }
    #wrapper .actusTot #brevesActusTot, #wrapper .agendaTot #brevesActusTot {
      background: rgba(0, 0, 0, 0) url("/theme-reseausante-theme/images/custom/lisere.png") repeat-y scroll 5px 0;
      padding-top: 20px;
      list-style: none; }
      #wrapper .actusTot #brevesActusTot li.cache, #wrapper .agendaTot #brevesActusTot li.cache {
        display: none; }
      #wrapper .actusTot #brevesActusTot .textactu, #wrapper .agendaTot #brevesActusTot .textactu {
        font-size: 1.6em;
        line-height: 1.5em;
        margin-bottom: 15px; }
      #wrapper .actusTot #brevesActusTot .desc, #wrapper .agendaTot #brevesActusTot .desc {
        margin-left: 10%;
        width: 90%; }
      #wrapper .actusTot #brevesActusTot .illustr, #wrapper .agendaTot #brevesActusTot .illustr {
        border-radius: 5px;
        float: left;
        height: 120px;
        margin-right: 20px;
        overflow: hidden;
        position: relative;
        width: 120px; }
        #wrapper .actusTot #brevesActusTot .illustr img, #wrapper .agendaTot #brevesActusTot .illustr img {
          left: -60px;
          width: 240px;
          position: absolute;
          max-width: none; }
      #wrapper .actusTot #brevesActusTot .redactionnel, #wrapper .agendaTot #brevesActusTot .redactionnel {
        font-size: 1.1em;
        min-height: 120px; }
  #wrapper .portlet-asset-publisher .agendaTot #brevesActusTot .redactionnel {
    min-height: auto; }
  #wrapper .portlet-asset-publisher .agendaTot .asset-abstract {
    margin-bottom: 4em; }
  #wrapper .portlet-asset-publisher .agendaTot .ladate {
    height: 40px;
    position: relative;
    margin-bottom: 10px; }
    #wrapper .portlet-asset-publisher .agendaTot .ladate span {
      float: left;
      display: block;
      height: 20px;
      position: relative;
      margin: 20px 0 0 0; }
    #wrapper .portlet-asset-publisher .agendaTot .ladate .jjour {
      font-size: 40px;
      line-height: 40px;
      margin: 0; }
    #wrapper .portlet-asset-publisher .agendaTot .ladate .mmois {
      font-size: 20px;
      margin: 0 0 20px 0; }
    #wrapper .portlet-asset-publisher .agendaTot .ladate .hheure {
      margin: 20px 0 0 5px; }
  #wrapper .portlet-asset-publisher .agendaTot .textactu {
    font-style: italic;
    font-family: 'GothamRounded-Bold', sans-serif;
    margin-bottom: 0; }
  #wrapper .menuActus, #wrapper .menuContacts {
    background: #213c47;
    color: white;
    border-radius: 5px;
    overflow: hidden; }
    #wrapper .menuActus .entete, #wrapper .menuContacts .entete {
      color: #868788; }
      #wrapper .menuActus .entete .icon-reorder::before, #wrapper .menuContacts .entete .icon-reorder::before {
        font-size: 22px;
        margin-right: 15px;
        padding: 15px;
        border-right: 1px solid #868788;
        font-family: 'fontawesome-alloy'; }
      #wrapper .menuActus .entete .libcat, #wrapper .menuContacts .entete .libcat {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif; }
    #wrapper .menuActus .entete:hover, #wrapper .menuContacts .entete:hover {
      color: white; }
    #wrapper .menuActus .catactu, #wrapper .menuContacts .catactu {
      padding: 15px;
      border-top: 1px solid #868788;
      letter-spacing: 2px; }
      #wrapper .menuActus .catactu .dotactu, #wrapper .menuContacts .catactu .dotactu {
        float: left;
        margin: 5px 20px 0 0; }
      #wrapper .menuActus .catactu .libcat, #wrapper .menuContacts .catactu .libcat {
        text-transform: uppercase; }
    #wrapper .menuActus .catactu:hover, #wrapper .menuActus .entete:hover, #wrapper .menuContacts .catactu:hover, #wrapper .menuContacts .entete:hover {
      background: #868788;
      cursor: pointer; }
  #wrapper .menuActus .dotactu, #wrapper .menuContacts .dotactu, #wrapper .actusTot .dotactu, #wrapper .agendaTot .dotactu {
    height: 12px;
    width: 12px;
    background: #868788;
    border-radius: 10px; }
  #wrapper .menuActus .bleu .dotactu, #wrapper .menuContacts .bleu .dotactu, #wrapper .actusTot .bleu .dotactu, #wrapper .agendaTot .bleu .dotactu {
    background: #007266; }
  #wrapper .menuActus .rouge .dotactu, #wrapper .menuContacts .rouge .dotactu, #wrapper .actusTot .rouge .dotactu, #wrapper .agendaTot .rouge .dotactu {
    background: #89be30; }
  #wrapper .menuActus .vert .dotactu, #wrapper .menuContacts .vert .dotactu, #wrapper .actusTot .vert .dotactu, #wrapper .agendaTot .vert .dotactu {
    background: #fbbb48; }
  #wrapper .menuActus .violet .dotactu, #wrapper .menuContacts .violet .dotactu, #wrapper .actusTot .violet .dotactu, #wrapper .agendaTot .violet .dotactu {
    background: #b4ce42; }
  #wrapper .menuActus .orange .dotactu, #wrapper .menuContacts .orange .dotactu, #wrapper .actusTot .orange .dotactu, #wrapper .agendaTot .orange .dotactu {
    background: #f6f6f6; }
  #wrapper .menuActus .reun .dotactu, #wrapper .menuContacts .reun .dotactu, #wrapper .actusTot .reun .dotactu, #wrapper .agendaTot .reun .dotactu {
    background: #fbbb48; }
  #wrapper .menuActus .camps .dotactu, #wrapper .menuContacts .camps .dotactu, #wrapper .actusTot .camps .dotactu, #wrapper .agendaTot .camps .dotactu {
    background: #b4ce42; }
  #wrapper .menuActus .for .dotactu, #wrapper .menuContacts .for .dotactu, #wrapper .actusTot .for .dotactu, #wrapper .agendaTot .for .dotactu {
    background: #007266; }
  #wrapper .menuActus .forlab .dotactu, #wrapper .menuContacts .forlab .dotactu, #wrapper .actusTot .forlab .dotactu, #wrapper .agendaTot .forlab .dotactu {
    background: #b9dfe9; }
  #wrapper .menuActus .plf .dotactu, #wrapper .menuContacts .plf .dotactu, #wrapper .actusTot .plf .dotactu, #wrapper .agendaTot .plf .dotactu {
    background: #89be30; }
  #wrapper .menuActus .evrs .dotactu, #wrapper .menuContacts .evrs .dotactu, #wrapper .actusTot .evrs .dotactu, #wrapper .agendaTot .evrs .dotactu {
    background: #ffd36b; }
  #wrapper .menuContacts {
    font-size: 10px;
    text-transform: uppercase; }
    #wrapper .menuContacts .catactu:hover, #wrapper .menuContacts .entete:hover {
      background: inherit;
      cursor: inherit; }
    #wrapper .menuContacts .dotactu {
      background: #fbbb48; }
    #wrapper .menuContacts .catactu {
      letter-spacing: 0; }
    #wrapper .menuContacts .libcat {
      font-size: 12px;
      letter-spacing: 2px; }
  #wrapper .trocStock {
    background: white;
    padding: 20px;
    border-radius: 5px; }
    #wrapper .trocStock .titreTS, #wrapper .trocStock #enteteTS {
      color: #213c47;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-family: 'GothamRounded-Bold', sans-serif;
      font-size: 14px; }
    #wrapper .trocStock #listeTS {
      color: #868788;
      list-style: none;
      font-size: 1.2em; }
      #wrapper .trocStock #listeTS li.cache {
        display: none; }
      #wrapper .trocStock #listeTS li {
        margin-bottom: 25px; }
      #wrapper .trocStock #listeTS .desc {
        margin-left: 10%;
        width: 90%; }
      #wrapper .trocStock #listeTS .mail a {
        color: #868788;
        font-size: 11px; }
      #wrapper .trocStock #listeTS .span9 .cession {
        color: #fbbb48;
        text-transform: uppercase;
        font-family: 'GothamRounded-Bold', sans-serif; }
      #wrapper .trocStock #listeTS .span9 .recherche {
        color: #b4ce42;
        text-transform: uppercase;
        font-family: 'GothamRounded-Bold', sans-serif; }
  #wrapper .menuActus .cession .dotactu {
    background: #fbbb48; }
  #wrapper .menuActus .recherche .dotactu {
    background: #b4ce42; }
  #wrapper #demEmploi {
    background-color: white;
    padding: 20px; }
    #wrapper #demEmploi .input-xlarge, #wrapper #demEmploi .input-xxlarge, #wrapper #demEmploi input[type="text"], #wrapper #demEmploi input[type="tel"] {
      box-sizing: border-box;
      display: block;
      width: 100%;
      background-color: #f2f1f0;
      height: 25px; }
    #wrapper #demEmploi input[type="file"] {
      width: 100%; }
    #wrapper #demEmploi .radio input {
      width: auto;
      margin-right: 10px; }
    #wrapper #demEmploi #desc {
      font-size: 14px;
      font-family: 'GothamRounded-Bold', sans-serif;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #213c47;
      margin-bottom: 20px; }
    #wrapper #demEmploi .btn[type="submit"] {
      background: white none repeat scroll 0 0;
      border: 1px solid #868788;
      border-radius: 25px;
      color: #213c47;
      font-family: 'GothamRounded-Bold', sans-serif;
      letter-spacing: 3px;
      padding: 10px 50px; }
    #wrapper #demEmploi .btn[type="submit"]:hover {
      background: #e3e0dd; }
    #wrapper #demEmploi .messAnn textarea {
      min-height: 150px; }
  #wrapper .titrHead {
    position: relative; }
  #wrapper .affichEmp .dot {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    position: absolute;
    top: 14px;
    left: -20px; }
  #wrapper .affichEmp .demande .dot {
    background: #fbbb48; }
  #wrapper .affichEmp .offre .dot {
    background: #b4ce42; }
  #wrapper .carrelien {
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
    font-family: 'GothamRounded-Bold', sans-serif;
    letter-spacing: 3px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    #wrapper .carrelien a {
      color: white; }
  #wrapper .carrelien.carrevert {
    background-color: #b4ce42; }
  #wrapper .carrelien.carrevert:hover {
    background-color: #d4e393;
    color: #868788; }
  #wrapper .carrelien.carreorange {
    background-color: #fbbb48; }
  #wrapper .carrelien.carreorange:hover {
    background-color: #fde0ac;
    color: #868788; }
  #wrapper .carrelien.carrebleu {
    background-color: #007266; }
  #wrapper .carrelien.carrebleu:hover {
    background-color: #00d8c1;
    color: #868788; }
  #wrapper .carrelien.carregrisbleu {
    background-color: #48a8a0; }
  #wrapper .carrelien.carregrisbleu:hover {
    background-color: #89cdc7;
    color: #868788; }

/***
 *       ###     ######   ########  ########  ######      ########   #######  ########  ##     ## ########  
 *      ## ##   ##    ##  ##     ## ##       ##    ##     ##     ## ##     ## ##     ## ##     ## ##     ## 
 *     ##   ##  ##        ##     ## ##       ##           ##     ## ##     ## ##     ## ##     ## ##     ## 
 *    ##     ## ##   #### ########  ######   ##   ####    ########  ##     ## ########  ##     ## ########  
 *    ######### ##    ##  ##   ##   ##       ##    ##     ##        ##     ## ##        ##     ## ##        
 *    ##     ## ##    ##  ##    ##  ##       ##    ##     ##        ##     ## ##        ##     ## ##        
 *    ##     ##  ######   ##     ## ########  ######      ##         #######  ##         #######  ##        
 */
#agregPopup .modal-header {
  height: 15px;
  padding: 5px 0; }
  #agregPopup .modal-header h3 {
    display: none; }
  #agregPopup .modal-header .toolbar-content {
    color: #555555;
    display: inline;
    font-size: 16px;
    font-family: 'GothamRounded-Bold', sans-serif;
    position: absolute;
    right: 35px;
    width: 85px; }
  #agregPopup .modal-header .btn.close {
    font-size: 30px !important;
    opacity: 0.7 !important;
    line-height: normal;
    position: absolute;
    right: 5px;
    top: -9px;
    float: none; }
  #agregPopup .modal-header .toolbar-content:before {
    content: " Fermer"; }
  #agregPopup .modal-header .btn.close:hover {
    opacity: 0.4 !important; }

.articleActu .titreActu {
  font-size: 1.8em;
  line-height: 1.8em;
  font-family: 'GothamRounded-Bold', sans-serif;
  color: #868788;
  text-align: center;
  margin-bottom: 2em;
  text-transform: uppercase; }

/***
 *    ########  ########   #######  ##     ##  #######   ######  
 *    ##     ## ##     ## ##     ## ###   ### ##     ## ##    ## 
 *    ##     ## ##     ## ##     ## #### #### ##     ## ##       
 *    ########  ########  ##     ## ## ### ## ##     ##  ######  
 *    ##        ##   ##   ##     ## ##     ## ##     ##       ## 
 *    ##        ##    ##  ##     ## ##     ## ##     ## ##    ## 
 *    ##        ##     ##  #######  ##     ##  #######   ######  
 */
.promosAccueil {
  background: #868788;
  border-radius: 5px;
  overflow: hidden; }
  .promosAccueil #enavant {
    background: white;
    color: #868788; }
    .promosAccueil #enavant .letexte, .promosAccueil #enavant .illustration {
      padding: 20px 40px;
      box-sizing: border-box; }
    .promosAccueil #enavant .typePromo {
      color: #fbbb48;
      text-transform: uppercase;
      font-family: 'GothamRounded-Bold', sans-serif;
      margin: 10px auto;
      letter-spacing: 2px; }
    .promosAccueil #enavant .designation {
      font-size: 38px;
      font-style: italic;
      font-family: 'GothamRounded-Bold', sans-serif;
      line-height: 38px; }
    .promosAccueil #enavant .conditionnement {
      font-size: 20px;
      font-family: 'GothamRounded-Bold', sans-serif;
      margin-bottom: 25px; }
    .promosAccueil #enavant .remise {
      margin-top: 25px;
      color: #fbbb48;
      font-size: 20px;
      font-family: 'GothamRounded-Bold', sans-serif; }
    .promosAccueil #enavant .montant {
      font-size: 30px;
      font-family: 'GothamRounded-Bold', sans-serif;
      color: #fbbb48; }
    .promosAccueil #enavant .illustration img {
      max-height: 208px;
      display: block;
      margin: auto;
      color: #fbbb48; }
  .promosAccueil .promo {
    float: left;
    width: 30%;
    margin-left: 2%;
    padding: 20px 0 15px;
    box-sizing: border-box; }
    .promosAccueil .promo .letexte, .promosAccueil .promo .illustration {
      float: right; }
    .promosAccueil .promo .letexte {
      color: white;
      font-size: 12px;
      font-family: 'GothamRounded-Bold', sans-serif;
      line-height: 12px;
      width: 55%;
      padding-left: 5%;
      box-sizing: border-box; }
      .promosAccueil .promo .letexte .typePromo, .promosAccueil .promo .letexte .conditionnement, .promosAccueil .promo .letexte .remise {
        display: none; }
      .promosAccueil .promo .letexte .designation {
        height: 50px;
        text-transform: uppercase; }
      .promosAccueil .promo .letexte .laboratoire {
        color: #e3e0dd;
        height: 25px;
        font-style: italic;
        font-weight: normal; }
      .promosAccueil .promo .letexte .montant {
        font-size: 15px;
        height: 25px;
        margin-top: 1px; }
    .promosAccueil .promo .illustration {
      max-height: 100px;
      background: white;
      border-radius: 5px;
      width: 40%; }
      .promosAccueil .promo .illustration img {
        max-height: 100px;
        max-width: 100%;
        display: block;
        margin: auto; }
  .promosAccueil .promo:hover {
    background: #213c47;
    cursor: pointer; }

/***
 *     ######     ###    ########   #######  ##     ##  ######  ######## ##       
 *    ##    ##   ## ##   ##     ## ##     ## ##     ## ##    ## ##       ##       
 *    ##        ##   ##  ##     ## ##     ## ##     ## ##       ##       ##       
 *    ##       ##     ## ########  ##     ## ##     ##  ######  ######   ##       
 *    ##       ######### ##   ##   ##     ## ##     ##       ## ##       ##       
 *    ##    ## ##     ## ##    ##  ##     ## ##     ## ##    ## ##       ##       
 *     ######  ##     ## ##     ##  #######   #######   ######  ######## ######## 
 */
#partenaires {
  background: white;
  border-radius: 5px; }

.nbs-flexisel-container {
  position: relative;
  max-width: 100%; }

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%; }

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px; }

.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 200px;
  max-height: 125px; }

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 22px;
  top: -30px !important;
  height: 28px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5; }

.nbs-flexisel-nav-left {
  left: 10px;
  background: url(/theme-reseausante-theme/images/custom/prev.png) no-repeat; }

.nbs-flexisel-nav-right {
  right: 5px;
  background: url(/theme-reseausante-theme/images/custom/next.png) no-repeat; }

#carouseltitre {
  font-family: 'GothamRounded-Bold', sans-serif;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #e3e0dd; }

#banniere {
  background: white;
  border-radius: 5px; }
  #banniere .nbs-flexisel-item img {
    max-width: 1024px;
    max-height: none; }
  #banniere .nbs-flexisel-nav-left,
  #banniere .nbs-flexisel-nav-right {
    display: none; }
  #banniere .nbs-flexisel-item {
    left: -25px;
    cursor: none; }

/***
 *     ######   #######  ##    ## ########    ###     ######  ########  ######  
 *    ##    ## ##     ## ###   ##    ##      ## ##   ##    ##    ##    ##    ## 
 *    ##       ##     ## ####  ##    ##     ##   ##  ##          ##    ##       
 *    ##       ##     ## ## ## ##    ##    ##     ## ##          ##     ######  
 *    ##       ##     ## ##  ####    ##    ######### ##          ##          ## 
 *    ##    ## ##     ## ##   ###    ##    ##     ## ##    ##    ##    ##    ## 
 *     ######   #######  ##    ##    ##    ##     ##  ######     ##     ######  


#tabContacts {
	color: $grisrs;
	font-family: Montserrat;
	border-collapse: unset;
	width:100%;
	margin-top:15px;
	.row-fluid {
		padding:8px;
		line-height:20px;
		div{
			min-height:0;
		}
	}
	.row-fluid:nth-child(2n+1){
	 background: $grisclairrs none repeat scroll 0 0;
	 border-radius:5px;
	}

	.row-fluid div:first-child{
		color: $grisfoncers;
		font-family: 'GothamRounded-Bold', sans-serif;
	}
	.row-fluid:first-child {
		background: $grisbleurs none repeat scroll 0 0;
		text-transform:uppercase;
		border-radius:5px;
		text-align:center;
		font-family: 'GothamRounded-Bold', sans-serif;
		div{
			color : white;
		}
	}
}
 */
/***
 *                                                                                                                              
 *       d888888o.   8 8888888888   8 888888888o. `8.`888b           ,8'  8 8888     ,o888888o.    8 8888888888     d888888o.   
 *     .`8888:' `88. 8 8888         8 8888    `88. `8.`888b         ,8'   8 8888    8888     `88.  8 8888         .`8888:' `88. 
 *     8.`8888.   Y8 8 8888         8 8888     `88  `8.`888b       ,8'    8 8888 ,8 8888       `8. 8 8888         8.`8888.   Y8 
 *     `8.`8888.     8 8888         8 8888     ,88   `8.`888b     ,8'     8 8888 88 8888           8 8888         `8.`8888.     
 *      `8.`8888.    8 888888888888 8 8888.   ,88'    `8.`888b   ,8'      8 8888 88 8888           8 888888888888  `8.`8888.    
 *       `8.`8888.   8 8888         8 888888888P'      `8.`888b ,8'       8 8888 88 8888           8 8888           `8.`8888.   
 *        `8.`8888.  8 8888         8 8888`8b           `8.`888b8'        8 8888 88 8888           8 8888            `8.`8888.  
 *    8b   `8.`8888. 8 8888         8 8888 `8b.          `8.`888'         8 8888 `8 8888       .8' 8 8888        8b   `8.`8888. 
 *    `8b.  ;8.`8888 8 8888         8 8888   `8b.         `8.`8'          8 8888    8888     ,88'  8 8888        `8b.  ;8.`8888 
 *     `Y8888P ,88P' 8 888888888888 8 8888     `88.        `8.`           8 8888     `8888888P'    8 888888888888 `Y8888P ,88P' 
 */
.nav-menu {
  background: #213c47;
  color: white;
  border-radius: 5px;
  overflow: hidden; }
  .nav-menu h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0; }
    .nav-menu h2 a {
      color: #868788;
      padding: 15px 0;
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      font-size: 15px;
      font-weight: normal; }
    .nav-menu h2 a::before {
      font-size: 22px;
      padding: 15px;
      border-right: 1px solid #868788;
      font-family: 'fontawesome-alloy';
      content: "\f0c9";
      margin-right: 15px; }
  .nav-menu > ul {
    list-style: none;
    color: #fbbb48;
    margin: 0;
    padding: 0; }
    .nav-menu > ul li {
      padding-left: 13px;
      border-top: 1px solid #868788;
      font-size: 12px; }
      .nav-menu > ul li a {
        letter-spacing: 2px;
        text-transform: uppercase;
        width: 100%;
        color: white;
        box-sizing: border-box;
        display: inline-block;
        padding: 15px 0;
        width: 80%; }
    .nav-menu > ul li.selected {
      background: #868788; }
    .nav-menu > ul li:before {
      content: "\2022\00a0";
      font-family: arial;
      vertical-align: middle;
      font-size: 4em; }
    .nav-menu > ul li:nth-child(1) {
      color: #b4ce42; }
    .nav-menu > ul li:nth-child(2) {
      color: #007266; }
    .nav-menu > ul li:nth-child(3) {
      color: #fbbb48; }
    .nav-menu > ul li:nth-child(4) {
      color: #f6f6f6; }
    .nav-menu > ul li:nth-child(5) {
      color: #89be30; }
    .nav-menu > ul li:nth-child(6) {
      color: #48a8a0; }
    .nav-menu > ul li:nth-child(7) {
      color: #ffd36b; }
    .nav-menu > ul li:nth-child(8) {
      color: #48a8a0; }
  .nav-menu li:hover, .nav-menu h2:hover {
    background: #868788;
    cursor: pointer; }
  .nav-menu li:hover a, .nav-menu li.selected a {
    color: #fbbb48; }

/***
 *    ######## ##    ##  ######     ###    ########  ########  ######  
 *    ##       ###   ## ##    ##   ## ##   ##     ##    ##    ##    ## 
 *    ##       ####  ## ##        ##   ##  ##     ##    ##    ##       
 *    ######   ## ## ## ##       ##     ## ########     ##     ######  
 *    ##       ##  #### ##       ######### ##   ##      ##          ## 
 *    ##       ##   ### ##    ## ##     ## ##    ##     ##    ##    ## 
 *    ######## ##    ##  ######  ##     ## ##     ##    ##     ######  
 */
.encartorange, .encartbleu, .encartgris, .encartblanc, .encartvert, .carreTelechargement {
  color: white;
  border-radius: 5px;
  margin-top: 25px;
  padding: 20px;
  text-align: center; }

.encartorange {
  background: #fbbb48; }

.encartbleu {
  background: #007266; }

.encartgris {
  background: #48a8a0; }

.encartblanc {
  background: white; }

.encartvert {
  background: #b4ce42; }

.carreTelechargement .lienTelechargement {
  text-transform: uppercase;
  background: white;
  border-radius: 25px;
  font-size: 10px;
  font-family: 'GothamRounded-Bold', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 15px; }
  .carreTelechargement .lienTelechargement a {
    color: #213c47;
    display: block;
    padding: 10px; }
  .carreTelechargement .lienTelechargement a::before {
    font-size: 12px;
    font-family: 'fontawesome-alloy';
    content: "\f019";
    margin-right: 15px;
    color: #868788; }
.carreTelechargement .texteTelechargement.img img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.38); }

#listepdf {
  margin: 0 20px;
  font-size: 1.2em;
  color: #868788; }
  #listepdf .docpdf {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box; }
  #listepdf a {
    color: #868788; }
    #listepdf a div {
      display: inline;
      padding: 0 10px; }
  #listepdf a:hover {
    color: #213c47; }
  #listepdf .titrepdf {
    margin-top: 15px;
    text-transform: uppercase; }
    #listepdf .titrepdf span {
      color: #868788; }
  #listepdf .titrepdf:before {
    content: "\2022";
    font-family: arial;
    padding-bottom: 4px;
    vertical-align: middle;
    font-size: 3em; }
  #listepdf .reseau .titrepdf {
    color: #b4ce42; }
  #listepdf .labos .titrepdf {
    color: #007266; }
  #listepdf .market .titrepdf {
    color: #fbbb48; }
  #listepdf .sante .titrepdf {
    color: #f6f6f6; }
  #listepdf .campagnes .titrepdf {
    color: #89be30; }
  #listepdf .comm .titrepdf {
    color: #48a8a0; }
  #listepdf .enquete .titrepdf {
    color: #ffd36b; }
  #listepdf .plan .titrepdf {
    color: #48a8a0; }
  #listepdf .unepdf {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.62); }

.titpdf {
  font-family: 'GothamRounded-Bold', sans-serif;
  font-family: Montserrat;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 25px 0 0 25px; }

.portlet-document-library-display {
  color: #868788; }
  .portlet-document-library-display .taglib-header, .portlet-document-library-display .accordion-toggle {
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-family: 'GothamRounded-Bold', sans-serif;
    letter-spacing: 3px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%;
    background: #b4ce42;
    box-sizing: border-box; }
  .portlet-document-library-display .taglib-header .header-back-to a {
    font-size: 2.5em;
    padding: 0; }
  .portlet-document-library-display .lfr-search-container {
    margin-top: 0; }
  .portlet-document-library-display .accordion-toggle {
    background: #fbbb48;
    margin: 0; }
  .portlet-document-library-display .lfr-asset-metadata {
    display: none; }
  .portlet-document-library-display a {
    color: #868788; }

/***
 *     ######  ######## ########  ######## #### ######## ####  ######     ###    ######## ####  #######  ##    ## 
 *    ##    ## ##       ##     ##    ##     ##  ##        ##  ##    ##   ## ##      ##     ##  ##     ## ###   ## 
 *    ##       ##       ##     ##    ##     ##  ##        ##  ##        ##   ##     ##     ##  ##     ## ####  ## 
 *    ##       ######   ########     ##     ##  ######    ##  ##       ##     ##    ##     ##  ##     ## ## ## ## 
 *    ##       ##       ##   ##      ##     ##  ##        ##  ##       #########    ##     ##  ##     ## ##  #### 
 *    ##    ## ##       ##    ##     ##     ##  ##        ##  ##    ## ##     ##    ##     ##  ##     ## ##   ### 
 *     ######  ######## ##     ##    ##    #### ##       ####  ######  ##     ##    ##    ####  #######  ##    ## 
 */
#accordion, #accordion2, .accordRes {
  color: #213c47; }
  #accordion h3, #accordion2 h3, .accordRes h3 {
    color: #213c47;
    text-transform: uppercase;
    font-size: 1.2em;
    background: white;
    border: 0px; }
    #accordion h3 .ui-icon-triangle-1-s::before, #accordion h3 .ui-icon-triangle-1-e::before, #accordion2 h3 .ui-icon-triangle-1-s::before, #accordion2 h3 .ui-icon-triangle-1-e::before, .accordRes h3 .ui-icon-triangle-1-s::before, .accordRes h3 .ui-icon-triangle-1-e::before {
      font-family: "fontawesome-alloy";
      height: 30px;
      width: 30px;
      float: right;
      border: 1px solid #868788;
      border-radius: 15px;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 10px;
      padding: 8px 0 0 0px;
      color: #868788;
      display: block;
      position: relative;
      right: 30px;
      top: 5px;
      text-align: center; }
    #accordion h3 .ui-icon-triangle-1-e::before, #accordion2 h3 .ui-icon-triangle-1-e::before, .accordRes h3 .ui-icon-triangle-1-e::before {
      content: "\f105";
      padding-left: 2px;
      color: #868788;
      border-color: #868788; }
    #accordion h3 .ui-icon-triangle-1-s::before, #accordion2 h3 .ui-icon-triangle-1-s::before, .accordRes h3 .ui-icon-triangle-1-s::before {
      content: "\f107";
      padding-top: 10px; }
  #accordion h3:hover, #accordion2 h3:hover, .accordRes h3:hover {
    background: #e3e0dd; }
  #accordion .ui-state-active, #accordion .ui-state-focus,
  #accordion .ui-widget-content .ui-state-active,
  #accordion .ui-widget-header .ui-state-active, #accordion2 .ui-state-active, #accordion2 .ui-state-focus,
  #accordion2 .ui-widget-content .ui-state-active,
  #accordion2 .ui-widget-header .ui-state-active, .accordRes .ui-state-active, .accordRes .ui-state-focus,
  .accordRes .ui-widget-content .ui-state-active,
  .accordRes .ui-widget-header .ui-state-active {
    border: 0px solid #ffffff;
    background: #e3e0dd; }
  #accordion .lignesDoc, #accordion2 .lignesDoc, .accordRes .lignesDoc {
    border-bottom: 1px solid #e3e0dd; }
    #accordion .lignesDoc .ligneDoc, #accordion2 .lignesDoc .ligneDoc, .accordRes .lignesDoc .ligneDoc {
      color: #868788;
      font-size: 1.2em; }
      #accordion .lignesDoc .ligneDoc .titreDoc, #accordion2 .lignesDoc .ligneDoc .titreDoc, .accordRes .lignesDoc .ligneDoc .titreDoc {
        font-family: 'PT Serif', serif; }
        #accordion .lignesDoc .ligneDoc .titreDoc .odq, #accordion .lignesDoc .ligneDoc .titreDoc .facultatif, #accordion2 .lignesDoc .ligneDoc .titreDoc .odq, #accordion2 .lignesDoc .ligneDoc .titreDoc .facultatif, .accordRes .lignesDoc .ligneDoc .titreDoc .odq, .accordRes .lignesDoc .ligneDoc .titreDoc .facultatif {
          color: #fbbb48; }
      #accordion .lignesDoc .ligneDoc .lienDoc, #accordion2 .lignesDoc .ligneDoc .lienDoc, .accordRes .lignesDoc .ligneDoc .lienDoc {
        font-family: 'GothamRounded-Bold', sans-serif;
        font-size: 0.7em; }
        #accordion .lignesDoc .ligneDoc .lienDoc a, #accordion2 .lignesDoc .ligneDoc .lienDoc a, .accordRes .lignesDoc .ligneDoc .lienDoc a {
          color: #868788; }

/***
 *    ########  ######## ######## ######## ########  ######## ##    ##  ######  ######## ##     ## ######## ##    ## ######## 
 *    ##     ## ##       ##       ##       ##     ## ##       ###   ## ##    ## ##       ###   ### ##       ###   ##    ##    
 *    ##     ## ##       ##       ##       ##     ## ##       ####  ## ##       ##       #### #### ##       ####  ##    ##    
 *    ########  ######   ######   ######   ########  ######   ## ## ## ##       ######   ## ### ## ######   ## ## ##    ##    
 *    ##   ##   ##       ##       ##       ##   ##   ##       ##  #### ##       ##       ##     ## ##       ##  ####    ##    
 *    ##    ##  ##       ##       ##       ##    ##  ##       ##   ### ##    ## ##       ##     ## ##       ##   ###    ##    
 *    ##     ## ######## ##       ######## ##     ## ######## ##    ##  ######  ######## ##     ## ######## ##    ##    ##    
 */
#referencement, #referencementPrest, #legendeRef {
  font-family: 'GothamRounded-Bold', sans-serif;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 20px; }
  #referencement .trois .icon-circle, #referencement .enteteRef .trois, #referencementPrest .trois .icon-circle, #referencementPrest .enteteRef .trois, #legendeRef .trois .icon-circle, #legendeRef .enteteRef .trois {
    color: #fbbb48; }
  #referencement .ref .icon-circle, #referencement .enteteRef .ref, #referencementPrest .ref .icon-circle, #referencementPrest .enteteRef .ref, #legendeRef .ref .icon-circle, #legendeRef .enteteRef .ref {
    color: #b4ce42; }
  #referencement .nouv .icon-circle, #referencement .enteteRef .nouv, #referencementPrest .nouv .icon-circle, #referencementPrest .enteteRef .nouv, #legendeRef .nouv .icon-circle, #legendeRef .enteteRef .nouv {
    color: #007266; }
  #referencement a, #referencementPrest a, #legendeRef a {
    color: #868788; }
  #referencement .icon-circle, #referencementPrest .icon-circle, #legendeRef .icon-circle {
    margin-right: 5px;
    color: #213c47; }
  #referencement .lettrenom, #referencement .titreref, #referencementPrest .lettrenom, #referencementPrest .titreref, #legendeRef .lettrenom, #legendeRef .titreref {
    color: #213c47;
    font-size: 1.2em; }
  #referencement .titreref, #referencementPrest .titreref, #legendeRef .titreref {
    color: #868788; }
  #referencement .lettre, #referencementPrest .lettre, #legendeRef .lettre {
    margin-bottom: 20px; }
  #referencement .enteteRef, #referencementPrest .enteteRef, #legendeRef .enteteRef {
    line-height: 25px; }

#referencement, #referencementPrest {
  background: white none repeat scroll 0 0;
  border-radius: 5px; }

#referencementPrest .lettrenom {
  color: #fbbb48;
  font-size: 1.2em; }

/***
 *                                                                                                       
 *    8 8888888888       ,o888888o.         ,o888888o. 8888888 8888888888 8 8888888888   8 888888888o.   
 *    8 8888          . 8888     `88.    . 8888     `88.     8 8888       8 8888         8 8888    `88.  
 *    8 8888         ,8 8888       `8b  ,8 8888       `8b    8 8888       8 8888         8 8888     `88  
 *    8 8888         88 8888        `8b 88 8888        `8b   8 8888       8 8888         8 8888     ,88  
 *    8 888888888888 88 8888         88 88 8888         88   8 8888       8 888888888888 8 8888.   ,88'  
 *    8 8888         88 8888         88 88 8888         88   8 8888       8 8888         8 888888888P'   
 *    8 8888         88 8888        ,8P 88 8888        ,8P   8 8888       8 8888         8 8888`8b       
 *    8 8888         `8 8888       ,8P  `8 8888       ,8P    8 8888       8 8888         8 8888 `8b.     
 *    8 8888          ` 8888     ,88'    ` 8888     ,88'     8 8888       8 8888         8 8888   `8b.   
 *    8 8888             `8888888P'         `8888888P'       8 8888       8 888888888888 8 8888     `88. 
 */
#footer {
  box-sizing: border-box;
  background-color: #213c47;
  padding: 50px 5%;
  color: #868788;
  width: 100%;
  display: table; }
  #footer > div {
    padding: 0 2%;
    display: table-cell;
    border-left: 1px solid #868788; }
    #footer > div .logo {
      margin-bottom: 20px; }
  #footer > div:first-child {
    border: 0; }
  #footer #logofoot {
    vertical-align: bottom; }
  #footer #parts .logo {
    margin: 20px 20px 0 0; }
  #footer #menufoot, #footer #contacts {
    box-sizing: border-box;
    border-left: 1px solid #868788; }
    #footer #menufoot ul, #footer #contacts ul {
      list-style: outside none none;
      margin: 0; }
      #footer #menufoot ul a, #footer #contacts ul a {
        color: white;
        font-family: 'GothamRounded-Bold', sans-serif;
        line-height: 1.8em;
        text-transform: uppercase; }
      #footer #menufoot ul a:hover, #footer #contacts ul a:hover {
        color: #868788; }

.public-page #wrapper .navigation-level1 .menunav .nav {
  width: 100%; }

.public-page #wrapper #page-search {
  display: none; }

/***
 *                                                                                                                                                                 
 *    8 888888888o.   8 8888888888     d888888o.   8 888888888o       ,o888888o.     b.             8    d888888o.    8 8888 `8.`888b           ,8' 8 8888888888   
 *    8 8888    `88.  8 8888         .`8888:' `88. 8 8888    `88.  . 8888     `88.   888o.          8  .`8888:' `88.  8 8888  `8.`888b         ,8'  8 8888         
 *    8 8888     `88  8 8888         8.`8888.   Y8 8 8888     `88 ,8 8888       `8b  Y88888o.       8  8.`8888.   Y8  8 8888   `8.`888b       ,8'   8 8888         
 *    8 8888     ,88  8 8888         `8.`8888.     8 8888     ,88 88 8888        `8b .`Y888888o.    8  `8.`8888.      8 8888    `8.`888b     ,8'    8 8888         
 *    8 8888.   ,88'  8 888888888888  `8.`8888.    8 8888.   ,88' 88 8888         88 8o. `Y888888o. 8   `8.`8888.     8 8888     `8.`888b   ,8'     8 888888888888 
 *    8 888888888P'   8 8888           `8.`8888.   8 888888888P'  88 8888         88 8`Y8o. `Y88888o8    `8.`8888.    8 8888      `8.`888b ,8'      8 8888         
 *    8 8888`8b       8 8888            `8.`8888.  8 8888         88 8888        ,8P 8   `Y8o. `Y8888     `8.`8888.   8 8888       `8.`888b8'       8 8888         
 *    8 8888 `8b.     8 8888        8b   `8.`8888. 8 8888         `8 8888       ,8P  8      `Y8o. `Y8 8b   `8.`8888.  8 8888        `8.`888'        8 8888         
 *    8 8888   `8b.   8 8888        `8b.  ;8.`8888 8 8888          ` 8888     ,88'   8         `Y8o.` `8b.  ;8.`8888  8 8888         `8.`8'         8 8888         
 *    8 8888     `88. 8 888888888888 `Y8888P ,88P' 8 8888             `8888888P'     8            `Yo  `Y8888P ,88P'  8 8888          `8.`          8 888888888888 
 */
@media (min-width: 978px) {
  #navvert {
    display: none; }

  .aui .navbar .nav {
    display: block; } }
@media (max-width: 978px) {
  .services #navigation {
    display: block; }
    .services #navigation .hamburger-icon {
      display: none !important; }
  .services body {
    padding: 0; }
  .services .portlet-dockbar {
    display: none; }
  .services #wrapper #banner {
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 10px; }
  .services #wrapper #content {
    padding: 0 5px; }
  .services #wrapper .navigation-level1 {
    height: auto; }
    .services #wrapper .navigation-level1 .menunav {
      box-sizing: border-box;
      margin-left: 0;
      padding: 0 20px 0 60px;
      width: 100%; }
      .services #wrapper .navigation-level1 .menunav #page-search {
        width: auto; }
        .services #wrapper .navigation-level1 .menunav #page-search form input {
          text-align: right; }
      .services #wrapper .navigation-level1 .menunav #menuhaut {
        border-bottom: none; }
        .services #wrapper .navigation-level1 .menunav #menuhaut #bienvenue {
          height: 54px; }
        .services #wrapper .navigation-level1 .menunav #menuhaut #lienCpte {
          margin-bottom: 10px; }
      .services #wrapper .navigation-level1 .menunav #navvert {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
        bottom: 0;
        position: fixed;
        left: -263px;
        right: inherit;
        top: 0;
        font-size: 16px;
        width: 250px;
        color: #6d6d6d;
        z-index: 401;
        border-right: 2px solid white;
        border-left: 2px solid white; }
        .services #wrapper .navigation-level1 .menunav #navvert .rubrique > a, .services #wrapper .navigation-level1 .menunav #navvert #signOutLink {
          background: none repeat scroll 0 0 #b4ce42;
          color: #fff;
          display: block;
          padding: 15px 10%;
          width: 80%;
          border-bottom: 1px solid white;
          text-transform: uppercase; }
        .services #wrapper .navigation-level1 .menunav #navvert #signOutLink a {
          color: #fff; }
        .services #wrapper .navigation-level1 .menunav #navvert #signOutLink img {
          margin-right: 20px;
          width: 20px; }
        .services #wrapper .navigation-level1 .menunav #navvert li {
          line-height: 2em; }
        .services #wrapper .navigation-level1 .menunav #navvert .delete-tab {
          display: none; }
        .services #wrapper .navigation-level1 .menunav #navvert ul {
          list-style: none;
          margin: 0; }
          .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu {
            font-size: 0.8em; }
            .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu .icone {
              width: 20px;
              min-height: 2px;
              float: left; }
              .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu .icone img {
                width: 100%; }
            .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu li {
              padding: 15px 0 15px 25px;
              line-height: 1.2em;
              border-bottom: 1px solid white;
              background: #89be30; }
              .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu li a {
                margin-left: 10px;
                color: white;
                text-transform: uppercase; }
            .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu li:last-child {
              border-bottom: 0 solid #ccc; }
            .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu li:hover {
              background: none repeat scroll 0 0 #b4ce42; }
              .services #wrapper .navigation-level1 .menunav #navvert ul .child-menu li:hover a {
                color: #fff; }
        .services #wrapper .navigation-level1 .menunav #navvert a {
          color: #6d6d6d;
          padding: 5px 2px; }
        .services #wrapper .navigation-level1 .menunav #navvert a:hover {
          text-decoration: inherit;
          color: #EEE; }
  .services #wrapper .actusTot {
    padding: 0 10px 0 0; }
    .services #wrapper .actusTot #brevesActusTot {
      margin-left: 5px; }
  .services #wrapper .vosContacts .ligneCont .contact {
    margin: 1%;
    width: 31%; }
  .services #wrapper .accesComm .acces {
    font-size: 0.9em; }
  .services .navigation-left #navvert {
    left: -283px;
    right: inherit; }
  .services .site-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .services .navigation-menu {
    position: absolute;
    right: -66px;
    top: 50px;
    background-color: #b4ce42;
    display: inline-block;
    height: 27px;
    width: 43px;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 4px;
    border-left: none; }
    .services .navigation-menu .line1, .services .navigation-menu .line2, .services .navigation-menu .line3 {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute;
      width: 35px;
      height: 5px;
      background: white;
      top: 10px;
      right: 10px; }
    .services .navigation-menu .line2 {
      top: 22px; }
    .services .navigation-menu .line3 {
      top: 34px; }
  .services hr {
    opacity: 0.5; }
  .services #footer > div {
    display: block; }
  .services body.opened {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden; }
    .services body.opened #wrapper .navigation-level1 .menunav #navvert {
      left: 0; }
    .services body.opened .navigation-menu .line1, .services body.opened .navigation-menu .line2, .services body.opened .navigation-menu .line3 {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      transform: rotate(45deg);
      top: 22px; }
    .services body.opened .navigation-menu .line2 {
      transform: rotate(-45deg);
      top: 22px; }
    .services body.opened .navigation-menu .line3 {
      transform: rotate(45deg);
      top: 22px;
      background: transparent; }
    .services body.opened .back-nav {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background: rgba(0, 0, 0, 0.7);
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 300; }
    .services body.opened.navigation-left #navvert {
      left: 0;
      right: inherit; }
  .services .navbar .nav {
    display: none; } }
  @media (max-width: 978px) and (min-width: 980px) {
    .services body.opened {
      border-right: 240px solid; } }
  @media (max-width: 978px) and (min-width: 980px) {
    .services body.opened.navigation-left {
      border-left: 240px solid;
      border-right: 0; } }
@media (max-width: 768px) {
  .services .portlet-boundary {
    margin-bottom: 20px; }
  .services #wrapper #sliderActus {
    margin-bottom: 30px; }
  .services #wrapper #sliderActus + .rslides_tabs {
    top: -10px; }
  .services #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] {
    height: 50px; }
  .services #wrapper #ongletsServices + .rslides_tabs li[class*="rslides2"] a {
    padding: 5px 10px 5px 30px; }
  .services #wrapper #sliderActus li .illustr, .services #wrapper #wrapper #ongletsServices li .illustr {
    text-align: center; }
  .services #wrapper .promosAccueil .promo {
    float: none;
    width: 100%;
    padding: 10px; }
    .services #wrapper .promosAccueil .promo img {
      max-height: 70px;
      width: auto; }
    .services #wrapper .promosAccueil .promo .letexte {
      width: 75%; }
      .services #wrapper .promosAccueil .promo .letexte div {
        height: 23px; }
    .services #wrapper .promosAccueil .promo .illustration {
      width: 25%; }
  .services #wrapper .promosAccueil #enavant .illustration {
    padding: 5px 40px; }
  .services #wrapper .vosContacts .ligneCont .contact {
    width: 48%; }
  .services #wrapper #enteteTS {
    display: none; }
  .services #wrapper .accesComm .acces {
    font-size: 0.9em;
    margin-bottom: 20px;
    width: 100%; }
    .services #wrapper .accesComm .acces .avantage {
      height: auto; }
  .services #wrapper #accordion .lignesDoc .ligneDoc .lienDoc {
    min-height: 5px; }
  .services #wrapper #accordion .lignesDoc .ligneDoc .titreDoc {
    min-height: 5px;
    margin-top: 20px; }
  .services #wrapper #listepdf .docpdf {
    width: 50%; } }