/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
body {
  margin: 0;
  font-family: Helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--allPagesBaseTextColor, #333333);
  background-color: var(--allPagesBaseBackground, #ffffff);
}
a {
  color: var(--allPagesPrimaryColor, #578dc9);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--allPagesPrimaryColor, #578dc9);
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #333333;
}
a.text-warning:hover,
a.text-warning:focus {
  color: var(--allPagesWarningTextFocus, #1a1a1a);
}
.text-error {
  color: #333333;
}
a.text-error:hover,
a.text-error:focus {
  color: #1a1a1a;
}
.text-info {
  color: #333333;
}
a.text-info:hover,
a.text-info:focus {
  color: #1a1a1a;
}
.text-success {
  color: #333333;
}
a.text-success:hover,
a.text-success:focus {
  color: #1a1a1a;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-family: Helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  background-color: var(--allPagesBaseBackground, #ffffff);
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: var(--allPagesBorderColor, #e1e8ee);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #333333;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #333333;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #333333;
  background-color: #ffca7a;
  border-color: #333333;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #333333;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #333333;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #333333;
  background-color: #ffca7a;
  border-color: #333333;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #333333;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #333333;
  background-color: #d07b7b;
  border-color: #333333;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #333333;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #333333;
  background-color: #d07b7b;
  border-color: #333333;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #333333;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #333333;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #333333;
  background-color: #6ccbae;
  border-color: #333333;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #333333;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #333333;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #333333;
  background-color: #6ccbae;
  border-color: #333333;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #333333;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #333333;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #333333;
  background-color: #89afd9;
  border-color: #333333;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #333333;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #333333;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #333333;
  background-color: #89afd9;
  border-color: #333333;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.input-size-mini {
  height: 20px!important;
  width: 54px!important;
  font-size: 12px!important;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid var(--allPagesBorderColor, #e1e8ee);
}
.table .table {
  background-color: var(--allPagesBaseBackground, #ffffff);
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: var(--allPagesTableBackgroundAccent, #f6f7fa);
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #6ccbae;
}
.table tbody tr.error > td {
  background-color: #d07b7b;
}
.table tbody tr.warning > td {
  background-color: #ffca7a;
}
.table tbody tr.info > td {
  background-color: #89afd9;
}
.table-hover tbody tr.success:hover > td {
  background-color: #59c4a4;
}
.table-hover tbody tr.error:hover > td {
  background-color: #c96868;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #ffc061;
}
.table-hover tbody tr.info:hover > td {
  background-color: #76a2d3;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: var(--allPagesZindexDropdown, 1040);
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #ccc;
  border: 1px solid var(--allPagesBaseBackground, #ffffff);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: var(--allPagesBorderColor, #e1e8ee);
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: var(--allPagesBaseTextColor, #333333);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: var(--allPagesDropdownLinkColorHover, #ffffff);
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryDarkColorGradientEnd, #4480c3)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--allPagesDropdownLinkColorActive, #ffffff);
  text-decoration: none;
  outline: 0;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryDarkColorGradientEnd, #4480c3)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColorGradientEnd, #4480c3));
  background-repeat: repeat-x;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: var(--allPagesZindexDropdown, 1040);
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: var(--allPagesZindexPopover, 1030);
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: var(--allPagesDropdownLinkColorHover, #ffffff);
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.btn {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee));
  *border: 0;
  border-bottom-color: var(--allPagesBtnBorderBottom, #c0cfdc);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: var(--allPagesPaddingLarge, 4px 10px);
  font-size: var(--allPagesFontSizeLarge, 14px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: var(--allPagesPaddingSmall, 2px 10px);
  font-size: var(--allPagesFontSizeSmall, 12px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: var(--allPagesPaddingMini, 0 10px);
  font-size: var(--allPagesFontSizeMini, 11px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: var(--allPagesPrimaryColor, #578dc9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--allPagesPrimaryColor, #578dc9);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.btn-group {
  position: relative;
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: var(--allPagesFontSizeMini, 11px);
}
.btn-group > .btn-small {
  font-size: var(--allPagesFontSizeSmall, 12px);
}
.btn-group > .btn-large {
  font-size: var(--allPagesFontSizeLarge, 14px);
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ffca7a;
  border: 1px solid #ffb441;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #333333;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #6ccbae;
  border-color: #2eb58c;
  color: #333333;
}
.alert-success h4 {
  color: #333333;
}
.alert-danger,
.alert-error {
  background-color: #d07b7b;
  border-color: #bc4343;
  color: #333333;
}
.alert-danger h4,
.alert-error h4 {
  color: #333333;
}
.alert-info {
  background-color: #89afd9;
  border-color: #476a9c;
  color: #333333;
}
.alert-info h4 {
  color: #333333;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: var(--allPagesPrimaryColor, #578dc9);
  border-bottom-color: var(--allPagesPrimaryColor, #578dc9);
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: var(--allPagesPrimaryColor, #578dc9);
  border-bottom-color: var(--allPagesPrimaryColor, #578dc9);
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 19px 20px 19px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: var(--allPagesNavbarLinkColor, #777777);
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 58px;
  color: var(--allPagesNavbarText, #777777);
}
.navbar-link {
  color: var(--allPagesNavbarLinkColor, #777777);
}
.navbar-link:hover,
.navbar-link:focus {
  color: var(--allPagesBaseColorDark, #333333);
}
.navbar .divider-vertical {
  height: 58px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 14px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 14px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 14px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: var(--allPagesZindexFixedNavbar, 1030);
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 19px 15px 19px;
  color: var(--allPagesNavbarLinkColor, #777777);
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: var(--allPagesBaseColorDark, #333333);
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: var(--allPagesBaseColorMedium, #808080);
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: var(--allPagesBaseBackground, #ffffff);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--allPagesBaseBackground, #ffffff);
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: var(--allPagesBaseBackground, #ffffff);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid var(--allPagesBaseBackground, #ffffff);
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: var(--allPagesBaseColorDark, #333333);
  border-bottom-color: var(--allPagesBaseColorDark, #333333);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: var(--allPagesBaseColorMedium, #808080);
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: var(--allPagesNavbarLinkColor, #777777);
  border-bottom-color: var(--allPagesNavbarLinkColor, #777777);
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: var(--allPagesBaseColorMedium, #808080);
  border-bottom-color: var(--allPagesBaseColorMedium, #808080);
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: var(--allPagesBaseColorLight, #999999);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: var(--allPagesBaseBackground, #ffffff);
}
.navbar-inverse .brand {
  color: var(--allPagesBaseColorLight, #999999);
}
.navbar-inverse .navbar-text {
  color: var(--allPagesBaseColorLight, #999999);
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: var(--allPagesBaseBackground, #ffffff);
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: var(--allPagesBaseBackground, #ffffff);
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: var(--allPagesBaseColorLight, #999999);
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: var(--allPagesBaseBackground, #ffffff);
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: var(--allPagesBaseBackground, #ffffff);
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: var(--allPagesBaseBackground, #ffffff);
  border-bottom-color: var(--allPagesBaseBackground, #ffffff);
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: var(--allPagesBaseColorLight, #999999);
  border-bottom-color: var(--allPagesBaseColorLight, #999999);
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: var(--allPagesBaseBackground, #ffffff);
  border-bottom-color: var(--allPagesBaseBackground, #ffffff);
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: var(--allPagesNavbarInverseSearchBackground, #515151);
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query::-moz-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: var(--allPagesNavbarInverseSearchPlaceholderColor, #cccccc);
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: var(--allPagesBaseBackground, #ffffff);
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > ul > li.page-active > a {
  background: #3f8487 !important;
  color: white !important;
  font-weight: bold !important;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: var(--allPagesPaddingLarge, 4px 10px);
  font-size: var(--allPagesFontSizeLarge, 14px);
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: var(--allPagesPaddingSmall, 2px 10px);
  font-size: var(--allPagesFontSizeSmall, 12px);
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: var(--allPagesPaddingMini, 0 10px);
  font-size: var(--allPagesFontSizeMini, 11px);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--allPagesZindexModalBackdrop, 1040);
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: var(--allPagesZindexModal, 1050);
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.tooltip {
  position: absolute;
  z-index: var(--allPagesZindexTooltip, 1040);
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 350px;
  padding: 8px;
  color: var(--allPagesTooltipColor, #ffffff);
  text-align: center;
  text-decoration: none;
  background-color: var(--allPagesTooltipBackground, #000000);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--allPagesTooltipBackground, #000000);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: var(--allPagesTooltipBackground, #000000);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: var(--allPagesTooltipBackground, #000000);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--allPagesTooltipBackground, #000000);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--allPagesZindexPopover, 1030);
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: var(--allPagesBorderColor, #e1e8ee);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: var(--allPagesBorderColor, #e1e8ee);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: var(--allPagesBorderColor, #e1e8ee);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: var(--allPagesBorderColor, #e1e8ee);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: var(--allPagesPrimaryColor, #578dc9);
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #333333;
}
.label-important[href],
.badge-important[href] {
  background-color: #1a1a1a;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #333333;
}
.label-success[href],
.badge-success[href] {
  background-color: #1a1a1a;
}
.label-info,
.badge-info {
  background-color: #333333;
}
.label-info[href],
.badge-info[href] {
  background-color: #1a1a1a;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: var(--allPagesSecondaryColor, #476a9c);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: var(--allPagesBaseBackground, #ffffff);
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: var(--allPagesNavbarText, #777777);
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: var(--allPagesNavbarLinkColor, #777777);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--allPagesBaseColorLight, #999999);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/* default btn */
/* primary btn */
/* btn group */
/* dropdown */
/* btn dropdown */
/* btn-primary dropdown */
/* btn group dropdown */
/* switchBtnHandle */
/* switchBtnLabelOff */
/* switchBtnLabelOn */
/* uiradio */
/* uicheckbox */
/* uiSwitcher */
/* input-append btn */
/* Tags and mention */
/* Thumbnail */
/* popover  */
/* */
/* alerts  */
/* progress bar */
/*  tabs  */
/* tables */
/*  popup   */
/* pagination */
/* Welcome pages */
/* Badge */
/* uiBox */
/* Alert */
/* Left bar */
/* The background of drop area when a file is dragged into it */
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.loading-action {
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
ul {
  padding: 0;
  margin: 0 15px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
  line-height: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
h4 {
  color: var(--allPagesBaseTextColor, #333333);
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
h3 {
  color: var(--allPagesPrimaryColor, #578dc9);
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  /*call titleInfo mixin from wiki-mixins*/
}
.muted,
.fileSize,
.time,
.noContent,
.noMessage,
.empty {
  color: var(--allPagesBaseColorLight, #999999);
}
a.muted:hover,
a.muted:focus {
  color: var(--allPagesBaseColorMedium, #808080);
}
body {
  padding: 0;
}
[class^="uiIcon"]:before {
  content: "\e6ba";
}
.uiIconEcmsLightGray:before {
  content: "\e665";
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiIconPLFFont {
  font-family: "PLF-FONT-ICONS" !important;
}
.uiIconTaskPortlet:before {
  content: "\e801";
}
.uiIconToDoPortlet:before {
  content: "\e802";
}
.uiIconTopRateTopicsPortlet:before {
  content: "\e803";
}
.uiIconWikiPortlet:before {
  content: "\e804";
}
.uiIconRegisterPortlet:before {
  content: "\e805";
}
.uiIconrssAggregatorPortlet:before {
  content: "\e806";
}
.uiIconServiceManagementPortlet:before {
  content: "\e807";
}
.uiIconSingleCOntentViewerPortlet:before {
  content: "\e808";
}
.uiIconSiteMapPortlet:before {
  content: "\e809";
}
.uiIconSpaceLogoDefaultPortlet:before {
  content: "\e80a";
}
.uiIconIframePortlet:before {
  content: "\e80b";
}
.uiIconMemoryPortlet:before {
  content: "\e80c";
}
.uiIconOrganizationPortlet:before {
  content: "\e80d";
}
.uiIconPageManagementPortlet:before {
  content: "\e80e";
}
.uiIconPollPortlet:before {
  content: "\e80f";
}
.uiIconFeaturePollPortlet:before {
  content: "\e810";
}
.uiIconFileExploresPortlet:before {
  content: "\e811";
}
.uiIconForumPortlet:before {
  content: "\e812";
}
.uiIconGadgetOnlinePortlet:before {
  content: "\e813";
}
.uiIconGadgetVotePortlet:before {
  content: "\e814";
}
.uiIconGroupNavigationPortlet:before {
  content: "\e815";
}
.uiIconGroupNavigation:before {
  content: "\ead6";
}
.uiIconDefaultPortlet:before {
  content: "\e816";
}
.uiIconECMAdminPortlet:before {
  content: "\e817";
}
.uiIconEventsPortlet:before {
  content: "\e818";
}
.uiIconFavoriteDocumentPortlet:before {
  content: "\e819";
}
.uiIconFQAPortlet:before {
  content: "\e81a";
}
.uiIconCalculatorPortlet:before {
  content: "\e81b";
}
.uiIconCalendarPortlet:before {
  content: "\e81c";
}
.uiIconChronometrePortlet:before {
  content: "\e81d";
}
.uiIconConsolePortlet:before {
  content: "\e81e";
}
.uiIconContentListViewrPortlet:before {
  content: "\e81f";
}
.uiIconDashboardPortlet:before {
  content: "\e820";
}
.uiIconAccountPortlet:before {
  content: "\e821";
}
.uiIconAnswerPortlet:before {
  content: "\e822";
}
.uiIconApplicationRegistryPortlet:before {
  content: "\e823";
}
.uiIconCachesPortlet:before {
  content: "\e824";
}
.uiIconSubcriblePortlet:before {
  content: "\e825";
}
.uiIconBannerPortlet:before {
  content: "\e826";
}
.uiIconBlogPortlet:before {
  content: "\e827";
}
.uiIconGoogleMapPortlet:before {
  content: "\e828";
}
.uiIconVideoPortlet:before {
  content: "\e829";
}
.uiIconTemplateSubscribe:before {
  content: "\e800";
}
.uiIconMoveUp:before {
  content: "\e7a2";
}
.uiIconProject:before {
  content: "\e7a3";
}
.uiIconEcmsAddVersion:before {
  content: "\e79e";
}
.uiIconEcmsUploadVersion:before {
  content: "\e79f";
}
.uiIconStarBlankAHalf:before {
  content: "\e7a0";
}
.uiIconStarBlank:before {
  content: "\e7a1";
}
.uiIconVerticalDots:before {
  content: "\e79c";
}
.uiIconDots:before {
  content: "\e79d";
}
.uiIconexo_tagStyleDefault:before {
  content: "\e600";
}
.uiIconChat:before {
  content: "\e601";
}
.uiIconVideo:before {
  content: "\e602";
}
.uiIconAnsDisable:before {
  content: "\e603";
}
.uiIconDiscussInForum:before {
  content: "\e604";
}
.uiIconAnsAnswer:before {
  content: "\e605";
}
.uiIconAnsApprove:before {
  content: "\e606";
}
.uiIconAnsDisapprove:before {
  content: "\e607";
}
.uiIconAnsEnable:before {
  content: "\e608";
}
.uiIconAnsManageQuestion:before {
  content: "\e609";
}
.uiIconAnsPromote:before {
  content: "\e60a";
}
.uiIconAnsSentMail:before {
  content: "\e60b";
}
.uiIconAnsSubmitQuestion:before {
  content: "\e60c";
}
.uiIconCalEditRecurring:before {
  content: "\e60d";
}
.uiIconCalICal:before {
  content: "\e60e";
}
.uiIconCalRecurring:before {
  content: "\e60f";
}
.uiIconCalShare:before {
  content: "\e610";
}
.uiIconCalTask:before {
  content: "\e611";
}
.uiIconCalAddCalendar:before {
  content: "\e612";
}
.uiIconCalCreateEvent:before {
  content: "\e613";
}
.uiIconCalCreateTask:before {
  content: "\e614";
}
.uiIconCalExportCalendar:before {
  content: "\e615";
}
.uiIconCalImportCalendar:before {
  content: "\e616";
}
.uiIconCalRemoteCalendar:before {
  content: "\e617";
}
.uiIconAddCall:before {
  content: "\e618";
}
.uiIconCalContainer:before {
  content: "\e619";
}
.uiIconChatMeeting:before {
  content: "\e61a";
}
.uiIconHyperlink:before {
  content: "\e61b";
}
.uiIconStartCall:before {
  content: "\e61c";
}
.uiIconStartMeetingChat:before {
  content: "\e61d";
}
.uiIconStopCall:before {
  content: "\e61e";
}
.uiIconStopMeetingChat:before {
  content: "\e61f";
}
.uiIconChatAction:before {
  content: "\e620";
}
.uiIconChatSmile:before {
  content: "\e621";
}
.uiIconRaiseHand:before {
  content: "\e622";
}
.uiIconEcmsRelationListMini:before {
  content: "\e623";
}
.uiIconEcmsCheckIn:before {
  content: "\e624";
}
.uiIconEcmsCheckOut:before {
  content: "\e625";
}
.uiIconEcmsCustom:before {
  content: "\e626";
}
.uiIconEcmsEmptyTrash:before {
  content: "\e627";
}
.uiIconEcmsExecute:before {
  content: "\e628";
}
.uiIconEcmsManageContent:before {
  content: "\e629";
}
.uiIconEcmsArticle:before {
  content: "\e62a";
}
.uiIconEcmsViewAdmin:before {
  content: "\e62b";
}
.uiIconEcmsViewAuthor:before {
  content: "\e62c";
}
.uiIconEcmsViewCoverflow:before {
  content: "\e62d";
}
.uiIconEcmsViewWcm:before {
  content: "\e62e";
}
.uiIconEcmsViewSimple:before {
  content: "\e62f";
}
.uiIconEcmsViewTimeline:before {
  content: "\e630";
}
.uiIconEcmsClipboard:before {
  content: "\e631";
}
.uiIconEcmsExportNode:before {
  content: "\e632";
}
.uiIconEcmsImportNode:before {
  content: "\e633";
}
.uiIconEcmsViewDefault:before {
  content: "\e634";
}
.uiIconEcmsViewIcons:before {
  content: "\e635";
}
.uiIconEcmsViewNodeType:before {
  content: "\e636";
}
.uiIconEcmsAddDocument:before {
  content: "\e637";
}
.uiIconEcmsMetadata:before {
  content: "\e638";
}
.uiIconEcmsProperties:before {
  content: "\e639";
}
.uiIconEcmsReference:before {
  content: "\e63a";
}
.uiIconEcmsShowHideRelation:before {
  content: "\e63b";
}
.uiIconEcmsType:before {
  content: "\e63c";
}
.uiIconEcmsApprove:before {
  content: "\e63d";
}
.uiIconEcmsLocalisedContent:before {
  content: "\e63e";
}
.uiIconEcmsOverloadThumbnail:before {
  content: "\e63f";
}
.uiIconEcmsPublish:before {
  content: "\e640";
}
.uiIconEcmsRelation:before {
  content: "\e641";
}
.uiIconEcmsVersion:before {
  content: "\e642";
}
.uiIconEcmsAddSymLink:before {
  content: "\e643";
}
.uiIconEcmsCheckout2:before {
  content: "\e644";
}
.uiIconEcmsCopyUrlToClipboard:before {
  content: "\e645";
}
.uiIconEcmsPublication:before {
  content: "\e646";
}
.uiIconEcmsShowHideContent:before {
  content: "\e647";
}
.uiIconEcmsViewDocument:before {
  content: "\e648";
}
.uiIconEcmsExplorerView:before {
  content: "\e649";
}
.uiIconEcmsNameSpace:before {
  content: "\e64a";
}
.uiIconEcmsQuery:before {
  content: "\e64b";
}
.uiIconEcmsRename:before {
  content: "\e64c";
}
.uiIconEcmsScript:before {
  content: "\e64d";
}
.uiIconEcmsTemplateDocument:before {
  content: "\e64e";
}
.uiIconEcmsTemplateList:before {
  content: "\e64f";
}
.uiIconEcmsDriveTrash:before {
  content: "\e650";
}
.uiIconEcmsGroupDrive:before {
  content: "\e651";
}
.uiIconEcmsPersonalDrive:before {
  content: "\e652";
}
.uiIconEcmsPrivateDrive:before {
  content: "\e653";
}
.uiIconEcmsPublicDrive:before {
  content: "\e654";
}
.uiIconexo_viewDefault:before {
  content: "\e655";
}
.uiIconFolderLink:before {
  content: "\e656";
}
.uiIconFolderCss:before {
  content: "\e657";
}
.uiIconFolderExoContent:before {
  content: "\e658";
}
.uiIconFolderProduct:before {
  content: "\e659";
}
.uiIconFolderSearch:before {
  content: "\e65a";
}
.uiIconFolderTaxonomy:before {
  content: "\e65b";
}
.uiIconFolderTheme:before {
  content: "\e65c";
}
.uiIconFolderVideoMedia:before {
  content: "\e65d";
}
.uiIconFolderDocument:before {
  content: "\e65e";
}
.uiIconFolderGraphic:before {
  content: "\e65f";
}
.uiIconFolderJs:before {
  content: "\e660";
}
.uiIconFolderNtUnstruct:before {
  content: "\e661";
}
.uiIconFolderPublic:before {
  content: "\e662";
}
.uiIconFolderSound:before {
  content: "\e663";
}
.uiIconFolderWeb:before {
  content: "\e664";
}
.uiIconFolderDefault:before {
  content: "\e665";
}
.uiIconFolderFavorite:before {
  content: "\e666";
}
.uiIconFolderPrivate:before {
  content: "\e667";
}
.uiIconForumApprove:before {
  content: "\e668";
}
.uiIconForumBanIp:before {
  content: "\e669";
}
.uiIconForumBBCode:before {
  content: "\e66a";
}
.uiIconForumCensor:before {
  content: "\e66b";
}
.uiIconForumPrune:before {
  content: "\e66c";
}
.uiIconForumPruneSettings:before {
  content: "\e66d";
}
.uiIconForumShow:before {
  content: "\e66e";
}
.uiIconForumAdmin:before,
.uiIconMemberAdmin:before {
  font-family: "PLF-FONT-ICONS";
  content: "\e66f";
}
.uiIconForumCreateForum:before {
  content: "\e670";
}
.uiIconForumCreateTopic:before {
  content: "\e671";
}
.uiIconForumMerge:before {
  content: "\e672";
}
.uiIconForumModerator:before,
.uiIconUserCheck:before {
  font-family: "PLF-FONT-ICONS";
  content: "\e673";
}
.uiIconForumSplit:before {
  content: "\e674";
}
.uiIconForumStick:before {
  content: "\e675";
}
.uiIconForumUnStick:before {
  content: "\e676";
}
.uiIconForumTopic:before {
  content: "\e677";
}
.uiIconBlog:before {
  content: "\e678";
}
.uiIconExportPdf:before {
  content: "\e679";
}
.uiIconMyWiki:before,
.uiIconWikiMyWiki:before {
  content: "\e67a";
}
.uiIconSonar:before {
  content: "\e67b";
}
.uiIconDocker:before {
  content: "\e67c";
}
.uiIconFisheye:before {
  content: "\e67d";
}
.uiIconGithub:before {
  content: "\e67e";
}
.uiIconJira:before {
  content: "\e67f";
}
.uiIconLinkIn:before {
  content: "\e680";
}
.uiIconTwitter:before {
  content: "\e681";
}
.uiIconCloud:before {
  content: "\e682";
}
.uiIconeXo:before {
  content: "\e683";
}
.uiIconFacebook:before {
  content: "\e684";
}
.uiIconGoogle:before {
  content: "\e685";
}
.uiIconLamb:before {
  content: "\e686";
}
.uiIconOpenSource:before {
  content: "\e687";
}
.uiIconAddon:before {
  content: "\e688";
}
.uiIconDocumentation:before {
  content: "\e689";
}
.uiIconGeneralDrive:before {
  content: "\e68a";
}
.uiIconAnswers:before {
  content: "\e68b";
}
.uiIconCalendar:before {
  content: "\e68c";
}
.uiIconDiscuss:before {
  content: "\e68d";
}
.uiIconDocument:before {
  content: "\e68e";
}
.uiIconFAQ:before {
  content: "\e68f";
}
.uiIconTasks:before {
  content: "\e690";
}
.uiIconEditNavigation:before {
  content: "\e691";
}
.uiIconHag:before {
  content: "\e692";
}
.uiIconRss:before {
  content: "\e693";
}
.uiIconSEO:before {
  content: "\e694";
}
.uiIconWiki:before,
.uiIconWikiWiki:before {
  content: "\e695";
}
.uiIconAddRemoteGadget:before {
  content: "\e696";
}
.uiIconContainerConfig:before {
  content: "\e697";
}
.uiIconManageApplication:before {
  content: "\e698";
}
.uiIconNavigation:before {
  content: "\e699";
}
.uiIconShowSlidebar:before {
  content: "\e69a";
}
.uiIconViewList:before {
  content: "\e69b";
}
.uiIconCreateNewGadget:before {
  content: "\e69c";
}
.uiIconEditPortalConfig:before {
  content: "\e69d";
}
.uiIconGadgets:before {
  content: "\e69e";
}
.uiIconPortlet:before {
  content: "\e69f";
}
.uiIconPortletConfig:before {
  content: "\e6a0";
}
.uiIconAddPage:before {
  content: "\e6a1";
}
.uiIconCollapse:before {
  content: "\e6a2";
}
.uiIconEditLayout:before {
  content: "\e6a3";
}
.uiIconEditPageNode:before {
  content: "\e6a4";
}
.uiIconExpand:before {
  content: "\e6a5";
}
.uiIconPageSite:before {
  content: "\e6a6";
}
.uiIconAddCategory:before {
  content: "\e6a7";
}
.uiIconCategory:before {
  content: "\e6a8";
}
.uiIconFavoriteDocument:before {
  content: "\e6a9";
}
.uiIconManageCategory:before {
  content: "\e6aa";
}
.uiIconShowFolder:before {
  content: "\e6ab";
}
.uiIconAddFolder:before {
  content: "\e6ac";
}
.uiIconFolder:before {
  content: "\e6ad";
}
.uiIconGotoFolder:before {
  content: "\e6ae";
}
.uiIconOpenInExcel:before {
  content: "\e6af";
}
.uiIconOpenInPpt:before {
  content: "\e6b0";
}
.uiIconOpenInWord:before {
  content: "\e6b1";
}
.uiIconRestrictedFile:before {
  content: "\e6b2";
}
.uiIconSharefile:before {
  content: "\e6b3";
}
.uiIconTemplate:before {
  content: "\e6b4";
}
.uiIconTree:before {
  content: "\e6b5";
}
.uiIconViewChange:before {
  content: "\e6b6";
}
.uiIconAddFile:before {
  content: "\e6b7";
}
.uiIconMail:before {
  content: "\e6b8";
}
.uiIconMobile:before {
  content: "\e6b9";
}
.uiIconFile:before {
  content: "\e6ba";
}
.uiIconTablePhone:before {
  content: "\e6bb";
}
.uiIconWeb:before {
  content: "\e6bc";
}
.uiIconBusinessInfo:before {
  content: "\e6bd";
}
.uiIconCollaboration:before {
  content: "\e6be";
}
.uiIconHome:before {
  content: "\e6bf";
}
.uiIconMyConnection:before {
  content: "\e6c0";
}
.uiIconSocial:before,
.uiIconSocialNetworksInfo:before {
  content: "\e6c1";
}
.uiIconAcceptFriend:before {
  content: "\e6c2";
}
.uiIconDisconnectUser:before {
  content: "\e6c3";
}
.uiIconInviteUser:before {
  content: "\e6c4";
}
.uiIconRejectUser:before {
  content: "\e6c5";
}
.uiIconValidateUser:before {
  content: "\e6c6";
}
.uiIconAddMembership:before {
  content: "\e6c7";
}
.uiIconAddUser:before {
  content: "\e6c8";
}
.uiIconConnectUser:before {
  content: "\e6c9";
}
.uiIconGroup:before {
  font-family: "PLF-FONT-ICONS" !important;
  content: "\e6ca";
}
.uiIconMembership:before {
  content: "\e6cb";
}
.uiIconUser:before {
  content: "\e6cc";
}
.uiIconAppMoreButton:before {
  content: "\e6cd";
}
.uiIconPLFDashboard:before {
  content: "\e6ce";
}
.uiIconPLFEvent:before {
  content: "\e6cf";
}
.uiIconPLFEventTask:before {
  content: "\e6d0";
}
.uiIconPLFLogout:before {
  content: "\e6d1";
}
.uiIconPLFMan:before {
  content: "\e6d2";
}
.uiIconPLFTaskIn-canceled:before {
  content: "\e6d3";
}
.uiIconPLFTaskIn-process:before {
  content: "\e6d4";
}
.uiIconPLFActivityStream:before {
  content: "\e6d5";
}
.uiIconPLFProfile:before {
  content: "\e6d6";
}
.uiIconSocOther:before {
  content: "\e6d7";
}
.uiIconSocSkype:before {
  content: "\e6d8";
}
.uiIconSocYahoo:before {
  content: "\e6d9";
}
.uiIconSocContentMini:before {
  content: "\e6da";
}
.uiIconSocGtalk:before {
  content: "\e6db";
}
.uiIconSocMention:before {
  content: "\e6dc";
}
.uiIconSocMSN:before {
  content: "\e6dd";
}
.uiIconSocPhone:before {
  content: "\e6de";
}
.uiIconSocTaskSharing:before {
  content: "\e6df";
}
.uiIconSocUserProfile:before {
  content: "\e6e0";
}
.uiIconSocGroup:before {
  content: "\e6e1";
}
.uiIconWikiHelp:before {
  content: "\e6e2";
}
.uiIconWikiRevision:before {
  content: "\e6e3";
}
.uiIconWikiRickText:before {
  content: "\e6e4";
}
.uiIconBan:before {
  content: "\e6e5";
}
.uiIconFileBlog:before {
  content: "\e6e6";
}
.uiIconFileAi:before {
  content: "\e6e7";
}
.uiIconFileIndd:before {
  content: "\e6e8";
}
.uiIconFileJpg:before {
  content: "\e6e9";
}
.uiIconFileSvg:before {
  content: "\e6ea";
}
.uiIconFileTif:before {
  content: "\e6eb";
}
.uiIconFileXcf:before {
  content: "\e6ec";
}
.uiIconFileGif:before {
  content: "\e6ed";
}
.uiIconFileIco:before {
  content: "\e6ee";
}
.uiIconFileOdg:before {
  content: "\e6ef";
}
.uiIconFilePng:before {
  content: "\e6f0";
}
.uiIconFilePsd:before {
  content: "\e6f1";
}
.uiIconFileRaw:before {
  content: "\e6f2";
}
.uiIconFileBmp:before {
  content: "\e6f3";
}
.uiIconFileCss:before {
  content: "\e6f4";
}
.uiIconFileFont:before {
  content: "\e6f5";
}
.uiIconFileGdraw:before {
  content: "\e6f6";
}
.uiIconFileJson:before {
  content: "\e6f7";
}
.uiIconFileXsl:before {
  content: "\e6f8";
}
.uiIconFileExcel:before {
  content: "\e6f9";
}
.uiIconFileGsheet:before {
  content: "\e6fa";
}
.uiIconFileHtml:before {
  content: "\e6fb";
}
.uiIconFileJs:before {
  content: "\e6fc";
}
.uiIconFileOpenOffice3:before {
  content: "\e6fd";
}
.uiIconFilePrz:before {
  content: "\e6fe";
}
.uiIconFileXml:before {
  content: "\e6ff";
}
.uiIconFileAppleKey:before {
  content: "\e700";
}
.uiIconFileGslides:before {
  content: "\e701";
}
.uiIconFileOpenOffice2:before {
  content: "\e702";
}
.uiIconFilePpt:before {
  content: "\e703";
}
.uiIconFileRtf:before {
  content: "\e704";
}
.uiIconFileScript:before {
  content: "\e705";
}
.uiIconFileExe:before {
  content: "\e706";
}
.uiIconFileLwp:before {
  content: "\e707";
}
.uiIconFileMdb:before {
  content: "\e708";
}
.uiIconFileOdf:before {
  content: "\e709";
}
.uiIconFilePage:before {
  content: "\e70a";
}
.uiIconFilePdf:before {
  content: "\e70b";
}
.uiIconFileGdoc:before {
  content: "\e70c";
}
.uiIconFileM4v:before {
  content: "\e70d";
}
.uiIconFileMkv:before {
  content: "\e70e";
}
.uiIconFileMpeg:before {
  content: "\e70f";
}
.uiIconFileOdt:before {
  content: "\e710";
}
.uiIconFileTxt:before {
  content: "\e711";
}
.uiIconFileWord:before {
  content: "\e712";
}
.uiIconFileFlash:before {
  content: "\e713";
}
.uiIconFileMp3:before {
  content: "\e714";
}
.uiIconFileVideo:before {
  content: "\e715";
}
.uiIconFileWma:before {
  content: "\e716";
}
.uiIconFileWmv:before {
  content: "\e717";
}
.uiIconFileArchiveDefault:before {
  content: "\e718";
}
.uiIconFileArchiveRar:before {
  content: "\e719";
}
.uiIconFileArchiveZip:before {
  content: "\e71a";
}
.uiIconFileAudioDefault:before {
  content: "\e71b";
}
.uiIconFileDefault:before {
  content: "\e71c";
}
.uiIconFileEar:before {
  content: "\e71d";
}
.uiIconFileJar:before {
  content: "\e71e";
}
.uiIconFileWar:before {
  content: "\e71f";
}
.uiIconTemplateBannerSlideImage:before {
  content: "\e720";
}
.uiIconTemplateBlog:before {
  content: "\e721";
}
.uiIconTemplateDefault:before {
  content: "\e722";
}
.uiIconTemplateGoogleMap:before {
  content: "\e723";
}
.uiIconTemplateTeamMember:before {
  content: "\e724";
}
.uiIconTemplateTestimonial:before {
  content: "\e725";
}
.uiIconTemplateWebService:before {
  content: "\e726";
}
.uiIconTemplateArticle:before {
  content: "\e727";
}
.uiIconTemplateFeatures:before {
  content: "\e728";
}
.uiIconTemplateFreeLayout:before {
  content: "\e729";
}
.uiIconTemplateNavigation:before {
  content: "\e72a";
}
.uiIconTemplateNews:before {
  content: "\e72b";
}
.uiIconTemplatePlayMedia:before {
  content: "\e72c";
}
.uiIconTemplateSearchBox:before {
  content: "\e72d";
}
.uiIconTemplateWebLink:before {
  content: "\e72e";
}
.uiIconTemplateAccessibilityMedia:before {
  content: "\e72f";
}
.uiIconTemplateCss:before {
  content: "\e730";
}
.uiIconTemplateFile:before {
  content: "\e731";
}
.uiIconTemplateHtml:before {
  content: "\e732";
}
.uiIconTemplateIllustratedWebContent:before {
  content: "\e733";
}
.uiIconTemplateProduct:before {
  content: "\e734";
}
.uiIconTemplateSiteBreadcrumb:before {
  content: "\e735";
}
.uiIconTemplateAnnounment:before {
  content: "\e736";
}
.uiIconTemplateContact:before {
  content: "\e737";
}
.uiIconTemplateJs:before {
  content: "\e738";
}
.uiIconAdd:before {
  content: "\e739";
}
.uiIconBell:before {
  content: "\e73a";
}
.uiIconConfig:before {
  content: "\e73b";
}
.uiIconMenu:before {
  content: "\e73c";
}
.uiIconMenuRight:before {
  content: "\e73d";
}
.uiIconPoll:before {
  content: "\e73e";
}
.uiIconStatistics:before {
  content: "\e73f";
}
.uiIconVerticalLines:before {
  content: "\e740";
}
.uiIconViewByChart:before {
  content: "\e741";
}
.uiIconClock:before {
  content: "\e742";
}
.uiIconColorMiniSquareBlank:before {
  content: "\e743";
}
.uiIconColorMiniSquareMinus:before {
  content: "\e744";
}
.uiIconColorMiniSquarePlus:before {
  content: "\e745";
}
.uiIconFlag:before {
  content: "\e746";
}
.uiIconFlags:before {
  content: "\e747";
}
.uiIconMinimize:before {
  content: "\e748";
}
.uiIconSandClock:before {
  content: "\e749";
}
.uiIconSearch:before {
  content: "\e74a";
}
.uiIconSimplePlus:before {
  content: "\e74b";
}
.uiIconZoomIn:before {
  content: "\e74c";
}
.uiIconZoomOut:before {
  content: "\e74d";
}
.uiIconAdjustSize:before {
  content: "\e74e";
}
.uiIconBack:before {
  content: "\e74f";
}
.uiIconDottedArrow:before {
  content: "\e750";
}
.uiIconDragDrop:before {
  content: "\e751";
}
.uiIconDragDrops:before {
  content: "\e752";
}
.uiIconMaximize:before {
  content: "\e753";
}
.uiIconPopOut:before {
  content: "\e754";
}
.uiIconRestoreWindow:before {
  content: "\e755";
}
.uiIconReturn:before {
  content: "\e756";
}
.uiIconRotateRight:before {
  content: "\e757";
}
.uiIconRotateLeft:before {
  content: "\e758";
}
.uiIconSort:before {
  content: "\e759";
}
.uiIconArrowDown:before {
  content: "\e75a";
}
.uiIconArrowLeft:before {
  content: "\e75b";
}
.uiIconArrowRight:before {
  content: "\e75c";
}
.uiIconArrowUp:before {
  content: "\e75d";
}
.uiIconClose:before {
  content: "\e75e";
}
.uiIconCloseCircled:before {
  content: "\e9d0";
}
.uiIconDownToBottom:before {
  content: "\e75f";
}
.uiIconGoBack:before {
  content: "\e760";
}
.uiIconGoUp:before {
  content: "\e761";
}
.uiIconMoveDown:before {
  content: "\e762";
}
.uiIconSortDown:before {
  content: "\e763";
}
.uiIconSortUp:before {
  content: "\e764";
}
.uiIconUpLevel:before {
  content: "\e765";
}
.uiIconUpToFirst:before {
  content: "\e766";
}
.uiIconInformation:before {
  content: "\e767";
}
.uiIconMinus:before {
  content: "\e768";
}
.uiIconNotification:before {
  content: "\e769";
}
.uiIconPlus:before {
  content: "\e76a";
}
.uiIconPlusLight:before {
  content: "\eacf";
}
.uiIconQuestion:before {
  content: "\e76b";
}
.uiIconRecord:before {
  content: "\e76c";
}
.uiIconRemove:before {
  content: "\e76d";
}
.uiIconStatus:before {
  content: "\e76e";
}
.uiIconTick:before {
  content: "\e76f";
}
.uiIconValidate:before {
  content: "\e770";
}
.uiIconWarning:before {
  content: "\e771";
}
.uiIconWarningSquare:before {
  content: "\e772";
}
.uiIconAddTag:before {
  content: "\e773";
}
.uiIconForward:before {
  content: "\e774";
}
.uiIconPlay:before {
  content: "\e775";
}
.uiIconReply:before {
  content: "\e776";
}
.uiIconShare:before {
  content: "\e777";
}
.uiIconShowTag:before {
  content: "\e778";
}
.uiIconStar:before {
  content: "\e779";
}
.uiIconStarAHalf:before {
  content: "\e77a";
}
.uiIconStarMinus:before {
  content: "\e77b";
}
.uiIconTag:before {
  content: "\e77c";
}
.uiIconThumbDown:before {
  content: "\e77d";
}
.uiIconThumbUp:before {
  content: "\e77e";
}
.uiIconUntag:before {
  content: "\e77f";
}
.uiIconAttach:before {
  content: "\e780";
}
.uiIconBookmark:before {
  content: "\e781";
}
.uiIconCheckin:before {
  content: "\e782";
}
.uiIconComment:before {
  content: "\e783";
}
.uiIconDownload:before {
  content: "\e784";
}
.uiIconExport:before {
  content: "\e785";
}
.uiIconFilter:before {
  content: "\e786";
}
.uiIconImport:before {
  content: "\e787";
}
.uiIconPreview:before {
  content: "\e788";
}
.uiIconPrint:before {
  content: "\e789";
}
.uiIconSave:before {
  content: "\e78a";
}
.uiIconSetting:before {
  content: "\e78b";
}
.uiIconSettings:before {
  content: "\e78c";
}
.uiIconUpload:before {
  content: "\e78d";
}
.uiIconCloneNode:before {
  content: "\e78e";
}
.uiIconCopyNode:before {
  content: "\e78f";
}
.uiIconCut:before {
  content: "\e790";
}
.uiIconEdit:before {
  content: "\e791";
}
.uiIconHide:before {
  content: "\e792";
}
.uiIconLink:before {
  content: "\e793";
}
.uiIconLock:before {
  content: "\e794";
}
.uiIconMove:before {
  content: "\e795";
}
.uiIconPatse:before {
  content: "\e796";
}
.uiIconRefresh:before {
  content: "\e797";
}
.uiIconRestore:before {
  content: "\e798";
}
.uiIconTrash:before {
  content: "\e799";
}
.uiIconUnlock:before {
  content: "\e79a";
}
.uiIconWatch:before {
  content: "\e79b";
}
.uiIconAbort:before {
  content: "\e76d";
}
.uiIconSpaceNavigation:before {
  content: "\e648";
}
.uiIconAlignLeft:before {
  content: "\e906";
}
.uiIconAlignCenter:before {
  content: "\e907";
}
.uiIconAlignRight:before {
  content: "\e908";
}
.uiIconCamera:before {
  content: "\e90a";
}
.uiIconPlusCircled:before {
  content: "\eb5c";
}
.uiIconVerticalDots:before {
  content: "\e79c";
}
.uiIconSearchLight:before {
  content: "\eaf0";
}
.uiIconCloseLight:before {
  content: "\e937";
}
.uiIconSend:before {
  content: "\e97b";
}
.uiIconGear:before {
  content: "\e9fa";
}
.uiIconShare:before {
  content: "\e97c";
}
.uiIconBannerButton:before {
  content: "\e956";
}
.uiIconAward:before,
.uiIconRewardKudos:before,
.uiIconExokudos_activity:before {
  font-family: "PLF-FONT-ICONS" !important;
  content: "\eb6d" !important;
}
.uiIconHandbag:before {
  font-family: "PLF-FONT-ICONS" !important;
  content: "\e9ae" !important;
}
.uiIconRewardGamification:before {
  font-family: "PLF-FONT-ICONS";
  content: "\ea97";
}
.uiIconDatePicker:before {
  content: "\e92a";
}
.uiIcon-gdrive:before {
  content: '\e909';
}
.uiIcon-onedrive:before {
  content: '\ebef';
}
.uiIconEcmsDrive-gdrive:before {
  content: '\ebf1';
}
.uiIconEcmsDrive-onedrive:before {
  content: '\ebf0';
}
.uiIconLocation:before {
  content: '\eb2d';
}
.uiIconDescription:before {
  content: '\e9e0';
}
.uiIconConnect:before {
  content: '\eb28';
}
.uiIconReminder:before {
  content: '\ea27';
}
.uiIconRecurrence:before {
  content: '\eb69';
}
.uiIconTimeZone:before {
  content: '\e9e2';
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiTabNormal .nav-tabs {
  margin: 0px;
  height: auto;
  padding: 0px;
  overflow: visible;
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiTabNormal .nav-tabs > li {
  margin-right: -1px;
  cursor: pointer;
}
.uiTabNormal .nav-tabs > li > a {
  padding: 5px 15px;
  margin: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #f0f4f7;
  border-left: 2px solid var(--allPagesGreyColor, #e1e8ee);
  color: var(--allPagesBaseTextColor, #333333);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: var(--allPagesTabNormalLinkBackground, #f0f4f7);
}
.uiTabNormal .nav-tabs > li:first-child > a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.uiTabNormal .nav-tabs > li:last-child > a,
.uiTabNormal .nav-tabs > li.last > a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.uiTabNormal .nav-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #f8f8f8;
  border-left: none;
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.uiTabNormal .nav-tabs > .active > a,
.uiTabNormal .nav-tabs > .active > a:hover {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-bottom: 1px solid transparent;
  font-weight: bold;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiTabNormal .nav-tabs > .active > a {
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiTabNormal .nav-tabs > li.dropdown > a {
  background: none;
  border: 1px solid transparent;
  line-height: 16px;
  padding: 5px 10px;
  margin-top: 1px;
}
.uiTabNormal .nav-tabs > li.dropdown > a:hover,
.uiTabNormal .nav-tabs > li.dropdown > a:active {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
.uiTabNormal .nav-tabs li.dropdown.open > a,
.uiTabNormal .nav-tabs li.dropdown.open > a:hover,
.uiTabNormal .nav-tabs li.dropdown.active > a,
.uiTabNormal .nav-tabs li.dropdown.active > a:hover {
  background: none;
  -webkit-box-shadow: inset 0px 2px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 2px 6px rgba(0,0,0,0.15);
  box-shadow: inset 0px 2px 6px rgba(0,0,0,0.15);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
.uiTabNormal .nav-tabs li.dropdown > a .caret {
  border-top-color: var(--allPagesBaseColorMedium, #808080);
  margin-top: 7px;
}
.uiTabNormal .nav-tabs li.dropdown > a:hover .caret,
.uiTabNormal .nav-tabs li.dropdown > a:active .caret,
.uiTabNormal .nav-tabs li.dropdown.open > a .caret {
  border-top-color: var(--allPagesPrimaryColorLighter, #9ebde0);
}
.uiTabNormal .nav-tabs .open .dropdown-toggle,
.uiTabNormal .nav-pills .open .dropdown-toggle,
.uiTabNormal .nav > li.dropdown.open.active > a:hover {
  background: none;
  border: none;
  color: var(--allPagesBaseTextColor, #333333);
}
.uiTabNormal .tab-content {
  background: var(--allPagesBaseBackground, #ffffff);
  border: 2px solid var(--allPagesGreyColor, #e1e8ee);
  border-top: none;
  padding: 15px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.uiTabNormal .tab-content > form > .tab-pane,
.uiTabNormal .pill-content > form > .pill-pane {
  display: none;
}
.uiTabNormal .tab-content > form > .active,
.uiTabNormal .pill-content > form > .active {
  display: block;
}
.uiTabNormal .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 100px;
}
.uiTabNormal .dropdown-menu .active > a,
.uiTabNormal .dropdown-menu .active > a:hover {
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiTabInPage .nav-tabs {
  margin: 0px;
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 5px 5px 0px 5px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.uiTabGrayInPage .nav-tabs {
  margin: 0px;
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 5px 5px 0px 5px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.uiTabGrayInPage .nav-tabs > .active > a,
.uiTabGrayInPage .nav-tabs > .active > a:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), color-stop(56%, var(--allPagesPrimaryBackground, #f0f0f0)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0) 56%, var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0) 56%, var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0) 56%, var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0) 56%, var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
}
.uiTabGrayInPage .tab-content {
  padding: 0px;
  overflow: visible;
}
.uiTabGrayInPage .tab-content .nav-pills {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  padding: 0px 10px;
  margin: 0px;
}
.uiTabGrayInPage .tab-content .nav-pills > li {
  padding: 4px 0px;
}
.uiTabGrayInPage .tab-content .nav-pills > li > a {
  line-height: 18px;
  padding: 4px 6px;
  color: var(--allPagesBaseTextColor, #333333);
  border: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
  margin: 0px;
  cursor: pointer;
}
.uiTabGrayInPage .tab-content .nav-pills > li > a:hover,
.uiTabGrayInPage .tab-content .nav-pills > li > a:active {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  line-height: 18px;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiTabGrayInPage .tab-content .nav-pills .open > a,
.uiTabGrayInPage .tab-content .nav-pills .open > a:hover,
.uiTabGrayInPage .tab-content .nav-pills .active > a,
.uiTabGrayInPage .tab-content .nav-pills .active > a:hover {
  background: none;
  -webkit-box-shadow: inset  0px 2px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: inset  0px 2px 6px rgba(0,0,0,0.15);
  box-shadow: inset  0px 2px 6px rgba(0,0,0,0.15);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiTabGrayInPage .tab-content .nav-pills li.dropdown > a .caret {
  border-top-color: var(--allPagesBaseColorMedium, #808080);
  margin-top: 8px;
}
.uiTabGrayInPage .tab-content .nav-pills li.dropdown > a:hover .caret,
.uiTabGrayInPage .tab-content .nav-pills li.dropdown > a:active .caret,
.uiTabGrayInPage .tab-content .nav-pills li.dropdown.open > a .caret {
  border-top-color: var(--allPagesPrimaryColorLighter, #9ebde0);
}
.uiTabGrayInPage .tab-content .nav-pills .dropdown .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiTabGrayInPage .tab-content .contentTabGray {
  min-height: 150px;
  padding: 10px;
}
/*---------- uiTabContainer ----------*/
.uiTabContainer > .nav-tabs {
  margin-bottom: 0;
  border: none;
}
.uiTabContainer > .nav-tabs > li {
  background: var(--allPagesBaseColorLight, #999999);
  margin: 4px 5px 0 0;
  padding-right: 5px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.uiTabContainer > .nav-tabs > li > a {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: inline-block;
  color: var(--allPagesBaseBackground, #ffffff);
  line-height: 8px;
  padding: 13px 8px 7px;
}
.uiTabContainer > .nav-tabs > li > a:hover,
.uiTabContainer > .nav-tabs > li > a:active {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiTabContainer > .nav-tabs .open .dropdown-toggle {
  background: none;
}
.uiTabContainer > .nav-tabs > li.active {
  background: var(--allPagesPrimaryColorLighter, #9ebde0);
  margin: 0 5px 0 0;
}
.uiTabContainer > .nav-tabs > li.active > a {
  padding: 17px 8px 7px;
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiTabContainer > .nav-tabs > li.AddTab {
  background: none repeat scroll 0 0 #F9F9F9;
  float: left;
  margin: 6px 5px 0 0;
  padding: 3px 6px;
  border: 1px solid #c7c7c7;
  border-bottom: none;
  cursor: pointer;
}
.uiTabContainer > .nav-tabs .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiTabContainer > .nav-tabs .dropdown-menu.dropdown-menu:after {
  border-bottom: 6px solid var(--allPagesBaseBackground, #ffffff);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.uiTabContainer > .nav-tabs .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.uiTabContainer .tab-content > .active {
  border: 1px solid var(--allPagesPrimaryColorLighter, #9ebde0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
/*---------- uiFormTabPane ----------*/
.uiFormTabPane {
  padding: 0px;
}
.uiTabNormal .nav-tabs > li.active:first-child {
  position: relative;
}
.uiTabNormal .nav-tabs > li.active:first-child:before {
  background-color: var(--allPagesBorderColor, #e1e8ee);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 767px) {
  .uiTabNormal .nav-tabs > li {
    display: block;
    float: none;
  }
}
.nav-inline a {
  border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
  display: inline-block;
  line-height: 10px;
  margin: 10px 0 10px 5px;
  padding-left: 10px;
  text-transform: capitalize;
  vertical-align: middle;
}
.nav-inline a.active,
.nav-inline a:hover {
  color: var(--allPagesBaseTextColor, #333333);
}
.nav-inline a:first-child {
  border-left: none;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiPopup,
.modal.uiPopup {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  background: var(--allPagesBaseBackground, #ffffff);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  max-width: 95%;
  word-wrap: break-word;
}
.uiPopup .cke_dialog,
.modal.uiPopup .cke_dialog {
  width: auto;
}
.uiPopup .cke_dialog .uiIconClose,
.modal.uiPopup .cke_dialog .uiIconClose {
  background: none;
  top: 10px;
}
.uiPopup .popupHeader,
.modal.uiPopup .popupHeader {
  background-color: var(--allPagesUiPopupHeaderBackground, #f2f2f2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: var(--allPagesUiPopupHeaderBorder, 0px solid var(--allPagesPrimaryBackground, #f0f0f0));
  margin-bottom: 7px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 8px 10px 8px 15px;
  font-size: 18px;
  font-weight: bold;
  color: var(--allPagesBaseTextColor, #333333);
}
.uiPopup .popupHeader [class^="uiIcon"],
.modal.uiPopup .popupHeader [class^="uiIcon"] {
  margin: 0 0 0 4px;
  cursor: pointer;
}
.uiPopup .popupHeader [class^="uiIconArrow"],
.modal.uiPopup .popupHeader [class^="uiIconArrow"] {
  margin: 13px 4px 0 0;
}
.uiPopup .popupHeader .uiIconArrowDownMini,
.modal.uiPopup .popupHeader .uiIconArrowDownMini {
  margin: 6px 4px 0 ;
}
.uiPopup .popupHeader .uiIconArrowDownMini.pull-left,
.modal.uiPopup .popupHeader .uiIconArrowDownMini.pull-left {
  margin-left: 0;
}
.uiPopup .popupHeader .popupTitle,
.modal.uiPopup .popupHeader .popupTitle {
  margin: 0;
  color: var(--allPagesBaseTextColor, #333333);
  display: block;
  cursor: move;
  font-size: 18px;
  font-weight: bold;
}
.uiPopup .popupContent,
.modal.uiPopup .popupContent {
  overflow: auto;
  padding: 15px;
  width: auto;
  background: var(--allPagesBaseBackground, #ffffff);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.uiPopup .popupContent .resizable,
.modal.uiPopup .popupContent .resizable {
  overflow: auto;
  padding: 15px;
  margin: -15px;
  max-height: calc(100vh - 300px);
}
.uiPopup .popupContent > .resizable,
.modal.uiPopup .popupContent > .resizable {
  padding: 0 15px;
}
.uiPopup .popupContent > .resizable > .UIForm,
.modal.uiPopup .popupContent > .resizable > .UIForm {
  padding-top: 15px;
}
.uiPopup .popupContent select,
.modal.uiPopup .popupContent select {
  margin-bottom: 0;
}
.uiPopup .form-horizontal,
.modal.uiPopup .form-horizontal {
  padding: 0;
}
.uiPopup .form-horizontal .control-group:last-child,
.modal.uiPopup .form-horizontal .control-group:last-child {
  margin-bottom: 0;
}
.uiPopup .form-horizontal .control-group:last-child:first-child,
.modal.uiPopup .form-horizontal .control-group:last-child:first-child {
  margin-bottom: 12px;
}
.uiPopup .table,
.modal.uiPopup .table {
  margin-bottom: 15px;
}
.uiPopup .uiIconResize,
.modal.uiPopup .uiIconResize {
  width: 16px;
  height: 16px;
  margin: -18px 2px 2px;
  cursor: nw-resize;
}
.uiPopup .uiAction.uiActionBorder,
.modal.uiPopup .uiAction.uiActionBorder {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0;
}
.uiPopup .form-horizontal.resizable .controls-full > .center,
.modal.uiPopup .form-horizontal.resizable .controls-full > .center {
  margin-bottom: 20px;
}
/**********************Popup Messages*************************/
.uiPopup .popupMessage.resizable,
.modal.uiPopup .popupMessage.resizable {
  padding-top: 15px;
  padding-bottom: 15px;
}
.uiPopup .popupMessage > li,
.modal.uiPopup .popupMessage > li {
  padding: 5px 0;
}
.uiPopup .popupMessage > li .contentMessage,
.modal.uiPopup .popupMessage > li .contentMessage {
  white-space: normal;
}
.uiPopup .popupMessage > li span[class*="Icon"],
.modal.uiPopup .popupMessage > li span[class*="Icon"] {
  padding-left: 20px;
  line-height: 16px;
  color: var(--allPagesBaseTextColor, #333333);
  font-weight: bold;
  position: relative;
}
.uiPopup .popupMessage > li span[class*="Icon"]:before,
.modal.uiPopup .popupMessage > li span[class*="Icon"]:before {
  content: "";
  display: block;
  left: 0;
  top: 0px;
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  position: absolute;
}
.uiPopup .popupMessage > li span.errorIcon:before,
.modal.uiPopup .popupMessage > li span.errorIcon:before {
  content: "\e76d";
  color: #bc4343;
}
.uiPopup .popupMessage > li span.warningIcon:before,
.modal.uiPopup .popupMessage > li span.warningIcon:before {
  content: "\e771";
  color: #ffb441;
}
.uiPopup .popupMessage > li span.infoIcon:before,
.modal.uiPopup .popupMessage > li span.infoIcon:before {
  content: "\e767";
  color: #476a9c;
}
.uiPopup .popupMessage > li span.confirmationIcon:before,
.modal.uiPopup .popupMessage > li span.confirmationIcon:before {
  content: "\e76b";
  color: #476a9c;
}
.uiPopup .popupMessage > li.collapseItem > ul,
.modal.uiPopup .popupMessage > li.collapseItem > ul {
  display: block;
}
.uiPopup .popupMessage > li.expandItem > ul,
.modal.uiPopup .popupMessage > li.expandItem > ul {
  display: none;
}
.uiPopup .popupMessage > li > ul > li,
.modal.uiPopup .popupMessage > li > ul > li {
  line-height: 16px;
  padding: 0 0 0 40px;
}
.uiPopup .popupContent .multipleMessage,
.modal.uiPopup .popupContent .multipleMessage {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin: 0;
}
.uiPopup .singleMessage > li span[class*="Icon"],
.modal.uiPopup .singleMessage > li span[class*="Icon"] {
  font-weight: normal;
  display: block;
  margin: 5px 0 5px;
}
.uiPopup .popupHeader .uiIconClose {
  height: 16px;
  line-height: 12px;
  text-align: center;
  width: 16px;
  position: absolute;
  right: 9px;
  top: 10px;
  z-index: 9;
  margin: 0;
}
.uiPopup .popupHeader .uiIconClose + .PopupTitle {
  margin-right: 25px;
  font-size: 18px;
}
.uiPopup .popupHeader [class^="uiIcon"] + .uiIconClose {
  position: static;
  margin-left: 4px;
}
.uiPopup .popupHeader [class^="uiIcon"] + .uiIconClose:before {
  font-size: 10px;
}
@media (max-width: 1024px) {
  .uiPopup .popupHeader .uiIconClose::before,
  .uiPopup .popupHeader .uiIconClose {
    margin: 3px 2px 0 0;
  }
  .uiPopup.cke_dialog {
    transform: none;
    z-index: 100000!important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--allPagesBaseBackground, #ffffff);
}
.dropdown-menu li > a {
  padding: 5px 10px;
  color: var(--allPagesBaseTextColor, #333333);
}
.dropdown-menu.dropdownArrowTop:before,
.dropdown-menu.dropdownArrowTop:after {
  position: absolute;
  content: '';
  display: inline-block;
}
.dropdown-menu.dropdownArrowTop:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid var(--allPagesBaseBackground, #ffffff);
  top: -9px;
  left: 29px;
}
.dropdown-menu.dropdownArrowTop:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--allPagesBaseBackground, #ffffff);
  top: -8px;
  left: 30px;
}
.uiDropdownWithIcon .dropdown-menu li > a {
  padding: 5px 20px 5px 10px;
}
.uiDropdownWithIcon .dropdown-menu li > a i {
  margin-right: 9px;
}
.uiDropdownWithIcon > .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-submenu:hover > a,
.uiDropdownMenu li > a.active {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.uiDropdownMenu li > a.active {
  color: var(--allPagesDropdownLinkColorHover, #ffffff);
}
.dropdown-menu .divider {
  margin: 5px 0 4px;
  border: none;
  background: var(--allPagesBorderColor, #e1e8ee);
}
#ThemeDropDown .dropdown-menu {
  min-width: 200px;
}
#ThemeDropDown .btn.dropdown-toggle > span:first-child {
  width: 150px;
  display: inline-block;
  text-align: left;
}
.dropdown-menu > li {
  list-style-type: none!important;
}
.dropdown-menu > li .block-item {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
.dropdown-menu > li .block-item.even {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
}
.dropdown-menu > li .block-item .text-link {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.dropdown-menu > li .block-item:hover {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
  color: var(--allPagesDropdownLinkColorHover, #ffffff);
}
.dropdown-menu > li .block-item:hover * {
  color: var(--allPagesDropdownLinkColorHover, #ffffff);
}
.dropdown-menu > li .actionIcon {
  text-align: left;
}
.uiDropDownCal li > a,
.uiDropdownMenu li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: var(--allPagesBaseTextColor, #333333);
  white-space: nowrap;
  padding: 6px 19px;
}
.dropdown-menu.uiDropdownWithIcon .arrowLeft,
.dropdown-menu.uiDropdownWithIcon .arrowLeft:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dropdown-menu.uiDropdownWithIcon .arrowLeft:after {
  content: "";
  z-index: -1;
}
.dropdown-menu.uiDropdownWithIcon .arrowLeft {
  top: 50%;
  left: -9px;
  margin-top: -10px;
  border-width: 9px  9px 9px 0;
  border-right-color: var(--allPagesBaseBackground, #ffffff);
}
.dropdown-menu.uiDropdownWithIcon .arrowLeft:after {
  border-width: 10px 10px 10px 0;
  border-right-color: var(--allPagesBaseBackground, #ffffff);
  bottom: -10px;
  left: -1px;
}
.uiDropDownCal li > a:hover,
.uiDropDownCal li > a:focus,
.uiDropDownCal .active > a,
.uiDropDownCal .active > a:hover,
.dropdown-submenu:hover > a,
.uiDropdownMenu li > a:hover,
.uiDropdownMenu li > a:focus,
.uiDropdownMenu .active > a,
.uiDropdownMenu .active > a:hover {
  text-decoration: none;
  color: var(--allPagesDropdownLinkColorHover, #ffffff);
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.uiDropdownWithIcon .uiDropDownCal li > a,
.uiDropdownWithIcon .uiDropdownMenu li > a {
  padding: 6px 19px;
}
.uiDropdownWithIcon .uiDropDownCal li > a i,
.uiDropdownWithIcon .uiDropdownMenu li > a i {
  margin-right: 5px;
}
.dropdown-submenu > a:after {
  content: "\e75c";
  border: none;
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 9px;
  margin-right: -5px;
  color: var(--allPagesPrimaryColor, #578dc9);
}
.dropdown-submenu:hover > a:after {
  color: var(--allPagesBaseBackground, #ffffff);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.drawer {
  position: fixed;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transition: .3s;
  background: #fff;
  z-index: 9999;
}
.drawer.open {
  width: 33%;
}
.drawer .header {
  height: 50px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(13, 13, 13, 0.05);
  box-sizing: border-box;
  padding: 15px;
}
.drawer .header .closebtn {
  color: #DEE4F2;
  font-size: 32px;
  line-height: 20px;
  float: right;
}
.drawer .header span {
  color: #4D5466;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.drawer .content {
  position: absolute;
  padding: 15px;
  top: 50px;
  bottom: 70px;
  overflow-y: auto;
  overflow-x: hidden;
  right: 0;
  left: 0;
}
.drawer .footer {
  position: absolute;
  min-width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(13, 13, 13, 0.05);
  padding: 15px;
  margin: 0;
  bottom: 0;
  box-sizing: border-box;
}
.drawer .footer button {
  margin: 0 5px;
  float: right;
}
.drawer-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  z-index: 998;
  background-color: #000;
}
@media (min-width: 320px) and (max-width: 768px) {
  .attachmentsFooter.footer.ignore-vuetify-classes {
    bottom: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .drawer.open {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .drawer.open {
    width: 100%;
  }
  .drawer .content {
    top: 0px;
    height: 80%;
  }
  .drawer .footer {
    height: 10%;
  }
  .drawer > div {
    min-width: auto;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
[class^="uiIcon"],
.LeftNavigationTDContainer .uiPopup [class^="uiIcon"] {
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .actionIcon [class^="uiIcon"],
  .actionIcon .LeftNavigationTDContainer .uiPopup [class^="uiIcon"] {
    top: 2px;
  }
}
.uiIconDefaultApp:before {
  content: "\e6d6";
}
/* Blue icons with optional class, or on hover/active states of certain elements */
.uiActionWithLabel:hover i,
.actionIcon:hover i,
.nav-pills > .active > a > [class^="uiIcon"],
.nav-list > .active > a > [class^="uiIcon"],
.navbar-inverse .nav > .active > a > [class^="uiIcon"],
.btn:hover [class^="uiIcon"],
a:hover [class^="uiIcon"],
.actionIcon.active [class^="uiIcon"],
.nodeSelected:hover [class^="uiIcon"],
.uiIconQuestion:hover,
.actionIconSmall:hover [class^="uiIcon"],
.uiIconBlue {
  color: var(--allPagesPrimaryColor, #578dc9);
}
/* light grey icons with optional class, or on  */
.dropdown-menu > li > a > [class^="uiIcon"],
.breadcrumb [class^="uiIcon"],
.dropdown-menu > .active > a > [class^="uiIcon"],
.uiDropdownWithIcon .dropdown-submenu > a > [class^="uiIcon"],
.uiIconClose,
.uiIconLightGray {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.dropdown-menu > li > a > .uiIconDarkGray,
.breadcrumb .uiIconDarkGray,
.dropdown-menu > .active > a > .uiIconDarkGray,
.uiDropdownWithIcon .dropdown-submenu > a > .uiIconDarkGray,
.uiIconClose,
.uiIconDarkGray,
.uiIconExtra,
.LeftNavigationTDContainer [class^="uiIcon"] {
  color: var(--allPagesPrimaryColor, #578dc9);
}
/* White icons with optional class, or on hover/active states of Drop down with Icons */
.uiDropdownWithIcon .nav-pills > .active > a > [class^="uiIcon"],
.uiDropdownWithIcon .nav-list > .active > a > [class^="uiIcon"],
.uiDropdownWithIcon .navbar-inverse .nav > .active > a > [class^="uiIcon"],
.uiDropdownWithIcon .dropdown-menu > li > a:hover > [class^="uiIcon"],
.uiDropdownWithIcon .dropdown-menu > .active > a > [class^="uiIcon"],
.uiDropdownWithIcon.dropdown-menu .uiDropdownMenu > li > a:hover [class^="uiIcon"],
.uiDropdownWithIcon.dropdown-menu .uiDropdownMenu > .active > a > [class^="uiIcon"],
.uiDropdownWithIcon .dropdown-submenu:hover > a > [class^="uiIcon"],
.dropdown-menu > li > a:hover > [class^="uiIcon"],
.dropdown-menu > .active > a > [class^="uiIcon"],
.btn-primary [class^="uiIcon"],
.btn-primary:hover [class^="uiIcon"],
.uiDropDownCal a:hover [class^="uiIcon"],
.uiDropDownCal .active a:hover [class^="uiIcon"],
.EDITION-BLOCK .CONTROL-BLOCK .uiIconWhite:hover,
.EDITION-BLOCK .CONTROL-BLOCK a:hover .uiIconWhite,
.btn-primary:hover [class^="uiIcon"],
.btn-primary:hover [class^="uiIcon"]:hover,
.uiAction .btn:first-child [class^="uiIcon"],
.uiAction .btn:first-child:hover [class^="uiIcon"],
.uiAction .btn:first-child:hover [class^="uiIcon"]:hover,
.containerTopicDetail .attachmentContentImage .actionAttachImg a:hover i,
.uiQuestions .attachmentContentImage .actionAttachImg a:hover i,
.viewIconContainer > div:hover [class^="uiIcon"],
.LeftNavigationTDContainer .uiInfoBar [class^="uiIcon"],
.uiIconWhite,
.displayItems > li:hover .uiIconBlue {
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiIconClose::before {
  font-size: 12px;
  color: #333333;
}
.uiIconClose {
  top: -1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.uiIconClose:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: var(--allPagesPrimaryColor, #578dc9) !important;
}
.actionIcon:hover .uiIconClose {
  color: var(--allPagesPrimaryColor, #578dc9) !important;
}
.uiIconExit:before {
  content: "\e785";
}
.uiIconDelete:before,
.uiIconDeleteTemplate:before,
.uiIconDeleteNode:before,
.uiIconDeleteDraft:before,
.uiIconDeletePage:before,
.uiIconDeleteCategory:before,
.uiIconRemoveStyle:before,
.uiIconRemovePermission:before,
.uiIconRemoveTag:before,
.uiIconRemoveNodeType:before,
.uiIconDeleteMembership:before,
.uiIconDeleteUser:before,
.uiIconRemoveNavigationNode:before,
.uiIconRemoveListTargetPage:before,
.uiIconRemoveDetailTargetPage:before {
  content: "\e799";
}
.uiIconEditSelectedNode:before,
.uiIconEditTemplate:before,
.uiIconEditPage:before,
.uiIconEditTag:before,
.uiIconViewUserInfo:before,
.uiIconEditStyle:before,
.uiIconEditInfo:before,
.uiIconEditMembership:before,
.uiIconEditCategory:before {
  content: "\e791";
}
.uiIconPagePermission:before {
  content: "\e794";
}
.uiIconPermalink:before,
.uiIconLinkr:before {
  content: "\e793";
}
.uiIconWatchPage:before,
.uiIconUnWatchPage:before,
.uiIconUnWatch:before {
  content: "\e79b";
}
.uiIconSelectDrive:before,
.uiIconSelectNodePath:before,
.uiIconSelectTargetPage:before {
  content: "\e74a";
}
.uiIconMovePage:before,
.uiIconMoveCategory:before {
  content: "\e795";
}
.uiIconView:before {
  content: "\e788";
}
.uiIconExt-downloads:before {
  content: "\e784";
}
.uiIconPasteNode:before {
  content: "\e78a";
}
.uiIconMoreAction:before {
  content: "\e78c";
}
.uiIconFromTemplate:before,
.uiIconAddPageFromTemplate:before {
  content: "\e6b4";
}
.uiIconPublish:before,
.uiIconBlankFile:before {
  content: "\e6ba";
}
.uiIconAddPage:before {
  content: "\e6a1";
}
.uiIconViewDraftChange:before {
  content: "\e6b6";
}
.uiIconPdfExport:before,
.uiIconExportAsPDF:before {
  content: "\e679";
}
.uiIconSelectUser:before,
.uiIconForumUser:before,
.uiIconProfile:before {
  content: "\e6cc";
}
.uiIconSelectMember:before {
  content: "\e6cb";
}
.uiIconAddAny:before {
  content: "\e6ca";
}
.uiIconOpen:before,
.uiIconAddRootNode:before,
.uiIconSelectPage:before,
.uiIconAddAnyPermission:before {
  content: "\e770";
}
.uiIconStop:before {
  content: "\e768";
}
.uiIconAddPermission:before,
.uiIconAddIcon:before,
.uiIconAddPath:before,
.uiIconSelectPath:before,
.uiIconChooseNodeType:before,
.uiIconAddNode:before,
.uiIconSelectNavigationNode:before,
.uiIconSelectListTargetPage:before,
.uiIconSelectDetailTargetPage:before {
  content: "\e76a";
}
.uiIconPageInfo:before {
  content: "\e767";
}
.useful-icon-Translate:before {
  content: "\e747";
}
.uiIconEvent:before {
  content: "\e742";
}
.uiIconForum:before,
.uiIconUIForms:before {
  content: "\e68d";
}
.uiIconNextArrow:before {
  content: "\e75c";
}
.uiIconPrevArrow:before {
  content: "\e75b";
}
.uiIconResize:before {
  content: "\e74e";
}
/*---------- IconLibrary-FileType ----------*

/*----- IconLibrary-FileType-16x16 -----*/
.uiIcon16x16FileDefault:before,
.uiIcon16x16applicationoctet-stream:before {
  content: "\e71c";
  color: #cdcccc;
}
.uiIcon16x16FileArchiveDefault:before,
.uiIcon16x16applicationx-tar:before,
.uiIcon16x16applicationx-gzip:before,
.uiIcon16x16applicationx-bzip2:before,
.uiIcon16x16applicationother-zip:before {
  content: "\e718";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon16x16FileArchiveRar:before,
.uiIcon16x16applicationrar:before {
  content: "\e719";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon16x16FileArchiveZip:before,
.uiIcon16x16FileZip:before,
.uiIcon16x16applicationzip:before {
  content: "\e71a";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon16x16FileJar:before,
.uiIcon16x16applicationjava-archive:before {
  content: "\e71e";
  color: #A34D46;
}
.uiIcon16x16FileEar:before,
.uiIcon16x16applicationear-java-archive:before {
  content: "\e71d";
  color: #A34D46;
}
.uiIcon16x16FileWar:before,
.uiIcon16x16applicationx-zip:before {
  content: "\e71f";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon16x16FileAudioDefault:before,
.uiIcon16x16audiomidi:before,
.uiIcon16x16audiox-aiff:before,
.uiIcon16x16audiobasic:before,
.uiIcon16x16audiox-m4a:before,
.uiIcon16x16audiox-wav:before,
.uiIcon16x16audioother:before {
  content: "\e71b";
  color: #008b84;
}
.uiIcon16x16FileMp3:before,
.uiIcon16x16audiomp3:before {
  content: "\e714";
  color: #008b84;
}
.uiIcon16x16FileWma:before,
.uiIcon16x16audiox-ms-wma:before {
  content: "\e716";
  color: #008b84;
}
.uiIcon16x16FileVideo:before,
.uiIcon16x16videox-msvideo:before,
.uiIcon16x16videoquicktime:before,
.uiIcon16x16videox-sgi-movie:before,
.uiIcon16x16videox-msvideo:before,
.uiIcon16x16videompe:before {
  content: "\e715";
  color: #79577A;
}
.uiIcon16x16FileFlash:before,
.uiIcon16x16applicationx-shockwave-flash:before,
.uiIcon16x16videox-flv:before {
  content: "\e713";
  color: #d23327;
}
.uiIcon16x16FileWmv:before,
.uiIcon16x16videox-ms-wmv:before {
  content: "\e717";
  color: #79577A;
}
.uiIcon16x16FileGdoc:before,
.uiIcon16x16applicationvndgoogle-appsdocument:before {
  content: "\e70c";
  color: #1C98D7;
}
.uiIcon16x16FileWord:before,
.uiIcon16x16applicationmsword:before,
.uiIcon16x16applicationwordperfect:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentwordprocessingmldocument:before,
.uiIcon16x16FileDocx:before,
.uiIcon16x16applicationvndms-worddocumentmacroenabled12:before,
.uiIcon16x16applicationvndms-wordtemplatemacroenabled12:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentwordprocessingmltemplate:before {
  content: "\e6b1";
  color: #094D7F;
}
.uiIcon16x16FileOpenOffice1:before,
.uiIcon16x16FileOpenOffice1:before,
.uiIcon16x16applicationvndoasisopendocumenttext:before,
.uiIcon16x16applicationvndoasisopendocumentdatabase:before {
  content: "\e710";
  color: #1c9bd7;
}
.uiIcon16x16applicationvndoasisopendocumentspreadsheet:before {
  content: "\e710";
  color: #1a744b;
}
.uiIcon16x16FileMpeg:before,
.uiIcon16x16videompeg:before,
.uiIcon16x16videompg:before,
.uiIcon16x16videomp4:before {
  content: "\e70f";
  color: #79577A;
}
.uiIcon16x16FileM4v:before,
.uiIcon16x16videox-m4v:before {
  content: "\e70d";
  color: #79577A;
}
.uiIcon16x16FileMkv:before,
.uiIcon16x16videox-matroska:before {
  content: "\e70e";
  color: #79577A;
}
.uiIcon16x16FileTxt:before,
.uiIcon16x16textplain:before {
  content: "\e711";
  color: #1c9bd7;
}
.uiIcon16x16FileLwp:before,
.uiIcon16x16applicationlwp:before {
  content: "\e707";
  color: #1c9bd7;
}
.uiIcon16x16FilePage:before,
.uiIcon16x16applepages:before {
  content: "\e70a";
  color: #1c9bd7;
}
.uiIcon16x16FileMdb:before,
.uiIcon16x16applicationmsaccess:before {
  content: "\e708";
  color: #6a274c;
}
.uiIcon16x16FileOdf:before,
.uiIcon16x16applicationvndoasisopendocumentformula:before {
  content: "\e709";
  color: #848585;
}
.uiIcon16x16FileExe:before,
.uiIcon16x16applicationexe:before {
  content: "\e706";
  color: #cdcccc;
}
.uiIcon16x16FilePdf:before,
.uiIcon16x16applicationpdf:before {
  content: "\e70b";
  color: #d23327;
}
.uiIcon16x16FileScript:before,
.uiIcon16x16applicationpostscript:before {
  content: "\e705";
  color: #5e5e5e;
}
.uiIcon16x16FileRtf:before,
.uiIcon16x16applicationrtf:before {
  content: "\e704";
  color: #5e5e5e;
}
.uiIcon16x16FileGslides:before,
.uiIcon16x16applicationvndgoogle-appspresentation:before {
  content: "\e701";
  color: #de6227;
}
.uiIcon16x16FileAppleKey:before,
.uiIcon16x16textkey:before {
  content: "\e700";
  color: #d37133;
}
.uiIcon16x16FileOpenOffice2:before,
.uiIcon16x16applicationvndoasisopendocumentpresentation:before {
  content: "\e702";
  color: #d37133;
}
.uiIcon16x16FilePpt:before,
.uiIcon16x16applicationppt:before,
.uiIcon16x16applicationvndms-powerpoint:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow:before,
.uiIcon16x16applicationvndms-powerpointaddinmacroenabled12:before,
.uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12:before,
.uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12:before,
.uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12:before {
  content: "\e6b0";
  color: #e45030;
}
.uiIcon16x16FilePrz:before,
.uiIcon16x16applicationfreelance:before {
  content: "\e6fe";
  color: #d3703a;
}
.uiIcon16x16FileGsheet:before,
.uiIcon16x16applicationvndgoogle-appsspreadsheet:before {
  content: "\e6fa";
  color: #119b48;
}
.uiIcon16x16FileExcel:before,
.uiIcon16x16applicationxls:before,
.uiIcon16x16applicationxlt:before,
.uiIcon16x16applicationvndms-excel:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentspreadsheetmlsheet:before,
.uiIcon16x16FileXls:before,
.uiIcon16x16applicationvndopenxmlformats-officedocumentspreadsheetmltemplate:before,
.uiIcon16x16applicationvndms-excelsheetmacroenabled12:before,
.uiIcon16x16applicationvndms-exceltemplatemacroenabled12:before,
.uiIcon16x16applicationvndms-exceladdinmacroenabled12:before,
.uiIcon16x16applicationvndms-excelsheetbinarymacroenabled12:before {
  content: "\e6af";
  color: #1a744b;
}
.uiIcon16x16FileOpenOffice3:before,
.uiIcon16x16applicationvndoasisopendocumentspreadsheet-template:before,
.uiIcon16x16applicationvndsunxmlcalc:before {
  content: "\e6fd";
  color: #119b48;
}
.uiIcon16x16FileHtml:before,
.uiIcon16x16texthtml:before,
.uiIcon16x16texthtm:before {
  content: "\e6fb";
  color: #4b76bb;
}
.uiIcon16x16FileXml:before,
.uiIcon16x16textxml:before {
  content: "\e6ff";
  color: #4b76bb;
}
.uiIcon16x16FileJs:before,
.uiIcon16x16applicationx-javascript:before {
  content: "\e6fc";
  color: #d23327;
}
.uiIcon16x16FileJson:before,
.uiIcon16x16applicationjson:before {
  content: "\e6f7";
  color: #5e5e5e;
}
.uiIcon16x16FileCss:before,
.uiIcon16x16textcss:before {
  content: "\e6f4";
  color: #A6346e;
}
.uiIcon16x16FileXsl:before,
.uiIcon16x16textxsl:before,
.uiIcon16x16textxslt:before {
  content: "\e6f8";
  color: #A6346e;
}
.uiIcon16x16FileFont:before,
.uiIcon16x16fonttff:before,
.uiIcon16x16fontotf:before,
.uiIcon16x16fontttc:before,
.uiIcon16x16fonteot:before,
.uiIcon16x16fontdfont:before,
.uiIcon16x16fontttf:before,
.uiIcon16x16fontwoff:before {
  content: "\e6f5";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIcon16x16FileGdraw:before,
.uiIcon16x16applicationvndgoogle-appsdrawing:before {
  content: "\e6f6";
  color: #EAB320;
}
.uiIcon16x16FileBmp:before,
.uiIcon16x16imagebmp:before {
  content: "\e6f3";
  color: #EAB320;
}
.uiIcon16x16FileIco:before,
.uiIcon16x16imagex-icon:before {
  content: "\e6ee";
  color: #EAB320;
}
.uiIcon16x16FileGif:before,
.uiIcon16x16imagegif:before {
  content: "\e6ed";
  color: #EAB320;
}
.uiIcon16x16FileOdg:before,
.uiIcon16x16applicationvndoasisopendocumentgraphics:before {
  content: "\e6ef";
  color: #EAB320;
}
.uiIcon16x16FilePng:before,
.uiIcon16x16imagepng:before {
  content: "\e6f0";
  color: #EAB320;
}
.uiIcon16x16FilePsd:before,
.uiIcon16x16imagepsd:before,
.uiIcon16x16applicationx-photoshop:before {
  content: "\e6f1";
  color: #1278ba;
}
.uiIcon16x16FileRaw:before,
.uiIcon16x16applicationraw:before {
  content: "\e6f2";
  color: #6f6f6f;
}
.uiIcon16x16FileTif:before,
.uiIcon16x16imagetiff:before {
  content: "\e6eb";
  color: #6f6f6f;
}
.uiIcon16x16FileXcf:before,
.uiIcon16x16imagexcf:before {
  content: "\e6ec";
  color: #EAB320;
}
.uiIcon16x16FileIndd:before,
.uiIcon16x16applicationx-indesign:before {
  content: "\e6e8";
  color: #a6346e;
}
.uiIcon16x16FileAi:before,
.uiIcon16x16applicationillustrator:before,
.uiIcon16x16applicationeps:before {
  content: "\e6e7";
  color: #e79e24;
}
.uiIcon16x16FileSvg:before,
.uiIcon16x16imagesvg-xml:before {
  content: "\e6ea";
  color: #EAB320;
}
.uiIcon16x16FileJpg:before,
.uiIcon16x16imagejpeg:before {
  content: "\e6e9";
  color: #EAB320;
}
.uiIcon16x16FileBlog {
  content: "\e6e6";
  color: #094d7f;
}
/*----- IconLibrary-FileType-24x24 -----*/
.uiIcon24x24FileDefault:before,
.uiIcon24x24applicationoctet-stream:before {
  content: "\e71c";
  color: #cdcccc;
}
.uiIcon24x24FileArchiveDefault:before,
.uiIcon24x24applicationx-tar:before,
.uiIcon24x24applicationx-gzip:before,
.uiIcon24x24applicationx-bzip2:before,
.uiIcon24x24applicationother-zip:before {
  content: "\e718";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon24x24FileArchiveRar:before,
.uiIcon24x24applicationrar:before {
  content: "\e719";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon24x24FileArchiveZip:before,
.uiIcon24x24FileZip:before,
.uiIcon24x24applicationzip:before {
  content: "\e71a";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon24x24FileJar:before,
.uiIcon24x24applicationjava-archive:before {
  content: "\e71e";
  color: #A34D46;
}
.uiIcon24x24FileEar:before,
.uiIcon24x24applicationear-java-archive:before {
  content: "\e71d";
  color: #A34D46;
}
.uiIcon24x24FileWar:before,
.uiIcon24x24applicationx-zip:before {
  content: "\e71f";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon24x24FileAudioDefault:before,
.uiIcon24x24audiomidi:before,
.uiIcon24x24audiox-aiff:before,
.uiIcon24x24audiobasic:before,
.uiIcon24x24audiox-m4a:before,
.uiIcon24x24audiox-wav:before,
.uiIcon24x24audioother:before {
  content: "\e71b";
  color: #008b84;
}
.uiIcon24x24FileMp3:before,
.uiIcon24x24audiomp3:before {
  content: "\e714";
  color: #008b84;
}
.uiIcon24x24FileWma:before,
.uiIcon24x24audiox-ms-wma:before {
  content: "\e716";
  color: #008b84;
}
.uiIcon24x24FileVideo:before,
.uiIcon24x24videox-msvideo:before,
.uiIcon24x24videoquicktime:before,
.uiIcon24x24videox-sgi-movie:before,
.uiIcon24x24videox-msvideo:before,
.uiIcon24x24videompe:before {
  content: "\e715";
  color: #79577A;
}
.uiIcon24x24FileFlash:before,
.uiIcon24x24applicationx-shockwave-flash:before,
.uiIcon24x24videox-flv:before {
  content: "\e713";
  color: #d23327;
}
.uiIcon24x24FileWmv:before,
.uiIcon24x24videox-ms-wmv:before {
  content: "\e717";
  color: #79577A;
}
.uiIcon24x24FileGdoc:before,
.uiIcon24x24applicationvndgoogle-appsdocument:before {
  content: "\e70c";
  color: #1C98D7;
}
.uiIcon24x24FileWord:before,
.uiIcon24x24applicationmsword:before,
.uiIcon24x24applicationwordperfect:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentwordprocessingmldocument:before,
.uiIcon24x24FileDocx:before,
.uiIcon24x24applicationvndms-worddocumentmacroenabled12:before,
.uiIcon24x24applicationvndms-wordtemplatemacroenabled12:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentwordprocessingmltemplate:before {
  content: "\e6b1";
  color: #094D7F;
}
.uiIcon24x24FileOpenOffice1:before,
.uiIcon24x24FileOpenOffice1:before,
.uiIcon24x24applicationvndoasisopendocumenttext:before,
.uiIcon24x24applicationvndoasisopendocumentspreadsheet:before,
.uiIcon24x24applicationvndoasisopendocumentdatabase:before {
  content: "\e710";
  color: #1c9bd7;
}
.uiIcon24x24FileMpeg:before,
.uiIcon24x24videompeg:before,
.uiIcon24x24videompg:before,
.uiIcon24x24videomp4:before {
  content: "\e70f";
  color: #79577A;
}
.uiIcon24x24FileM4v:before,
.uiIcon24x24videox-m4v:before {
  content: "\e70d";
  color: #79577A;
}
.uiIcon24x24FileMkv:before,
.uiIcon24x24videox-matroska:before {
  content: "\e70e";
  color: #79577A;
}
.uiIcon24x24FileTxt:before,
.uiIcon24x24textplain:before {
  content: "\e711";
  color: #1c9bd7;
}
.uiIcon24x24FileLwp:before,
.uiIcon24x24applicationlwp:before {
  content: "\e707";
  color: #1c9bd7;
}
.uiIcon24x24FilePage:before,
.uiIcon24x24applepages:before {
  content: "\e70a";
  color: #1c9bd7;
}
.uiIcon24x24FileMdb:before,
.uiIcon24x24applicationmsaccess:before {
  content: "\e708";
  color: #6a274c;
}
.uiIcon24x24FileOdf:before,
.uiIcon24x24applicationvndoasisopendocumentformula:before {
  content: "\e709";
  color: #848585;
}
.uiIcon24x24FileExe:before,
.uiIcon24x24applicationexe:before {
  content: "\e706";
  color: #cdcccc;
}
.uiIcon24x24FilePdf:before,
.uiIcon24x24applicationpdf:before {
  content: "\e70b";
  color: #d23327;
}
.uiIcon24x24FileScript:before,
.uiIcon24x24applicationpostscript:before {
  content: "\e705";
  color: #5e5e5e;
}
.uiIcon24x24FileRtf:before,
.uiIcon24x24applicationrtf:before {
  content: "\e704";
  color: #5e5e5e;
}
.uiIcon24x24FileGslides:before,
.uiIcon24x24applicationvndgoogle-appspresentation:before {
  content: "\e701";
  color: #de6227;
}
.uiIcon24x24FileAppleKey:before,
.uiIcon24x24textkey:before {
  content: "\e700";
  color: #d37133;
}
.uiIcon24x24FileOpenOffice2:before,
.uiIcon24x24applicationvndoasisopendocumentpresentation:before {
  content: "\e702";
  color: #d37133;
}
.uiIcon24x24FilePpt:before,
.uiIcon24x24applicationppt:before,
.uiIcon24x24applicationvndms-powerpoint:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentpresentationmlpresentation:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentpresentationmltemplate:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentpresentationmlslideshow:before,
.uiIcon24x24applicationvndms-powerpointaddinmacroenabled12:before,
.uiIcon24x24applicationvndms-powerpointpresentationmacroenabled12:before,
.uiIcon24x24applicationvndms-powerpointtemplatemacroenabled12:before,
.uiIcon24x24applicationvndms-powerpointslideshowmacroenabled12:before {
  content: "\e6b0";
  color: #e45030;
}
.uiIcon24x24FilePrz:before,
.uiIcon24x24applicationfreelance:before {
  content: "\e6fe";
  color: #d3703a;
}
.uiIcon24x24FileGsheet:before,
.uiIcon24x24applicationvndgoogle-appsspreadsheet:before {
  content: "\e6fa";
  color: #119b48;
}
.uiIcon24x24FileExcel:before,
.uiIcon24x24applicationxls:before,
.uiIcon24x24applicationxlt:before,
.uiIcon24x24applicationvndms-excel:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentspreadsheetmlsheet:before,
.uiIcon24x24FileXls:before,
.uiIcon24x24applicationvndopenxmlformats-officedocumentspreadsheetmltemplate:before,
.uiIcon24x24applicationvndms-excelsheetmacroenabled12:before,
.uiIcon24x24applicationvndms-exceltemplatemacroenabled12:before,
.uiIcon24x24applicationvndms-exceladdinmacroenabled12:before,
.uiIcon24x24applicationvndms-excelsheetbinarymacroenabled12:before {
  content: "\e6af";
  color: #1a744b;
}
.uiIcon24x24FileOpenOffice3:before,
.uiIcon24x24applicationvndoasisopendocumentspreadsheet-template:before,
.uiIcon24x24applicationvndsunxmlcalc:before {
  content: "\e6fd";
  color: #119b48;
}
.uiIcon24x24FileHtml:before,
.uiIcon24x24texthtml:before,
.uiIcon24x24texthtm:before {
  content: "\e6fb";
  color: #4b76bb;
}
.uiIcon24x24FileXml:before,
.uiIcon24x24textxml:before {
  content: "\e6ff";
  color: #4b76bb;
}
.uiIcon24x24FileJs:before,
.uiIcon24x24applicationx-javascript:before {
  content: "\e6fc";
  color: #d23327;
}
.uiIcon24x24FileJson:before,
.uiIcon24x24applicationjson:before {
  content: "\e6f7";
  color: #5e5e5e;
}
.uiIcon24x24FileCss:before,
.uiIcon24x24textcss:before {
  content: "\e6f4";
  color: #A6346e;
}
.uiIcon24x24FileXsl:before,
.uiIcon24x24textxsl:before,
.uiIcon24x24textxslt:before {
  content: "\e6f8";
  color: #A6346e;
}
.uiIcon24x24FileFont:before,
.uiIcon24x24fonttff:before,
.uiIcon24x24fontotf:before,
.uiIcon24x24fontttc:before,
.uiIcon24x24fonteot:before,
.uiIcon24x24fontdfont:before,
.uiIcon24x24fontttf:before,
.uiIcon24x24fontwoff:before {
  content: "\e6f5";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIcon24x24FileGdraw:before,
.uiIcon24x24applicationvndgoogle-appsdrawing:before {
  content: "\e6f6";
  color: #EAB320;
}
.uiIcon24x24FileBmp:before,
.uiIcon24x24imagebmp:before {
  content: "\e6f3";
  color: #EAB320;
}
.uiIcon24x24FileIco:before,
.uiIcon24x24imagex-icon:before {
  content: "\e6ee";
  color: #EAB320;
}
.uiIcon24x24FileGif:before,
.uiIcon24x24imagegif:before {
  content: "\e6ed";
  color: #EAB320;
}
.uiIcon24x24FileOdg:before,
.uiIcon24x24applicationvndoasisopendocumentgraphics:before {
  content: "\e6ef";
  color: #EAB320;
}
.uiIcon24x24FilePng:before,
.uiIcon24x24imagepng:before {
  content: "\e6f0";
  color: #EAB320;
}
.uiIcon24x24FilePsd:before,
.uiIcon24x24imagepsd:before,
.uiIcon24x24applicationx-photoshop:before {
  content: "\e6f1";
  color: #1278ba;
}
.uiIcon24x24FileRaw:before,
.uiIcon24x24applicationraw:before {
  content: "\e6f2";
  color: #6f6f6f;
}
.uiIcon24x24FileTif:before,
.uiIcon24x24imagetiff:before {
  content: "\e6eb";
  color: #6f6f6f;
}
.uiIcon24x24FileXcf:before,
.uiIcon24x24imagexcf:before {
  content: "\e6ec";
  color: #EAB320;
}
.uiIcon24x24FileIndd:before,
.uiIcon24x24applicationx-indesign:before {
  content: "\e6e8";
  color: #a6346e;
}
.uiIcon24x24FileAi:before,
.uiIcon24x24applicationillustrator:before,
.uiIcon24x24applicationeps:before {
  content: "\e6e7";
  color: #e79e24;
}
.uiIcon24x24FileSvg:before,
.uiIcon24x24imagesvg-xml:before {
  content: "\e6ea";
  color: #EAB320;
}
.uiIcon24x24FileJpg:before,
.uiIcon24x24imagejpeg:before {
  content: "\e6e9";
  color: #EAB320;
}
.uiIcon24x24FileBlog {
  content: "\e6e6";
  color: #094d7f;
}
/*----- IconLibrary-FileType-32x32 -----*/
.uiIcon32x32FileDefault:before,
.uiIcon32x32applicationoctet-stream:before {
  content: "\e71c";
  color: #cdcccc;
}
.uiIcon32x32FileArchiveDefault:before,
.uiIcon32x32applicationx-tar:before,
.uiIcon32x32applicationx-gzip:before,
.uiIcon32x32applicationx-bzip2:before,
.uiIcon32x32applicationother-zip:before {
  content: "\e718";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon32x32FileArchiveRar:before,
.uiIcon32x32applicationrar:before {
  content: "\e719";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon32x32FileArchiveZip:before,
.uiIcon32x32FileZip:before,
.uiIcon32x32applicationzip:before {
  content: "\e71a";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon32x32FileJar:before,
.uiIcon32x32applicationjava-archive:before {
  content: "\e71e";
  color: #A34D46;
}
.uiIcon32x32FileEar:before,
.uiIcon32x32applicationear-java-archive:before {
  content: "\e71d";
  color: #A34D46;
}
.uiIcon32x32FileWar:before,
.uiIcon32x32applicationx-zip:before {
  content: "\e71f";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon32x32FileAudioDefault:before,
.uiIcon32x32audiomidi:before,
.uiIcon32x32audiox-aiff:before,
.uiIcon32x32audiobasic:before,
.uiIcon32x32audiox-m4a:before,
.uiIcon32x32audiox-wav:before,
.uiIcon32x32audioother:before {
  content: "\e71b";
  color: #008b84;
}
.uiIcon32x32FileMp3:before,
.uiIcon32x32audiomp3:before {
  content: "\e714";
  color: #008b84;
}
.uiIcon32x32FileWma:before,
.uiIcon32x32audiox-ms-wma:before {
  content: "\e716";
  color: #008b84;
}
.uiIcon32x32FileVideo:before,
.uiIcon32x32videox-msvideo:before,
.uiIcon32x32videoquicktime:before,
.uiIcon32x32videox-sgi-movie:before,
.uiIcon32x32videox-msvideo:before,
.uiIcon32x32videompe:before {
  content: "\e715";
  color: #79577A;
}
.uiIcon32x32FileFlash:before,
.uiIcon32x32applicationx-shockwave-flash:before,
.uiIcon32x32videox-flv:before {
  content: "\e713";
  color: #d23327;
}
.uiIcon32x32FileWmv:before,
.uiIcon32x32videox-ms-wmv:before {
  content: "\e717";
  color: #79577A;
}
.uiIcon32x32FileGdoc:before,
.uiIcon32x32applicationvndgoogle-appsdocument:before {
  content: "\e70c";
  color: #1C98D7;
}
.uiIcon32x32FileWord:before,
.uiIcon32x32applicationmsword:before,
.uiIcon32x32applicationwordperfect:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentwordprocessingmldocument:before,
.uiIcon32x32FileDocx:before,
.uiIcon32x32applicationvndms-worddocumentmacroenabled12:before,
.uiIcon32x32applicationvndms-wordtemplatemacroenabled12:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentwordprocessingmltemplate:before {
  content: "\e6b1";
  color: #094D7F;
}
.uiIcon32x32FileOpenOffice1:before,
.uiIcon32x32FileOpenOffice1:before,
.uiIcon32x32applicationvndoasisopendocumenttext:before,
.uiIcon32x32applicationvndoasisopendocumentspreadsheet:before,
.uiIcon32x32applicationvndoasisopendocumentdatabase:before {
  content: "\e710";
  color: #1c9bd7;
}
.uiIcon32x32FileMpeg:before,
.uiIcon32x32videompeg:before,
.uiIcon32x32videompg:before,
.uiIcon32x32videomp4:before {
  content: "\e70f";
  color: #79577A;
}
.uiIcon32x32FileM4v:before,
.uiIcon32x32videox-m4v:before {
  content: "\e70d";
  color: #79577A;
}
.uiIcon32x32FileMkv:before,
.uiIcon32x32videox-matroska:before {
  content: "\e70e";
  color: #79577A;
}
.uiIcon32x32FileTxt:before,
.uiIcon32x32textplain:before {
  content: "\e711";
  color: #1c9bd7;
}
.uiIcon32x32FileLwp:before,
.uiIcon32x32applicationlwp:before {
  content: "\e707";
  color: #1c9bd7;
}
.uiIcon32x32FilePage:before,
.uiIcon32x32applepages:before {
  content: "\e70a";
  color: #1c9bd7;
}
.uiIcon32x32FileMdb:before,
.uiIcon32x32applicationmsaccess:before {
  content: "\e708";
  color: #6a274c;
}
.uiIcon32x32FileOdf:before,
.uiIcon32x32applicationvndoasisopendocumentformula:before {
  content: "\e709";
  color: #848585;
}
.uiIcon32x32FileExe:before,
.uiIcon32x32applicationexe:before {
  content: "\e706";
  color: #cdcccc;
}
.uiIcon32x32FilePdf:before,
.uiIcon32x32applicationpdf:before {
  content: "\e70b";
  color: #d23327;
}
.uiIcon32x32FileScript:before,
.uiIcon32x32applicationpostscript:before {
  content: "\e705";
  color: #5e5e5e;
}
.uiIcon32x32FileRtf:before,
.uiIcon32x32applicationrtf:before {
  content: "\e704";
  color: #5e5e5e;
}
.uiIcon32x32FileGslides:before,
.uiIcon32x32applicationvndgoogle-appspresentation:before {
  content: "\e701";
  color: #de6227;
}
.uiIcon32x32FileAppleKey:before,
.uiIcon32x32textkey:before {
  content: "\e700";
  color: #d37133;
}
.uiIcon32x32FileOpenOffice2:before,
.uiIcon32x32applicationvndoasisopendocumentpresentation:before {
  content: "\e702";
  color: #d37133;
}
.uiIcon32x32FilePpt:before,
.uiIcon32x32applicationppt:before,
.uiIcon32x32applicationvndms-powerpoint:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentpresentationmlpresentation:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentpresentationmltemplate:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentpresentationmlslideshow:before,
.uiIcon32x32applicationvndms-powerpointaddinmacroenabled12:before,
.uiIcon32x32applicationvndms-powerpointpresentationmacroenabled12:before,
.uiIcon32x32applicationvndms-powerpointtemplatemacroenabled12:before,
.uiIcon32x32applicationvndms-powerpointslideshowmacroenabled12:before {
  content: "\e6b0";
  color: #e45030;
}
.uiIcon32x32FilePrz:before,
.uiIcon32x32applicationfreelance:before {
  content: "\e6fe";
  color: #d3703a;
}
.uiIcon32x32FileGsheet:before,
.uiIcon32x32applicationvndgoogle-appsspreadsheet:before {
  content: "\e6fa";
  color: #119b48;
}
.uiIcon32x32FileExcel:before,
.uiIcon32x32applicationxls:before,
.uiIcon32x32applicationxlt:before,
.uiIcon32x32applicationvndms-excel:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentspreadsheetmlsheet:before,
.uiIcon32x32FileXls:before,
.uiIcon32x32applicationvndopenxmlformats-officedocumentspreadsheetmltemplate:before,
.uiIcon32x32applicationvndms-excelsheetmacroenabled12:before,
.uiIcon32x32applicationvndms-exceltemplatemacroenabled12:before,
.uiIcon32x32applicationvndms-exceladdinmacroenabled12:before,
.uiIcon32x32applicationvndms-excelsheetbinarymacroenabled12:before {
  content: "\e6af";
  color: #1a744b;
}
.uiIcon32x32FileOpenOffice3:before,
.uiIcon32x32applicationvndoasisopendocumentspreadsheet-template:before,
.uiIcon32x32applicationvndsunxmlcalc:before {
  content: "\e6fd";
  color: #119b48;
}
.uiIcon32x32FileHtml:before,
.uiIcon32x32texthtml:before,
.uiIcon32x32texthtm:before {
  content: "\e6fb";
  color: #4b76bb;
}
.uiIcon32x32FileXml:before,
.uiIcon32x32textxml:before {
  content: "\e6ff";
  color: #4b76bb;
}
.uiIcon32x32FileJs:before,
.uiIcon32x32applicationx-javascript:before {
  content: "\e6fc";
  color: #d23327;
}
.uiIcon32x32FileJson:before,
.uiIcon32x32applicationjson:before {
  content: "\e6f7";
  color: #5e5e5e;
}
.uiIcon32x32FileCss:before,
.uiIcon32x32textcss:before {
  content: "\e6f4";
  color: #A6346e;
}
.uiIcon32x32FileXsl:before,
.uiIcon32x32textxsl:before,
.uiIcon32x32textxslt:before {
  content: "\e6f8";
  color: #A6346e;
}
.uiIcon32x32FileFont:before,
.uiIcon32x32fonttff:before,
.uiIcon32x32fontotf:before,
.uiIcon32x32fontttc:before,
.uiIcon32x32fonteot:before,
.uiIcon32x32fontdfont:before,
.uiIcon32x32fontttf:before,
.uiIcon32x32fontwoff:before {
  content: "\e6f5";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIcon32x32FileGdraw:before,
.uiIcon32x32applicationvndgoogle-appsdrawing:before {
  content: "\e6f6";
  color: #EAB320;
}
.uiIcon32x32FileBmp:before,
.uiIcon32x32imagebmp:before {
  content: "\e6f3";
  color: #EAB320;
}
.uiIcon32x32FileIco:before,
.uiIcon32x32imagex-icon:before {
  content: "\e6ee";
  color: #EAB320;
}
.uiIcon32x32FileGif:before,
.uiIcon32x32imagegif:before {
  content: "\e6ed";
  color: #EAB320;
}
.uiIcon32x32FileOdg:before,
.uiIcon32x32applicationvndoasisopendocumentgraphics:before {
  content: "\e6ef";
  color: #EAB320;
}
.uiIcon32x32FilePng:before,
.uiIcon32x32imagepng:before {
  content: "\e6f0";
  color: #EAB320;
}
.uiIcon32x32FilePsd:before,
.uiIcon32x32imagepsd:before,
.uiIcon32x32applicationx-photoshop:before {
  content: "\e6f1";
  color: #1278ba;
}
.uiIcon32x32FileRaw:before,
.uiIcon32x32applicationraw:before {
  content: "\e6f2";
  color: #6f6f6f;
}
.uiIcon32x32FileTif:before,
.uiIcon32x32imagetiff:before {
  content: "\e6eb";
  color: #6f6f6f;
}
.uiIcon32x32FileXcf:before,
.uiIcon32x32imagexcf:before {
  content: "\e6ec";
  color: #EAB320;
}
.uiIcon32x32FileIndd:before,
.uiIcon32x32applicationx-indesign:before {
  content: "\e6e8";
  color: #a6346e;
}
.uiIcon32x32FileAi:before,
.uiIcon32x32applicationillustrator:before,
.uiIcon32x32applicationeps:before {
  content: "\e6e7";
  color: #e79e24;
}
.uiIcon32x32FileSvg:before,
.uiIcon32x32imagesvg-xml:before {
  content: "\e6ea";
  color: #EAB320;
}
.uiIcon32x32FileJpg:before,
.uiIcon32x32imagejpeg:before {
  content: "\e6e9";
  color: #EAB320;
}
.uiIcon32x32FileBlog {
  content: "\e6e6";
  color: #094d7f;
}
/*----- IconLibrary-FileType-48x48 -----*/
.uiIcon48x48FileDefault:before,
.uiIcon48x48applicationoctet-stream:before {
  content: "\e71c";
  color: #cdcccc;
}
.uiIcon48x48FileArchiveDefault:before,
.uiIcon48x48applicationx-tar:before,
.uiIcon48x48applicationx-gzip:before,
.uiIcon48x48applicationx-bzip2:before,
.uiIcon48x48applicationother-zip:before {
  content: "\e718";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon48x48FileArchiveRar:before,
.uiIcon48x48applicationrar:before {
  content: "\e719";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon48x48FileArchiveZip:before,
.uiIcon48x48FileZip:before,
.uiIcon48x48applicationzip:before {
  content: "\e71a";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon48x48FileJar:before,
.uiIcon48x48applicationjava-archive:before {
  content: "\e71e";
  color: #A34D46;
}
.uiIcon48x48FileEar:before,
.uiIcon48x48applicationear-java-archive:before {
  content: "\e71d";
  color: #A34D46;
}
.uiIcon48x48FileWar:before,
.uiIcon48x48applicationx-zip:before {
  content: "\e71f";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon48x48FileAudioDefault:before,
.uiIcon48x48audiomidi:before,
.uiIcon48x48audiox-aiff:before,
.uiIcon48x48audiobasic:before,
.uiIcon48x48audiox-m4a:before,
.uiIcon48x48audiox-wav:before,
.uiIcon48x48audioother:before {
  content: "\e71b";
  color: #008b84;
}
.uiIcon48x48FileMp3:before,
.uiIcon48x48audiomp3:before {
  content: "\e714";
  color: #008b84;
}
.uiIcon48x48FileWma:before,
.uiIcon48x48audiox-ms-wma:before {
  content: "\e716";
  color: #008b84;
}
.uiIcon48x48FileVideo:before,
.uiIcon48x48videox-msvideo:before,
.uiIcon48x48videoquicktime:before,
.uiIcon48x48videox-sgi-movie:before,
.uiIcon48x48videox-msvideo:before,
.uiIcon48x48videompe:before {
  content: "\e715";
  color: #79577A;
}
.uiIcon48x48FileFlash:before,
.uiIcon48x48applicationx-shockwave-flash:before,
.uiIcon48x48videox-flv:before {
  content: "\e713";
  color: #d23327;
}
.uiIcon48x48FileWmv:before,
.uiIcon48x48videox-ms-wmv:before {
  content: "\e717";
  color: #79577A;
}
.uiIcon48x48FileGdoc:before,
.uiIcon48x48applicationvndgoogle-appsdocument:before {
  content: "\e70c";
  color: #1C98D7;
}
.uiIcon48x48FileWord:before,
.uiIcon48x48applicationmsword:before,
.uiIcon48x48applicationwordperfect:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentwordprocessingmldocument:before,
.uiIcon48x48FileDocx:before,
.uiIcon48x48applicationvndms-worddocumentmacroenabled12:before,
.uiIcon48x48applicationvndms-wordtemplatemacroenabled12:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentwordprocessingmltemplate:before {
  content: "\e6b1";
  color: #094D7F;
}
.uiIcon48x48FileOpenOffice1:before,
.uiIcon48x48FileOpenOffice1:before,
.uiIcon48x48applicationvndoasisopendocumenttext:before,
.uiIcon48x48applicationvndoasisopendocumentspreadsheet:before,
.uiIcon48x48applicationvndoasisopendocumentdatabase:before {
  content: "\e710";
  color: #1c9bd7;
}
.uiIcon48x48FileMpeg:before,
.uiIcon48x48videompeg:before,
.uiIcon48x48videompg:before,
.uiIcon48x48videomp4:before {
  content: "\e70f";
  color: #79577A;
}
.uiIcon48x48FileM4v:before,
.uiIcon48x48videox-m4v:before {
  content: "\e70d";
  color: #79577A;
}
.uiIcon48x48FileMkv:before,
.uiIcon48x48videox-matroska:before {
  content: "\e70e";
  color: #79577A;
}
.uiIcon48x48FileTxt:before,
.uiIcon48x48textplain:before {
  content: "\e711";
  color: #1c9bd7;
}
.uiIcon48x48FileLwp:before,
.uiIcon48x48applicationlwp:before {
  content: "\e707";
  color: #1c9bd7;
}
.uiIcon48x48FilePage:before,
.uiIcon48x48applepages:before {
  content: "\e70a";
  color: #1c9bd7;
}
.uiIcon48x48FileMdb:before,
.uiIcon48x48applicationmsaccess:before {
  content: "\e708";
  color: #6a274c;
}
.uiIcon48x48FileOdf:before,
.uiIcon48x48applicationvndoasisopendocumentformula:before {
  content: "\e709";
  color: #848585;
}
.uiIcon48x48FileExe:before,
.uiIcon48x48applicationexe:before {
  content: "\e706";
  color: #cdcccc;
}
.uiIcon48x48FilePdf:before,
.uiIcon48x48applicationpdf:before {
  content: "\e70b";
  color: #d23327;
}
.uiIcon48x48FileScript:before,
.uiIcon48x48applicationpostscript:before {
  content: "\e705";
  color: #5e5e5e;
}
.uiIcon48x48FileRtf:before,
.uiIcon48x48applicationrtf:before {
  content: "\e704";
  color: #5e5e5e;
}
.uiIcon48x48FileGslides:before,
.uiIcon48x48applicationvndgoogle-appspresentation:before {
  content: "\e701";
  color: #de6227;
}
.uiIcon48x48FileAppleKey:before,
.uiIcon48x48textkey:before {
  content: "\e700";
  color: #d37133;
}
.uiIcon48x48FileOpenOffice2:before,
.uiIcon48x48applicationvndoasisopendocumentpresentation:before {
  content: "\e702";
  color: #d37133;
}
.uiIcon48x48FilePpt:before,
.uiIcon48x48applicationppt:before,
.uiIcon48x48applicationvndms-powerpoint:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentpresentationmlpresentation:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentpresentationmltemplate:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentpresentationmlslideshow:before,
.uiIcon48x48applicationvndms-powerpointaddinmacroenabled12:before,
.uiIcon48x48applicationvndms-powerpointpresentationmacroenabled12:before,
.uiIcon48x48applicationvndms-powerpointtemplatemacroenabled12:before,
.uiIcon48x48applicationvndms-powerpointslideshowmacroenabled12:before {
  content: "\e6b0";
  color: #e45030;
}
.uiIcon48x48FilePrz:before,
.uiIcon48x48applicationfreelance:before {
  content: "\e6fe";
  color: #d3703a;
}
.uiIcon48x48FileGsheet:before,
.uiIcon48x48applicationvndgoogle-appsspreadsheet:before {
  content: "\e6fa";
  color: #119b48;
}
.uiIcon48x48FileExcel:before,
.uiIcon48x48applicationxls:before,
.uiIcon48x48applicationxlt:before,
.uiIcon48x48applicationvndms-excel:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentspreadsheetmlsheet:before,
.uiIcon48x48FileXls:before,
.uiIcon48x48applicationvndopenxmlformats-officedocumentspreadsheetmltemplate:before,
.uiIcon48x48applicationvndms-excelsheetmacroenabled12:before,
.uiIcon48x48applicationvndms-exceltemplatemacroenabled12:before,
.uiIcon48x48applicationvndms-exceladdinmacroenabled12:before,
.uiIcon48x48applicationvndms-excelsheetbinarymacroenabled12:before {
  content: "\e6af";
  color: #1a744b;
}
.uiIcon48x48FileOpenOffice3:before,
.uiIcon48x48applicationvndoasisopendocumentspreadsheet-template:before,
.uiIcon48x48applicationvndsunxmlcalc:before {
  content: "\e6fd";
  color: #119b48;
}
.uiIcon48x48FileHtml:before,
.uiIcon48x48texthtml:before,
.uiIcon48x48texthtm:before {
  content: "\e6fb";
  color: #4b76bb;
}
.uiIcon48x48FileXml:before,
.uiIcon48x48textxml:before {
  content: "\e6ff";
  color: #4b76bb;
}
.uiIcon48x48FileJs:before,
.uiIcon48x48applicationx-javascript:before {
  content: "\e6fc";
  color: #d23327;
}
.uiIcon48x48FileJson:before,
.uiIcon48x48applicationjson:before {
  content: "\e6f7";
  color: #5e5e5e;
}
.uiIcon48x48FileCss:before,
.uiIcon48x48textcss:before {
  content: "\e6f4";
  color: #A6346e;
}
.uiIcon48x48FileXsl:before,
.uiIcon48x48textxsl:before,
.uiIcon48x48textxslt:before {
  content: "\e6f8";
  color: #A6346e;
}
.uiIcon48x48FileFont:before,
.uiIcon48x48fonttff:before,
.uiIcon48x48fontotf:before,
.uiIcon48x48fontttc:before,
.uiIcon48x48fonteot:before,
.uiIcon48x48fontdfont:before,
.uiIcon48x48fontttf:before,
.uiIcon48x48fontwoff:before {
  content: "\e6f5";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIcon48x48FileGdraw:before,
.uiIcon48x48applicationvndgoogle-appsdrawing:before {
  content: "\e6f6";
  color: #EAB320;
}
.uiIcon48x48FileBmp:before,
.uiIcon48x48imagebmp:before {
  content: "\e6f3";
  color: #EAB320;
}
.uiIcon48x48FileIco:before,
.uiIcon48x48imagex-icon:before {
  content: "\e6ee";
  color: #EAB320;
}
.uiIcon48x48FileGif:before,
.uiIcon48x48imagegif:before {
  content: "\e6ed";
  color: #EAB320;
}
.uiIcon48x48FileOdg:before,
.uiIcon48x48applicationvndoasisopendocumentgraphics:before {
  content: "\e6ef";
  color: #EAB320;
}
.uiIcon48x48FilePng:before,
.uiIcon48x48imagepng:before {
  content: "\e6f0";
  color: #EAB320;
}
.uiIcon48x48FilePsd:before,
.uiIcon48x48imagepsd:before,
.uiIcon48x48applicationx-photoshop:before {
  content: "\e6f1";
  color: #1278ba;
}
.uiIcon48x48FileRaw:before,
.uiIcon48x48applicationraw:before {
  content: "\e6f2";
  color: #6f6f6f;
}
.uiIcon48x48FileTif:before,
.uiIcon48x48imagetiff:before {
  content: "\e6eb";
  color: #6f6f6f;
}
.uiIcon48x48FileXcf:before,
.uiIcon48x48imagexcf:before {
  content: "\e6ec";
  color: #EAB320;
}
.uiIcon48x48FileIndd:before,
.uiIcon48x48applicationx-indesign:before {
  content: "\e6e8";
  color: #a6346e;
}
.uiIcon48x48FileAi:before,
.uiIcon48x48applicationillustrator:before,
.uiIcon48x48applicationeps:before {
  content: "\e6e7";
  color: #e79e24;
}
.uiIcon48x48FileSvg:before,
.uiIcon48x48imagesvg-xml:before {
  content: "\e6ea";
  color: #EAB320;
}
.uiIcon48x48FileJpg:before,
.uiIcon48x48imagejpeg:before {
  content: "\e6e9";
  color: #EAB320;
}
.uiIcon48x48FileBlog {
  content: "\e6e6";
  color: #094d7f;
}
/*----- IconLibrary-FileType-64x64 -----*/
.uiIcon64x64FileDefault:before,
.uiIcon64x64applicationoctet-stream:before {
  content: "\e71c";
  color: #cdcccc;
}
.uiIcon64x64FileArchiveDefault:before,
.uiIcon64x64applicationx-tar:before,
.uiIcon64x64applicationx-gzip:before,
.uiIcon64x64applicationx-bzip2:before,
.uiIcon64x64applicationother-zip:before {
  content: "\e718";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon64x64FileArchiveRar:before,
.uiIcon64x64applicationrar:before {
  content: "\e719";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon64x64FileArchiveZip:before,
.uiIcon64x64FileZip:before,
.uiIcon64x64applicationzip:before {
  content: "\e71a";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon64x64FileJar:before,
.uiIcon64x64applicationjava-archive:before {
  content: "\e71e";
  color: #A34D46;
}
.uiIcon64x64FileEar:before,
.uiIcon64x64applicationear-java-archive:before {
  content: "\e71d";
  color: #A34D46;
}
.uiIcon64x64FileWar:before,
.uiIcon64x64applicationx-zip:before {
  content: "\e71f";
  color: var(--allPagesCompressedFilesIconColor, #717272);
}
.uiIcon64x64FileAudioDefault:before,
.uiIcon64x64audiomidi:before,
.uiIcon64x64audiox-aiff:before,
.uiIcon64x64audiobasic:before,
.uiIcon64x64audiox-m4a:before,
.uiIcon64x64audiox-wav:before,
.uiIcon64x64audioother:before {
  content: "\e71b";
  color: #008b84;
}
.uiIcon64x64FileMp3:before,
.uiIcon64x64audiomp3:before {
  content: "\e714";
  color: #008b84;
}
.uiIcon64x64FileWma:before,
.uiIcon64x64audiox-ms-wma:before {
  content: "\e716";
  color: #008b84;
}
.uiIcon64x64FileVideo:before,
.uiIcon64x64videox-msvideo:before,
.uiIcon64x64videoquicktime:before,
.uiIcon64x64videox-sgi-movie:before,
.uiIcon64x64videox-msvideo:before,
.uiIcon64x64videompe:before {
  content: "\e715";
  color: #79577A;
}
.uiIcon64x64FileFlash:before,
.uiIcon64x64applicationx-shockwave-flash:before,
.uiIcon64x64videox-flv:before {
  content: "\e713";
  color: #d23327;
}
.uiIcon64x64FileWmv:before,
.uiIcon64x64videox-ms-wmv:before {
  content: "\e717";
  color: #79577A;
}
.uiIcon64x64FileGdoc:before,
.uiIcon64x64applicationvndgoogle-appsdocument:before {
  content: "\e70c";
  color: #1C98D7;
}
.uiIcon64x64FileWord:before,
.uiIcon64x64applicationmsword:before,
.uiIcon64x64applicationwordperfect:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentwordprocessingmldocument:before,
.uiIcon64x64FileDocx:before,
.uiIcon64x64applicationvndms-worddocumentmacroenabled12:before,
.uiIcon64x64applicationvndms-wordtemplatemacroenabled12:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentwordprocessingmltemplate:before {
  content: "\e6b1";
  color: #094D7F;
}
.uiIcon64x64FileOpenOffice1:before,
.uiIcon64x64FileOpenOffice1:before,
.uiIcon64x64applicationvndoasisopendocumenttext:before,
.uiIcon64x64applicationvndoasisopendocumentspreadsheet:before,
.uiIcon64x64applicationvndoasisopendocumentdatabase:before {
  content: "\e710";
  color: #1c9bd7;
}
.uiIcon64x64FileMpeg:before,
.uiIcon64x64videompeg:before,
.uiIcon64x64videompg:before,
.uiIcon64x64videomp4:before {
  content: "\e70f";
  color: #79577A;
}
.uiIcon64x64FileM4v:before,
.uiIcon64x64videox-m4v:before {
  content: "\e70d";
  color: #79577A;
}
.uiIcon64x64FileMkv:before,
.uiIcon64x64videox-matroska:before {
  content: "\e70e";
  color: #79577A;
}
.uiIcon64x64FileTxt:before,
.uiIcon64x64textplain:before {
  content: "\e711";
  color: #1c9bd7;
}
.uiIcon64x64FileLwp:before,
.uiIcon64x64applicationlwp:before {
  content: "\e707";
  color: #1c9bd7;
}
.uiIcon64x64FilePage:before,
.uiIcon64x64applepages:before {
  content: "\e70a";
  color: #1c9bd7;
}
.uiIcon64x64FileMdb:before,
.uiIcon64x64applicationmsaccess:before {
  content: "\e708";
  color: #6a274c;
}
.uiIcon64x64FileOdf:before,
.uiIcon64x64applicationvndoasisopendocumentformula:before {
  content: "\e709";
  color: #848585;
}
.uiIcon64x64FileExe:before,
.uiIcon64x64applicationexe:before {
  content: "\e706";
  color: #cdcccc;
}
.uiIcon64x64FilePdf:before,
.uiIcon64x64applicationpdf:before {
  content: "\e70b";
  color: #d23327;
}
.uiIcon64x64FileScript:before,
.uiIcon64x64applicationpostscript:before {
  content: "\e705";
  color: #5e5e5e;
}
.uiIcon64x64FileRtf:before,
.uiIcon64x64applicationrtf:before {
  content: "\e704";
  color: #5e5e5e;
}
.uiIcon64x64FileGslides:before,
.uiIcon64x64applicationvndgoogle-appspresentation:before {
  content: "\e701";
  color: #de6227;
}
.uiIcon64x64FileAppleKey:before,
.uiIcon64x64textkey:before {
  content: "\e700";
  color: #d37133;
}
.uiIcon64x64FileOpenOffice2:before,
.uiIcon64x64applicationvndoasisopendocumentpresentation:before {
  content: "\e702";
  color: #d37133;
}
.uiIcon64x64FilePpt:before,
.uiIcon64x64applicationppt:before,
.uiIcon64x64applicationvndms-powerpoint:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentpresentationmlpresentation:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentpresentationmltemplate:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentpresentationmlslideshow:before,
.uiIcon64x64applicationvndms-powerpointaddinmacroenabled12:before,
.uiIcon64x64applicationvndms-powerpointpresentationmacroenabled12:before,
.uiIcon64x64applicationvndms-powerpointtemplatemacroenabled12:before,
.uiIcon64x64applicationvndms-powerpointslideshowmacroenabled12:before {
  content: "\e6b0";
  color: #e45030;
}
.uiIcon64x64FilePrz:before,
.uiIcon64x64applicationfreelance:before {
  content: "\e6fe";
  color: #d3703a;
}
.uiIcon64x64FileGsheet:before,
.uiIcon64x64applicationvndgoogle-appsspreadsheet:before {
  content: "\e6fa";
  color: #119b48;
}
.uiIcon64x64FileExcel:before,
.uiIcon64x64applicationxls:before,
.uiIcon64x64applicationxlt:before,
.uiIcon64x64applicationvndms-excel:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentspreadsheetmlsheet:before,
.uiIcon64x64FileXls:before,
.uiIcon64x64applicationvndopenxmlformats-officedocumentspreadsheetmltemplate:before,
.uiIcon64x64applicationvndms-excelsheetmacroenabled12:before,
.uiIcon64x64applicationvndms-exceltemplatemacroenabled12:before,
.uiIcon64x64applicationvndms-exceladdinmacroenabled12:before,
.uiIcon64x64applicationvndms-excelsheetbinarymacroenabled12:before {
  content: "\e6af";
  color: #1a744b;
}
.uiIcon64x64FileOpenOffice3:before,
.uiIcon64x64applicationvndoasisopendocumentspreadsheet-template:before,
.uiIcon64x64applicationvndsunxmlcalc:before {
  content: "\e6fd";
  color: #119b48;
}
.uiIcon64x64FileHtml:before,
.uiIcon64x64texthtml:before,
.uiIcon64x64texthtm:before {
  content: "\e6fb";
  color: #4b76bb;
}
.uiIcon64x64FileXml:before,
.uiIcon64x64textxml:before {
  content: "\e6ff";
  color: #4b76bb;
}
.uiIcon64x64FileJs:before,
.uiIcon64x64applicationx-javascript:before {
  content: "\e6fc";
  color: #d23327;
}
.uiIcon64x64FileJson:before,
.uiIcon64x64applicationjson:before {
  content: "\e6f7";
  color: #5e5e5e;
}
.uiIcon64x64FileCss:before,
.uiIcon64x64textcss:before {
  content: "\e6f4";
  color: #A6346e;
}
.uiIcon64x64FileXsl:before,
.uiIcon64x64textxsl:before,
.uiIcon64x64textxslt:before {
  content: "\e6f8";
  color: #A6346e;
}
.uiIcon64x64FileFont:before,
.uiIcon64x64fonttff:before,
.uiIcon64x64fontotf:before,
.uiIcon64x64fontttc:before,
.uiIcon64x64fonteot:before,
.uiIcon64x64fontdfont:before,
.uiIcon64x64fontttf:before,
.uiIcon64x64fontwoff:before {
  content: "\e6f5";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIcon64x64FileGdraw:before,
.uiIcon64x64applicationvndgoogle-appsdrawing:before {
  content: "\e6f6";
  color: #EAB320;
}
.uiIcon64x64FileBmp:before,
.uiIcon64x64imagebmp:before {
  content: "\e6f3";
  color: #EAB320;
}
.uiIcon64x64FileIco:before,
.uiIcon64x64imagex-icon:before {
  content: "\e6ee";
  color: #EAB320;
}
.uiIcon64x64FileGif:before,
.uiIcon64x64imagegif:before {
  content: "\e6ed";
  color: #EAB320;
}
.uiIcon64x64FileOdg:before,
.uiIcon64x64applicationvndoasisopendocumentgraphics:before {
  content: "\e6ef";
  color: #EAB320;
}
.uiIcon64x64FilePng:before,
.uiIcon64x64imagepng:before {
  content: "\e6f0";
  color: #EAB320;
}
.uiIcon64x64FilePsd:before,
.uiIcon64x64imagepsd:before,
.uiIcon64x64applicationx-photoshop:before {
  content: "\e6f1";
  color: #1278ba;
}
.uiIcon64x64FileRaw:before,
.uiIcon64x64applicationraw:before {
  content: "\e6f2";
  color: #6f6f6f;
}
.uiIcon64x64FileTif:before,
.uiIcon64x64imagetiff:before {
  content: "\e6eb";
  color: #6f6f6f;
}
.uiIcon64x64FileXcf:before,
.uiIcon64x64imagexcf:before {
  content: "\e6ec";
  color: #EAB320;
}
.uiIcon64x64FileIndd:before,
.uiIcon64x64applicationx-indesign:before {
  content: "\e6e8";
  color: #a6346e;
}
.uiIcon64x64FileAi:before,
.uiIcon64x64applicationillustrator:before,
.uiIcon64x64applicationeps:before {
  content: "\e6e7";
  color: #e79e24;
}
.uiIcon64x64FileSvg:before,
.uiIcon64x64imagesvg-xml:before {
  content: "\e6ea";
  color: #EAB320;
}
.uiIcon64x64FileJpg:before,
.uiIcon64x64imagejpeg:before {
  content: "\e6e9";
  color: #EAB320;
}
.uiIcon64x64FileBlog {
  content: "\e6e6";
  color: #094d7f;
}
/*---------- IconLibrary-FolderType -----*/
/*----- IconLibrary-FolderType-16x16 -----*/
.uiIcon16x16FolderDefault:before {
  content: "\e665";
}
.uiIcon16x16FolderWebcontentBlue:before,
.uiIcon16x16exo_webFolder:before {
  color: var(--allPagesPrimaryColor, #578dc9);
  content: "\e665";
}
.uiIcon16x16FolderPrivate:before,
.uiIcon16x16exo_privateFolder:before {
  content: "\e667";
}
.uiIcon16x16FolderFavorite:before,
.uiIcon16x16exo_favoriteFolder:before {
  content: "\e666";
}
.uiIcon16x16FolderDocument:before,
.uiIcon16x16exo_documentFolder:before {
  content: "\e65e";
}
.uiIcon16x16FolderNtUnstruct:before,
.uiIcon16x16nt_unstructured:before {
  content: "\e661";
}
.uiIcon16x16FolderJs:before,
.uiIcon16x16exo_jsFolder:before {
  content: "\e660";
}
.uiIcon16x16FolderWeb:before {
  content: "\e664";
}
.uiIcon16x16FolderSound:before,
.uiIcon16x16exo_audioFolder:before,
.uiIcon16x16exo_musicFolder:before {
  content: "\e663";
}
.uiIcon16x16FolderPublic:before,
.uiIcon16x16exo_publicFolder:before {
  content: "\e662";
}
.uiIcon16x16FolderGraphic:before,
.uiIcon16x16exo_pictureFolder:before {
  content: "\e65f";
}
.uiIcon16x16FolderSearch:before,
.uiIcon16x16exo_searchFolder:before {
  content: "\e65a";
}
.uiIcon16x16FolderCss:before,
.uiIcon16x16exo_cssFolder:before {
  content: "\e657";
}
.uiIcon16x16FolderProduct:before,
.uiIcon16x16acme_product:before {
  content: "\e659";
}
.uiIcon16x16FolderTaxonomy:before,
.uiIcon16x16exo_taxonomy:before {
  content: "\e65b";
}
.uiIcon16x16FolderExoContent:before,
.uiIcon16x16exo_webContent:before {
  content: "\e658";
}
.uiIcon16x16FolderTheme:before,
.uiIcon16x16exo_themeFolder:before {
  content: "\e65c";
}
.uiIcon16x16FolderVideoMedia:before,
.uiIcon16x16exo_multimediaFolder:before,
.uiIcon16x16exo_videoFolder:before {
  content: "\e65d";
}
.uiIcon16x16FolderLink:before,
.uiIcon16x16exo_linkFolder:before {
  content: "\e656";
}
.uiIcon16x16exo_driveDefault:before {
  content: "\e68a";
}
.uiIcon16x16exo_tagStyleDefault:before {
  content: "\e600";
}
.uiIcon16x16exo_viewDefault:before {
  content: "\e655";
}
/*----- IconLibrary-FolderType-24x24 -----*/
.uiIcon24x24FolderDefault:before {
  content: "\e665";
}
.uiIcon24x24FolderWebcontentBlue:before,
.uiIcon24x24exo_webFolder:before {
  color: var(--allPagesPrimaryColor, #578dc9);
  content: "\e665";
}
.uiIcon24x24FolderPrivate:before,
.uiIcon24x24exo_privateFolder:before {
  content: "\e667";
}
.uiIcon24x24FolderFavorite:before,
.uiIcon24x24exo_favoriteFolder:before {
  content: "\e666";
}
.uiIcon24x24FolderDocument:before,
.uiIcon24x24exo_documentFolder:before {
  content: "\e65e";
}
.uiIcon24x24FolderNtUnstruct:before,
.uiIcon24x24nt_unstructured:before {
  content: "\e661";
}
.uiIcon24x24FolderJs:before,
.uiIcon24x24exo_jsFolder:before {
  content: "\e660";
}
.uiIcon24x24FolderWeb:before {
  content: "\e664";
}
.uiIcon24x24FolderSound:before,
.uiIcon24x24exo_audioFolder:before,
.uiIcon24x24exo_musicFolder:before {
  content: "\e663";
}
.uiIcon24x24FolderPublic:before,
.uiIcon24x24exo_publicFolder:before {
  content: "\e662";
}
.uiIcon24x24FolderGraphic:before,
.uiIcon24x24exo_pictureFolder:before {
  content: "\e65f";
}
.uiIcon24x24FolderSearch:before,
.uiIcon24x24exo_searchFolder:before {
  content: "\e65a";
}
.uiIcon24x24FolderCss:before,
.uiIcon24x24exo_cssFolder:before {
  content: "\e657";
}
.uiIcon24x24FolderProduct:before,
.uiIcon24x24acme_product:before {
  content: "\e659";
}
.uiIcon24x24FolderTaxonomy:before,
.uiIcon24x24exo_taxonomy:before {
  content: "\e65b";
}
.uiIcon24x24FolderExoContent:before,
.uiIcon24x24exo_webContent:before {
  content: "\e658";
}
.uiIcon24x24FolderTheme:before,
.uiIcon24x24exo_themeFolder:before {
  content: "\e65c";
}
.uiIcon24x24FolderVideoMedia:before,
.uiIcon24x24exo_multimediaFolder:before,
.uiIcon24x24exo_videoFolder:before {
  content: "\e65d";
}
.uiIcon24x24FolderLink:before,
.uiIcon24x24exo_linkFolder:before {
  content: "\e656";
}
.uiIcon24x24exo_driveDefault:before {
  content: "\e68a";
}
.uiIcon24x24exo_tagStyleDefault:before {
  content: "\e600";
}
.uiIcon24x24exo_viewDefault:before {
  content: "\e655";
}
/*----- IconLibrary-FolderType-32x32 -----*/
.uiIcon32x32FolderDefault:before {
  content: "\e665";
}
.uiIcon32x32FolderWebcontentBlue:before,
.uiIcon32x32exo_webFolder:before {
  color: var(--allPagesPrimaryColor, #578dc9);
  content: "\e665";
}
.uiIcon32x32FolderPrivate:before,
.uiIcon32x32exo_privateFolder:before {
  content: "\e667";
}
.uiIcon32x32FolderFavorite:before,
.uiIcon32x32exo_favoriteFolder:before {
  content: "\e666";
}
.uiIcon32x32FolderDocument:before,
.uiIcon32x32exo_documentFolder:before {
  content: "\e65e";
}
.uiIcon32x32FolderNtUnstruct:before,
.uiIcon32x32nt_unstructured:before {
  content: "\e661";
}
.uiIcon32x32FolderJs:before,
.uiIcon32x32exo_jsFolder:before {
  content: "\e660";
}
.uiIcon32x32FolderWeb:before {
  content: "\e664";
}
.uiIcon32x32FolderSound:before,
.uiIcon32x32exo_audioFolder:before,
.uiIcon32x32exo_musicFolder:before {
  content: "\e663";
}
.uiIcon32x32FolderPublic:before,
.uiIcon32x32exo_publicFolder:before {
  content: "\e662";
}
.uiIcon32x32FolderGraphic:before,
.uiIcon32x32exo_pictureFolder:before {
  content: "\e65f";
}
.uiIcon32x32FolderSearch:before,
.uiIcon32x32exo_searchFolder:before {
  content: "\e65a";
}
.uiIcon32x32FolderCss:before,
.uiIcon32x32exo_cssFolder:before {
  content: "\e657";
}
.uiIcon32x32FolderProduct:before,
.uiIcon32x32acme_product:before {
  content: "\e659";
}
.uiIcon32x32FolderTaxonomy:before,
.uiIcon32x32exo_taxonomy:before {
  content: "\e65b";
}
.uiIcon32x32FolderExoContent:before,
.uiIcon32x32exo_webContent:before {
  content: "\e658";
}
.uiIcon32x32FolderTheme:before,
.uiIcon32x32exo_themeFolder:before {
  content: "\e65c";
}
.uiIcon32x32FolderVideoMedia:before,
.uiIcon32x32exo_multimediaFolder:before,
.uiIcon32x32exo_videoFolder:before {
  content: "\e65d";
}
.uiIcon32x32FolderLink:before,
.uiIcon32x32exo_linkFolder:before {
  content: "\e656";
}
.uiIcon32x32exo_driveDefault:before {
  content: "\e68a";
}
.uiIcon32x32exo_tagStyleDefault:before {
  content: "\e600";
}
.uiIcon32x32exo_viewDefault:before {
  content: "\e655";
}
/************** IconLibrary-FolderType-48x48 *************/
.uiIcon48x48FolderDefault:before {
  content: "\e665";
}
.uiIcon48x48FolderWebcontentBlue:before,
.uiIcon48x48exo_webFolder:before {
  color: var(--allPagesPrimaryColor, #578dc9);
  content: "\e665";
}
.uiIcon48x48FolderPrivate:before,
.uiIcon48x48exo_privateFolder:before {
  content: "\e667";
}
.uiIcon48x48FolderFavorite:before,
.uiIcon48x48exo_favoriteFolder:before {
  content: "\e666";
}
.uiIcon48x48FolderDocument:before,
.uiIcon48x48exo_documentFolder:before {
  content: "\e65e";
}
.uiIcon48x48FolderNtUnstruct:before,
.uiIcon48x48nt_unstructured:before {
  content: "\e661";
}
.uiIcon48x48FolderJs:before,
.uiIcon48x48exo_jsFolder:before {
  content: "\e660";
}
.uiIcon48x48FolderWeb:before {
  content: "\e664";
}
.uiIcon48x48FolderSound:before,
.uiIcon48x48exo_audioFolder:before,
.uiIcon48x48exo_musicFolder:before {
  content: "\e663";
}
.uiIcon48x48FolderPublic:before,
.uiIcon48x48exo_publicFolder:before {
  content: "\e662";
}
.uiIcon48x48FolderGraphic:before,
.uiIcon48x48exo_pictureFolder:before {
  content: "\e65f";
}
.uiIcon48x48FolderSearch:before,
.uiIcon48x48exo_searchFolder:before {
  content: "\e65a";
}
.uiIcon48x48FolderCss:before,
.uiIcon48x48exo_cssFolder:before {
  content: "\e657";
}
.uiIcon48x48FolderProduct:before,
.uiIcon48x48acme_product:before {
  content: "\e659";
}
.uiIcon48x48FolderTaxonomy:before,
.uiIcon48x48exo_taxonomy:before {
  content: "\e65b";
}
.uiIcon48x48FolderExoContent:before,
.uiIcon48x48exo_webContent:before {
  content: "\e658";
}
.uiIcon48x48FolderTheme:before,
.uiIcon48x48exo_themeFolder:before {
  content: "\e65c";
}
.uiIcon48x48FolderVideoMedia:before,
.uiIcon48x48exo_multimediaFolder:before,
.uiIcon48x48exo_videoFolder:before {
  content: "\e65d";
}
.uiIcon48x48FolderLink:before,
.uiIcon48x48exo_linkFolder:before {
  content: "\e656";
}
.uiIcon48x48exo_driveDefault:before {
  content: "\e68a";
}
.uiIcon48x48exo_tagStyleDefault:before {
  content: "\e600";
}
.uiIcon48x48exo_viewDefault:before {
  content: "\e655";
}
/*----- IconLibrary-FolderType-64x64 -----*/
.uiIcon64x64FolderDefault:before {
  content: "\e665";
}
.uiIcon64x64FolderWebcontentBlue:before,
.uiIcon64x64exo_webFolder:before {
  color: var(--allPagesPrimaryColor, #578dc9);
  content: "\e665";
}
.uiIcon64x64FolderPrivate:before,
.uiIcon64x64exo_privateFolder:before {
  content: "\e667";
}
.uiIcon64x64FolderFavorite:before,
.uiIcon64x64exo_favoriteFolder:before {
  content: "\e666";
}
.uiIcon64x64FolderDocument:before,
.uiIcon64x64exo_documentFolder:before {
  content: "\e65e";
}
.uiIcon64x64FolderNtUnstruct:before,
.uiIcon64x64nt_unstructured:before {
  content: "\e661";
}
.uiIcon64x64FolderJs:before,
.uiIcon64x64exo_jsFolder:before {
  content: "\e660";
}
.uiIcon64x64FolderWeb:before {
  content: "\e664";
}
.uiIcon64x64FolderSound:before,
.uiIcon64x64exo_audioFolder:before,
.uiIcon64x64exo_musicFolder:before {
  content: "\e663";
}
.uiIcon64x64FolderPublic:before,
.uiIcon64x64exo_publicFolder:before {
  content: "\e662";
}
.uiIcon64x64FolderGraphic:before,
.uiIcon64x64exo_pictureFolder:before {
  content: "\e65f";
}
.uiIcon64x64FolderSearch:before,
.uiIcon64x64exo_searchFolder:before {
  content: "\e65a";
}
.uiIcon64x64FolderCss:before,
.uiIcon64x64exo_cssFolder:before {
  content: "\e657";
}
.uiIcon64x64FolderProduct:before,
.uiIcon64x64acme_product:before {
  content: "\e659";
}
.uiIcon64x64FolderTaxonomy:before,
.uiIcon64x64exo_taxonomy:before {
  content: "\e65b";
}
.uiIcon64x64FolderExoContent:before,
.uiIcon64x64exo_webContent:before {
  content: "\e658";
}
.uiIcon64x64FolderTheme:before,
.uiIcon64x64exo_themeFolder:before {
  content: "\e65c";
}
.uiIcon64x64FolderVideoMedia:before,
.uiIcon64x64exo_multimediaFolder:before,
.uiIcon64x64exo_videoFolder:before {
  content: "\e65d";
}
.uiIcon64x64FolderLink:before,
.uiIcon64x64exo_linkFolder:before {
  content: "\e656";
}
.uiIcon64x64exo_driveDefault:before {
  content: "\e68a";
}
.uiIcon64x64exo_tagStyleDefault:before {
  content: "\e600";
}
.uiIcon64x64exo_viewDefault:before {
  content: "\e655";
}
/*---------- IconLibrary-TemplateType -----*/
/*----- IconLibrary-TemplateType-16x16 -----*/
.uiIcon16x16TemplateDefault:before,
.uiIcon16x16exo_default:before {
  content: "\e722";
}
.uiIcon16x16TemplateAnnounment:before,
.uiIcon16x16Templateexo_announcement:before,
.uiIcon16x16exo_announcement:before,
.uiIcon16x16TemplateAnnouncement:before {
  content: "\e736";
  color: #6EAD51;
}
.uiIcon16x16TemplateContactRequest:before,
.uiIcon16x16TemplateContact:before,
.uiIcon16x16Templateacme_contact_us:before,
.uiIcon16x16exo_contactUs:before,
.uiIcon16x16TemplateContactUs:before,
.uiIcon16x16Templateexo_contact:before {
  content: "\e737";
  color: #acaf58;
}
.uiIcon16x16TemplateJs:before,
.uiIcon16x16Templateexo_jsFile:before,
.uiIcon16x16textjavascript:before,
.uiIcon16x16TemplateJavascriptFile:before {
  content: "\e738";
  color: #87412F;
}
.uiIcon16x16TemplatePictureOnHead:before,
.uiIcon16x16Templateexo_pictureOnHeadWebcontent:before,
.uiIcon16x16exo_pictureOnHeadWebcontent:before,
.uiIcon16x16TemplateIllustratedWebContent:before {
  content: "\e733";
  color: #3f917d;
}
.uiIcon16x16TemplateSiteBreadcrumb:before,
.uiIcon16x16Templatewai_siteBreadcrumb:before,
.uiIcon16x16wai_siteBreadcrumb:before,
.uiIcon16x16TemplateAccessibleBreadcrumb:before {
  content: "\e735";
  color: #66537c;
}
.uiIcon16x16TemplateAccessibilityMedia:before,
.uiIcon16x16Templateexo_accessibleMedia:before,
.uiIcon16x16exo_accessibleMedia:before,
.uiIcon16x16TemplateAccessibleMedia:before {
  content: "\e72f";
  color: #525584;
}
.uiIcon16x16TemplateFile:before,
.uiIcon16x16Templatent_file:before {
  content: "\e731";
  color: #bf9b2e;
}
.uiIcon16x16TemplateCss:before,
.uiIcon16x16Templateexo_cssFile:before,
.uiIcon16x16TemplateCSSFile:before {
  content: "\e730";
  color: #8f3461;
}
.uiIcon16x16TemplateHtml:before,
.uiIcon16x16Templateexo_htmlFile:before,
.uiIcon16x16TemplateHTMLFile:before {
  content: "\e724";
  color: #4c6ea4;
}
.uiIcon16x16TemplateProduct:before,
.uiIcon16x16Templateacme_product:before {
  content: "\e734";
  color: #AE7651;
}
.uiIcon16x16TemplateNavigation:before,
.uiIcon16x16Templatewai_siteNavigationWebContent:before,
.uiIcon16x16wai_siteNavigationWebContent:before,
.uiIcon16x16TemplateAccessibleNavigation:before {
  content: "\e72a";
  color: #3c7096;
}
.uiIcon16x16TemplateWebLink:before,
.uiIcon16x16Templateexo_link:before,
.uiIcon16x16exo_link:before,
.uiIcon16x16TemplateWeb:before {
  content: "\e72e";
  color: #79505d;
}
.uiIcon16x16TemplateSearchBox:before,
.uiIcon16x16Templatewai_siteSearchBox:before,
.uiIcon16x16wai_siteSearchBox:before,
.uiIcon16x16TemplateAccessibleSiteSearchBox:before {
  content: "\e72d";
  color: #824f81;
}
.uiIcon16x16TemplateFreeLayout:before,
.uiIcon16x16Templateexo_webContent:before,
.uiIcon16x16exo_webContent:before,
.uiIcon16x16TemplateWebContent:before {
  content: "\e729";
  color: #707071;
}
.uiIcon16x16TemplateArticle:before,
.uiIcon16x16Templateexo_article:before,
.uiIcon16x16exo_article:before {
  content: "\e727";
  color: #1CBDC4;
}
.uiIcon16x16TemplateBannerSlideImage:before,
.uiIcon16x16Templateexo_bannerSlideImage:before,
.uiIcon16x16exo_bannerSlideImage:before {
  content: "\e720";
  color: #33B98E;
}
.uiIcon16x16TemplateBlog:before,
.uiIcon16x16Templateexo_dnblog:before,
.uiIcon16x16exo_dnblog:before {
  content: "\e721";
  color: #BAC233;
}
.uiIcon16x16TemplateGoogleMap:before,
.uiIcon16x16Templateexo_googleMap:before,
.uiIcon16x16exo_googleMap:before,
.uiIcon16x16TemplateMap:before {
  content: "\e723";
  color: #7656A4;
}
.uiIcon16x16TemplateNews:before,
.uiIcon16x16Templateexo_news:before,
.uiIcon16x16exo_news:before {
  content: "\e72b";
  color: #BA5391;
}
.uiIcon16x16TemplateService:before,
.uiIcon16x16TemplateWebService:before,
.uiIcon16x16Templateexo_services:before,
.uiIcon16x16exo_services:before,
.uiIcon16x16TemplateServices:before {
  content: "\e726";
  color: #5572B7;
}
.uiIcon16x16TemplateTestimonial:before,
.uiIcon16x16Templateexo_testimonial:before,
.uiIcon16x16exo_testimonial:before {
  content: "\e725";
  color: #c12626;
}
.uiIcon16x16TemplatePlayMedia:before,
.uiIcon16x16Templateexo_playMedia:before {
  content: "\e72c";
}
.uiIcon16x16TemplateFeatures:before,
.uiIcon16x16Templateexo_features:before {
  content: "\e728";
}
.uiIcon16x16TemplateTeamMember:before,
.uiIcon16x16Templateexo_teamMember:before,
.uiIcon16x16exo_teamMember:before {
  content: "\e724";
  color: #54B459;
}
/************** IconLibrary-TemplateType-24x24 *************/
.uiIcon24x24TemplateDefault:before,
.uiIcon24x24exo_default:before {
  content: "\e722";
}
.uiIcon24x24TemplateAnnounment:before,
.uiIcon24x24Templateexo_announcement:before,
.uiIcon24x24exo_announcement:before,
.uiIcon24x24TemplateAnnouncement:before {
  content: "\e736";
  color: #6EAD51;
}
.uiIcon24x24TemplateContactRequest:before,
.uiIcon24x24TemplateContact:before,
.uiIcon24x24Templateacme_contact_us:before,
.uiIcon24x24exo_contactUs:before,
.uiIcon24x24TemplateContactUs:before,
.uiIcon24x24Templateexo_contact:before {
  content: "\e737";
  color: #acaf58;
}
.uiIcon24x24TemplateJs:before,
.uiIcon24x24Templateexo_jsFile:before,
.uiIcon24x24textjavascript:before,
.uiIcon24x24TemplateJavascriptFile:before {
  content: "\e738";
  color: #87412F;
}
.uiIcon24x24TemplatePictureOnHead:before,
.uiIcon24x24Templateexo_pictureOnHeadWebcontent:before,
.uiIcon24x24exo_pictureOnHeadWebcontent:before,
.uiIcon24x24TemplateIllustratedWebContent:before {
  content: "\e733";
  color: #3f917d;
}
.uiIcon24x24TemplateSiteBreadcrumb:before,
.uiIcon24x24Templatewai_siteBreadcrumb:before,
.uiIcon24x24wai_siteBreadcrumb:before,
.uiIcon24x24TemplateAccessibleBreadcrumb:before {
  content: "\e735";
  color: #66537c;
}
.uiIcon24x24TemplateAccessibilityMedia:before,
.uiIcon24x24Templateexo_accessibleMedia:before,
.uiIcon24x24exo_accessibleMedia:before,
.uiIcon24x24TemplateAccessibleMedia:before {
  content: "\e72f";
  color: #525584;
}
.uiIcon24x24TemplateFile:before,
.uiIcon24x24Templatent_file:before {
  content: "\e731";
  color: #bf9b2e;
}
.uiIcon24x24TemplateCss:before,
.uiIcon24x24Templateexo_cssFile:before,
.uiIcon24x24TemplateCSSFile:before {
  content: "\e730";
  color: #8f3461;
}
.uiIcon24x24TemplateHtml:before,
.uiIcon24x24Templateexo_htmlFile:before,
.uiIcon24x24TemplateHTMLFile:before {
  content: "\e724";
  color: #4c6ea4;
}
.uiIcon24x24TemplateProduct:before,
.uiIcon24x24Templateacme_product:before {
  content: "\e734";
  color: #AE7651;
}
.uiIcon24x24TemplateNavigation:before,
.uiIcon24x24Templatewai_siteNavigationWebContent:before,
.uiIcon24x24wai_siteNavigationWebContent:before,
.uiIcon24x24TemplateAccessibleNavigation:before {
  content: "\e72a";
  color: #3c7096;
}
.uiIcon24x24TemplateWebLink:before,
.uiIcon24x24Templateexo_link:before,
.uiIcon24x24exo_link:before,
.uiIcon24x24TemplateWeb:before {
  content: "\e72e";
  color: #79505d;
}
.uiIcon24x24TemplateSearchBox:before,
.uiIcon24x24Templatewai_siteSearchBox:before,
.uiIcon24x24wai_siteSearchBox:before,
.uiIcon24x24TemplateAccessibleSiteSearchBox:before {
  content: "\e72d";
  color: #824f81;
}
.uiIcon24x24TemplateFreeLayout:before,
.uiIcon24x24Templateexo_webContent:before,
.uiIcon24x24exo_webContent:before,
.uiIcon24x24TemplateWebContent:before {
  content: "\e729";
  color: #707071;
}
.uiIcon24x24TemplateArticle:before,
.uiIcon24x24Templateexo_article:before,
.uiIcon24x24exo_article:before {
  content: "\e727";
  color: #1CBDC4;
}
.uiIcon24x24TemplateBannerSlideImage:before,
.uiIcon24x24Templateexo_bannerSlideImage:before,
.uiIcon24x24exo_bannerSlideImage:before {
  content: "\e720";
  color: #33B98E;
}
.uiIcon24x24TemplateBlog:before,
.uiIcon24x24Templateexo_dnblog:before,
.uiIcon24x24exo_dnblog:before {
  content: "\e721";
  color: #BAC233;
}
.uiIcon24x24TemplateGoogleMap:before,
.uiIcon24x24Templateexo_googleMap:before,
.uiIcon24x24exo_googleMap:before,
.uiIcon24x24TemplateMap:before {
  content: "\e723";
  color: #7656A4;
}
.uiIcon24x24TemplateNews:before,
.uiIcon24x24Templateexo_news:before,
.uiIcon24x24exo_news:before {
  content: "\e72b";
  color: #BA5391;
}
.uiIcon24x24TemplateService:before,
.uiIcon24x24Templateexo_services:before,
.uiIcon24x24exo_services:before {
  content: "\e726";
  color: #5572B7;
}
.uiIcon24x24TemplateTestimonial:before,
.uiIcon24x24Templateexo_testimonial:before,
.uiIcon24x24exo_testimonial:before {
  content: "\e725";
  color: #c12626;
}
.uiIcon24x24TemplatePlayMedia:before,
.uiIcon24x24Templateexo_playMedia:before {
  content: "\e72c";
}
.uiIcon24x24TemplateFeatures:before,
.uiIcon24x24Templateexo_features:before {
  content: "\e728";
}
.uiIcon24x24TemplateTeamMember:before,
.uiIcon24x24Templateexo_teamMember:before,
.uiIcon24x24exo_teamMember:before {
  content: "\e724";
  color: #54B459;
}
/*----- IconLibrary-TemplateType-32x32 -----*/
.uiIcon32x32TemplateDefault:before,
.uiIcon32x32exo_default:before {
  content: "\e722";
}
.uiIcon32x32TemplateAnnounment:before,
.uiIcon32x32Templateexo_announcement:before,
.uiIcon32x32exo_announcement:before,
.uiIcon32x32TemplateAnnouncement:before {
  content: "\e736";
  color: #6EAD51;
}
.uiIcon32x32TemplateContactRequest:before,
.uiIcon32x32TemplateContact:before,
.uiIcon32x32Templateacme_contact_us:before,
.uiIcon32x32exo_contactUs:before,
.uiIcon32x32TemplateContactUs:before,
.uiIcon32x32Templateexo_contact:before {
  content: "\e737";
  color: #acaf58;
}
.uiIcon32x32TemplateJs:before,
.uiIcon32x32Templateexo_jsFile:before,
.uiIcon32x32textjavascript:before,
.uiIcon32x32TemplateJavascriptFile:before {
  content: "\e738";
  color: #87412F;
}
.uiIcon32x32TemplatePictureOnHead:before,
.uiIcon32x32Templateexo_pictureOnHeadWebcontent:before,
.uiIcon32x32exo_pictureOnHeadWebcontent:before,
.uiIcon32x32TemplateIllustratedWebContent:before {
  content: "\e733";
  color: #3f917d;
}
.uiIcon32x32TemplateSiteBreadcrumb:before,
.uiIcon32x32Templatewai_siteBreadcrumb:before,
.uiIcon32x32wai_siteBreadcrumb:before,
.uiIcon32x32TemplateAccessibleBreadcrumb:before {
  content: "\e735";
  color: #66537c;
}
.uiIcon32x32TemplateAccessibilityMedia:before,
.uiIcon32x32Templateexo_accessibleMedia:before,
.uiIcon32x32exo_accessibleMedia:before,
.uiIcon32x32TemplateAccessibleMedia:before {
  content: "\e72f";
  color: #525584;
}
.uiIcon32x32TemplateFile:before,
.uiIcon32x32Templatent_file:before {
  content: "\e731";
  color: #bf9b2e;
}
.uiIcon32x32TemplateCss:before,
.uiIcon32x32Templateexo_cssFile:before,
.uiIcon32x32TemplateCSSFile:before {
  content: "\e730";
  color: #8f3461;
}
.uiIcon32x32TemplateHtml:before,
.uiIcon32x32Templateexo_htmlFile:before,
.uiIcon32x32TemplateHTMLFile:before {
  content: "\e732";
  color: #4c6ea4;
}
.uiIcon32x32TemplateProduct:before,
.uiIcon32x32Templateacme_product:before {
  content: "\e734";
  color: #AE7651;
}
.uiIcon32x32TemplateNavigation:before,
.uiIcon32x32Templatewai_siteNavigationWebContent:before,
.uiIcon32x32wai_siteNavigationWebContent:before,
.uiIcon32x32TemplateAccessibleNavigation:before {
  content: "\e72a";
  color: #3c7096;
}
.uiIcon32x32TemplateWebLink:before,
.uiIcon32x32Templateexo_link:before,
.uiIcon32x32exo_link:before,
.uiIcon32x32TemplateWeb:before {
  content: "\e72e";
  color: #79505d;
}
.uiIcon32x32TemplateSearchBox:before,
.uiIcon32x32Templatewai_siteSearchBox:before,
.uiIcon32x32wai_siteSearchBox:before,
.uiIcon32x32TemplateAccessibleSiteSearchBox:before {
  content: "\e72d";
  color: #832f81;
}
.uiIcon32x32TemplateFreeLayout:before,
.uiIcon32x32Templateexo_webContent:before,
.uiIcon32x32exo_webContent:before,
.uiIcon32x32TemplateWebContent:before {
  content: "\e729";
  color: #707071;
}
.uiIcon32x32TemplateArticle:before,
.uiIcon32x32Templateexo_article:before,
.uiIcon32x32exo_article:before {
  content: "\e727";
  color: #1CBDC4;
}
.uiIcon32x32TemplateBannerSlideImage:before,
.uiIcon32x32Templateexo_bannerSlideImage:before,
.uiIcon32x32exo_bannerSlideImage:before {
  content: "\e720";
  color: #33B98E;
}
.uiIcon32x32TemplateBlog:before,
.uiIcon32x32Templateexo_dnblog:before,
.uiIcon32x32exo_dnblog:before {
  content: "\e721";
  color: #BAC233;
}
.uiIcon32x32TemplateGoogleMap:before,
.uiIcon32x32Templateexo_googleMap:before,
.uiIcon32x32exo_googleMap:before,
.uiIcon32x32TemplateMap:before {
  content: "\e723";
  color: #7656A4;
}
.uiIcon32x32TemplateNews:before,
.uiIcon32x32Templateexo_news:before,
.uiIcon32x32exo_news:before {
  content: "\e72b";
  color: #BA5391;
}
.uiIcon32x32TemplateService:before,
.uiIcon32x32Templateexo_services:before,
.uiIcon32x32exo_services:before {
  content: "\e726";
  color: #5572B7;
}
.uiIcon32x32TemplateTestimonial:before,
.uiIcon32x32Templateexo_testimonial:before,
.uiIcon32x32exo_testimonial:before {
  content: "\e725";
  color: #c12626;
}
.uiIcon32x32TemplatePlayMedia:before,
.uiIcon32x32Templateexo_playMedia:before {
  content: "\e72c";
}
.uiIcon32x32TemplateFeatures:before,
.uiIcon32x32Templateexo_features:before {
  content: "\e728";
}
.uiIcon32x32TemplateTeamMember:before,
.uiIcon32x32Templateexo_teamMember:before,
.uiIcon32x32exo_teamMember:before {
  content: "\e724";
  color: #54B459;
}
/*----- IconLibrary-TemplateType-48x48 -----*/
.uiIcon48x48TemplateDefault:before,
.uiIcon48x48exo_default:before {
  content: "\e722";
}
.uiIcon48x48TemplateAnnounment:before,
.uiIcon48x48Templateexo_announcement:before,
.uiIcon48x48exo_announcement:before,
.uiIcon48x48TemplateAnnouncement:before {
  content: "\e736";
  color: #6EAD51;
}
.uiIcon48x48TemplateContactRequest:before,
.uiIcon48x48TemplateContact:before,
.uiIcon48x48Templateacme_contact_us:before,
.uiIcon48x48exo_contactUs:before,
.uiIcon48x48TemplateContactUs:before,
.uiIcon48x48Templateexo_contact:before {
  content: "\e737";
  color: #acaf58;
}
.uiIcon48x48TemplateJs:before,
.uiIcon48x48Templateexo_jsFile:before,
.uiIcon48x48textjavascript:before,
.uiIcon48x48TemplateJavascriptFile:before {
  content: "\e738";
  color: #87412F;
}
.uiIcon48x48TemplatePictureOnHead:before,
.uiIcon48x48Templateexo_pictureOnHeadWebcontent:before,
.uiIcon48x48exo_pictureOnHeadWebcontent:before,
.uiIcon48x48TemplateIllustratedWebContent:before {
  content: "\e733";
  color: #3f917d;
}
.uiIcon48x48TemplateSiteBreadcrumb:before,
.uiIcon48x48Templatewai_siteBreadcrumb:before,
.uiIcon48x48wai_siteBreadcrumb:before,
.uiIcon48x48TemplateAccessibleBreadcrumb:before {
  content: "\e735";
  color: #66537c;
}
.uiIcon48x48TemplateAccessibilityMedia:before,
.uiIcon48x48Templateexo_accessibleMedia:before,
.uiIcon48x48exo_accessibleMedia:before,
.uiIcon48x48TemplateAccessibleMedia:before {
  content: "\e72f";
  color: #525584;
}
.uiIcon48x48TemplateFile:before,
.uiIcon48x48Templatent_file:before {
  content: "\e731";
  color: #bf9b2e;
}
.uiIcon48x48TemplateCss:before,
.uiIcon48x48Templateexo_cssFile:before,
.uiIcon48x48TemplateCSSFile:before {
  content: "\e730";
  color: #8f3461;
}
.uiIcon48x48TemplateHtml:before,
.uiIcon48x48Templateexo_htmlFile:before,
.uiIcon48x48TemplateHTMLFile:before {
  content: "\e732";
  color: #4c6ea4;
}
.uiIcon48x48TemplateProduct:before,
.uiIcon48x48Templateacme_product:before {
  content: "\e734";
  color: #AE7651;
}
.uiIcon48x48TemplateNavigation:before,
.uiIcon48x48Templatewai_siteNavigationWebContent:before,
.uiIcon48x48wai_siteNavigationWebContent:before,
.uiIcon48x48TemplateAccessibleNavigation:before {
  content: "\e72a";
  color: #3c7096;
}
.uiIcon48x48TemplateWebLink:before,
.uiIcon48x48Templateexo_link:before,
.uiIcon48x48exo_link:before,
.uiIcon48x48TemplateWeb:before {
  content: "\e72e";
  color: #79505d;
}
.uiIcon48x48TemplateSearchBox:before,
.uiIcon48x48Templatewai_siteSearchBox:before,
.uiIcon48x48wai_siteSearchBox:before,
.uiIcon48x48TemplateAccessibleSiteSearchBox:before {
  content: "\e72d";
  color: #848f81;
}
.uiIcon48x48TemplateFreeLayout:before,
.uiIcon48x48Templateexo_webContent:before,
.uiIcon48x48exo_webContent:before,
.uiIcon48x48TemplateWebContent:before {
  content: "\e729";
  color: #707071;
}
.uiIcon48x48TemplateArticle:before,
.uiIcon48x48Templateexo_article:before,
.uiIcon48x48exo_article:before {
  content: "\e727";
  color: #1CBDC4;
}
.uiIcon48x48TemplateBannerSlideImage:before,
.uiIcon48x48Templateexo_bannerSlideImage:before,
.uiIcon48x48exo_bannerSlideImage:before {
  content: "\e720";
  color: #33B98E;
}
.uiIcon48x48TemplateBlog:before,
.uiIcon48x48Templateexo_dnblog:before,
.uiIcon48x48exo_dnblog:before {
  content: "\e721";
  color: #BAC233;
}
.uiIcon48x48TemplateGoogleMap:before,
.uiIcon48x48Templateexo_googleMap:before,
.uiIcon48x48exo_googleMap:before,
.uiIcon48x48TemplateMap:before {
  content: "\e723";
  color: #7656A4;
}
.uiIcon48x48TemplateNews:before,
.uiIcon48x48Templateexo_news:before,
.uiIcon48x48exo_news:before {
  content: "\e72b";
  color: #BA5391;
}
.uiIcon48x48TemplateService:before,
.uiIcon48x48Templateexo_services:before,
.uiIcon48x48exo_services:before {
  content: "\e726";
  color: #5572B7;
}
.uiIcon48x48TemplateTestimonial:before,
.uiIcon48x48Templateexo_testimonial:before,
.uiIcon48x48exo_testimonial:before {
  content: "\e725";
  color: #c12626;
}
.uiIcon48x48TemplatePlayMedia:before,
.uiIcon48x48Templateexo_playMedia:before {
  content: "\e72c";
}
.uiIcon48x48TemplateFeatures:before,
.uiIcon48x48Templateexo_features:before {
  content: "\e728";
}
.uiIcon48x48TemplateTeamMember:before,
.uiIcon48x48Templateexo_teamMember:before,
.uiIcon48x48exo_teamMember:before {
  content: "\e724";
  color: #54B459;
}
/*----- IconLibrary-TemplateType-64x64 -----*/
.uiIcon64x64TemplateDefault:before,
.uiIcon64x64exo_default:before {
  content: "\e722";
}
.uiIcon64x64TemplateAnnounment:before,
.uiIcon64x64Templateexo_announcement:before,
.uiIcon64x64exo_announcement:before,
.uiIcon64x64TemplateAnnouncement:before,
.uiIcon64x64Templateexo_contact:before {
  content: "\e736";
  color: #6EAD51;
}
.uiIcon64x64TemplateContactRequest:before,
.uiIcon64x64TemplateContact:before,
.uiIcon64x64Templateacme_contact_us:before,
.uiIcon64x64exo_contactUs:before,
.uiIcon64x64TemplateContactUs:before {
  content: "\e737";
  color: #acaf58;
}
.uiIcon64x64TemplateJs:before,
.uiIcon64x64Templateexo_jsFile:before,
.uiIcon64x64textjavascript:before,
.uiIcon64x64TemplateJavascriptFile:before {
  content: "\e738";
  color: #87412F;
}
.uiIcon64x64TemplatePictureOnHead:before,
.uiIcon64x64Templateexo_pictureOnHeadWebcontent:before,
.uiIcon64x64exo_pictureOnHeadWebcontent:before,
.uiIcon64x64TemplateIllustratedWebContent:before {
  content: "\e733";
  color: #3f917d;
}
.uiIcon64x64TemplateSiteBreadcrumb:before,
.uiIcon64x64Templatewai_siteBreadcrumb:before,
.uiIcon64x64wai_siteBreadcrumb:before,
.uiIcon64x64TemplateAccessibleBreadcrumb:before {
  content: "\e735";
  color: #66537c;
}
.uiIcon64x64TemplateAccessibilityMedia:before,
.uiIcon64x64Templateexo_accessibleMedia:before,
.uiIcon64x64exo_accessibleMedia:before,
.uiIcon64x64TemplateAccessibleMedia:before {
  content: "\e72f";
  color: #525584;
}
.uiIcon64x64TemplateFile:before,
.uiIcon64x64Templatent_file:before {
  content: "\e731";
  color: #bf9b2e;
}
.uiIcon64x64TemplateCss:before,
.uiIcon64x64Templateexo_cssFile:before,
.uiIcon64x64TemplateCSSFile:before {
  content: "\e730";
  color: #8f3461;
}
.uiIcon64x64TemplateHtml:before,
.uiIcon64x64Templateexo_htmlFile:before,
.uiIcon64x64TemplateHTMLFile:before {
  content: "\e732";
  color: #4c6ea4;
}
.uiIcon64x64TemplateProduct:before,
.uiIcon64x64Templateacme_product:before {
  content: "\e734";
  color: #AE7651;
}
.uiIcon64x64TemplateNavigation:before,
.uiIcon64x64Templatewai_siteNavigationWebContent:before,
.uiIcon64x64wai_siteNavigationWebContent:before,
.uiIcon64x64TemplateAccessibleNavigation:before {
  content: "\e72a";
  color: #3c7096;
}
.uiIcon64x64TemplateWebLink:before,
.uiIcon64x64Templateexo_link:before,
.uiIcon64x64exo_link:before,
.uiIcon64x64TemplateWeb:before {
  content: "\e72e";
  color: #79505d;
}
.uiIcon64x64TemplateSearchBox:before,
.uiIcon64x64Templatewai_siteSearchBox:before,
.uiIcon64x64wai_siteSearchBox:before,
.uiIcon64x64TemplateAccessibleSiteSearchBox:before {
  content: "\e72d";
  color: #864f81;
}
.uiIcon64x64TemplateFreeLayout:before,
.uiIcon64x64Templateexo_webContent:before,
.uiIcon64x64exo_webContent:before,
.uiIcon64x64TemplateWebContent:before {
  content: "\e729";
  color: #707071;
}
.uiIcon64x64TemplateArticle:before,
.uiIcon64x64Templateexo_article:before,
.uiIcon64x64exo_article:before {
  content: "\e727";
  color: #1CBDC4;
}
.uiIcon64x64TemplateBannerSlideImage:before,
.uiIcon64x64Templateexo_bannerSlideImage:before,
.uiIcon64x64exo_bannerSlideImage:before {
  content: "\e720";
  color: #33B98E;
}
.uiIcon64x64TemplateBlog:before,
.uiIcon64x64Templateexo_dnblog:before,
.uiIcon64x64exo_dnblog:before {
  content: "\e721";
  color: #BAC233;
}
.uiIcon64x64TemplateGoogleMap:before,
.uiIcon64x64Templateexo_googleMap:before,
.uiIcon64x64exo_googleMap:before,
.uiIcon64x64TemplateMap:before {
  content: "\e723";
  color: #7656A4;
}
.uiIcon64x64TemplateNews:before,
.uiIcon64x64Templateexo_news:before,
.uiIcon64x64exo_news:before {
  content: "\e72b";
  color: #BA5391;
}
.uiIcon64x64TemplateService:before,
.uiIcon64x64Templateexo_services:before,
.uiIcon64x64exo_services:before {
  content: "\e726";
  color: #5572B7;
}
.uiIcon64x64TemplateTestimonial:before,
.uiIcon64x64Templateexo_testimonial:before,
.uiIcon64x64exo_testimonial:before {
  content: "\e725";
  color: #c12626;
}
.uiIcon64x64TemplatePlayMedia:before,
.uiIcon64x64Templateexo_playMedia:before {
  content: "\e72c";
}
.uiIcon64x64TemplateFeatures:before,
.uiIcon64x64Templateexo_features:before {
  content: "\e728";
}
.uiIcon64x64TemplateTeamMember:before,
.uiIcon64x64Templateexo_teamMember:before,
.uiIcon64x64exo_teamMember:before {
  content: "\e724";
  color: #54B459;
}
.uiIcon16x16applicationvndoasisopendocumentspreadsheet:before,
.uiIcon24x24applicationvndoasisopendocumentspreadsheet:before,
.uiIcon32X32applicationvndoasisopendocumentspreadsheet:before,
.uiIcon48X48applicationvndoasisopendocumentspreadsheet:before,
.uiIcon64X64applicationvndoasisopendocumentspreadsheet:before {
  color: #119b48;
}
/* Icons For WCM Template  */
/* SIZE 16 */
.uiIcon16x16TemplateVideo:before,
.uiIcon16x16Templateexo_embeddedVideo:before,
.uiIcon16x16exo_embeddedVideo:before {
  content: "\e72c";
  color: #B0B54F;
}
.uiIcon16x16TemplateFeature:before,
.uiIcon16x16Templateexo_feature:before,
.uiIcon16x16exo_feature:before {
  content: "\e728";
  color: #1F86BF;
}
.uiIcon16x16TemplateContactUsForm:before,
.uiIcon16x16Templateexo_contactUsForm:before,
.uiIcon16x16exo_contactUsForm:before {
  content: "\e737";
  color: #1f86c2;
}
.uiIcon16x16TemplateContactUs2Horizontal:before,
.uiIcon16x16Templateexo_contactUs2Horizontal:before,
.uiIcon16x16exo_contactUs2Horizontal:before {
  content: "\e737";
  color: #f49a18;
}
.uiIcon16x16TemplateSubscribe:before,
.uiIcon16x16Templateexo_subscribe:before,
.uiIcon16x16exo_subscribe:before {
  content: "\e800";
  color: #f97319;
}
/* SIZE 24 */
.uiIcon24x24TemplateVideo:before,
.uiIcon24x24Templateexo_embeddedVideo:before,
.uiIcon24x24exo_embeddedVideo:before {
  content: "\e72c";
  color: #B0B54F;
}
.uiIcon24x24TemplateFeature:before,
.uiIcon24x24Templateexo_feature:before,
.uiIcon24x24exo_feature:before {
  content: "\e728";
  color: #1F86BF;
}
.uiIcon24x24TemplateContactUsForm:before,
.uiIcon24x24Templateexo_contactUsForm:before,
.uiIcon24x24exo_contactUsForm:before {
  content: "\e737";
  color: #1f86c2;
}
.uiIcon24x24TemplateContactUs2Horizontal:before,
.uiIcon24x24Templateexo_contactUs2Horizontal:before,
.uiIcon24x24exo_contactUs2Horizontal:before {
  content: "\e737";
  color: #f49a18;
}
.uiIcon24x24TemplateSubscribe:before,
.uiIcon24x24Templateexo_subscribe:before,
.uiIcon24x24exo_subscribe:before {
  content: "\e800";
  color: #f97319;
}
/* SIZE 32 */
.uiIcon32x32TemplateVideo:before,
.uiIcon32x32Templateexo_embeddedVideo:before,
.uiIcon32x32exo_embeddedVideo:before {
  content: "\e72c";
  color: #B0B54F;
}
.uiIcon32x32TemplateFeature:before,
.uiIcon32x32Templateexo_feature:before,
.uiIcon32x32exo_feature:before {
  content: "\e728";
  color: #1F86BF;
}
.uiIcon32x32TemplateContactUsForm:before,
.uiIcon32x32Templateexo_contactUsForm:before,
.uiIcon32x32exo_contactUsForm:before {
  content: "\e737";
  color: #1f86c2;
}
.uiIcon32x32TemplateContactUs2Horizontal:before,
.uiIcon32x32Templateexo_contactUs2Horizontal:before,
.uiIcon32x32exo_contactUs2Horizontal:before {
  content: "\e737";
  color: #f49a18;
}
.uiIcon32x32TemplateSubscribe:before,
.uiIcon32x32Templateexo_subscribe:before,
.uiIcon32x32exo_subscribe:before {
  content: "\e800";
  color: #f97319;
}
/* SIZE 48 */
.uiIcon48x48TemplateVideo:before,
.uiIcon48x48Templateexo_embeddedVideo:before,
.uiIcon48x48exo_embeddedVideo:before {
  content: "\e72c";
  color: #B0B54F;
}
.uiIcon48x48TemplateFeature:before,
.uiIcon48x48Templateexo_feature:before,
.uiIcon48x48exo_feature:before {
  content: "\e728";
  color: #1F86BF;
}
.uiIcon48x48TemplateContactUsForm:before,
.uiIcon48x48Templateexo_contactUsForm:before,
.uiIcon48x48exo_contactUsForm:before {
  content: "\e737";
  color: #1f86c2;
}
.uiIcon48x48TemplateContactUs2Horizontal:before,
.uiIcon48x48Templateexo_contactUs2Horizontal:before,
.uiIcon48x48exo_contactUs2Horizontal:before {
  content: "\e737";
  color: #f49a18;
}
.uiIcon48x48TemplateSubscribe:before,
.uiIcon48x48Templateexo_subscribe:before,
.uiIcon48x48exo_subscribe:before {
  content: "\e800";
  color: #f97319;
}
/* SIZE 64 */
.uiIcon64x64TemplateVideo:before,
.uiIcon64x64Templateexo_embeddedVideo:before,
.uiIcon64x64exo_embeddedVideo:before {
  content: "\e72c";
  color: #B0B54F;
}
.uiIcon64x64TemplateFeature:before,
.uiIcon64x64Templateexo_feature:before,
.uiIcon64x64exo_feature:before {
  content: "\e728";
  color: #1F86BF;
}
.uiIcon64x64TemplateContactUsForm:before,
.uiIcon64x64Templateexo_contactUsForm:before,
.uiIcon64x64exo_contactUsForm:before {
  content: "\e737";
  color: #1f86c2;
}
.uiIcon64x64TemplateContactUs2Horizontal:before,
.uiIcon64x64Templateexo_contactUs2Horizontal:before,
.uiIcon64x64exo_contactUs2Horizontal:before {
  content: "\e737";
  color: #f49a18;
}
.uiIcon64x64TemplateSubscribe:before,
.uiIcon64x64Templateexo_subscribe:before,
.uiIcon64x64exo_subscribe:before {
  content: "\e800";
  color: #f97319;
}
/*---------- Icon of all applications ----------*/
[class^="uiIconApp"],
a:hover [class^="uiIconApp"],
[class^="uiIconApp"]:hover,
.active [class^="uiIconApp"]:hover,
.dropdown-menu > li > a > [class^="uiIconApp"] {
  color: var(--allPagesPrimaryColor, #578dc9);
}
/*
[class^="uiIconApp24x24"], [class^="uiIconApp24x24"]:hover,
.dropdown-menu > li > a:hover > [class^="uiIconApp24x24"],
.uiSpaceMenuPortlet .active [class^="uiIconApp24x24"],
.uiUserNavigationPortlet .active [class^="uiIconApp24x24"]{
  background-image: url("@{images-path}/Icons/AppIcons/uiIconApp24x24Default.png");
  width: 24px;
  height: 24px;
}
*/
.uiIconApp24x24PageSite:before {
  content: "\e6a6";
}
.uiIconApp24x24Wiki:before {
  content: "\e695";
}
.uiIconApp24x24ActivityStream:before {
  content: "\e6d5";
}
.uiIconApp24x24Answers:before {
  content: "\e68b";
}
.uiIconApp24x24Forum:before {
  content: "\e68d";
}
.uiIconApp24x24TaskNeedActions:before {
  content: "\e76f";
}
.uiIconApp24x24TaskProgress:before {
  content: "\e6d4";
}
.uiIconApp24x24TaskDone:before {
  content: "\e76f";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconApp24x24TaskCanceled:before {
  content: "\e6d3";
}
.uiIconApp64x64PageSite:before {
  content: "\e6a6";
}
.uiIconApp64x64Wiki:before {
  content: "\e695";
}
.uiIconApp64x64ActivityStream:before {
  content: "\e6d5";
}
.uiIconApp64x64Answers:before {
  content: "\e68b";
}
.uiIconApp64x64Forum:before {
  content: "\e68d";
}
.uiIconApp64x64TaskNeedActions:before {
  content: "\e76f";
}
.uiIconApp64x64TaskProgress:before {
  content: "\e6d4";
}
.uiIconApp64x64TaskDone:before {
  content: "\e76f";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconApp64x64TaskCanceled:before {
  content: "\e6d3";
}
.dropdown-menu > li > a:hover > [class^="uiIconApp"],
.uiSpaceMenuPortlet .active [class^="uiIconApp"],
.uiUserNavigationPortlet .active [class^="uiIconApp"] {
  color: var(--allPagesBaseBackground, #ffffff);
}
[class^="uiIconApp"] {
  font-size: 35px;
}
[class^="uiIconApp24x24"] {
  font-size: 35px;
}
.uiIconAppprofile:before {
  content: "\e6d6";
}
.uiIconAppactivities:before,
.uiIconAppSpaceActivityStreamPortlet:before {
  content: "\e6d5";
}
.uiIconAppconnections:before {
  content: "\e6c0";
}
.uiIconAppwiki:before {
  content: "\e67a";
}
.uiIconAppdashboard:before,
.uiIconAppDashboardPortlet:before {
  content: "\e6ce";
}
.uiIconAppNotications:before,
.uiIconAppNotificationSettingsPortlet:before {
  content: "\e73a";
}
.uiIconAppForumPortlet:before {
  content: "\e68d";
}
.uiIconAppWikiPortlet:before {
  content: "\e695";
}
.uiIconAppCalendarPortlet:before,
.uiIconAppAgenda,
.uiIconAppCalendar:before,
.uiIconAppCalendarGadget:before {
  content: "\e68c";
}
.uiIconAppAnswersPortlet:before {
  content: "\e68b";
}
.uiIconAppFAQPortlet:before {
  content: "\e68f";
}
.uiIconAppFileExplorerPortlet:before {
  content: "\e68e";
}
.uiIconAppMembersPortlet:before {
  content: "\e6e1";
}
.uiIconAppTaskManagementApplication:before {
  content: "\e690";
}
.uiIconAppFeaturedPoll {
  content: "\e73e";
}
.uiIconAppSpaceSettingPortlet:before {
  content: "\e78b";
}
.uiIconHomeInfo:before {
  content: "\e6bf";
}
.uiIconAppSpaceHomePage:before {
  content: "\e6d5";
}
[class^="uiIconStatus"] {
  font-size: 32px;
}
.uiIconStatus-needs-action:before {
  content: "\e76f";
}
.uiIconStatus-in-process:before {
  content: "\e6d4";
}
.uiIconStatus-completed:before {
  content: "\e76f";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconStatus-canceled:before {
  content: "\e6d3";
}
[class^="uiIconStatus-20"] {
  font-size: 22px;
}
.uiIconStatus-20-needs-action:before {
  content: "\e76f";
}
.uiIconStatus-20-in-process:before {
  content: "\e6d4";
}
.uiIconStatus-20-completed:before {
  content: "\e76f";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconStatus-20-canceled:before {
  content: "\e6d3";
}
[class^="uiIconStatus-64"] {
  font-size: 60px;
}
.uiIconStatus-64-needs-action:before {
  content: "\e76f";
}
.uiIconStatus-64-in-process:before {
  content: "\e6d4";
}
.uiIconStatus-64-completed:before {
  content: "\e76f";
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconStatus-64-canceled:before {
  content: "\e6d3";
}
.uiIconViewStatistic:before,
.uiIconExt-activity-statistics:before {
  content: "\e73f";
}
/*---------- Portlet Icons ----------*/
/*
[class^="uiIconPortlet64x64"], [class^="uiIconPortlet64x64"]:hover{
  background-image: url("@{images-path}/Icons/Portlet64x64Icons/uiIconsPortlet.png");
  width: 64px;
  height: 52px;
}

.uiIconPortlet64x64Account {
	background-position: 0px 0px;
}

.uiIconPortlet64x64Answes {
	background-position: -80px 0px;
}

.uiIconPortlet64x64Registry {
	background-position: -160px 0px;
}

.uiIconPortlet64x64Caches {
	background-position: -240px 0px;
}

.uiIconPortlet64x64Calculator {
	background-position: -320px 0px;
}

.uiIconPortlet64x64Calendar {
	background-position: -400px 0px;
}

.uiIconPortlet64x64Cronomeche {
	background-position: -480px 0px;
}

.uiIconPortlet64x64Console {
	background-position: -560px 0px;
}

.uiIconPortlet64x64Contenlistviewer {
	background-position: -640px 0px;
}

.uiIconPortlet64x64Dashboard {
	background-position: 0px -80px;
}

.uiIconPortlet64x64Default {
	background-position: -80px -80px;
}

.uiIconPortlet64x64ECMAdmin {
	background-position: -160px -80px;
}

.uiIconPortlet64x64Events {
	background-position: -240px -80px;
}

.uiIconPortlet64x64FAQ {
	background-position: -320px -80px;
}

.uiIconPortlet64x64Favorite {
	background-position: -400px -80px;
}

.uiIconPortlet64x64FeauturePoll {
	background-position: -480px -80px;
}

.uiIconPortlet64x64FileExplorer {
	background-position: -560px -80px;
}

.uiIconPortlet64x64Forum {
	background-position: -640px -80px;
}

.uiIconPortlet64x64GadgetOnline {
	background-position: 0px -160px;
}

.uiIconPortlet64x64GateVote {
	background-position: -80px -160px;
}

.uiIconPortlet64x64GroupNavigation {
	background-position: -160px -160px;
}

.uiIconPortlet64x64Iframe {
	background-position: -240px -160px;
}

.uiIconPortlet64x64Memory {
	background-position: -320px -160px;
}

.uiIconPortlet64x64Organization {
	background-position: -400px -160px;
}

.uiIconPortlet64x64PageManagement {
	background-position: -480px -160px;
}

.uiIconPortlet64x64Poll {
	background-position: -560px -160px;
}

.uiIconPortlet64x64Register {
	background-position: -640px -160px;
}

.uiIconPortlet64x64RssAggregator {
	background-position: 0px -240px;
}

.uiIconPortlet64x64ServicesManagement {
	background-position: -80px -240px;
}

.uiIconPortlet64x64SingleContentViewer {
	background-position: -160px -240px;
}

.uiIconPortlet64x64SiteMap {
	background-position: -240px -240px
}

.uiIconPortlet64x64SpaceLogoDefault {
	background-position: -320px -240px;
}

.uiIconPortlet64x64Tasks {
	background-position: -400px -240px;
}

.uiIconPortlet64x64Todo {
	background-position: -480px -240px;
}

.uiIconPortlet64x64TopRatedTopic {
	background-position: -560px -240px;
}

.uiIconPortlet64x64WikiPortlet {
	background-position: -640px -240px;
}

.uiIconAddMembership  {
	background-position: -60px -220px;
}

*/
[class^=uiLoadingIcon] {
  display: inline-block;
  vertical-align: text-top;
}
.uiLoadingIconMini {
  width: 16px;
  height: 16px;
  background: url("/eXoSkin/skin/images/themes/default/Loading/loading16x16Light.png") no-repeat 0 0;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.uiLoadingIconSmall {
  width: 24px;
  height: 24px;
  background: url("/eXoSkin/skin/images/themes/default/Loading/loading24x24Light.png") no-repeat 0 0;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.uiLoadingIconMedium {
  width: 32px;
  height: 32px;
  background: url("/eXoSkin/skin/images/themes/default/Loading/loading32x32Light.png") no-repeat 0 0;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.uiLoadingIconLarge {
  width: 48px;
  height: 48px;
  background: url("/eXoSkin/skin/images/themes/default/Loading/loading48x48Light.png") no-repeat 0 0;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.uiLoadingIconXLarge {
  width: 64px;
  height: 64px;
  background: url("/eXoSkin/skin/images/themes/default/Loading/loading64x64Light.png") no-repeat 0 0;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.uiIconArrowDownLast:before {
  content: "\e75f";
}
.uiIconArrowUpFirst:before {
  content: "\e766";
}
.uiIconAddProject:before {
  content: "\e6ac";
}
.uiIconShowProject:before {
  content: "\e6ab";
}
.uiIconRightMenu:before {
  content: "\e73d";
}
.uiIconTime:before {
  content: "\e749";
}
.uiIconAddLabel:before {
  content: "\e773";
}
.uiIconShowLabel:before {
  content: "\e778";
}
.uiIconTask:before {
  content: "\e690";
}
.uiIconColorWarningInRed:before {
  content: "\e772";
  color: #bc4343;
}
.uiIconColorWarningInBlue:before {
  content: "\e772";
  color: #476a9c;
}
.uiIconColorFlagGreen,
.uiIconColorPriorityLOW {
  color: #2eb58c;
}
.uiIconColorFlagYellow,
.uiIconColorPriorityMEDIUM,
.uiIconColorPriorityNORMAL {
  color: #ffb441;
}
.uiIconColorFlagRed,
.uiIconColorPriorityHIGH {
  color: #bc4343;
}
.uiIconColorFlagGray:before,
.uiIconColorPriorityUNDEFINED:before,
.uiIconColorFlagGreen:before,
.uiIconColorPriorityLOW:before,
.uiIconColorFlagYellow:before,
.uiIconColorPriorityMEDIUM:before,
.uiIconColorFlagRed:before,
.uiIconColorPriorityHIGH:before,
.uiIconColorPriorityNONE:before,
.uiIconColorPriorityNORMAL:before {
  content: "\e746";
}
.uiIconColorStarGray:before,
.uiIconColorStarYellow:before,
.uiIconColorStarRated:before,
.uiIconColorStarDisabled:before {
  content: "\e779";
}
.uiIconColorStarGray,
.uiIconColorDottedGray,
.uiIconColorCircleGray,
.uiIconColorGrayCircleTick {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconColorStarYellow {
  color: #e9c608;
}
.uiIconColorStarRated {
  color: #c9a006;
}
.uiIconColorStarDisabled:before,
.uiIconColorStarRateHaftDisabled:before,
.uiIconColorStarRateDisabled:before,
.uiIconColorStarRateDisabled:before {
  opacity: 0.5;
}
.uiIconColorStarHaft:before,
.uiIconColorStarRateHaftDisabled:before {
  content: "\e77a";
}
.uiIconColorDottedGreen:before,
.uiIconColorDottedOrange:before,
.uiIconColorDottedRed:before,
.uiIconColorDottedGray:before,
.uiIconColorCircleGreen:before,
.uiIconColorCircleRed:before,
.uiIconColorCircleOrange:before,
.uiIconColorCircleGray:before {
  content: "\e76e";
}
.uiIconColorDottedGreen,
.uiIconColorCircleGreen,
.uiIconColorGreenTick,
.uiIconColorConnected {
  color: #2eb58c;
}
.uiIconColorDottedOrange,
.uiIconColorCircleOrange {
  color: var(--allPagesColorIconOrange, #ff9916);
}
.uiIconColorDottedRed,
.uiIconColorCircleRed,
.uiIconColorSeo,
.uiIconColorDisconnected {
  color: #bc4343;
}
.uiIconColorStarGrayMini:before,
.uiIconColorStarYellowMini:before,
.uiIconColorStarRatedMini:before,
.uiIconColorStarHaftMini:before {
  content: "\e779";
}
.uiIconColorGreenTick:before,
.uiIconColorGrayCircleTick:before,
.uiIconColorConnected:before {
  content: "\e76f";
}
.uiIconColorSeo:before {
  content: "\e694";
}
.uiIconColorDisconnected:before {
  content: "\e75e";
}
.uiIconExt-answers:before {
  content: "\e68b";
}
.uiIconExt-discover:before,
.uiIconPlay:before {
  content: "\e602";
}
.uiIconExt-documentation:before,
.useful-icon-Doc:before {
  content: "\e689";
}
.uiIconExt-add-ons:before,
.useful-icon-addon:before {
  content: "\e688";
}
.uiIconExt-feature-requests:before,
.uiIconIdeas:before {
  content: "\e686";
}
.uiIconExt-cloud:before {
  content: "\e682";
}
.uiIconExt-open-source-projects:before,
.uiIconOpenSource:before {
  content: "\e687";
}
.uiIconJira:before,
.useful-icon-jira:before {
  content: "\e67f";
}
.useful-icon-github:before,
.uiIconGithub:before {
  content: "\e67e";
}
.uiIconFisheyes:before,
.useful-icon-fisheye:before {
  content: "\e67d";
}
.useful-icon-sonar:before,
.uiIconSonar:before {
  content: "\e67b";
}
.useful-icon-docker:before,
.uiIconDocker:before {
  content: "\e67c";
}
.uiIconGuidelines:before,
.useful-icon-UxGui:before {
  content: "\e699";
}
.useful-icon-Blog:before,
.uiIconEXO:before {
  content: "\e683";
}
.uiIconConfigure:before,
.useful-icon-Resource:before {
  content: "\e73b";
}
/* override css for icon 'Open document in office' - ecms - start  */
/*
.dropdown-menu > li > a > [class^="uiIcon16x16"],
.dropdown-menu > .active > a > [class^="uiIcon16x16"],
.actionBar li > a > [class^="uiIcon16x16"],
.nav-pills > li > a > [class^="uiIcon16x16"],
.actionIcon [class^="uiIcon16x16"],
.btn [class^="uiIcon16x16"], 
.uiActionBar [class^="uiIcon16x16"] {
	background-image: url("@{images-path}/Icons/TypeIcons/uiIconsType16x16Default.png");
}

.uiRightPopupMenuContainer.dropdown-menu > li > a > [class^="uiIcon16x16"]:hover,
.uiRightPopupMenuContainer.dropdown-menu > li > a:hover > [class^="uiIcon16x16"],
.uiRightPopupMenuContainer.dropdown-menu > .active > a > [class^="uiIcon16x16"]:hover,
.uiRightPopupMenuContainer.dropdown-menu > .active > a:hover > [class^="uiIcon16x16"] {
	background-image: url("@{images-path}/Icons/TypeIcons/uiIconsType16x16DefaultSecondary.png");
}
/* override css for icon 'Open document in office' - ecms - end  */
/*
.ActionMenuPlaceHolder .uiFileViewActionBar .uiRightPopupMenuContainer.dropdown-menu > li > a > [class^="uiIcon16x16"]:hover,
.ActionMenuPlaceHolder .uiFileViewActionBar .uiRightPopupMenuContainer.dropdown-menu > li > a:hover > [class^="uiIcon16x16"],
.ActionMenuPlaceHolder .uiFileViewActionBar .uiRightPopupMenuContainer.dropdown-menu > .active > a > [class^="uiIcon16x16"]:hover,
.ActionMenuPlaceHolder .uiFileViewActionBar .uiRightPopupMenuContainer.dropdown-menu > .active > a:hover > [class^="uiIcon16x16"],
.actionBar li > a > [class^="uiIcon16x16"]:hover,
.actionBar li > a:hover > [class^="uiIcon16x16"],
.nav-pills > li > a > [class^="uiIcon16x16"]:hover,
.nav-pills > li > a:hover > [class^="uiIcon16x16"],
.actionIcon:hover [class^="uiIcon16x16"],
.btn:hover [class^="uiIcon16x16"], 
.actionIcon.active [class^="uiIcon16x16"],
.uiActionBar [class^="uiIcon16x16"]:hover {
	background-image: url("@{images-path}/Icons/TypeIcons/uiIconsType16x16Primary.png");
}

 */
.actionBar li > a > .uiIconOpenOnDesktop,
.uiActionBar li > a > .uiIconOpenOnDesktop .uiActionBar li > a > .uiIconOpenOnDesktop:hover,
.actionBar li > a > .uiIconOpenOnDesktop:hover,
.uiRightPopupMenuContainer.dropdown-menu > li > a .uiIconOpenOnDesktop,
.uiRightPopupMenuContainer.dropdown-menu > li > a .uiIconOpenOnDesktop:hover {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiActionBar li > a:hover > .uiIconOpenOnDesktop:before,
.uiRightPopupMenuContainer.dropdown-menu > li > a:hover .uiIconOpenOnDesktop:before,
.uiRightPopupMenuContainer.dropdown-menu > li > a .uiIconOpenOnDesktop:before,
.detailContainer .btn > .uiIconOpenOnDesktop:before,
.uiActionBar li > a > .uiIconOpenOnDesktop:before,
.actionBar li > a > .uiIconOpenOnDesktop:before {
  content: "\e785";
}
.uiActionBar .actionIcon .uiIcon16x16applicationmsword:before,
.detailContainer .btn .uiIcon16x16applicationmsword:before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationmsword:before,
.uiActionBar .actionIcon .uiIcon16x16applicationxls:before,
.detailContainer .btn .uiIcon16x16applicationxls:before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationxls:before,
.uiActionBar .actionIcon .uiIconOpenOnDesktop:before,
.detailContainer .btn .uiIconOpenOnDesktop:before,
.contentBox .ContentActivityIcon a .uiIconOpenOnDesktop:before,
.uiActionBar .actionIcon .uiIcon16x16FilePpt::before,
.detailContainer .btn .uiIcon16x16FilePpt::before,
.contentBox .ContentActivityIcon a .uiIcon16x16FilePpt::before,
.uiActionBar .actionIcon .uiIcon16x16applicationppt::before,
.detailContainer .btn .uiIcon16x16applicationppt::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationppt::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndms-powerpoint::before,
.detailContainer .btn .uiIcon16x16applicationvndms-powerpoint::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndms-powerpoint::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation::before,
.detailContainer .btn .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate::before,
.detailContainer .btn .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow::before,
.detailContainer .btn .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndms-powerpointaddinmacroenabled12::before,
.detailContainer .btn .uiIcon16x16applicationvndms-powerpointaddinmacroenabled12::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndms-powerpointaddinmacroenabled12::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12::before,
.detailContainer .btn .uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12::before,
.detailContainer .btn .uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12::before,
.uiActionBar .actionIcon .uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12::before,
.detailContainer .btn .uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12::before,
.contentBox .ContentActivityIcon a .uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12::before {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiActionBar .actionIcon:hover .uiIcon16x16applicationmsword:before,
.detailContainer .btn:hover .uiIcon16x16applicationmsword:before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationmsword:before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationxls:before,
.detailContainer .btn:hover .uiIcon16x16applicationxls:before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationxls:before,
.uiActionBar .actionIcon:hover .uiIconOpenOnDesktop:before,
.detailContainer .btn:hover .uiIconOpenOnDesktop:before,
.contentBox .ContentActivityIcon a:hover .uiIconOpenOnDesktop:before,
.uiActionBar .actionIcon:hover .uiIcon16x16FilePpt::before,
.detailContainer .btn:hover .uiIcon16x16FilePpt::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16FilePpt::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationppt::before,
.detailContainer .btn:hover .uiIcon16x16applicationppt::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationppt::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndms-powerpoint::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndms-powerpoint::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndms-powerpoint::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlpresentation::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmltemplate::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndopenxmlformats-officedocumentpresentationmlslideshow::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndms-powerpointaddinmacroenabled12::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndms-powerpointaddinmacroenabled12::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndms-powerpointaddinmacroenabled12::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndms-powerpointpresentationmacroenabled12::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndms-powerpointtemplatemacroenabled12::before,
.uiActionBar .actionIcon:hover .uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12::before,
.detailContainer .btn:hover .uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12::before,
.contentBox .ContentActivityIcon a:hover .uiIcon16x16applicationvndms-powerpointslideshowmacroenabled12::before {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.font10,
[class^="uiIcon"][class*="Mini"] {
  font-size: 10px;
  top: -1px;
}
.font12,
[class^="uiIcon"][class*="Medium"] {
  font-size: 16px;
}
.btn-group [class^="uiIconMini"][class*="Arrow"] {
  top: 1px;
}
[class^="uiIconMini"][class*="Arrow"],
[class^="uiIconMini"],
[class^="uiIconArrow"],
.uiItemSelector .selectedItem [class^="uiIconArrow"] {
  font-size: 9px;
  top: -1px;
}
.uiItemSelector .selectedItem [class^="uiIconArrow"] {
  font-size: 9px !important;
}
[class*="24x24"] {
  font-size: 22px;
}
[class*="32x32"] {
  font-size: 30px;
}
[class*="64x64"] {
  font-size: 60px;
}
.uiIconTagMini:before {
  content: "\e77c";
}
.uiIconFileMini:before {
  content: "\e6ba";
}
.uiIconUnlockMedium:before,
.uiIconUnlockMini:before {
  content: "\e79a";
}
.uiIconLockMedium:before,
.uiIconLockMini:before {
  content: "\e794";
}
.uiIconArrowDownMini:before,
.uiIconMiniArrowDown:before {
  content: "\e75a";
}
.uiIconArrowUpMini:before,
.uiIconMiniArrowUp:before {
  content: "\e75d";
}
.uiIconArrowRightMini:before,
.uiIconMiniArrowRight:before {
  content: "\e75c";
}
.detailContainer .btn:hover > .uiIconOpenOnDesktop {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconExt-tasks:before {
  content: "\e690";
}
.uiIconArrowLeftMini:before,
.uiIconMiniArrowLeft:before {
  content: "\e75b";
}
.uiIconTrashMini:before {
  content: "\e799";
}
.uiIconEditMini:before {
  content: "\e791";
}
.uiIconColorError:before,
.uiIconColorErrorGray:before {
  content: "\e76d";
  color: #bc4343;
}
.uiIconColorErrorGray:before {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiIconColorWarning:before {
  content: "\e771";
  color: #ffb441;
}
.uiIconColorInfo:before {
  content: "\e767";
  color: #476a9c;
}
.uiIconColorValidate:before {
  content: "\e770";
  color: #2eb58c;
}
.uiIconColorQuestion:before {
  content: "\e76b";
  color: #476a9c;
}
.uiIconColorBell:before {
  content: "\e73a";
  color: #ffb441;
}
.uiIconColorStarYellow:before {
  content: "\e779";
  color: #ffb441;
}
.uiIconWarningInRed:before {
  content: "\e772";
  color: #bc4343;
}
.uiIconWarningInBlue:before {
  content: "\e772";
  color: #476a9c;
}
.uiIconFlagGreen:before {
  content: "\e746";
  color: #2eb58c;
}
.uiIconFlagRed:before {
  content: "\e746";
  color: #bc4343;
}
.uiIconFlagYellow:before {
  content: "\e746";
  color: #ffb441;
}
.uiIconExpands:before {
  content: "\e6a5";
}
.uiIconExpand:before {
  content: "\e74e" !important;
}
.uiNotifWeemoIcon:before {
  content: "\e602";
}
.uiIconChatTeam:before {
  content: "\e6be";
}
.uiConChatSpace:before {
  content: "\e6c1";
}
.uiIconAssign:before {
  content: "\e6c6";
}
.uiIconChat32x32RaiseHand:before {
  content: "\e622";
}
.uiIconChat32x32Team:before {
  content: "\e6be";
}
.uiIconChat32x32HyperLink:before {
  content: "\e61b";
}
.uiIconChat32x32Event:before {
  content: "\e619";
}
.uiIconChat32x32Task:before {
  content: "\e690";
}
.uiIconChat32x32FinishCall:before {
  content: "\e61e";
}
.uiIconChat32x32ShareFile:before {
  content: "\e6b3";
}
.uiIconChat32x32Space:before {
  content: "\e6c1";
}
.uiIconChat32x32Question:before {
  content: "\e76b";
}
.uiIconChat32x32Metting:before {
  content: "\e61a";
}
.uiIconChat32x32AddCall:before {
  content: "\e618";
}
.uiIconChat32x32MeetingStop:before {
  content: "\e61f";
}
.uiIconChat32x32StartCall:before {
  content: "\e61c";
}
.uiIconChat32x32MeetingStart:before {
  content: "\e61d";
}
.uiIconChat32x32Blog:before {
  content: "\e678";
}
.uiIconAnsThumbDownMini:before {
  content: "\e77d";
}
.uiIconAnsThumbUpMini:before {
  content: "\e77e";
}
.uiIconSimplePlusMini:before {
  content: "\e74b";
}
.uiIconCutNode:before {
  content: "\e790";
}
.uiIconAnsDiscuss:before {
  content: "\e604";
}
.uiIconSocialNetworksInfo:before {
  content: "\e6c1";
}
.uiIconWikiMyWiki:before {
  content: "\e67a";
}
.uiIconWikiWiki:before {
  content: "\e695";
}
.uiIconExt-tasks:before {
  content: "\e690";
}
.uiIconAddSuperType:before {
  content: "\e74a";
}
.uiIcon40x40TickGray {
  color: #999;
}
.uiIcon40x40TickBlue,
.uiIcon40x40TickGray {
  font-size: 36px;
}
.uiIcon40x40TickBlue:before,
.uiIcon40x40TickGray:before {
  content: "\e76f";
}
.btn.disabled:hover [class^="uiIcon"]:before,
input[type="text"]:disabled [class^="uiIcon"]:before {
  color: var(--allPagesPrimaryColor, #578dc9);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.btn {
  padding: var(--allPagesPaddingDefault, 3px 10px);
  border-bottom-color: var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee));
  text-shadow: none!important;
  color: var(--allPagesDarkGrey, #4d5466);
  background-color: var(--allPagesBaseBackground, #ffffff);
  background-image: none;
}
.btn:hover,
.btn:focus {
  color: var(--allPagesDarkGrey, #4d5466);
  background-color: var(--allPagesGreyColor, #e1e8ee);
}
.btn.dropdown-toggle {
  padding-right: 5px;
  background-color: var(--allPagesGreyColor, #e1e8ee);
  background-image: none;
}
.btn-primary {
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-weight: bold;
  color: var(--allPagesLightWhite, #ffffff);
  text-shadow: none;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesPrimaryColor, #578dc9);
  *background-color: var(--allPagesPrimaryColor, #578dc9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: var(--allPagesLightWhite, #ffffff);
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.btn-primary.disabled,
.btn-primary[disabled] {
  color: var(--allPagesBtnDisableColor, #c6c6c6);
}
.btn-primary:hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-primary:hover {
  background-color: var(--allPagesBtnPrimaryHoverBackgroundColor, #476a9c);
  background-position: 0 -45px;
}
.uiAction .btn:first-child {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-weight: bold;
  color: var(--allPagesLightWhite, #ffffff);
  text-shadow: none;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesPrimaryColor, #578dc9);
  *background-color: var(--allPagesPrimaryColor, #578dc9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.uiAction .btn:first-child:hover,
.uiAction .btn:first-child:focus,
.uiAction .btn:first-child:active,
.uiAction .btn:first-child.active,
.uiAction .btn:first-child.disabled,
.uiAction .btn:first-child[disabled] {
  color: #ffffff;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiAction .btn:first-child:hover,
.uiAction .btn:first-child:focus,
.uiAction .btn:first-child:active,
.uiAction .btn:first-child.active,
.uiAction .btn:first-child.disabled,
.uiAction .btn:first-child[disabled] {
  color: #ffffff;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiAction .btn:first-child .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.uiAction .btn:first-child:hover,
.uiAction .btn:first-child:focus,
.uiAction .btn:first-child:active,
.uiAction .btn:first-child.active,
.uiAction .btn:first-child.disabled,
.uiAction .btn:first-child[disabled] {
  color: var(--allPagesLightWhite, #ffffff);
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiAction .btn:first-child.disabled,
.uiAction .btn:first-child[disabled] {
  color: var(--allPagesBtnDisableColor, #c6c6c6);
}
.uiAction .btn:first-child:hover {
  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;
}
.uiAction {
  padding: 15px 0 0;
  text-align: center;
}
.uiAction .btn {
  margin: 0 5px;
  min-width: 50px;
}
.uiActionBorder {
  border-top: none;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.uiCreateToolBarPortlet .uiActionBorder {
  margin-left: 0;
  margin-right: 0;
}
.uiCreateToolBarPortlet span.dropdown-menu {
  padding: 10px;
}
.uiBox.uiFormWithTitle .uiContentBox .uiActionBorder {
  margin: 10px -15px 0;
}
.uiPortalComposer .uiAction {
  padding: 15px 0;
}
.btn:focus {
  background-position: 0 0;
}
h1 .btn + .btn,
h2 .btn + .btn,
h3 .btn + .btn,
h4 .btn + .btn {
  font-weight: normal;
}
.btn-xlarge {
  font-size: var(--allPagesFontsizeXlarge, 16px);
  padding: var(--allPagesPaddingXLarge, 9px 15px);
}
.btn-large {
  padding: var(--allPagesPaddingLarge, 4px 10px);
}
.btn-small {
  padding: var(--allPagesPaddingSmall, 2px 10px);
}
.btn-mini {
  padding: var(--allPagesPaddingMini, 0 10px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.extra-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.btn.disabled,
.btn[disabled] {
  color: var(--allPagesBtnDisableColor, #c6c6c6);
  background-color: var(--allPagesBtnDisableBackground, #f2f2f2);
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  background-color: var(--allPagesBtnPrimaryDisableBackground, #afc9e5);
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover {
  background-color: var(--allPagesSecondaryColor, #476a9c);
}
.uiAction .btn-primary.disabled:first-child,
.uiAction .btn-primary[disabled]:first-child,
.btn-primary[disabled]:first-child,
.btn-primary[disabled],
.uiAction .btn.disabled:first-child,
.uiAction .btn[disabled]:first-child {
  color: var(--allPagesLightWhite, #ffffff);
}
@media (max-width: 480px) {
  .uiAction .btn {
    display: block;
    margin: 5px auto!important;
    width: 80%;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.btn-group.uiDropdownWithIcon .btn .spiter {
  background: url("/eXoSkin/skin/images/themes/default/Dropdown/ButtonGroups/split-white.png") no-repeat center;
  display: inline-block;
  margin: 0 0 0 7px;
  vertical-align: middle;
  width: 2px;
  height: 20px;
}
.btn-group.uiDropdownWithIcon .btn > span {
  vertical-align: middle;
}
.btn-group.uiDropdownWithIcon .btn > span:first-child {
  text-transform: capitalize;
}
.btn-group.uiDropdownWithIcon .btn .caret {
  margin-top: 0;
}
.btn-group.uiDropdownWithIcon .btn.btn-primary .spiter {
  background: url("/eXoSkin/skin/images/themes/default/Dropdown/ButtonGroups/split.png") no-repeat;
}
.uiTabSelector .btn-group {
  margin: 5px 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group.btn-without-icon .btn.active {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.btn-group .btn.dropdown-toggle {
  background-color: var(--allPagesGreyColor, #e1e8ee);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: var(--allPagesGreyColor, #e1e8ee);
}
.btn-group .btn {
  min-width: 0;
  background-color: var(--allPagesBtnGroupBackground, #f0f4f7);
}
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn.active {
  background-color: inherit;
  border: 1px solid var(--allPagesPrimaryColor, #578dc9);
}
.btn-group .btn:hover {
  background-color: var(--allPagesGreyColor, #e1e8ee);
}
.btn-group .btn-small.dropdown-toggle .uiIconMiniArrowDown {
  margin: -1px -2px 0 0;
}
.btn-group.normal-group .btn a {
  color: var(--allPagesDarkGrey, #4d5466);
}
.btn-group.normal-group .btn.active a {
  color: var(--allPagesPrimaryColor, #578dc9);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
form {
  margin: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: var(--allPagesBaseColorDark, #333333);
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  height: 28px;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: var(--allPagesInputFocusBorder, #a6bad6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  color: var(--allPagesBaseColorDark, #333333);
}
select + .actionIcon,
textarea + .actionIcon,
input[type="text"] + .actionIcon,
input[type="password"] + .actionIcon,
input[type="datetime"] + .actionIcon,
input[type="datetime-local"] + .actionIcon,
input[type="date"] + .actionIcon,
input[type="month"] + .actionIcon,
input[type="time"] + .actionIcon,
input[type="week"] + .actionIcon,
input[type="number"] + .actionIcon,
input[type="email"] + .actionIcon,
input[type="url"] + .actionIcon,
input[type="search"] + .actionIcon,
input[type="tel"] + .actionIcon,
input[type="color"] + .actionIcon,
.uneditable-input + .actionIcon {
  margin-left: 3px;
}
.rest-input {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0) !important;
  padding: 0!important;
  border: none!important;
}
.rest-input:focus {
  border-color: transparent!important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 0 10px;
}
.input-append .btn {
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
select {
  padding: 0 0 0 6px;
}
select option {
  padding: 6px 9px 4px;
  line-height: 20px;
  height: 20px;
}
select[multiple="true"] {
  padding-left: 0;
  padding-right: 0;
}
select[multiple="true"] option {
  padding-top: 7px;
  padding-bottom: 3px;
}
.form-search input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  vertical-align: top;
}
.inputMini input[type="text"],
.inputMini input[type="password"] {
  width: 60px;
}
.inputSmall input[type="text"],
.inputSmall input[type="password"] {
  width: 90px;
}
.inputMedium input[type="text"],
.inputMedium input[type="password"] {
  width: 150px;
}
.inputLarge input[type="text"],
.inputLarge input[type="password"] {
  width: 210px;
}
.inputXlarge input[type="text"],
.inputXlarge input[type="password"] {
  width: 270px;
}
.input-xxlarge,
.inputXxlarge input[type="text"],
.inputXxlarge input[type="password"] {
  width: 350px;
}
.input-xxxlarge,
.inputXxxlarge input[type="text"],
.inputXxxlarge input[type="password"] {
  width: 530px;
}
.form-horizontal .control-group {
  margin-bottom: 12px;
}
.form-horizontal {
  padding: 20px 0 5px;
}
.form-horizontal .form-horizontal {
  padding: 0;
}
.form-horizontal .control-group {
  margin-bottom: 8px;
}
.form-horizontal .control-group .control-label {
  margin: 0;
}
.form-horizontal .control-group .controls {
  line-height: 28px;
}
.form-horizontal .control-group .controls .uiCheckbox {
  margin: 5px 0 0;
}
.form-horizontal .control-group .controls .uiRadio {
  margin: 3px 25px 0px 0;
}
input,
select,
.uneditable-input {
  width: 270px;
}
textarea {
  width: 270px;
  height: 80px;
  padding: 3px 10px;
}
.uiCheckbox {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  line-height: 20px;
  min-width: 13px;
}
.uiCheckbox input[type="checkbox"]:checked,
.uiCheckbox input[type="checkbox"]:not(:checked) {
  margin: 4px 0 0;
  /* hack margin-top: 4px to fix problem on chrome in Mac only */
  opacity: 0;
  padding: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.uiCheckbox > span {
  display: inline-block;
  text-indent: 18px;
}
.uiCheckbox input[type="checkbox"]:checked + span:after {
  border-bottom: 2px solid var(--allPagesBaseBackground, #ffffff);
  border-left: 2px solid var(--allPagesBaseBackground, #ffffff);
  content: "";
  width: 6px;
  height: 3px;
  -webkit-transform: skew(45deg, -49deg);
  -moz-transform: skew(45deg, -49deg);
  -ms-transform: skewX(30deg) skewY(-35deg);
  -o-transform: skew(45deg, -49deg);
  transform: skew(45deg, -49deg);
  -webkit-backface-visibility: hidden;
  left: 4px;
  position: absolute;
  top: 4px;
}
.uiCheckbox input[type="checkbox"]:checked + span:before {
  background: var(--allPagesPrimaryColor, #578dc9);
}
.uiCheckbox input[type="checkbox"] + span:before {
  background: var(--allPagesPrimaryColor, #578dc9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0px;
  content: " ";
  position: absolute;
}
input[type="radio"] + span {
  cursor: pointer;
}
.uiCheckbox input[type="checkbox"]:disabled + span:after {
  border-bottom: 2px solid var(--allPagesBaseColorLight, #999999);
  border-left: 2px solid var(--allPagesBaseColorLight, #999999);
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: var(--allPagesBaseColorDark, #333333);
}
input[disabled],
select[disabled],
textarea[disabled] {
  background: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  color: var(--allPagesBaseColorLight, #999999);
}
.uiCheckbox input,
.uiRadio input {
  min-height: 10px;
  padding: 0;
}
.lt-ie9 .uiCheckbox input[type="checkbox"] + span:before {
  background: none;
  display: none;
}
.uiRadio {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  line-height: 20px;
}
.uiRadio input[type="radio"]:checked,
.uiRadio input[type="radio"]:not(:checked) {
  margin: 0;
  opacity: 0;
  padding: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  z-index: 100;
}
.uiRadio > span {
  display: inline-block;
  text-indent: 18px;
}
.uiRadio input[type="radio"]:checked + span:after {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), var(--allPagesBaseBackground, #ffffff));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(var(--allPagesBaseBackground, #ffffff)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), var(--allPagesBaseBackground, #ffffff));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), var(--allPagesBaseBackground, #ffffff));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--allPagesBaseBackground, #ffffff));
  background-repeat: repeat-x;
  background-color: var(--allPagesBaseBackground, #ffffff);
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 2px;
  position: absolute;
  top: 6px;
}
.uiRadio input[type="radio"]:checked + span:before {
  background: var(--allPagesPrimaryColor, #578dc9);
}
.ie9 .uiRadio input[type="radio"]:checked + span:after {
  left: 2px;
}
.uiRadio input[type="radio"] + span:before {
  background: var(--allPagesGreyColor, #e1e8ee);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0px;
  content: " ";
  position: absolute;
}
.lt-ie9 .uiRadio input[type="radio"] + span:before {
  background: none;
  display: none;
}
.lt-ie9 .uiRadio input[type="radio"]:checked + span:after {
  background: none;
  display: none;
}
.uiRadio input[type="radio"] + span {
  cursor: pointer;
}
.uiRadio input[type="radio"]:disabled + span:after {
  background-color: var(--allPagesBaseColorLight, #999999);
}
.selectboxMini .uiSelectbox {
  width: 84px;
  vertical-align: middle;
}
.selectboxMini .uiSelectbox .selectbox {
  width: 84px;
}
.selectboxSmall .uiSelectbox {
  width: 100px;
  vertical-align: middle;
}
.selectboxSmall .uiSelectbox .selectbox {
  width: 100px;
  margin-bottom: 0;
}
.selectboxMedium .uiSelectbox {
  width: 178px;
  vertical-align: middle;
}
.selectboxMedium .uiSelectbox .selectbox {
  width: 178px;
}
.vertical-align input[type="text"],
.vertical-align input[type="password"],
.vertical-align input[type="datetime"],
.vertical-align input[type="datetime-local"],
.vertical-align input[type="date"],
.vertical-align input[type="month"],
.vertical-align input[type="time"],
.vertical-align input[type="week"],
.vertical-align input[type="number"],
.vertical-align input[type="email"],
.vertical-align input[type="url"],
.vertical-align input[type="search"],
.vertical-align input[type="tel"],
.vertical-align input[type="color"],
.vertical-align .uneditable-input {
  margin-bottom: 0px;
}
.vertical-align input[type="text"] + input[type="text"],
.vertical-align input[type="password"] + input[type="password"],
.vertical-align input[type="datetime"] + input[type="datetime"],
.vertical-align input[type="datetime-local"] + input[type="datetime-local"],
.vertical-align input[type="date"] + input[type="date"],
.vertical-align input[type="month"] + input[type="month"],
.vertical-align input[type="time"] + input[type="time"],
.vertical-align input[type="week"] + input[type="week"],
.vertical-align input[type="number"] + input[type="number"],
.vertical-align input[type="email"] + input[type="email"],
.vertical-align input[type="url"] + input[type="url"],
.vertical-align input[type="search"] + input[type="search"],
.vertical-align input[type="tel"] + input[type="tel"],
.vertical-align input[type="color"] + input[type="color"],
.vertical-align .uneditable-input + .uneditable-input {
  margin-top: 10px;
}
.controls .removeFile {
  float: none;
}
.controls .selectFileFrame,
.controls .progressBarFrame,
.controls .progressBarFrame {
  margin: 0;
}
.controls .selectFileFrame {
  line-height: 29px;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #333333;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #333333;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ffb441;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #ffa00e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdca7;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdca7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdca7;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #333333;
  background-color: #ffca7a;
  border-color: #333333;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #333333;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #333333;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ffb441;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #ffa00e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdca7;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdca7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdca7;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #333333;
  background-color: #ffca7a;
  border-color: #333333;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #333333;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #bc4343;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #963636;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78e8e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78e8e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78e8e;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #333333;
  background-color: #d07b7b;
  border-color: #333333;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #333333;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #bc4343;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #963636;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78e8e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78e8e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78e8e;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #333333;
  background-color: #d07b7b;
  border-color: #333333;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #333333;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #333333;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #2eb58c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #248c6d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fdaba;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fdaba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fdaba;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #333333;
  background-color: #6ccbae;
  border-color: #333333;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #333333;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #333333;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #2eb58c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #248c6d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fdaba;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fdaba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fdaba;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #333333;
  background-color: #6ccbae;
  border-color: #333333;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #333333;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #333333;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #476a9c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #89afd9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #839fc6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #839fc6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #839fc6;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #333333;
  background-color: #89afd9;
  border-color: #333333;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #333333;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #333333;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #476a9c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #89afd9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #839fc6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #839fc6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #839fc6;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #333333;
  background-color: #89afd9;
  border-color: #333333;
}
.control-group.error > .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: var(--allPagesBaseTextColor, #333333);
}
input.input-default {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
/* switch radio*/
.uiSwitcher {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-bottom: 0;
}
.uiSwitcher input {
  display: none;
}
.uiSwitcher input:focus + .switcher-slider {
  box-shadow: 0 0 1px #2196F3;
}
.uiSwitcher input:checked + .switcher-slider:before {
  transform: translateX(18px);
  background: var(--allPagesPrimaryColor, #578dc9);
}
.uiSwitcher .switcher-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--allPagesUiSwitcherBackground, #d8dadd);
  border-radius: 8px;
}
.uiSwitcher .switcher-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: -4px;
  background: var(--allPagesUiSwitcherOffBackground, #9ea6b2);
  border-radius: 50%;
  transition: transform .4s;
}
/* switch button with label*/
.uiSwitchBtn {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  height: 21px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}
.uiSwitchBtn input {
  position: absolute;
  top: 5px;
  left: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.uiSwitchBtn label {
  white-space: nowrap;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  width: auto;
  top: 1;
  overflow: hidden;
}
.uiSwitchBtn,
.uiSwitchBtn label {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}
.switchBtnDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
label.switchBtnLabelOn {
  color: var(--allPagesBaseBackground, #ffffff);
  text-shadow: none;
  left: 1px;
  min-width: 9px;
  top: 1px;
  background-image: -moz-linear-gradient(top, var(--allPagesUiSwitchOnColor, #578dc9), var(--allPagesUiSwitchOnColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesUiSwitchOnColor, #578dc9)), to(var(--allPagesUiSwitchOnColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesUiSwitchOnColor, #578dc9), var(--allPagesUiSwitchOnColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesUiSwitchOnColor, #578dc9), var(--allPagesUiSwitchOnColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesUiSwitchOnColor, #578dc9), var(--allPagesUiSwitchOnColor, #578dc9));
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0px 3px 5px var(--allPagesPrimaryDarkerColor, #3972b1);
  -moz-box-shadow: inset 0px 3px 5px var(--allPagesPrimaryDarkerColor, #3972b1);
  box-shadow: inset 0px 3px 5px var(--allPagesPrimaryDarkerColor, #3972b1);
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-left-radius: 9px;
}
label.switchBtnLabelOn span {
  line-height: 19px;
  padding: 0 8px 0 11px;
}
label.switchBtnLabelOff {
  color: var(--allPagesBaseColorLight, #999999);
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  background-image: -moz-linear-gradient(top, var(--allPagesGreyColor, #e1e8ee), var(--allPagesGreyColor, #e1e8ee));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesGreyColor, #e1e8ee)), to(var(--allPagesGreyColor, #e1e8ee)));
  background-image: -webkit-linear-gradient(top, var(--allPagesGreyColor, #e1e8ee), var(--allPagesGreyColor, #e1e8ee));
  background-image: -o-linear-gradient(top, var(--allPagesGreyColor, #e1e8ee), var(--allPagesGreyColor, #e1e8ee));
  background-image: linear-gradient(to bottom, var(--allPagesGreyColor, #e1e8ee), var(--allPagesGreyColor, #e1e8ee));
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.43);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.43);
  text-shadow: none;
  text-align: right;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;
  top: 1px;
  right: 0;
  margin-right: 1px;
}
label.switchBtnLabelOff span {
  line-height: 19px;
  padding-right: 14px;
}
.switchBtnHandle {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-image: -moz-linear-gradient(top, var(--allPagesSwitchBtnHandleStartColor, #b5bdc6), var(--allPagesSwitchBtnHandleEndColor, #b5bdc6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesSwitchBtnHandleStartColor, #b5bdc6)), to(var(--allPagesSwitchBtnHandleEndColor, #b5bdc6)));
  background-image: -webkit-linear-gradient(top, var(--allPagesSwitchBtnHandleStartColor, #b5bdc6), var(--allPagesSwitchBtnHandleEndColor, #b5bdc6));
  background-image: -o-linear-gradient(top, var(--allPagesSwitchBtnHandleStartColor, #b5bdc6), var(--allPagesSwitchBtnHandleEndColor, #b5bdc6));
  background-image: linear-gradient(to bottom, var(--allPagesSwitchBtnHandleStartColor, #b5bdc6), var(--allPagesSwitchBtnHandleEndColor, #b5bdc6));
  background-repeat: repeat-x;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
input::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}
.uiAvatarUploadContent .avatarInfo .pull-left + .form-horizontal {
  max-width: 330px;
}
.uiAvatarUploadContent .avatarInfo .pull-left + .form-horizontal .controls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.accordion {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  background: var(--allPagesBaseBackground, #ffffff);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.accordion a {
  color: var(--allPagesBaseTextColor, #333333);
  text-decoration: none;
}
.accordion a:hover {
  color: var(--allPagesBaseTextColor, #333333);
}
.accordion .accordion-toggle {
  padding: 0px;
}
.accordion .accordion-toggle a {
  display: block;
  padding: 8px 8px 8px 15px;
}
.accordion .accordion-toggle a [class^="uiIconArrow"] {
  margin-top: 5px!important;
}
.accordion .accordion-toggle a:hover {
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion .accordion-group {
  border: none;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion .accordion-group .accordion-heading a {
  font-size: 14px;
}
.accordion .accordion-group + .accordion-group {
  border-top: 1px solid var(--allPagesPrimaryBackgroundHover, #e6e6e6);
}
.accordion .menuHeader {
  margin: 0px;
  padding: 7px 4px 7px 18px;
  background: var(--allPagesPrimaryBackground, #f0f0f0);
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.accordion .accordion-body .selected {
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  color: var(--allPagesBaseTextColor, #333333);
}
.accordion .accordion-body .functionItem {
  display: block;
  padding: 6px 4px 6px 16px;
  font-size: 13px;
}
.accordion .accordion-body .functionItem i {
  margin: -2px 7px 0 0;
}
.accordion .accordion-body .functionItem:hover {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.accordion .accordion-body .item .pull-right i.uiIconTrashMini {
  width: 14px;
  top: 0;
  text-align: center;
}
.accordion .expaned {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackgroundHover, #e6e6e6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryBackgroundLight, #f8f8f8)), to(var(--allPagesPrimaryBackgroundHover, #e6e6e6)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackgroundHover, #e6e6e6));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackgroundHover, #e6e6e6));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackgroundHover, #e6e6e6));
  background-repeat: repeat-x;
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.accordion .expaned .bgSelected {
  padding: 8px 15px;
  display: block;
}
.accordion .expaned .uiIconSelected:before {
  content: "\e75a";
  font-size: 9px;
}
.accordion .expaned:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.accordion .uiIconSelected:before {
  content: "\e75a";
  font-size: 9px;
}
.accordion .collapsed .bgSelected {
  padding: 8px 15px;
  display: block;
}
.accordion .collapsed .uiIconSelected:before {
  content: "\e75c";
  font-size: 9px;
}
.accordion .accordion-inner {
  border: none;
}
.accordion .accordion-inner:hover {
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.accordion .accordion-normal {
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.accordion .accordion-normal .accordion-toggle {
  padding: 8px 15px;
  display: block;
}
.accordion .icon-chevron-right {
  float: right;
}
.UIOrganizerManagement .accordion-inner {
  cursor: -moz-grabbing;
}
.UIOrganizerManagement .accordion-inner:hover {
  background: none;
}
.UIOrganizerManagement .accordion-inner .txtLeft {
  margin: 19px 0px 0px 83px;
  word-wrap: break-word;
}
/*---------- VerticalTabStyle1 ----------*/
.verticalTabStyle1 .collapsed {
  background: var(--allPagesPrimaryBackground, #f0f0f0);
}
.verticalTabStyle1 .accordion-toggle a {
  padding: 5px 15px;
}
.verticalTabStyle1 .expaned {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryBackgroundLight, #f8f8f8)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryBackgroundLight, #f8f8f8), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
}
.verticalTabStyle1 .accordion-inner {
  border: 1px solid var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin: 8px;
}
.verticalTabStyle1 .accordion-inner:hover {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiGrid.table {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiGrid.table thead tr:first-child {
  -webkit-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
  -moz-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
  box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
}
.uiGrid.table td,
.uiGrid.table th {
  font-size: 13px;
  border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 7px 15px;
  vertical-align: middle;
}
.uiGrid.table td.center,
.uiGrid.table th.center {
  text-align: center;
}
.uiGrid.table td.left,
.uiGrid.table th.left {
  text-align: left;
}
.uiGrid.table td.right,
.uiGrid.table th.right {
  text-align: right;
}
.uiGrid.table td.empty,
.uiGrid.table th.empty {
  color: var(--allPagesBaseColorLight, #999999);
  background-color: var(--allPagesTableBackgroundAccent, #f6f7fa);
  text-align: center;
}
.uiGrid.table td .text,
.uiGrid.table th .text {
  overflow: hidden;
  display: block;
}
.uiGrid.table td .Text,
.uiGrid.table th .Text {
  overflow: hidden;
}
.uiGrid.table tr th {
  background-color: var(--allPagesTableThBackground, #f6f7fa);
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiGrid.table tr td {
  border-top: none;
}
.uiGrid.table tr td .actionIcon:active,
.uiGrid.table tr td .actionIcon:focus {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
}
.uiGrid.table tr.disabled td {
  color: var(--allPagesBaseColorLight, #999999);
}
.table-striped tbody tr:nth-child(odd) td {
  background-color: var(--allPagesTableBackgroundAccent, #f6f7fa);
}
.table-striped tbody tr:nth-child(even) td {
  background-color: var(--allPagesBaseBackground, #ffffff);
}
.table-striped tr:nth-child(odd) td {
  background-color: var(--allPagesTableBackgroundAccent, #f6f7fa);
}
.table-striped tr:nth-child(even) td {
  background-color: var(--allPagesBaseBackground, #ffffff);
}
.uiGrid.rounded-corners {
  border-collapse: separate;
  -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiGrid.rounded-corners thead:first-child tr:first-child th:first-child,
.uiGrid.rounded-corners tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.uiGrid.rounded-corners tbody {
  -webkit-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
}
.uiGrid.rounded-corners thead:first-child tr:first-child th:last-child,
.uiGrid.rounded-corners tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.uiGrid.rounded-corners thead:last-child tr:last-child th:first-child,
.uiGrid.rounded-corners tbody:last-child tr:last-child td:first-child,
.uiGrid.rounded-corners tfoot:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.uiGrid.rounded-corners thead:last-child tr:last-child th:last-child,
.uiGrid.rounded-corners tbody:last-child tr:last-child td:last-child,
.uiGrid.rounded-corners tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.uiGrid.rounded-corners thead:first-child tr th:first-child,
.uiGrid.rounded-corners tr td:first-child {
  border-left: 0;
}
/*table rounder corners bottom border */
.uiGrid.rounded-corners-bottom {
  border-collapse: separate;
  -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*call rounded corners table*/
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:first-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.uiGrid.rounded-corners-bottom tbody {
  -webkit-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:last-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.uiGrid.rounded-corners-bottom thead:last-child tr:last-child th:first-child,
.uiGrid.rounded-corners-bottom tbody:last-child tr:last-child td:first-child,
.uiGrid.rounded-corners-bottom tfoot:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.uiGrid.rounded-corners-bottom thead:last-child tr:last-child th:last-child,
.uiGrid.rounded-corners-bottom tbody:last-child tr:last-child td:last-child,
.uiGrid.rounded-corners-bottom tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.uiGrid.rounded-corners-bottom thead:first-child tr th:first-child,
.uiGrid.rounded-corners-bottom tr td:first-child {
  border-left: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:first-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:last-child,
.uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr th:first-child,
.uiGrid.rounded-corners-bottom tr td:first-child {
  border-left: 0;
}
/*table clear cell border */
.uiGrid.no-border-cell tr td,
.uiGrid.no-border-cell tr th {
  border-left: 0;
}
.uiGrid.table-hover tbody tr:hover td,
.uiGrid.table-hover tbody tr:hover th {
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
}
.table-responsive {
  overflow: auto ;
  border-radius: 0px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.tooltip {
  font-size: 13px !important;
  text-shadow: none!important;
  font-weight: normal!important;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.left {
  margin-left: -13px;
}
.tooltip-inner {
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 16px;
  text-align: left;
  padding: 8px 10px;
}
@media (max-width: 1024px) {
  .tooltip {
    opacity: 0!important;
    display: none!important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiPageIterator p {
  display: inline-block;
  margin: 3px 10px 0 0;
  vertical-align: middle;
}
.uiPageIterator p > span {
  color: var(--allPagesBaseTextColor, #333333);
}
.uiPageIterator p > .pagesTotalNumber {
  font-weight: bold;
}
.uiPageIterator ul {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}
.uiPageIterator label {
  line-height: 26px;
}
.uiPageIterator ul > li > a,
.uiPageIterator ul > li.disabled > a,
.uiPageIterator ul > li.disabled > a:hover {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesBaseBackground, #ffffff));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesBaseBackground, #ffffff)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesBaseBackground, #ffffff));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesBaseBackground, #ffffff));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesBaseBackground, #ffffff));
  background-repeat: repeat-x;
  min-width: 16px;
  padding: 2px 4px;
  margin: 4px;
  text-align: center;
  color: var(--allPagesBaseTextColor, #333333);
}
.uiPageIterator ul > li > a:hover,
.uiPageIterator ul > li.disabled > a:hover,
.uiPageIterator ul > .active > a {
  background-color: var(--allPagesGreyColor, #e1e8ee);
  background-position: 0 -30px;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.uiPageIterator ul > li.disabled i {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.uiPageIterator ul > .active > a {
  color: var(--allPagesBaseBackground, #ffffff);
  font-weight: bold;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
/*** Just for Arrow icon - should be changed after writing a mixin for icon in core ***/
.table + .pageIteratorBorder {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-top: 0;
  margin: -20px 0 20px 0;
  padding: 10px;
}
.table + .pageIteratorBorder .uiPageIterator {
  margin: 0;
}
.uiPageIterator > .selectbox {
  box-shadow: 0 0 0 transparent inset;
  width: auto;
  height: 26px;
  outline: medium none;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-radius: 4px;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.uiPageIterator [class^="uiIcon"] {
  font-size: 10px;
  top: -1px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiPopup .alert,
.UIMaskWorkspace .alert {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
}
.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  -moz-box-shadow: 0px 1px 1px var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  box-shadow: 0px 1px 1px var(--allPagesPrimaryBackgroundHover, #e6e6e6);
  background: #ffca7a;
  border-color: #ffb441;
  color: #333333;
  padding: 8px 12px 8px 32px;
  margin: 10px 0;
  z-index: 10;
  max-width: 95%;
  word-wrap: break-word;
}
.alert i {
  display: inline;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
}
.alert .uiIconWarning:before {
  color: #ffb441;
}
.alert a:not(.btn) {
  color: var(--allPagesBaseBackground, #ffffff);
  text-decoration: underline;
}
.alert a:not(.btn):hover {
  font-weight: normal;
  text-decoration: underline;
}
.alert-success {
  background: #6ccbae;
  border-color: #2eb58c;
  color: #333333;
}
.alert-success .uiIconSuccess:before {
  content: "\e770";
  color: #2eb58c;
}
.alert-info {
  background: #89afd9;
  border-color: #476a9c;
  color: #333333;
}
.alert-info .uiIconInfo:before {
  color: #476a9c;
  content: "\e767";
}
.alert-error {
  background: #d07b7b;
  border-color: #bc4343;
  color: #333333;
}
.alert-error .uiIconError:before {
  content: "\e76d";
  color: #bc4343;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  color: var(--allPagesBaseColorDark, #333333);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
  float: left;
}
.breadcrumb a:hover {
  color: var(--allPagesPrimaryColor, #578dc9);
  text-decoration: none !important;
}
.breadcrumb .uiIconMiniArrowRight {
  float: left;
  margin: 7px 0px 5px 5px;
}
.breadcrumb li {
  vertical-align: middle;
  text-shadow: none;
}
.breadcrumb .active {
  font-weight: bold;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--allPagesPrimaryColor, #578dc9);
}
.breadcrumb .active:hover {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.breadcrumb .active > a {
  color: var(--allPagesPrimaryColor, #578dc9);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiSearchInput {
  position: relative;
}
.uiSearchInput form {
  margin: 0;
}
.uiSearchInput input[type="text"] {
  margin: 0;
  padding-right: 24px;
}
.uiSearchInput input[type="text"]:hover {
  background-position: right -28px;
}
.uiSearchInput .advancedSearch,
.uiSearchInput .AdvancedSearch {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
}
.uiSearchInput.searchWithIcon {
  display: inline-block;
}
.uiSearchInput.searchWithIcon.pull-right {
  float: right;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*---------- uiTreeExplorer ----------*/
.uiTreeExplorer {
  overflow: auto;
  margin: 0 0 10px 0;
}
.uiTreeExplorer .node {
  line-height: 19px;
  margin-left: 15px;
  padding-top: 7px;
  white-space: nowrap;
}
.uiTreeExplorer .node a {
  display: inline;
  color: var(--allPagesBaseTextColor, #333333);
  cursor: pointer;
  line-height: 22px;
  vertical-align: middle;
}
.uiTreeExplorer .node a [class*="Mini"] {
  top: -1px;
}
.uiTreeExplorer .node a:hover {
  text-decoration: none;
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiTreeExplorer .SelectedNode a,
.uiTreeExplorer .nodeSelected a {
  font-weight: bold;
  color: var(--allPagesBaseColorDark, #333333);
}
.uiTreeExplorer .treeNodeType {
  padding-left: 22px;
}
.uiTreeExplorer .expandIcon,
.uiTreeExplorer .collapseIcon,
.uiTreeExplorer .emptyIcon {
  padding-left: 15px;
  position: relative;
}
.uiTreeExplorer .expandIcon:before,
.uiTreeExplorer .collapseIcon:before,
.uiTreeExplorer .emptyIcon:before {
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 9px;
}
.uiTreeExplorer .expandIcon {
  width: auto;
  height: auto;
  display: block;
  margin: 0px;
}
.uiTreeExplorer .expandIcon:before {
  content: "\e745";
}
.uiTreeExplorer .collapseIcon:before {
  content: "\e744";
}
.uiTreeExplorer .emptyIcon:before {
  content: "\e743";
}
.uiTreeExplorer .loadingTree {
  text-align: center;
  padding: 5px;
}
.uiTreeExplorer .uiLoadingIconMini {
  padding-right: 5px;
  line-height: 16px;
}
/*---------- uiTree ----------*/
.uiTrees {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 4px;
}
.uiTrees a {
  display: inline;
  color: var(--allPagesBaseTextColor, #333333);
  width: auto;
}
.uiTrees .treeContainer {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 12px;
}
.uiTrees .treeContainer .node {
  line-height: 19px;
  margin-left: 10px;
  padding-top: 7px;
  white-space: nowrap;
}
.uiTrees .treeContainer .node .node {
  padding-left: 10px;
}
.uiTrees .treeContainer .node .uiIconNode {
  padding-left: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.uiTrees .treeContainer .node .uiIconNode .uiIconNode {
  padding-left: 0px;
}
.uiTrees .treeContainer .node .uiIconNode i {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.uiTrees .treeContainer .node .uiIconNode .uiCheckbox span {
  text-indent: 9px;
}
.uiTrees .treeContainer .node .uiIconNode .uiCheckbox span i {
  top: -1px;
}
.uiTrees .treeContainer .node .nodeSelected {
  font-weight: bold;
}
.uiTrees .collapseIcon,
.uiTrees .expandIcon,
.uiTrees .uiIconEmpty {
  position: relative;
  padding-left: 15px;
}
.uiTrees .collapseIcon:before,
.uiTrees .expandIcon:before,
.uiTrees .uiIconEmpty:before {
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 9px;
}
.uiTrees .collapseIcon {
  width: auto;
  height: auto;
  margin: 0px;
}
.uiTrees .collapseIcon:before {
  content: "\e745";
}
.uiTrees .expandIcon:before {
  content: "\e744";
}
.uiTrees .uiIconEmpty:before {
  content: "\e743";
}
.uiBox > .uiTrees {
  border: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.label {
  background-color: var(--allPagesBaseColorLight, #999999);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  padding: 2px 10px;
  vertical-align: middle;
  text-shadow: none;
}
.label a {
  color: var(--allPagesBaseBackground, #ffffff);
  font-size: 11px;
}
.label a:hover {
  text-decoration: none;
  color: var(--allPagesBaseBackground, #ffffff);
}
.label:hover {
  background-color: var(--allPagesPrimaryColorLighter, #9ebde0);
}
.label.primary {
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.label.primary:hover .uiIconClose {
  color: var(--allPagesBaseBackground, #ffffff) !important;
}
.label.primary .uiIconClose:hover {
  color: var(--allPagesBaseBackground, #ffffff) !important;
}
.badgeDefault {
  background-color: var(--allPagesGreyColor, #e1e8ee);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: var(--allPagesBaseTextColor, #333333);
  font-size: 11px;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  line-height: 15px;
  padding: 0 6px;
  vertical-align: middle;
}
.badgeDefault.badgePrimary {
  background-color: var(--allPagesPrimaryColor, #578dc9);
  color: var(--allPagesBaseBackground, #ffffff);
}
.badgeDefault.badgeWhite {
  background-color: var(--allPagesBaseBackground, #ffffff);
  color: var(--allPagesBaseTextColor, #333333);
}
.badgeDefault.top {
  vertical-align: top;
}
.badgeDefault.mini {
  font-size: 10px;
  height: 13px;
  line-height: 12px;
  padding: 0 3px;
}
.badgeNotification {
  position: relative;
}
.badgeNotification .badgeDefault {
  position: absolute;
  right: -10px;
  top: -10px;
}
.badgeNotification .badgeDefault.mini {
  right: -6px;
  top: -6px;
}
.uiAccordion .active .badgeDefault.badgePrimary {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  color: var(--allPagesBaseTextColor, #333333);
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.progress {
  height: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryBackgroundHover, #e6e6e6), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryBackgroundHover, #e6e6e6)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryBackgroundHover, #e6e6e6), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryBackgroundHover, #e6e6e6), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryBackgroundHover, #e6e6e6), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
}
.progress .bar {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColorLighter, #9ebde0)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.progress-striped .bar {
  background-color: var(--allPagesPrimaryColorLight, #7ea7d5);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progressBarFrame {
  margin: 0 0 25px 0;
  line-height: 20px;
}
.progressBarFrame > div {
  margin: 3px 0 0 0;
}
.progressBarFrame .fileNameLabel {
  font-weight: bold;
  width: 170px;
  float: left;
}
.progressBarFrame .fileName {
  min-width: 148px;
  padding-right: 2px;
  font-weight: bold;
}
.progressBarFrame .percent {
  padding: 0 7px 0 7px;
  width: 30px;
}
.progressBarFrame .deleteFileLabel {
  margin: 0 0 0 5px;
  padding: 0;
}
.progressBarFrame .deleteFileLabel .actionIcon {
  padding: 1px 5px;
}
.progressBarFrame .deleteFileLabel .actionIcon:hover {
  background-color: var(--allPagesGreyColor, #e1e8ee);
  background-image: none;
}
.uploadButton .moreFiles {
  display: inline-block;
  color: var(--allPagesBaseColorLight, #999999);
  margin: 0 0 0 12px;
  cursor: pointer;
}
.uploadButton .noFile {
  display: inline-block;
  margin-left: 5px;
  color: var(--allPagesBaseColorLight, #999999);
  margin-bottom: 0;
  vertical-align: middle;
}
.uiPopup .controls-full .uploadButton {
  text-align: center;
}
.uiPopup .uploadContainer {
  padding: 0 0 0 8px;
}
.selectFileFrame {
  margin: 0 0 10px 0;
  line-height: 24px;
}
.selectFileFrame .fileNameLabel {
  font-weight: bold;
  float: left;
}
.progress.progessStart {
  height: 18px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px;
}
.progress.progessStart .bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColorLighter, #9ebde0)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.attachmentIcon a {
  color: var(--allPagesPrimaryColor, #578dc9) !important;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.popover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.15);
  border: none;
}
.popover-title {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content .input-xlarge {
  max-width: 100%;
}
#tipName td + td a {
  font-weight: bold;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.calendarComponent {
  position: absolute;
}
.uiCalendarComponent {
  width: var(--allPagesCalComponentWidth, 225px);
}
.uiCalendarComponent + .uiCalendarComponent {
  margin-left: 15px;
}
.uiCalendarComponent .highLight {
  font-weight: bold;
}
.uiCalendarComponent hr {
  margin: 0!important;
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiCalendarComponent h5.title {
  text-align: center;
  position: relative;
  padding: 8px 10px;
  background-color: var(--allPagesPrimaryColor, #578dc9);
  border-bottom: none;
}
.uiCalendarComponent h5.title span {
  font-size: 14px;
  display: block;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uiCalendarComponent h5.title .tooltip-inner {
  white-space: nowrap;
}
.uiCalendarComponent h5.title .actionIcon {
  position: absolute;
  top: 9px;
  left: 5px;
  padding: 0;
  line-height: 15px;
  text-align: center;
  width: 16px;
  height: 16px;
}
.uiCalendarComponent h5.title .actionIcon .uiIconMiniArrowLeft {
  left: -1px;
}
.uiCalendarComponent h5.title .actionIcon.pull-right {
  right: 5px;
  left: auto;
}
.uiCalendarComponent h5.title,
.uiCalendarComponent h5.title span a {
  color: var(--allPagesBaseBackground, #ffffff);
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiCalendarComponent table {
  border-collapse: separate;
}
.uiCalendarComponent table tr td {
  text-align: center;
  line-height: 24px;
}
.uiCalendarComponent table.weekList {
  padding: 0 9px;
  margin: 2px 0;
  font-size: 12px;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiCalendarComponent table.weekDays {
  padding: 0 9px 9px 6px;
  font-size: 13px;
}
.uiCalendarComponent table.weekDays tr td {
  padding: 1px;
}
.uiCalendarComponent table.weekDays tr td a {
  display: block;
  color: var(--allPagesBaseTextColor, #333333);
  border: 1px solid transparent;
}
.uiCalendarComponent table.weekDays tr td a:hover {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiCalendarComponent table.weekDays tr td .otherMonth {
  color: var(--allPagesBaseColorLight, #999999);
}
.uiCalendarComponent table.weekDays tr td .today {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiCalendarComponent table.weekDays tr td .selected {
  background-color: var(--allPagesPrimaryColor, #578dc9);
  color: var(--allPagesBaseBackground, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiCalendarComponent table.weekDays tr td .activeToday {
  background-color: var(--allPagesPrimaryColor, #578dc9);
  color: var(--allPagesBaseBackground, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiCalendarComponent table.weekDays tr.currentWeek td {
  background-color: var(--allPagesBaseBackground, #ffffff);
  padding: 0 1px;
}
.uiCalendarComponent table.weekDays tr.currentWeek td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.uiCalendarComponent table.weekDays tr.currentWeek td a:hover {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiCalendarComponent table.weekDays tr.currentWeek td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.uiCalendarComponent .calendarTimeInput {
  text-align: center;
  padding: 4px 0;
  line-height: 18px;
  background-color: var(--allPagesPrimaryColor, #578dc9);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.uiCalendarComponent .calendarTimeInput span {
  background: var(--allPagesBaseBackground, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiCalendarComponent .calendarTimeInput span.focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(29, 75, 159, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(29, 75, 159, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(29, 75, 159, 0.6);
  border-color: var(--allPagesPrimaryColorLighter, #9ebde0);
}
.uiCalendarComponent .calendarTimeInput input[type="text"] {
  width: 28px;
  height: 18px;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: var(--allPagesBaseTextColor, #333333);
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.uiCalendarComponent .calendarTimeInput input[type="text"]:first-child {
  text-align: right;
  width: 28px;
}
.uiCalendarComponent .calendarTimeInput input[type="text"]:last-child {
  text-align: left;
  width: 28px;
}
.UICalendarPortlet .UICalendarContainer .title .actionIcon + .tooltip {
  white-space: nowrap;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.noColor {
  color: var(--allPagesBaseColorLight, #999999);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin: 10px 16px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.calendarTableColor {
  padding: 7px 13px;
  min-height: 90px;
}
.calendarTableColor .colorCell {
  border: 1px solid transparent;
  text-align: center;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  float: left;
  clear: none;
  margin: 2px;
}
.calendarTableColor .colorCell:hover {
  border: 1px solid var(--allPagesBaseColorDark, #333333);
}
.calendarTableColor .colorCell .iconCheckBox {
  top: -3px;
}
.calendarTableColor > div {
  width: 132px;
  margin: 0 auto;
}
/*============== ColorPicker ================*/
.asparagus,
.asparagus:hover {
  background: #909958;
}
.munsell_blue,
.munsell_blue:hover {
  background: #319AB3;
}
.navy_blue,
.navy_blue:hover {
  background: #4273C8;
}
.purple,
.purple:hover {
  background: #774EA9;
}
.red,
.red:hover {
  background: #FF5933;
}
.brown,
.brown:hover {
  background: #BB8E62;
}
.laurel_green,
.laurel_green:hover {
  background: #BED67E;
}
.sky_blue,
.sky_blue:hover {
  background: #4DBED9;
}
.blue_gray,
.blue_gray:hover {
  background: #8EB0EA;
}
.light_purple,
.light_purple:hover {
  background: #BC99E7;
}
.hot_pink,
.hot_pink:hover {
  background: #F97575;
}
.light_brown,
.light_brown:hover {
  background: #C5B294;
}
.moss_green,
.moss_green:hover {
  background: #98CC81;
}
.powder_blue,
.powder_blue:hover {
  background: #9EE4F5;
}
.light_blue,
.light_blue:hover {
  background: #B3CFFF;
}
.pink,
.pink:hover {
  background: #FFC8F0;
}
.orange,
.orange:hover {
  background: #FDB519;
}
.gray,
.gray:hover {
  background: #A39594;
}
.green,
.green:hover {
  background: #89D4B3;
}
.baby_blue,
.baby_blue:hover {
  background: #B2E2FF;
}
.light_gray,
.light_gray:hover {
  background: #CDCDCD;
}
.beige,
.beige:hover {
  background: #FFE1BE;
}
.yellow,
.yellow:hover {
  background: #FFE347;
}
.plum,
.plum:hover {
  background: #CEA6AC;
}
.Olive,
.CalendarTableColor .Olive {
  background-color: #808000;
}
.OliveDrab,
.CalendarTableColor .OliveDrab {
  background-color: #6B8E23;
}
.Orange,
.CalendarTableColor .Orange {
  background-color: #FFA500;
}
.OrangeRed,
.CalendarTableColor .OrangeRed {
  background-color: #FF4500;
}
.Orchid,
.CalendarTableColor .Orchid {
  background-color: #DA70D6;
}
.PaleGoldenRod,
.CalendarTableColor .PaleGoldenRod {
  background-color: #EEE8AA;
}
.PaleGreen,
.CalendarTableColor .PaleGreen {
  background-color: #98FB98;
}
.PaleTurquoise,
.CalendarTableColor .PaleTurquoise {
  background-color: #AFEEEE;
}
.PaleVioletRed,
.CalendarTableColor .PaleVioletRed {
  background-color: #D87093;
}
.PapayaWhip,
.CalendarTableColor .PapayaWhip {
  background-color: #FFEFD5;
}
.PeachPuff,
.CalendarTableColor .PeachPuff {
  background-color: #FFDAB9;
}
.Peru,
.CalendarTableColor .Peru {
  background-color: #CD853F;
}
.Pink,
.CalendarTableColor .Pink {
  background-color: #FFC0CB;
}
.Plum,
.CalendarTableColor .Plum {
  background-color: #DDA0DD;
}
.PowderBlue,
.CalendarTableColor .PowderBlue {
  background-color: #B0E0E6;
}
.Purple,
.CalendarTableColor .Purple {
  background-color: #800080;
}
.Red,
.CalendarTableColor .Red {
  background-color: #FF0000;
}
.RosyBrown,
.CalendarTableColor .RosyBrown {
  background-color: #BC8F8F;
}
.RoyalBlue,
.CalendarTableColor .RoyalBlue {
  background-color: #4169E1;
}
.SaddleBrown,
.CalendarTableColor .SaddleBrown {
  background-color: #8B4513;
}
.Salmon,
.CalendarTableColor .Salmon {
  background-color: #FA8072;
}
.SandyBrown,
.CalendarTableColor .SandyBrown {
  background-color: #F4A460;
}
.SeaGreen,
.CalendarTableColor .SeaGreen {
  background-color: #2E8B57;
}
.SeaShell,
.CalendarTableColor .SeaShell {
  background-color: #FFF5EE;
}
.Sienna,
.CalendarTableColor .Sienna {
  background-color: #A0522D;
}
.Silver,
.CalendarTableColor .Silver {
  background-color: #C0C0C0;
}
.SkyBlue,
.CalendarTableColor .SkyBlue {
  background-color: #87CEEB;
}
.Thistle,
.CalendarTableColor .Thistle {
  background-color: #D8BFD8;
}
.Tomato,
.CalendarTableColor .Tomato {
  background-color: #FF6347;
}
.Turquoise,
.CalendarTableColor .Turquoise {
  background-color: #40E0D0;
}
.Violet,
.CalendarTableColor .Violet {
  background-color: #EE82EE;
}
.Wheat,
.CalendarTableColor .Wheat {
  background-color: #F5DEB3;
}
.Yellow,
.CalendarTableColor .Yellow {
  background-color: #FFFF00;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
- Hover-reveal actions on links
- Hover-reveal actions on icons
- Hover-reveal actions on buttons
- Hover-reveal actions on mixed buttons and icons
*/
.hover-action-reveal.has-border {
  border-bottom: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
}
.hover-action-reveal.has-border.selected {
  border-bottom-color: var(--allPagesBaseBackground, #ffffff);
}
.hover-action-reveal.has-background:hover {
  background-color: var(--allPagesRevealBackgroundHover, #fafafa);
}
.hover-action-reveal.has-background:hover > div {
  background-color: var(--allPagesRevealBackgroundHover, #fafafa);
}
.hover-action-reveal.has-background.selected {
  background-color: var(--allPagesRevealBackgroundSelected, #ffffff);
}
.hover-action-reveal.has-background.selected > div {
  background-color: var(--allPagesRevealBackgroundSelected, #ffffff);
}
.hover-action-reveal .block-show {
  display: block;
}
.hover-action-reveal .visibility-show,
.hover-action-reveal .visibility-visible {
  visibility: visible;
}
.hover-action-reveal .inline-show {
  display: inline;
}
.hover-action-reveal .inline-block-show {
  display: inline-block;
}
.hover-action-reveal .inline-hide,
.hover-action-reveal .inline-block-hide,
.hover-action-reveal .block-show,
.hover-action-reveal .hide {
  display: none;
}
.hover-action-reveal .visibility-hidden {
  visibility: hidden;
}
.hover-action-reveal:hover .block-show,
.hover-action-reveal.selected .block-show,
.hover-action-reveal:hover .inline-show,
.hover-action-reveal.selected .inline-show,
.hover-action-reveal:hover .inline-block-show,
.hover-action-reveal.selected .inline-block-show {
  display: none;
}
.hover-action-reveal:hover .visibility-show,
.hover-action-reveal.selected .visibility-show,
.hover-action-reveal:hover .visibility-visible,
.hover-action-reveal.selected .visibility-visible {
  visibility: hidden;
}
.hover-action-reveal:hover .block-hide,
.hover-action-reveal.selected .block-hide {
  display: block;
}
.hover-action-reveal:hover .inline-hide,
.hover-action-reveal.selected .inline-hide {
  display: inline;
}
.hover-action-reveal:hover .inline-block-hide,
.hover-action-reveal.selected .inline-block-hide {
  display: inline-block;
}
.hover-action-reveal:hover .visibility-hidden,
.hover-action-reveal.selected .visibility-hidden {
  visibility: visible;
}
.hoverStatus {
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px transparent;
  border: 1px solid  transparent;
}
.hoverStatus.editableField:hover {
  box-shadow: inset 0 0 0 1px var(--allPagesBorderColor, #e1e8ee);
}
.hoverStatus.unEditableField:hover {
  box-shadow: none;
}
.hoverStatus.small {
  padding: 5px;
}
.row-item.has-border {
  border-bottom: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
}
.table-project {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-project .dropdown-group {
  position: relative;
}
.table-project .row-item {
  display: table-row;
  cursor: pointer;
}
.table-project .row-item .dropdown-group {
  display: inline-block;
}
.table-project .row-item.heading {
  font-weight: bold;
}
.table-project .row-item.heading .column-item > * {
  vertical-align: middle;
}
.table-project .row-item.group {
  border-bottom: none;
}
.table-project .row-item.group > .column-item {
  padding: 0;
}
.table-project .row-item.group .table-project {
  margin-bottom: 30px;
}
.table-project .row-item .text-time {
  height: 26px;
  line-height: 26px;
  vertical-align: top;
}
.table-project .row-item .text-time:empty {
  display: none;
}
.table-project .row-item:hover.group,
.table-project .row-item.selected.group {
  background: none;
}
.table-project .row-item.selected .column-title {
  font-weight: bold;
}
.table-project .row-item .column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-project .row-group {
  display: table-row-group;
  margin-bottom: 30px;
}
.table-project .column-item {
  display: table-cell;
  padding: 4px;
  vertical-align: middle;
  position: relative;
}
.table-project .column-item .labels {
  margin: 0 0px 0 0;
}
.table-project .column-item .labels .label {
  margin: 0;
}
.table-project .column-item:first-child {
  padding-left: 13px;
}
.table-project .column-item:last-child {
  padding-right: 8px;
}
.table-project .column-checkbox {
  width: 24px;
}
.table-project .column-checkbox .status-task {
  margin-left: 4px;
}
.table-project .column-time {
  text-align: right;
}
.table-project .column-action {
  width: 26px;
}
.table-project-collapse {
  margin-bottom: 30px;
}
.table-project-collapse .heading {
  padding: 5px 8px 6px;
}
.table-project-collapse .heading .group-name,
.table-project-collapse .heading .amount-item {
  font-weight: bold;
}
.table-project-collapse .caption-heading {
  border-top: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
}
.table-project-collapse .caption-heading .col {
  padding: 10px 8px 10px 18px;
}
.table-project-collapse .col {
  box-sizing: border-box;
  display: table-cell;
  padding: 10px 18px 10px 18px;
}
.table-project-collapse .col input[type="text"] {
  width: 100%;
  margin-bottom: 0;
}
.table-project-collapse .col + .col {
  border-left: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
}
.table-project-collapse .col.active .create-task {
  visibility: visible;
}
.taskList .row-item {
  display: flex;
}
.taskList .column-title {
  flex: 1;
  line-height: 28px;
}
.project-color {
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 1px;
  width: 5px;
}
.box-small {
  position: relative;
}
.box-small .box-small-inner {
  padding: 8px 10px 8px 18px;
  line-height: 16px;
  border: 1px solid var(--allPagesPrimaryBackground, #f0f0f0);
}
.box-small.selected .box-small-inner {
  border: 1px solid transparent;
}
.box-small .media {
  margin: 0;
}
.box-small .media > .pull-left {
  margin-right: 5px;
}
.box-small .media > .pull-right {
  margin-left: 5px;
}
.box-small.selected .media-body {
  font-weight: bold;
}
.box-small.selected .uiIconValidate:before {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.box-small + .box-small {
  margin-top: 10px;
}
.box-small + .create-task {
  margin-top: 10px;
  visibility: hidden;
}
.box-small .project-color {
  left: -1px;
  height: 100%;
  top: 0px;
  bottom: auto;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiGroupMembershipSelector .childGoup,
.uiGroupMembershipSelector .selectGroup {
  margin-bottom: 0px;
}
.uiGroupMembershipSelector .uiGrayLightBox {
  margin-bottom: 12px;
}
.uiGroupMembershipSelector .childGoup .uiContentBox {
  padding: 12px;
  height: 156px;
  overflow: auto;
}
.uiGroupMembershipSelector .childGoup .uiContentBox li {
  padding: 2px 0;
}
.uiGroupMembershipSelector .childGoup .uiContentBox li a {
  color: var(--allPagesBaseTextColor, #333333);
}
.uiGroupMembershipSelector .childGoup .uiContentBox li a:hover {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiGroupMembershipSelector .childGoup .uiContentBox li:last-child {
  margin-bottom: 15px;
}
.uiGroupMembershipSelector .breadcrumb .uiIconTree {
  background-position: -180px -40px;
}
.uiGroupMembershipSelector .selectGroup .uiTrees {
  padding: 8px;
  height: 164px;
  overflow: auto;
  background: var(--allPagesBaseBackground, #ffffff);
}
.uiGroupMembershipSelector .uiBox {
  -webkit-box-shadow: 0 1px 2px -1px rgba(13, 13, 13, 0.14);
  -moz-box-shadow: 0 1px 2px -1px rgba(13, 13, 13, 0.14);
  box-shadow: 0 1px 2px -1px rgba(13, 13, 13, 0.14);
}
.uiGroupMembershipSelector .uiBox .title {
  -webkit-box-shadow: 0 0px 0px transparent;
  -moz-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}
.uiGroupMembershipSelector.uiGroupSelector .childGoup .uiContentBox,
.uiGroupMembershipSelector.uiGroupSelector .selectGroup .uiTrees {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
@media (max-width: 767px) {
  .uiGroupMembershipSelector .selectGroup {
    margin-bottom: 15px;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiItemSelector {
  margin: 2px 0px 2px 2px;
  padding: 10px;
}
.uiItemSelector .itemListContainer {
  float: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiItemSelector .itemListContainer {
    float: left;
    width: 220px;
    margin-right: 20px;
  }
}
.uiItemSelector .itemListContainer.uiBox .title .btn-group.uiDropdownWithIcon .btn > span {
  vertical-align: top;
  font-weight: normal;
}
.uiItemSelector .itemListContainer.uiBox .title .btn-group.uiDropdownWithIcon .btn > .uiIconGeneralDrive {
  margin-right: 5px;
}
.uiItemSelector .itemListContainer .uiDropdownWithIcon .btn > span:first-child {
  display: inline-block;
  text-align: left;
  width: 147px;
  font-weight: normal;
}
.uiItemSelector .itemListContainer .item {
  margin: 4px 0;
  cursor: pointer;
}
.uiItemSelector .itemListContainer .item a {
  color: var(--allPagesBaseTextColor, #333333);
}
.uiItemSelector .itemListContainer .item a:hover {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiItemSelector .itemListContainer .item.selectedItem {
  margin: 4px -15px;
  padding: 0px 15px;
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiItemSelector .itemListContainer .itemList > li.selectedItem > a {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiItemSelector .itemListContainer .itemList > li.selectedItem > a > i {
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
}
.uiItemSelector .itemDetailList {
  overflow: hidden;
  margin-bottom: 0;
}
.uiItemSelector .itemDetailList > .title > h6 {
  margin: 0;
  line-height: 28px;
}
.uiPersonalInfo .itemDetailList {
  margin-left: 0px;
}
/***************** uiItemSelector uiPageTemplateOptions ******************/
.uiItemSelector.uiPageTemplateOptions .containerLayout {
  padding: 40px 0 35px;
}
.uiItemSelector.uiPageTemplateOptions .containerLayout .tooltip .tooltip-inner {
  max-width: 330px;
  white-space: nowrap;
}
.uiItemSelector.uiPageTemplateOptions .itemListContainer .uiContentBox {
  min-height: 151px;
}
.uiItemSelector.uiPageTemplateOptions .itemListContainer .uiContentBox .itemTitle [class^="uiIconArrow"] {
  display: inline-block;
  margin-right: 3px;
}
.uiItemSelector.uiPageTemplateOptions .itemListContainer .uiDropdownWithIcon .dropdown-toggle > span:first-child {
  display: inline-block;
  text-align: left;
  width: 144px;
}
/*************************** uiItemSelector uiFormInputItemSelector ************************************/
.UIGadgetThemes .uiIconMiniArrowRight {
  margin-right: 6px;
}
.uiItemSelector.uiFormInputItemSelector .itemListContainer .uiContentBox {
  min-height: 241px;
}
.uiItemSelector.uiFormInputItemSelector .itemListContainer .uiContentBox .itemTitle [class^="uiIconArrow"] {
  display: inline-block;
  margin-right: 6px;
}
.uiItemSelector.uiFormInputItemSelector .itemDetailList .WAIPortalImage {
  background: url("/eXoSkin/skin/images/themes/default/ecms/skin/wcmPortal/WAIPortal.png") no-repeat center;
  margin: 3px auto;
  width: 296px;
  height: 230px;
}
.uiItemSelector.uiFormInputItemSelector .itemDetailList .emptyImage {
  background: url("/eXoSkin/skin/images/themes/default/platform/skin/platformPortal/empty.png") no-repeat center;
  margin: 3px auto;
  width: 296px;
  height: 235px;
}
.uiItemSelector.uiFormInputItemSelector .itemDetailList .acmeImage {
  background: url("/eXoSkin/skin/images/themes/default/platform/skin/platformPortal/acme.png") no-repeat center;
  margin: 3px auto;
  width: 296px;
  height: 230px;
}
.uiItemSelector.uiFormInputItemSelector .itemDetailList .intranetImage {
  background: url("/eXoSkin/skin/images/themes/default/platform/skin/platformPortal/intranet.png") no-repeat center;
  margin: 3px auto;
  width: 296px;
  height: 230px;
}
/*************************** uiFormInputIconSelector *************************/
.uiItemSelector.uiFormInputIconSelector .itemList.uiContentBox {
  height: 185px;
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .iconSelector {
  margin: -20px;
  height: 145px;
  overflow: auto;
  padding: 20px;
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .iconSelector .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 2px;
  margin: 1px;
  border: 1px solid transparent;
  cursor: pointer;
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .iconSelector .icon > i {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .iconSelector .icon:hover {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .iconSelector .icon.selectedIcon {
  border: 1px solid #bc4343;
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .selectedIconInfo {
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin: 20px -20px -10px;
  padding: 10px 20px 0;
}
.uiItemSelector.uiFormInputIconSelector .itemDetailList .selectedIconInfo .itemValue {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiItemSelector .itemDetailList .ItemDescription {
  height: 100px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: solid 1px #b7b7b7;
  padding: 2px;
}
.uiItemSelector .itemDetailList .itemDetail .ItemValueDescription {
  width: 50%;
  height: 53px;
  padding-left: 15px;
  margin-top: 12px;
  overflow: auto;
  border: none;
}
/*###########################- End LeftColumnitemList -#########################*/
/*###########################- Layout Template -#########################*/
.uiItemSelector .containerLayout > [class*="Layout"] {
  width: 90%;
  height: 125px;
  min-width: 185px;
  margin: auto;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
}
.uiItemSelector .containerLayout > .EmptyLayout {
  background-position: center top;
}
.uiItemSelector .containerLayout > .DashboardLayout {
  background-position: center -1500px;
}
.uiItemSelector .containerLayout > .TwoColumnsLayout {
  background-position: center -1125px;
}
.uiItemSelector .containerLayout > .ThreeColumnsLayout {
  background-position: center -1250px;
}
.uiItemSelector .containerLayout > .TwoColumnsOneRowLayout {
  background-position: center -500px;
}
.uiItemSelector .containerLayout > .TwoColumnsTwoRowsLayout {
  background-position: center -625px;
}
.uiItemSelector .containerLayout > .OneRowsLayout {
  background-position: center -125px;
}
.uiItemSelector .containerLayout > .TwoRowsLayout {
  background-position: center -250px;
}
.uiItemSelector .containerLayout > .ThreeRowsLayout {
  background-position: center -375px;
}
.uiItemSelector .containerLayout > .OneRowTwoColumnsLayout {
  background-position: center -1375px;
}
.uiItemSelector .containerLayout > .TwoTabsLayout {
  background-position: center -1625px;
}
.uiItemSelector .containerLayout > .ThreeTabsLayout {
  background-position: center -1750px;
}
.uiItemSelector .containerLayout > .ThreeRowsTwoColumnsLayout {
  background-position: center -750px;
}
/********************* Icon PortletIcon************************************/
.PortletIconOnEdit {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
}
.Organization {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Earth.gif') no-repeat center;
}
.Fast {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/EditIcon.gif') no-repeat center;
}
.Account {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserAccount.gif') no-repeat center;
}
.Registry-Portlet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/RegistryPortlet.gif') no-repeat center;
}
.Site {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/SiteMap.gif') no-repeat center;
}
.Login {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Key.gif') no-repeat center;
}
.Mail {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Email.gif') no-repeat center;
}
.Forum {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ForumIcon.gif') no-repeat center;
}
.ECMAdminIcon {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ECMAdmin.gif') no-repeat center;
}
.ExplorerIcon {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/JCRExplorer.gif') no-repeat center;
}
.Dialog {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DialogIcon.gif') no-repeat center;
}
.Browse {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BrowseContent.gif') no-repeat center;
}
.Workflow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/WorkflowIcon.gif') no-repeat center;
}
/*##############- Misc Icons -#############*/
.BlueArrowFloppy16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueArrowBlackFloppy.gif');
}
.BlueInfoBox16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Info.gif');
}
.Config16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Config.gif');
}
.SelectPermissionIcon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/SelectPermission.gif');
}
.Node16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Node.gif');
}
.Level16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Level.gif');
}
.Feature16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Feature.gif');
}
.RSS16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/RSS.gif');
}
.Earth16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Earth.gif');
}
.AdminView16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/AdminView.gif');
}
.Briefcase16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Briefcase.gif');
}
.AddNode16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueCirclePlus.gif');
}
.EditIcon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/EditIcon.gif');
}
.Organization16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Organization.gif');
}
.UserRegistration16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserRegistration.gif');
}
.Management16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Management.gif');
}
.PortalAdmin16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/PortalAdmin.gif');
}
.Duplicate16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Duplicate.gif');
}
.Portal16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Portal.gif');
}
.Administration16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Monitor.gif');
}
.SiteMap16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/SiteMap.gif');
}
.SearchPage16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/SearchPage.gif');
}
.BlueCirclePlus16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueCirclePlus.gif');
}
.ShieldGreenPlus16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ShieldGreenPlus.gif');
}
.InfoMessage16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueSquare.gif');
}
.WarningMessageSquare16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/YellowSquare.gif');
}
.ErrorMessage16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/RedSquare.gif');
}
.DoubleBrownNoteIcon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DoubleBrownNote.gif');
}
.Execute16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Execute.gif');
}
.OrangePencilSourceBox16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OrangePencilSourceBox.gif');
}
.Home16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Home.gif');
}
.ColorPen16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ColorPen.gif');
}
.NestedSquare16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NestedSquare.gif');
}
.VioletInfoWindow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/VioletInfoWindow.gif');
}
.PageTicker16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/PageTicker.gif');
}
.GreenPlusPage16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/GreenPlusPage.gif');
}
.BlackBorderSquareBlueBall16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlackBorderSquareBlueBall.gif');
}
.GreenPlusDataBox16x16Icon {
  height: 16px;
  width: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/GreenPlusDatabox.gif');
}
/* TODO: Change image'name to "BlueShapeLeftArrow" */
.BlueBackArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueBackArrow.gif');
  cursor: pointer;
}
/* TODO: Change image'name to "BlueShapeRightArrow" */
.BlueNextArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueNextArrow.gif');
  cursor: pointer;
}
.Remove16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DustBin.gif');
}
.GrayBackArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/GrayShapeLeftArrow.gif');
  cursor: pointer;
}
.GrayNextArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/GrayShapeRightArrow.gif');
}
.BlueCircleLeftArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueCircleLeftArrow.gif');
}
.BlueCircleRightArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueCircleRightArrow.gif');
}
.BlueGridRightArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueGridRightArrow.gif');
}
.GrayDoubleGridDownArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/GrayDoubleGridDownArrow.gif');
}
.GrayFillRightArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/GrayFillRightArrow.gif');
}
.BlueSquareRightArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueSquareRightArrow.gif');
}
.DotArrowRight16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DotArrowRight.gif');
}
.BlackGridRightArrow16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlackGridRightArrow.gif');
}
.BlueCloseButton16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/BlueCloseButton.gif');
}
.Logout16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/RedLogoutIcon.gif');
}
.TreeNode16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/TreeNodeIcon.gif');
}
.Scissors16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/Scissors.gif');
}
.HotNews16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/HotNews.gif');
}
.ArrowS1Down16x16Icon {
  width: 22px;
  height: 17px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ArrowSLDown.gif') no-repeat center;
}
.ArrowS1Up16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/WhiteArrowUp.gif');
}
.Portlet16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DefaultPortletIcon.gif');
}
.Container16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DefaultContainerIcon.gif');
}
.SmallGroup16x16Icon {
  width: 16px;
  height: 16px;
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/SmallGroup.gif');
}
.DefaultPageIcon {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/DefaultNodeIcon.gif') no-repeat left center;
  /* orientation=lt */
}
/*##############################Icon Stylesheet for IconSelector##########################*/
/*===========================Misc Icons Stylesheet=======================*/
.AcrobatFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/AcrobatFile.gif') no-repeat center left;
}
.AdminView {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/AdminView.gif') no-repeat center left;
}
.AllTags {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/AllTags.gif') no-repeat center left;
}
.AmericanExpressCard {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/AmericanExpressCard.gif') no-repeat center left;
}
.ApplicationGallery {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ApplicationGallery.gif') no-repeat center left;
}
.ApplicationLink {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ApplicationLink.gif') no-repeat center left;
}
.ApplicationList {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ApplicationList.gif') no-repeat center left;
}
.ApplicationSize {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ApplicationSize.gif') no-repeat center left;
}
.ApplicationTerminal {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ApplicationTerminal.gif') no-repeat center left;
}
.ApplicationWorldWide {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ApplicationWorldWide.png') no-repeat center left;
}
.BlueInfo {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/BlueInfo.gif') no-repeat center left;
}
.Bomb {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Bomb.png') no-repeat center left;
}
.BookmarkPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/BookmarkPage.gif') no-repeat center left;
}
.BreakLink {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/BreakLink.gif') no-repeat center left;
}
.Brick {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Brick.gif') no-repeat center left;
}
.CategoryList {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/CategoryList.gif') no-repeat center left;
}
.Checkout {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Checkout.gif') no-repeat center left;
}
.CheckPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/CheckPage.gif') no-repeat center left;
}
.ComponentsList {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ComponentsList.gif') no-repeat center left;
}
.Config {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Config.gif') no-repeat center left;
}
.CSS {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/CSS.gif') no-repeat center left;
}
.DiskDrive {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/DiskDrive.gif') no-repeat center left;
}
.DownloadApplication {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/DownloadApplication.gif') no-repeat center left;
}
.DreamweaverApplication {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/DreamweaverApplication.gif') no-repeat center left;
}
.DynamicContentPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/DynamicContentPage.gif') no-repeat center left;
}
.Extension {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Extension.gif') no-repeat center left;
}
.Factory {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Factory.gif') no-repeat center left;
}
.Feature {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Feature.gif') no-repeat center left;
}
.Flash {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Flash.gif') no-repeat center left;
}
.FlashFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/FlashFile.gif') no-repeat center left;
}
.FolderLock {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/FolderLock.gif') no-repeat center left;
}
.FontFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/FontFile.gif') no-repeat center left;
}
.Glove {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Glove.gif') no-repeat center left;
}
.Home {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Home.gif') no-repeat center left;
}
.HTML {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/HTML.gif') no-repeat center left;
}
.Humer {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Humer.gif') no-repeat center left;
}
.IconsView {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/IconsView.gif') no-repeat center left;
}
.ImageFrame {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ImageFrame.gif') no-repeat center left;
}
.Images {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Images.gif') no-repeat center left;
}
.ImagesFolder {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ImagesFolder.gif') no-repeat center left;
}
.ImageSize {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ImageSize.gif') no-repeat center left;
}
.ImagesList {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/ImagesList.gif') no-repeat center left;
}
.Info {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Info.png') no-repeat center left;
}
.InstallerProgress {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/InstallerProgress.gif') no-repeat center left;
}
.JavaPge {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/JavaPge.gif') no-repeat center left;
}
.Layout {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Layout.gif') no-repeat center left;
}
.Link {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Link.gif') no-repeat center left;
}
.LockPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/LockPage.gif') no-repeat center left;
}
.MasterCard {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/MasterCard.gif') no-repeat center left;
}
.Music {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Music.gif') no-repeat center left;
}
.MusicDownload {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/MusicDownload.gif') no-repeat center left;
}
.New {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/New.gif') no-repeat center left;
}
.PackagesList {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/PackagesList.gif') no-repeat center left;
}
.PageCategory {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/PageCategory.gif') no-repeat center left;
}
.PhotoshopFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/PhotoshopFile.gif') no-repeat center left;
}
.Printer {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Printer.gif') no-repeat center left;
}
.Puzzle {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Puzzle.gif') no-repeat center left;
}
.QuicktimeMovieFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/QuicktimeMovieFile.gif') no-repeat center left;
}
.Rainbow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Rainbow.gif') no-repeat center left;
}
.RefeshPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/RefeshPage.gif') no-repeat center left;
}
.RSS {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/RSS.gif') no-repeat center left;
}
.RSSFeed {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/RSSFeed.gif') no-repeat center left;
}
.SearchFolder {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/SearchFolder.gif') no-repeat center left;
}
.Security {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Security.gif') no-repeat center left;
}
.Software {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Software.gif') no-repeat center left;
}
.Speaker {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Speaker.gif') no-repeat center left;
}
.Speaker2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Speaker2.gif') no-repeat center left;
}
.StarAward {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/StarAward.gif') no-repeat center left;
}
.StarPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/StarPage.gif') no-repeat center left;
}
.Stats {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Stats.gif') no-repeat center left;
}
.TagPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/TagPage.gif') no-repeat center left;
}
.TagSign {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/TagSign.gif') no-repeat center left;
}
.Ticket {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Ticket.gif') no-repeat center left;
}
.TrueTypeFont {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/TrueTypeFont.gif') no-repeat center left;
}
.Tux {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Tux.gif') no-repeat center left;
}
.Vector {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Vector.gif') no-repeat center left;
}
.Version {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/Version.gif') no-repeat center left;
}
.VisaCard {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/VisaCard.gif') no-repeat center left;
}
.WeatherClouds {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/WeatherClouds.gif') no-repeat center left;
}
.WeatherCloudy {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/WeatherCloudy.gif') no-repeat center left;
}
.WeatherLightning {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/WeatherLightning.gif') no-repeat center left;
}
.WeatherRain {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/WeatherRain.gif') no-repeat center left;
}
.WeatherSnow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/WeatherSnow.gif') no-repeat center left;
}
.WeatherSun {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/WeatherSun.gif') no-repeat center left;
}
.World {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/World.gif') no-repeat center left;
}
.XHTML {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/XHTML.gif') no-repeat center left;
}
.YellowStar {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MiscIcons/YellowStar.png') no-repeat center left;
}
/*===========================End Misc Icons Stylesheet=======================*/
/*===========================Navigation Icons Stylesheet=======================*/
.BlackDownSolidArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlackDownSolidArrow.gif') no-repeat center left;
}
.BlackLeftSolidArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlackLeftSolidArrow.gif') no-repeat center left;
}
.BlackRightSolidArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlackRightSolidArrow.gif') no-repeat center left;
}
.BlackUpSolidArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlackUpSolidArrow.gif') no-repeat center left;
}
.BlueAquaBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueAquaBallBullet.gif') no-repeat center left;
}
.BlueArrowIn {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueArrowIn.gif') no-repeat center left;
}
.BlueArrowInOut {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueArrowInOut.gif') no-repeat center left;
}
.BlueBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueBallBullet.gif') no-repeat center left;
}
.BlueBranchArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueBranchArrow.gif') no-repeat center left;
}
.BlueDividedArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueDividedArrow.gif') no-repeat center left;
}
.BlueDownArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueDownArrow.gif') no-repeat center left;
}
.BlueJoinArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueJoinArrow.gif') no-repeat center left;
}
.BlueRedoArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueRedoArrow.gif') no-repeat center left;
}
.BlueRotateRightArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueRotateRightArrow.gif') no-repeat center left;
}
.BlueSquareBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueSquareBullet.gif') no-repeat center left;
}
.BlueSwitchArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueSwitchArrow.gif') no-repeat center left;
}
.BlueTriangleBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueTriangleBullet.gif') no-repeat center left;
}
.BlueUndoArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueUndoArrow.gif') no-repeat center left;
}
.BlueUpArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/BlueUpArrow.gif') no-repeat center left;
}
.Check {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/Check.png') no-repeat center left;
}
.Check2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/Check2.gif') no-repeat center left;
}
.Delete {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/Delete.gif') no-repeat center left;
}
.Forward {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/Forward.gif') no-repeat center left;
}
.GrassGreenBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GrassGreenBallBullet.gif') no-repeat center left;
}
.GreenBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreenBallBullet.gif') no-repeat center left;
}
.GreenSquareBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreenSquareBullet.gif') no-repeat center left;
}
.GreenTriangleBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreenTriangleBullet.gif') no-repeat center left;
}
.GreyAquaBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreyAquaBallBullet.gif') no-repeat center left;
}
.GreyBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreyBallBullet.gif') no-repeat center left;
}
.GreyLeftShapeArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreyLeftShapeArrow.gif') no-repeat center left;
}
.GreySquareBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreySquareBullet.gif') no-repeat center left;
}
.GreyTriangleBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/GreyTriangleBullet.gif') no-repeat center left;
}
.RedAquaBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/RedAquaBallBullet.gif') no-repeat center left;
}
.RedBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/RedBallBullet.gif') no-repeat center left;
}
.RedSquareBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/RedSquareBullet.gif') no-repeat center left;
}
.RedTriangleBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/RedTriangleBullet.gif') no-repeat center left;
}
.Reply {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/Reply.gif') no-repeat center left;
}
.RightShapeArrow {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/RightShapeArrow.gif') no-repeat center left;
}
.YellowAquaBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/YellowAquaBallBullet.gif') no-repeat center left;
}
.YellowBallBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/YellowBallBullet.gif') no-repeat center left;
}
.YellowSquareBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/YellowSquareBullet.gif') no-repeat center left;
}
.YellowTriangleBullet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/NavigationIcons/YellowTriangleBullet.gif') no-repeat center left;
}
/*===========================End Navigation Icons Stylesheet=======================*/
/*===========================Office Icons Stylesheet=======================*/
.AddressBook {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/AddressBook.gif') no-repeat center left;
}
.ArticleDocument {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/ArticleDocument.gif') no-repeat center left;
}
.At {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/At.png') no-repeat center left;
}
.Attachment {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Attachment.gif') no-repeat center left;
}
.Book {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Book.gif') no-repeat center left;
}
.Chair {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Chair.gif') no-repeat center left;
}
.ChartBar {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/ChartBar.gif') no-repeat center left;
}
.ChartLine {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/ChartLine.gif') no-repeat center left;
}
.CoffeeCup {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/CoffeeCup.gif') no-repeat center left;
}
.CoinsCurency {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/CoinsCurency.gif') no-repeat center left;
}
.Computer {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Computer.gif') no-repeat center left;
}
.Conference {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Conference.gif') no-repeat center left;
}
.Date {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Date.gif') no-repeat center left;
}
.DocumentBox {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/DocumentBox.gif') no-repeat center left;
}
.Door {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Door.gif') no-repeat center left;
}
.DreamweaverFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/DreamweaverFile.gif') no-repeat center left;
}
.Email {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Email.gif') no-repeat center left;
}
.Envelope {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Envelope.gif') no-repeat center left;
}
.ExeFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/ExeFile.gif') no-repeat center left;
}
.FloppyDisk {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/FloppyDisk.gif') no-repeat center left;
}
.Folder1 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Folder1.gif') no-repeat center left;
}
.Folder2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Folder2.gif') no-repeat center left;
}
.Folder3 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Folder3.gif') no-repeat center left;
}
.Folder4 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Folder4.gif') no-repeat center left;
}
.Folder5 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Folder5.gif') no-repeat center left;
}
.HomePage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/HomePage.gif') no-repeat center left;
}
.HotNews {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/HotNews.gif') no-repeat center left;
}
.IDCard {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/IDCard.gif') no-repeat center left;
}
.IllustratorFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/IllustratorFile.gif') no-repeat center left;
}
.IndesignFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/IndesignFile.gif') no-repeat center left;
}
.Index {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Index.gif') no-repeat center left;
}
.Keyboard {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Keyboard.gif') no-repeat center left;
}
.Letter {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Letter.gif') no-repeat center left;
}
.MacOSXFolder {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/MacOSXFolder.gif') no-repeat center left;
}
.Mail {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Mail.gif') no-repeat center left;
}
.Map {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Map.gif') no-repeat center left;
}
.Monitor {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Monitor.gif') no-repeat center left;
}
.Mouse {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Mouse.gif') no-repeat center left;
}
.Newspaper {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Newspaper.gif') no-repeat center left;
}
.Newspaper2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Newspaper2.gif') no-repeat center left;
}
.NotePage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/NotePage.gif') no-repeat center left;
}
.OpenBook {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/OpenBook.gif') no-repeat center left;
}
.OpenEmail {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/OpenEmail.gif') no-repeat center left;
}
.OpenFolder {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/OpenFolder.gif') no-repeat center left;
}
.Page {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Page.gif') no-repeat center left;
}
.PaperList {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/PaperList.gif') no-repeat center left;
}
.PastePalate {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/PastePalate.gif') no-repeat center left;
}
.Picture {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Picture.gif') no-repeat center left;
}
.Purchase {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Purchase.gif') no-repeat center left;
}
.Script {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Script.gif') no-repeat center left;
}
.SearchPage {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/SearchPage.gif') no-repeat center left;
}
.ShoppingBag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/ShoppingBag.gif') no-repeat center left;
}
.Sitemap {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Sitemap.gif') no-repeat center left;
}
.Stats2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Stats2.gif') no-repeat center left;
}
.Tag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Tag.gif') no-repeat center left;
}
.Telephone {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/Telephone.gif') no-repeat center left;
}
.TextFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/TextFile.gif') no-repeat center left;
}
.YellowFolder {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/YellowFolder.gif') no-repeat center left;
}
.YellowPen {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/YellowPen.gif') no-repeat center left;
}
.ZipFile {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/OfficeIcons/ZipFile.gif') no-repeat center left;
}
/*===========================End Office Icons Stylesheet=======================*/
/*===========================Tool Icons Stylesheet=======================*/
.Alarm {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Alarm.gif') no-repeat center left;
}
.Anchor {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Anchor.gif') no-repeat center left;
}
.Basketball {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Basketball.gif') no-repeat center left;
}
.Bell {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Bell.gif') no-repeat center left;
}
.Billards {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Billards.gif') no-repeat center left;
}
.BlueActionWheel {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/BlueActionWheel.gif') no-repeat center left;
}
.BlueFlag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/BlueFlag.gif') no-repeat center left;
}
.Box {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Box.gif') no-repeat center left;
}
.BriefCase {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/BriefCase.gif') no-repeat center left;
}
.Calculator {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Calculator.gif') no-repeat center left;
}
.Calendar {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Calendar.gif') no-repeat center left;
}
.Cart {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Cart.gif') no-repeat center left;
}
.CD {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/CD.gif') no-repeat center left;
}
.Clock {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Clock.gif') no-repeat center left;
}
.Component {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Component.gif') no-repeat center left;
}
.CropTool {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/CropTool.gif') no-repeat center left;
}
.DeskPhone {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/DeskPhone.gif') no-repeat center left;
}
.EmptyBox {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/EmptyBox.gif') no-repeat center left;
}
.Entertainment {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Entertainment.gif') no-repeat center left;
}
.FileBox {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/FileBox.gif') no-repeat center left;
}
.FirefoxBrowser {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/FirefoxBrowser.gif') no-repeat center left;
}
.FolderExport {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/FolderExport.gif') no-repeat center left;
}
.FolderImport {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/FolderImport.gif') no-repeat center left;
}
.Football {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Football.gif') no-repeat center left;
}
.Gear {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Gear.gif') no-repeat center left;
}
.Golf {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Golf.gif') no-repeat center left;
}
.GrayWallet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/GrayWallet.gif') no-repeat center left;
}
.GreenFlag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/GreenFlag.gif') no-repeat center left;
}
.GreyFlag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/GreyFlag.gif') no-repeat center left;
}
.HardDisk {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/HardDisk.gif') no-repeat center left;
}
.HourGlass {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/HourGlass.gif') no-repeat center left;
}
.Key {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Key.gif') no-repeat center left;
}
.Light {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Light.gif') no-repeat center left;
}
.Lock {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Lock.gif') no-repeat center left;
}
.MacApplicationTool {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/MacApplicationTool.gif') no-repeat center left;
}
.MacMonitor {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/MacMonitor.gif') no-repeat center left;
}
.Magnifier {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Magnifier.gif') no-repeat center left;
}
.MoveTool {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/MoveTool.gif') no-repeat center left;
}
.Movie {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Movie.gif') no-repeat center left;
}
.Network {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Network.gif') no-repeat center left;
}
.Paste {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Paste.gif') no-repeat center left;
}
.PCMonitor {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/PCMonitor.gif') no-repeat center left;
}
.Pencil {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Pencil.gif') no-repeat center left;
}
.Raquet {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Raquet.gif') no-repeat center left;
}
.RedFlag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/RedFlag.gif') no-repeat center left;
}
.Ruler {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Ruler.gif') no-repeat center left;
}
.Search {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Search.png') no-repeat center left;
}
.Shield {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Shield.png') no-repeat center left;
}
.Shuttlecock {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Shuttlecock.gif') no-repeat center left;
}
.Soccer {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Soccer.gif') no-repeat center left;
}
.Sound {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Sound.gif') no-repeat center left;
}
.Switcher {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Switcher.gif') no-repeat center left;
}
.Tennis {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Tennis.gif') no-repeat center left;
}
.ToolBoxOpen {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/ToolBoxOpen.gif') no-repeat center left;
}
.UnLock {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/UnLock.gif') no-repeat center left;
}
.VolumeControl {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/VolumeControl.gif') no-repeat center left;
}
.Wand {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Wand.gif') no-repeat center left;
}
.Warning {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Warning.gif') no-repeat center left;
}
.Webcam {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Webcam.gif') no-repeat center left;
}
.Wrench {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/Wrench.gif') no-repeat center left;
}
.YellowBulb {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/YellowBulb.gif') no-repeat center left;
}
.YellowFlag {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/ToolIcons/YellowFlag.gif') no-repeat center left;
}
/*===========================End Tool Icons Stylesheet=======================*/
/*===========================User Icons Stylesheet=======================*/
.Comment {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Comment.gif') no-repeat center left;
}
.Contact {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Contact.gif') no-repeat center left;
}
.Eye {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Eye.gif') no-repeat center left;
}
.Finger {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Finger.gif') no-repeat center left;
}
.FolderHolder {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/FolderHolder.gif') no-repeat center left;
}
.Hand {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Hand.gif') no-repeat center left;
}
.HandPoint {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/HandPoint.gif') no-repeat center left;
}
.Help {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Help.gif') no-repeat center left;
}
.Personal {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Personal.png') no-repeat center left;
}
.Public {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Public.gif') no-repeat center left;
}
.User {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/User.gif') no-repeat center left;
}
.VIPCard {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/VIPCard.gif') no-repeat center left;
}
.Woman1 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Woman1.png') no-repeat center left;
}
.Woman2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Woman2.png') no-repeat center left;
}
.Woman3 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Woman3.png') no-repeat center left;
}
.Woman4 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Woman4.png') no-repeat center left;
}
.Worker1 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Worker.png') no-repeat center left;
}
.Worker2 {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/Worker2.png') no-repeat center left;
}
.YellowComment {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/UserIcons/YellowComment.gif') no-repeat center left;
}
.MoveUp16x16Icon {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MoveUp.gif') no-repeat left center;
}
.MoveDown16x16Icon {
  background: url('/eXoSkin/skin/images/themes/default/Icons/skinIcons/16x16/MoveDown.gif') no-repeat left center;
}
/*===========================End User Icons Stylesheet=======================*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiUserSelector .uiSearch {
  margin: 15px 0;
}
.uiUserSelector .uiSearch input[type="text"] {
  margin: 0 5px 0 0;
}
.uiUserSelector .uiSearch .actionIcon {
  vertical-align: middle;
}
.uiUserSelector .searchByGroup + .searchByUser {
  float: left;
  margin-left: 12px;
}
.uiUserSelector .searchByUser .inputLarge,
.uiUserSelector .searchByUser .inputXLarge {
  position: relative;
  vertical-align: middle;
}
.uiUserSelector .searchByUser .btnSearchUser {
  position: absolute;
  right: 13px;
  top: -1px;
}
.searchByUser .inputLarge,
.searchByUser .inputXLarge {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .uiUserSelector .searchByGroup + .searchByUser,
  .uiSearch .searchByGroup {
    float: none;
    margin-left: 0px;
    display: block;
  }
  .uiUserSelector .searchByGroup + .searchByUser input,
  .uiSearch .searchByGroup input,
  .uiUserSelector .searchByGroup + .searchByUser select,
  .uiSearch .searchByGroup select {
    width: 100%;
    margin: 0 0 15px 0!important;
  }
  .uiSearch #filter {
    margin-top: 15px;
  }
  .uiSearch .searchByGroup,
  .uiSearch .searchByUser {
    position: relative;
  }
  .uiSearch .searchByGroup span,
  .uiSearch .searchByUser span {
    position: relative;
    display: block;
    width: 100%;
  }
  .uiSearch .searchByGroup input,
  .uiSearch .searchByUser input {
    padding-right: 30px;
  }
  .uiSearch .searchByGroup .inputLarge + .actionIcon,
  .uiSearch .searchByUser .inputLarge + .actionIcon,
  .uiSearch .searchByGroup .inputXLarge + .actionIcon,
  .uiSearch .searchByUser .inputXLarge + .actionIcon {
    position: absolute;
    right: 2px;
    top: 0px;
  }
  .uiSearch .searchByGroup .actionIcon,
  .uiSearch .searchByUser .actionIcon,
  .uiSearch .searchByGroup .btnSearchUser,
  .uiSearch .searchByUser .btnSearchUser {
    position: absolute;
    right: 2px;
    top: 4px;
  }
  .uiSearch .searchByGroup .btnSearchUser,
  .uiSearch .searchByUser .btnSearchUser {
    right: 5px;
  }
  .uiSearch .searchByUser > span {
    float: none;
    display: block;
  }
  .uiSearch .searchByUser > span input,
  .uiSearch .searchByUser > span select {
    width: 100%!important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiPageSearch {
  margin: 0 0 25px 0;
}
.uiPageSearch input[type="text"] {
  margin: 0 15px 0 0;
}
.UIPortalWarning.Empty {
  text-align: center;
  height: calc(100vh - @navbarHeight - 3px);
  display: flex;
}
.UIPortalWarning.Empty .content {
  margin: 50px auto auto;
}
.UIPortalWarning.Empty .content .disabled {
  color: #999999;
  margin: 15px 0 20px;
}
.UIPortalWarning.Empty .content .uiIconWarning {
  font-size: 5em;
  border-radius: 50%;
  background-color: #ccc;
  color: #ffffff;
  padding: 20px 30px 30px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiPageBrowser .uiPageContainer {
  padding: 20px 10px;
}
.uiPageBrowser .uiPageContainer .uiSearch {
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .uiPageBrowser .uiPageContainer input {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.UIPageManagementPortlet .uiPageBrowser {
  margin-bottom: 50px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.UIEditInlineWS {
  /*---------- Portlet ----------*/
  /*---------- uiContainerList ----------*/
  /*---------- UIPageBody ----------*/
}
.UIEditInlineWS .EdittingContainer {
  padding: 3px;
}
.UIEditInlineWS .NormalContainerBlock {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed var(--allPagesBorderColor, #e1e8ee);
  padding: 2px;
}
.UIEditInlineWS .OverContainerBlock {
  border: 1px solid var(--allPagesPrimaryColorLighter, #9ebde0);
  background: var(--allPagesBaseBackground, #ffffff);
  height: 100%;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 2px;
}
.UIEditInlineWS .EdittingContainer .UIRowContainer {
  min-height: 100px;
  text-align: center;
}
.UIEditInlineWS .DragAndDropPreview {
  width: auto;
  height: 80px;
  background: url('/eXoSkin/skin/images/themes/default/Container/DragAndDropPreview4x4.gif');
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin: 0px 12px 10px 12px;
}
.UIEditInlineWS .UIPageBodyMask {
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--allPagesBaseBackground, #ffffff);
  cursor: move;
}
.UIEditInlineWS .EDITION-BLOCK .CONTROL-BLOCK {
  background: var(--allPagesPrimaryColorLighter, #9ebde0);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--allPagesLightWhite, #ffffff);
  height: 20px;
  left: -3px;
  padding: 5px 10px 5px 5px;
  position: absolute;
  top: -3px;
  white-space: nowrap;
}
.UIEditInlineWS .EDITION-BLOCK .CONTROL-BLOCK .uiIconDragDrop + .tooltip .tooltip-inner {
  white-space: normal;
}
.UIEditInlineWS .EDITION-BLOCK .CONTROL-BLOCK > span {
  margin: 0 8px 0 2px;
}
.UIEditInlineWS .EDITION-BLOCK .CONTROL-BLOCK .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.UIEditInlineWS .EDITION-BLOCK .CONTROL-BLOCK .dropdown-menu.dropdown-menu:after {
  border-bottom: 6px solid var(--allPagesBaseBackground, #ffffff);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.UIEditInlineWS .EDITION-BLOCK .CONTROL-BLOCK .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.UIEditInlineWS .EDITION-BLOCK .NewLayer {
  background: none;
}
.UIEditInlineWS .EDITION-BLOCK .NewLayer.Disabled {
  background: #ffffff;
}
.UIEditInlineWS .uiTabContainer .tab-pane {
  padding: 2px;
}
.UIEditInlineWS .UIPortlet .LAYOUT-PORTLET {
  padding: 4px;
}
.UIEditInlineWS .UIPortlet .portletLayoutDecorator {
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  box-shadow: 0px 1px 3px rgba(35, 44, 48, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 85px;
  padding: 5px 10px;
  text-align: center;
}
.UIEditInlineWS .UIPortlet .portletLayoutDecoratorHover {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: 1px solid var(--allPagesPrimaryColorLighter, #9ebde0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  min-height: 85px;
  padding: 5px 10px;
  text-align: center;
}
.UIEditInlineWS .uiContainerList [class*="ContainerLayout"] {
  background: url("/eXoSkin/skin/images/themes/default/Container/Container.png") no-repeat center;
  padding-left: 95px;
  font-weight: bold;
  margin-top: 3px;
}
.UIEditInlineWS .uiContainerList .OneRowContainerLayout {
  background-position: 5px top;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .TwoRowContainerLayout {
  background-position: 5px -41px;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .ThreeRowContainerLayout {
  background-position: 5px -82px;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .PluginContainerLayout {
  background-position: 5px -401px;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .PluginColumnContainerLayout {
  background-position: 5px -401px;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .TwoColumnContainerLayout {
  background-position: 5px -154px;
  height: 31px;
}
.UIEditInlineWS .uiContainerList .ThreeColumnContainerLayout {
  background-position: 5px -185px;
  height: 31px;
}
.UIEditInlineWS .uiContainerList .TwoTabContainerLayout {
  background-position: 5px -216px;
  height: 31px;
}
.UIEditInlineWS .uiContainerList .ThreeTabContainerLayout {
  background-position: 5px -247px;
  height: 31px;
}
.UIEditInlineWS .uiContainerList .TwoColumnOneRowContainerLayout {
  background-position: 5px -278px;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .OneRowTwoColumnContainerLayout {
  background-position: 5px -319px;
  height: 41px;
}
.UIEditInlineWS .uiContainerList .OneRow2Column1RowContainerLayout {
  background-position: 5px -360px;
  height: 41px;
}
.UIEditInlineWS .UIPageBody .pageLayoutDecorator {
  background: url("/eXoSkin/skin/images/themes/default/Container/PortalTexture.png") repeat center;
  min-height: 140px;
  border: 1px solid var(--allPagesPrimaryColorLighter, #9ebde0);
  -webkit-box-shadow: 0 2px 1px rgab(35, 44, 48, 0.3);
  -moz-box-shadow: 0 2px 1px rgab(35, 44, 48, 0.3);
  box-shadow: 0 2px 1px rgab(35, 44, 48, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 2px;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.UIEditInlineWS .UIPageBody .pageLayoutDecorator .title {
  background: var(--allPagesPrimaryColorLighter, #9ebde0);
  line-height: 33px;
  height: 33px;
  color: var(--allPagesBaseBackground, #ffffff);
  float: left;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  margin: -6px -85px;
  padding: 0 78px;
  word-spacing: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(35, 44, 48, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(35, 44, 48, 0.2);
  box-shadow: 0px 1px 3px rgba(35, 44, 48, 0.2);
  -webkit-transform: rotate(-29deg);
  -moz-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  -o-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
.UIEditInlineWS .UIPageBody .SelfDisabledChildrenEnabled {
  background: rgba(181, 182, 182, 0.4);
}
/*---------- UIPortletForm ----------*/
#tab-UIPortletForm .tab-content .uiItemSelector {
  padding: 0;
}
#tab-UIPortletForm .uiTabContent.resizable {
  overflow: auto;
  max-height: 300px;
  margin: -10px;
}
/****************** Toggle Container *********************/
/*Note: we only want this to apply to the first SwitchingContianer and not nested ones.
 *      Ideally the markup for contianers would be more simple than this...           */
.UISwitchingContainer > .UIComponentBlock > div > div > .UISwitchingColumn > .TRContainer > .SwitchingContainer {
  display: table-cell;
}
.UISwitchingContainer.ToggledRow > .UIComponentBlock > div > div > .UISwitchingColumn > .TRContainer > .SwitchingContainer {
  display: block;
}
.UIEditInlineWS .popupHeader [class^="uiIcon"] {
  margin-left: 6px!important;
}
@media (max-width: 1024px) {
  #UIPageEditor,
  #UIPortalComposer,
  .uiDashboardPortlet .uiPopup {
    float: right;
    width: 400px !important;
  }
}
@media (max-width: 767px) {
  #UIPageEditor .uiAction .btn,
  #UIPortalComposer .uiAction .btn,
  .uiDashboardPortlet .uiPopup .uiAction .btn {
    display: block;
    margin: 10px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #UIPageEditor,
  #UIPortalComposer,
  .uiDashboardPortlet .uiPopup {
    width: 70% !important;
  }
}
@media (max-width: 320px) {
  .UIEditInlineWS .uiContainerList [class*="ContainerLayout"] {
    color: transparent;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@font-face {
  font-family: 'PLF-FONT-ICONS';
  src: url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.eot?-m9uidt');
  src: url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.eot?#iefix-m9uidt') format('embedded-opentype'), url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.ttf?-m9uidt') format('truetype'), url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.woff?-m9uidt') format('woff'), url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.svg?-m9uidt#PLF-FONT-ICONS') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="voted"],
[class^="unvoted"] {
  font-family: "PLF-FONT-ICONS";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
}
.uiVoteForm .voteFormContainer h6 {
  margin: 0px 0px 5px 10px;
  font-weight: normal;
}
.uiVoteForm .voteFormContainer .uiRatingInfoContainer {
  margin: 0px auto 13px;
  text-align: center;
}
.uiVoteForm .voteFormContainer .uiRatingInfoContainer [class^="uiIcon"] {
  cursor: pointer;
}
.uiVoteForm .voteFormContainer .uiRatingInfoContainer [class^="uiIcon"]:before {
  content: "\e7a1";
}
.uiVoteForm .voteFormContainer .uiRatingInfoContainer .uiIconOverVote,
.uiVoteForm .voteFormContainer .uiRatingInfoContainer .uiIconRatedVote {
  color: #ffc40d;
}
.uiVoteForm .voteFormContainer .uiRatingInfoContainer .uiIconOverVote:before,
.uiVoteForm .voteFormContainer .uiRatingInfoContainer .uiIconRatedVote:before {
  content: "\e779";
}
/*---------- Vote of View1 ----------*/
.uiVote .voteRatingInfo {
  float: left;
  line-height: 16px;
  margin-right: 15px;
}
.uiVote .voteRatingInfo span {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiVote .avgRatingImages .voted,
.uiVote .avgRatingImages .votedHaft,
.uiVote .avgRatingImages .unvoted {
  cursor: default;
}
.uiVote .avgRatingImages .voted:before {
  content: "\e779";
}
.uiVote .avgRatingImages .unvoted:before {
  content: "\e7a1";
}
.uiVote .avgRatingImages .votedHaft:before {
  content: "\e7a0";
}
.uiVote .avgRatingImages .voted,
.uiVote .avgRatingImages .votedHaft {
  color: #ffc40d;
}
.uiVoteMini .avgRatingImages .voted,
.uiVoteMini .avgRatingImages .votedHaft,
.uiVoteMini .avgRatingImages .unvoted {
  font-size: 10px;
}
.uiVoteMini .avgRatingImages .voted:before {
  content: "\e779";
}
.uiVoteMini .avgRatingImages .unvoted:before {
  content: "\e7a1";
}
.uiVoteMini .avgRatingImages .votedHaft:before {
  content: "\e7a0";
}
.uiVoteMini .avgRatingImages .voted,
.uiVoteMini .avgRatingImages .votedHaft {
  color: #ffc40d;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiWizard {
  padding: 20px;
}
.uiWizard .wizardStepTitleBar .stepTitle {
  font-size: 13px;
  font-weight: normal;
}
.uiWizard .uiWizardPageSetInfo {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.uiWizard .uiWizardPageSetInfo .pageNodeContainer {
  float: none;
}
@media (min-width: 768px) {
  .uiWizard .uiWizardPageSetInfo .pageNodeContainer {
    width: 240px;
    float: left;
  }
}
.uiWizard .uiWizardPageSetInfo .pageNodeContainer .uiTrees {
  max-height: 402px;
  overflow: auto;
  background: none;
  border: none;
  padding: 5px 10px;
}
.uiWizard .uiWizardPageSetInfo .selectedPageInfo {
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
  min-height: 412px;
}
@media (min-width: 768px) {
  .uiWizard .uiWizardPageSetInfo .selectedPageInfo {
    margin-left: 240px;
    border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
    border-top: none;
  }
}
.uiWizard .uiWizardPageSetInfo .selectedPageInfo .form-horizontal {
  padding: 15px;
}
.uiWizard .uiWizardPageSetInfo .selectedPageInfo .pageNodeInfo {
  background: var(--allPagesPrimaryBackground, #f0f0f0);
  padding: 8px 15px;
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiWizard .uiWizardPageSetInfo .selectedPageInfo .pageNodeInfo .label {
  background: none;
  color: var(--allPagesBaseTextColor, #333333) !important;
  box-shadow: none;
  text-shadow: none;
  font-size: inherit;
  padding: 0;
}
.uiWizard .uiWizardPageSetInfo .selectedPageInfo .uiFormWithTitle {
  overflow: hidden;
}
.uiWizard .uiWizardPageSetInfo .selectedPageInfo .uiFormWithTitle > .title {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: none;
  box-shadow: none;
  padding: 8px 20px;
}
.uiWizard .uiWizardPageSetInfo .NoPageSelecter .selectedPageInfo {
  margin-left: 0;
  border: none;
}
.uiWizard .wizardControlBar {
  padding: 20px 0px 0;
}
.uiWizard .wizardControlBar .stepNavigationBar .btn {
  padding: 1px 7px;
}
.uiWizard .wizardControlBar .stepNavigationBar .btn.active {
  color: var(--allPagesPrimaryColor, #578dc9);
  font-weight: bold;
}
.uiWizard .UIWizardPageSelectLayoutForm {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
@media (max-width: 767px) {
  .uiWizard .UIWizardPageSelectLayoutForm {
    border-left: none;
    overflow: visible;
  }
}
.uiWizard .UIWizardPageSelectLayoutForm .uiItemSelector {
  padding: 0;
}
@media (max-width: 767px) {
  .uiWizard .UIWizardPageSelectLayoutForm .uiItemSelector .itemDetail .title {
    border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
  }
}
.uiWizard .UIWizardPageSelectLayoutForm .itemListContainer {
  padding: 20px;
}
@media (max-width: 767px) {
  .uiWizard .UIWizardPageSelectLayoutForm .itemListContainer {
    border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
  }
}
.uiWizard .UIWizardPageSelectLayoutForm .itemListContainer .uiBox {
  margin: 0;
}
.uiWizard .UIWizardPageSelectLayoutForm .itemListContainer .uiBox .itemList > li.selectedItem > a {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.uiWizard .UIWizardPageSelectLayoutForm .itemListContainer .itemList {
  height: 182px;
}
.uiWizard .UIWizardPageSelectLayoutForm .itemDetailList {
  background: var(--allPagesBaseBackground, #ffffff);
  border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiWizard .UIWizardPageSelectLayoutForm .itemDetailList .container {
  padding: 75px;
  width: auto;
}
.uiWizard .UIWizardPageSelectLayoutForm .itemDetailList .container .tooltip .tooltip-inner {
  max-width: 330px;
  white-space: nowrap;
}
.uiWizard .UIWizardPageSelectLayoutForm .EmptyLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
}
.uiWizard .UIWizardPageSelectLayoutForm .DashboardLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -1500px;
}
.uiWizard .UIWizardPageSelectLayoutForm .TwoColumnsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -1125px;
}
.uiWizard .UIWizardPageSelectLayoutForm .ThreeColumnsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -1250px;
}
.uiWizard .UIWizardPageSelectLayoutForm .TwoColumnsOneRowLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -500px;
}
.uiWizard .UIWizardPageSelectLayoutForm .TwoColumnsTwoRowsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -625px;
}
.uiWizard .UIWizardPageSelectLayoutForm .OneRowsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -125px;
}
.uiWizard .UIWizardPageSelectLayoutForm .TwoRowsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -250px;
}
.uiWizard .UIWizardPageSelectLayoutForm .ThreeRowsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -375px;
}
.uiWizard .UIWizardPageSelectLayoutForm .OneRowTwoColumnsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -1375px;
}
.uiWizard .UIWizardPageSelectLayoutForm .TwoTabsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -1625px;
}
.uiWizard .UIWizardPageSelectLayoutForm .ThreeTabsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -1750px;
}
.uiWizard .UIWizardPageSelectLayoutForm .ThreeRowsTwoColumnsLayout {
  width: 90%;
  height: 125px;
  min-width: 185px;
  background: url('/eXoSkin/skin/images/themes/default/Container/ItemSelector.png') no-repeat center top transparent;
  margin: auto;
  background-position: center -750px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.calendarBox {
  text-align: center;
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-weight: bold;
  width: 50px;
}
.calendarBox .heading {
  color: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesPrimaryDarkerColor, #3972b1);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColorLighter, #9ebde0)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}
.calendarBox .content {
  font-size: 24px;
  color: var(--allPagesPrimaryColor, #578dc9);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 8px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.calendarBox.calendarBox-mini {
  width: 20px;
  height: 20px;
}
.calendarBox.calendarBox-mini .heading {
  padding: 0;
  font-size: 6px;
  line-height: 5px;
}
.calendarBox.calendarBox-mini .content {
  font-size: 7px;
  line-height: 9px;
  padding: 0;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiChangeLanguageForm.uiBox {
  margin-bottom: 0;
}
.uiChangeLanguageForm .uiGrid.table {
  border: none;
}
.uiChangeLanguageForm .normalItem .uiIconTick {
  display: none;
}
.uiChangeLanguageForm .uiGrid.table td,
.uiChangeLanguageForm .uiGrid.table th {
  padding: 8px;
}
.uiChangeLanguageForm .uiGrid.table td a,
.uiChangeLanguageForm .uiGrid.table th a {
  color: var(--allPagesBaseTextColor, #333333);
  cursor: pointer;
}
.uiChangeLanguageForm.uiBox .uiContentBox {
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.uiChangeLanguageForm.uiBox .uiActionBorder {
  margin: 0 0 15px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiVTabInputSet .itemListContainer {
  margin: 0px 0 0 10px;
  width: 100%;
}
.uiVTabInputSet .itemListContainer .uiContentBox {
  padding: 15px;
}
.uiVTabInputSet .itemListContainer .itemList li .item {
  color: var(--allPagesBaseTextColor, #333333);
  display: block;
  padding: 4px 10px;
  margin: 0;
  text-align: left;
}
.uiVTabInputSet .itemListContainer .itemList li .item [class^="uiIcon"] {
  margin-right: 10px;
}
.uiVTabInputSet .itemListContainer .itemList li + li {
  margin-top: 6px;
}
.uiVTabInputSet .itemListContainer .itemList li + li .item {
  margin-top: 4px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiMention {
  background: none repeat scroll 0 0 var(--allPagesPrimaryColor, #578dc9);
  border: 1px solid #476a9c;
  border-radius: 3px;
  font-size: 14px;
  color: var(--allPagesBaseBackground, #ffffff);
  display: inline-block;
  padding: 1px 5px;
  line-height: 20px;
  margin: 0px 2px 2px 0;
}
.uiMention a {
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiMention > [class^="uiIcon"] {
  margin-left: 5px;
  font-size: 0;
  color: var(--allPagesSecondaryColor, #476a9c);
}
.uiMention > [class^="uiIcon"]:hover {
  cursor: pointer;
}
.exo-mentions {
  position: relative;
}
.exo-mentions textarea {
  display: none;
}
.exo-mentions .autocomplete-menu {
  display: none;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}
.exo-mentions .autocomplete-menu li {
  background-color: var(--allPagesBaseBackground, #ffffff);
  padding: 5px 10px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}
.exo-mentions .autocomplete-menu li:first-child {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.exo-mentions .autocomplete-menu li:last-child {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.exo-mentions .autocomplete-menu li > .avatarSmall {
  display: inline-block;
  margin-right: 10px;
}
.exo-mentions .autocomplete-menu li.active,
.exo-mentions .autocomplete-menu li:hover {
  background-color: var(--allPagesPrimaryColor, #578dc9);
  color: var(--allPagesBaseBackground, #ffffff);
}
.exo-mentions .autocomplete-menu li.msg {
  background-color: var(--allPagesBaseBackground, #ffffff);
  cursor: inherit;
}
.exo-mentions .autocomplete-menu li strong {
  font-weight: bold;
}
.exo-mentions .mentions {
  display: none;
}
.exo-mentions .replaceTextArea {
  margin: 0;
  width: auto;
  cursor: text;
  position: relative;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  border-radius: 4px;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  color: var(--allPagesBaseColorDark, #333333);
  font-size: 14px;
  height: 28px;
  padding: 5px 10px;
  background: var(--allPagesBaseBackground, #ffffff);
}
.exo-mentions .replaceTextArea:focus,
.exo-mentions .replaceTextArea.focus {
  border-color: var(--allPagesInputFocusBorder, #a6bad6);
  color: var(--allPagesBaseColorDark, #333333);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
}
.exo-mentions .replaceTextArea > span {
  background: var(--allPagesPrimaryColor, #578dc9);
  border-radius: 3px;
  color: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #476a9c;
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  padding: 1px 16px 1px 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 3px;
}
.exo-mentions .replaceTextArea > span i {
  margin-left: 4px;
  font-size: 0;
}
.exo-mentions .replaceTextArea > span .removePermission .uiIconClose {
  top: 7px !important;
}
.exo-mentions .replaceTextArea .removePermission .uiIconClose {
  top: 2px !important;
}
.exo-mentions .replaceTextArea span + input {
  top: -6px;
}
.exo-mentions .replaceTextArea span.none {
  background: none transparent;
  border: none;
  border-radius: 0px;
  color: var(--allPagesBaseBackground, #ffffff);
  padding: 0px;
  display: inline;
  width: 0px;
}
.exo-mentions .replaceTextArea .uiIconClose {
  cursor: pointer;
}
.exo-mentions .replaceTextArea .cursorText {
  display: inline;
  width: 0px;
}
.exo-mentions .replaceTextArea .cursorText input {
  padding: 0;
}
.exo-mentions .placeholder {
  color: var(--allPagesBaseColorLight, #999999);
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.exo-mentions .uiIconClose {
  display: inline-block !important;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 7px !important;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.attachmentContainer {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  padding: 18px;
  margin-top: 10px;
}
.attachmentContainer .otherAttachmentBox + .otherAttachmentBox {
  margin-top: 5px;
}
.attachmentContainer .attachmentTitle {
  margin-bottom: 15px;
}
.attachmentContainer .attachmentTitle .uiIconAttach {
  margin-right: 3px;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox {
  display: inline-block;
  width: 128px;
  height: 128px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 5px;
  position: relative;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox:hover .actionAttachImg {
  display: block;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .imgAttach img,
.attachmentContainer .attachmentContentImage .imageAttachmentBox img {
  max-width: 128px;
  max-height: 128px;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .imgAttach {
  line-height: 125px;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .actionAttachImg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 128px;
  height: 128px;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .actionAttachImg p {
  margin: 45px 0 0 40px;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .actionAttachImg p a {
  color: transparent;
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-left: -5px;
  width: 22px;
  height: 22px;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .actionAttachImg p a:hover {
  font-weight: bold;
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .actionAttachImg p a i {
  color: var(--allPagesBaseBackground, #ffffff);
}
.attachmentContainer .attachmentContentImage .imageAttachmentBox .actionAttachImg p + p {
  margin-top: 0;
}
.postContentContainer .signature {
  font-style: italic;
}
.postContentContainer .signature span {
  border-top: dotted 1px var(--allPagesBorderColor, #e1e8ee);
  width: 100%;
  display: inline-block;
}
.postContentContainer .signature p {
  padding-left: 10px;
}
.footPost {
  border-top: dotted 1px var(--allPagesBorderColor, #e1e8ee);
  margin-top: 20px;
  padding-top: 5px;
  color: var(--allPagesBaseColorLight, #999999);
  text-align: right;
}
.footPost .txtLastEdit {
  font-size: 13px;
}
.footPost .txtLastEdit .uiUserInfo {
  display: inline-block;
  text-align: left;
}
.footPost .txtLastEdit .txtEditBy {
  position: relative;
  top: 0px;
  left: 0px;
}
.footPost .btnDetailTopic {
  margin-top: 10px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.UIWindow .UIApplication {
  overflow: auto;
}
/*---------- DefaultTheme ----------*/
.DefaultTheme {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.DefaultTheme .windowBar {
  background: var(--allPagesPrimaryBackground, #f0f0f0);
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.DefaultTheme .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DefaultTheme .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.DefaultTheme .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.DefaultTheme .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
  left: 4px;
  top: 5px;
}
.DefaultTheme .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.DefaultTheme .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.DefaultTheme .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.DefaultTheme .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.DefaultTheme .middleDecorator {
  height: 100%;
}
.DefaultTheme .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.DefaultTheme .bottomDecorator {
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
.windowBar .portletName > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
/*---------- MacGray -----------*/
.MacGray {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #9b9b9b;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.MacGray .windowBar {
  background-image: -moz-linear-gradient(top, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBorderColor, #e1e8ee)), to(#a8a8a8));
  background-image: -webkit-linear-gradient(top, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-image: -o-linear-gradient(top, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-image: linear-gradient(to bottom, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 #e2e2e2;
  -moz-box-shadow: inset 0 1px 0 #e2e2e2;
  box-shadow: inset 0 1px 0 #e2e2e2;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #676767;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.MacGray .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MacGray .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.MacGray .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/macTheme.png');
  background-repeat: no-repeat;
}
.MacGray .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/macTheme.png');
  background-position: center 0px;
}
.MacGray .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -48px;
}
.MacGray .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.MacGray .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center -32px;
}
.MacGray .windowBar > [class*="pull-right"] .uiIconArrowDown:hover {
  display: block;
  background-position: center -64px;
}
.MacGray .windowBar > [class*="pull-right"] .maximizedIcon:hover {
  background-position: center -112px;
}
.MacGray .windowBar > [class*="pull-right"] .restoreIcon:hover {
  background-position: center -80px;
}
.MacGray .windowBar > [class*="pull-right"] .minimizedIcon:hover {
  background-position: center -96px;
}
.MacGray .middleDecorator {
  height: 100%;
}
.MacGray .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.MacGray .bottomDecorator {
  border-top: 1px solid #676767;
  background-image: -moz-linear-gradient(top, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBorderColor, #e1e8ee)), to(#a8a8a8));
  background-image: -webkit-linear-gradient(top, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-image: -o-linear-gradient(top, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-image: linear-gradient(to bottom, var(--allPagesBorderColor, #e1e8ee), #a8a8a8);
  background-repeat: repeat-x;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
}
/*---------- MacTheme ----------*/
.MacTheme {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.MacTheme .windowBar {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryBackground, #f0f0f0)), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 var(--allPagesBaseBackground, #ffffff);
  -moz-box-shadow: inset 0 1px 0 var(--allPagesBaseBackground, #ffffff);
  box-shadow: inset 0 1px 0 var(--allPagesBaseBackground, #ffffff);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #adadad;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.MacTheme .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MacTheme .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.MacTheme .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/macTheme.png');
  background-repeat: no-repeat;
}
.MacTheme .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/macTheme.png');
  background-position: center 0px;
}
.MacTheme .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -48px;
}
.MacTheme .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -32px;
}
.MacTheme .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center -16px;
}
.MacTheme .windowBar > [class*="pull-right"] .uiIconArrowDown:hover {
  display: block;
  background-position: center -64px;
}
.MacTheme .windowBar > [class*="pull-right"] .maximizedIcon:hover {
  background-position: center -112px;
}
.MacTheme .windowBar > [class*="pull-right"] .restoreIcon:hover {
  background-position: center -96px;
}
.MacTheme .windowBar > [class*="pull-right"] .minimizedIcon:hover {
  background-position: center -80px;
}
.MacTheme .middleDecorator {
  height: 100%;
}
.MacTheme .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.MacTheme .bottomDecorator {
  border-top: 1px solid #adadad;
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryBackground, #f0f0f0)), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryBackground, #f0f0f0), #d6d6d6);
  background-repeat: repeat-x;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
}
/*---------- MacBlueSteel ----------*/
.MacBlueSteel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #617c99;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.MacBlueSteel .windowBar {
  background-image: -moz-linear-gradient(top, #89a9c4, #6280a0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89a9c4), to(#6280a0));
  background-image: -webkit-linear-gradient(top, #89a9c4, #6280a0);
  background-image: -o-linear-gradient(top, #89a9c4, #6280a0);
  background-image: linear-gradient(to bottom, #89a9c4, #6280a0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 #97c0e2;
  -moz-box-shadow: inset 0 1px 0 #97c0e2;
  box-shadow: inset 0 1px 0 #97c0e2;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #445d76;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.MacBlueSteel .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MacBlueSteel .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.MacBlueSteel .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/macTheme.png');
  background-repeat: no-repeat;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/macTheme.png');
  background-position: center 0px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -48px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -32px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center -16px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .uiIconArrowDown:hover {
  display: block;
  background-position: center -64px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .maximizedIcon:hover {
  background-position: center -112px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .restoreIcon:hover {
  background-position: center -96px;
}
.MacBlueSteel .windowBar > [class*="pull-right"] .minimizedIcon:hover {
  background-position: center -80px;
}
.MacBlueSteel .middleDecorator {
  height: 100%;
}
.MacBlueSteel .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.MacBlueSteel .bottomDecorator {
  border-top: 1px solid #536b84;
  background-image: -moz-linear-gradient(top, #89a9c4, #6280a0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89a9c4), to(#6280a0));
  background-image: -webkit-linear-gradient(top, #89a9c4, #6280a0);
  background-image: -o-linear-gradient(top, #89a9c4, #6280a0);
  background-image: linear-gradient(to bottom, #89a9c4, #6280a0);
  background-repeat: repeat-x;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
}
/*---------- SimplePink ----------*/
.SimplePink {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #e3acdc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.SimplePink .windowBar {
  background: #fed4f9;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #e3acdc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.SimplePink .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SimplePink .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #e3acdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.SimplePink .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.SimplePink .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.SimplePink .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.SimplePink .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.SimplePink .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.SimplePink .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.SimplePink .middleDecorator {
  height: 100%;
}
.SimplePink .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.SimplePink .bottomDecorator {
  border-top: 1px solid #e3acdc;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleGreen ----------*/
.SimpleGreen {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #629535;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.SimpleGreen .windowBar {
  background: #8ac056;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #629535;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.SimpleGreen .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SimpleGreen .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #629535;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.SimpleGreen .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.SimpleGreen .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.SimpleGreen .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.SimpleGreen .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.SimpleGreen .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.SimpleGreen .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.SimpleGreen .middleDecorator {
  height: 100%;
}
.SimpleGreen .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.SimpleGreen .bottomDecorator {
  border-top: 1px solid #629535;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleOrange ----------*/
.SimpleOrange {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #dc9600;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.SimpleOrange .windowBar {
  background: #ffcb5b;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #dc9600;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.SimpleOrange .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SimpleOrange .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #dc9600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.SimpleOrange .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.SimpleOrange .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.SimpleOrange .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.SimpleOrange .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.SimpleOrange .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.SimpleOrange .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.SimpleOrange .middleDecorator {
  height: 100%;
}
.SimpleOrange .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.SimpleOrange .bottomDecorator {
  border-top: 1px solid #dc9600;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleViolet ----------*/
.SimpleViolet {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #ba80ec;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.SimpleViolet .windowBar {
  background: #cdb1fb;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #ba80ec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.SimpleViolet .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SimpleViolet .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #ba80ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.SimpleViolet .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.SimpleViolet .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.SimpleViolet .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.SimpleViolet .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.SimpleViolet .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.SimpleViolet .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.SimpleViolet .middleDecorator {
  height: 100%;
}
.SimpleViolet .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.SimpleViolet .bottomDecorator {
  border-top: 1px solid #ba80ec;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleBlue ----------*/
.SimpleBlue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #87c4f3;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.SimpleBlue .windowBar {
  background: #c2e2ff;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #87c4f3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.SimpleBlue .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SimpleBlue .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #87c4f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.SimpleBlue .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.SimpleBlue .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.SimpleBlue .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.SimpleBlue .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.SimpleBlue .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.SimpleBlue .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.SimpleBlue .middleDecorator {
  height: 100%;
}
.SimpleBlue .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.SimpleBlue .bottomDecorator {
  border-top: 1px solid #87c4f3;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- RoundConerPink ----------*/
.RoundConerPink {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #e3acdc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.RoundConerPink .windowBar {
  background: #fed4f9;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #e3acdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.RoundConerPink .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RoundConerPink .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #e3acdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.RoundConerPink .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.RoundConerPink .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.RoundConerPink .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.RoundConerPink .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.RoundConerPink .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.RoundConerPink .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.RoundConerPink .middleDecorator {
  height: 100%;
}
.RoundConerPink .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.RoundConerPink .bottomDecorator {
  border-top: 1px solid #e3acdc;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleGreen ----------*/
.RoundConerGreen {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #629535;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.RoundConerGreen .windowBar {
  background: #8ac056;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #629535;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.RoundConerGreen .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RoundConerGreen .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #629535;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.RoundConerGreen .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.RoundConerGreen .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.RoundConerGreen .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.RoundConerGreen .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.RoundConerGreen .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.RoundConerGreen .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.RoundConerGreen .middleDecorator {
  height: 100%;
}
.RoundConerGreen .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.RoundConerGreen .bottomDecorator {
  border-top: 1px solid #629535;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleOrange ----------*/
.RoundConerOrange {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #dc9600;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.RoundConerOrange .windowBar {
  background: #ffcb5b;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #dc9600;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.RoundConerOrange .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RoundConerOrange .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #dc9600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.RoundConerOrange .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.RoundConerOrange .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.RoundConerOrange .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.RoundConerOrange .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.RoundConerOrange .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.RoundConerOrange .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.RoundConerOrange .middleDecorator {
  height: 100%;
}
.RoundConerOrange .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.RoundConerOrange .bottomDecorator {
  border-top: 1px solid #dc9600;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleViolet ----------*/
.RoundConerViolet {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #ba80ec;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.RoundConerViolet .windowBar {
  background: #cdb1fb;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #ba80ec;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.RoundConerViolet .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RoundConerViolet .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #ba80ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.RoundConerViolet .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.RoundConerViolet .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.RoundConerViolet .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.RoundConerViolet .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.RoundConerViolet .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.RoundConerViolet .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.RoundConerViolet .middleDecorator {
  height: 100%;
}
.RoundConerViolet .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.RoundConerViolet .bottomDecorator {
  border-top: 1px solid #ba80ec;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- SimpleBlue ----------*/
.RoundConerBlue {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #87c4f3;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.RoundConerBlue .windowBar {
  background: #c2e2ff;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #87c4f3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.RoundConerBlue .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RoundConerBlue .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #87c4f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.RoundConerBlue .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.RoundConerBlue .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.RoundConerBlue .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.RoundConerBlue .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.RoundConerBlue .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.RoundConerBlue .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.RoundConerBlue .middleDecorator {
  height: 100%;
}
.RoundConerBlue .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.RoundConerBlue .bottomDecorator {
  border-top: 1px solid #87c4f3;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- ShadowPink ----------*/
.ShadowPink {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #e3acdc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.ShadowPink .windowBar {
  background: #fed4f9 url('/eXoSkin/skin/images/themes/default/PortletThemes/white.png') no-repeat top center;
  background-size: 100% 15px;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #e3acdc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ShadowPink .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ShadowPink .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #e3acdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.ShadowPink .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.ShadowPink .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.ShadowPink .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.ShadowPink .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.ShadowPink .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.ShadowPink .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.ShadowPink .middleDecorator {
  height: 100%;
}
.ShadowPink .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.ShadowPink .bottomDecorator {
  border-top: 1px solid #e3acdc;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- ShadowGreen ----------*/
.ShadowGreen {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #629535;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.ShadowGreen .windowBar {
  background: #8ac056 url('/eXoSkin/skin/images/themes/default/PortletThemes/white.png') no-repeat top center;
  background-size: 100% 15px;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #629535;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ShadowGreen .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ShadowGreen .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #629535;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.ShadowGreen .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.ShadowGreen .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.ShadowGreen .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.ShadowGreen .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.ShadowGreen .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.ShadowGreen .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.ShadowGreen .middleDecorator {
  height: 100%;
}
.ShadowGreen .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.ShadowGreen .bottomDecorator {
  border-top: 1px solid #629535;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- ShadowOrange ----------*/
.ShadowOrange {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #dc9600;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.ShadowOrange .windowBar {
  background: #ffcb5b url('/eXoSkin/skin/images/themes/default/PortletThemes/white.png') no-repeat top center;
  background-size: 100% 15px;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #dc9600;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ShadowOrange .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ShadowOrange .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #dc9600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.ShadowOrange .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.ShadowOrange .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.ShadowOrange .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.ShadowOrange .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.ShadowOrange .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.ShadowOrange .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.ShadowOrange .middleDecorator {
  height: 100%;
}
.ShadowOrange .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.ShadowOrange .bottomDecorator {
  border-top: 1px solid #dc9600;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- ShadowViolet ----------*/
.ShadowViolet {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #ba80ec;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.ShadowViolet .windowBar {
  background: #cdb1fb url('/eXoSkin/skin/images/themes/default/PortletThemes/white.png') no-repeat top center;
  background-size: 100% 15px;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #ba80ec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ShadowViolet .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ShadowViolet .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #ba80ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.ShadowViolet .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.ShadowViolet .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.ShadowViolet .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.ShadowViolet .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.ShadowViolet .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.ShadowViolet .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.ShadowViolet .middleDecorator {
  height: 100%;
}
.ShadowViolet .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.ShadowViolet .bottomDecorator {
  border-top: 1px solid #ba80ec;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- ShadowBlue ----------*/
.ShadowBlue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #87c4f3;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.ShadowBlue .windowBar {
  background: #c2e2ff url('/eXoSkin/skin/images/themes/default/PortletThemes/white.png') no-repeat top center;
  background-size: 100% 15px;
  -webkit-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  box-shadow: 0 1px 0 rgba(13, 13, 13, 0.05);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #87c4f3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ShadowBlue .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ShadowBlue .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid #87c4f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.ShadowBlue .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/defaultTheme.png');
  background-repeat: no-repeat;
}
.ShadowBlue .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
}
.ShadowBlue .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -32px;
}
.ShadowBlue .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -16px;
}
.ShadowBlue .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center 0px;
}
.ShadowBlue .windowBar > [class*="pull-right"]:hover {
  background: var(--allPagesBaseBackground, #ffffff);
}
.ShadowBlue .middleDecorator {
  height: 100%;
}
.ShadowBlue .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.ShadowBlue .bottomDecorator {
  border-top: 1px solid #87c4f3;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
/*---------- VistaTheme ----------*/
.VistaTheme {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid #676767;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 25px;
}
.VistaTheme .windowBar {
  background: #757a86;
  /* Old browsers */
  background: -moz-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757a86), color-stop(50%, #595d63), color-stop(51%, #3a3c3e), color-stop(100%, #353839));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757a86', endColorstr='#353839', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 0 #969cad;
  -moz-box-shadow: inset 0 1px 0 #969cad;
  box-shadow: inset 0 1px 0 #969cad;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #676767;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.VistaTheme .windowBar > h5.portletName {
  margin: 0 70px 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--allPagesBaseBackground, #ffffff);
}
.VistaTheme .windowBar > [class*="pull-right"] {
  width: 16px;
  height: 16px;
  margin: 6px 0 0 4px;
  display: inline-block;
}
.VistaTheme .windowBar > [class*="pull-right"] > i[class$="Icon"] {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/vistaTheme.png');
  background-repeat: no-repeat;
}
.VistaTheme .windowBar > [class*="pull-right"] .uiIconArrowDown {
  display: block;
  background-image: url('/eXoSkin/skin/images/themes/default/PortletThemes/vistaTheme.png');
  background-position: center 0px;
}
.VistaTheme .windowBar > [class*="pull-right"] .maximizedIcon {
  background-position: center -48px;
}
.VistaTheme .windowBar > [class*="pull-right"] .restoreIcon {
  background-position: center -32px;
}
.VistaTheme .windowBar > [class*="pull-right"] .minimizedIcon {
  background-position: center -16px;
}
.VistaTheme .middleDecorator {
  height: 100%;
}
.VistaTheme .middleDecorator > .nameStyle {
  border: 1px solid #A4A4A4;
  color: #454545;
  line-height: 20px;
  margin: 10px 20px;
  text-align: center;
}
.VistaTheme .bottomDecorator {
  border-top: 1px solid #676767;
  background: #757a86;
  /* Old browsers */
  background: -moz-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757a86), color-stop(50%, #595d63), color-stop(51%, #3a3c3e), color-stop(100%, #353839));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #757a86 0%, #595d63 50%, #3a3c3e 51%, #353839 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757a86', endColorstr='#353839', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 0 #969cad;
  -moz-box-shadow: inset 0 1px 0 #969cad;
  box-shadow: inset 0 1px 0 #969cad;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
  color: var(--allPagesBaseBackground, #ffffff);
}
#Theme-tab .resizable,
.PortletSetting-tab .resizable {
  overflow: auto;
  max-height: 350px;
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/* On page */
.uiOauthInvitation .popupTitle,
.uiOauthRegister .popupTitle {
  cursor: default!important;
}
.uiOauthRegister .alert i {
  top: 0;
}
.uiOauthInvitation {
  width: 400px;
  margin: 50px auto;
  border-radius: 8px;
}
.uiOauthInvitation .content p {
  margin: 0 0 15px;
}
.uiOauthInvitation .content .error {
  display: inline-block;
}
.uiOauthRegister.uiPopup {
  background: #ffffff url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/registerFormBG.png") no-repeat scroll center bottom;
  border: 1px solid #333;
  border-radius: 8px;
  margin-bottom: 0;
  padding-bottom: 8px;
  width: 512px!important;
}
@media (max-width: 600px) {
  .uiOauthRegister.uiPopup {
    background-image: none;
    width: auto !important;
  }
}
.uiOauthRegister.uiPopup .popupHeader {
  background: #484848;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
  line-height: 42px;
  padding: 3px 10px 4px 20px;
  margin: -1px;
  border: 1px solid #333;
  position: relative;
}
.uiOauthRegister.uiPopup .popupHeader .uiIconClose {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.uiOauthRegister.uiPopup .popupHeader .uiIconClose:before {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 2px;
}
.uiOauthRegister.uiPopup .popupHeader [class^="uiIcon"]:hover {
  color: var(--allPagesBaseBackground, #ffffff) !important;
}
.uiOauthRegister.uiPopup .popupHeader .popupTitle {
  font-size: 18px;
  font-weight: bold;
  color: #c1c1c1;
}
.uiOauthRegister.uiPopup .popupContent {
  background: none;
}
.uiOauthRegister.uiPopup .popupContent .alert.alert-error {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.uiOauthRegister.uiPopup .popupContent .content {
  padding: 20px 0 5px;
}
.uiOauthRegister.uiPopup .popupContent .form-horizontal .controls span {
  color: red;
}
.uiOauthRegister.uiPopup #UIPortalLoginFormAction {
  padding-top: 35px;
}
@media (max-width: 600px) {
  .uiOauthRegister.uiPopup #UIPortalLoginFormAction {
    border-top: 1px solid #ddd;
    margin: 20px -15px 0;
    padding-top: 25px;
  }
}
/* On mask layer*/
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm {
  margin: 0;
  width: 428px;
  border-radius: 5px;
}
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .title {
  padding-left: 20px;
}
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox div,
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox table,
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox tr,
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox td,
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox img,
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox form {
  font-size: 13px;
}
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox .content p {
  margin: 10px 0 20px;
}
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox .content p label {
  display: inline-block;
  margin: 3px 10px 0 0;
}
.UIMaskWorkspace .MaskContainer .UIOAuthInvitationForm .uiContentBox .content p span.pull-left {
  display: inline-block;
}
.UIMaskWorkspace .MaskContainer .uiRegisterOauthForm {
  margin: 0;
  width: 470px;
  border-radius: 5px;
}
.UIMaskWorkspace .MaskContainer .uiRegisterOauthForm .title {
  padding-left: 20px;
}
.UIMaskWorkspace .MaskContainer .uiRegisterOauthForm .uiContentBox .form-horizontal .require {
  display: none;
}
.UIMaskWorkspace .MaskContainer .uiRegisterOauthForm .uiContentBox .form-horizontal .control-label {
  width: 125px;
}
.UIMaskWorkspace .MaskContainer .uiRegisterOauthForm .uiContentBox .form-horizontal .controls {
  margin-left: 135px;
  color: red;
}
/* Login form on mask layer */
.UIMaskWorkspace.TransparentMask {
  background: none;
  border: none;
  box-shadow: none;
  width: auto;
}
.UIMaskWorkspace.TransparentMask .MaskContainer {
  background: none;
  padding: 0;
  border-radius: 0;
}
.uiLogin {
  background: #ffffff url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/loginBG.png") no-repeat scroll center bottom;
  border-radius: 8px;
  padding: 0 40px 15px;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .uiLogin {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .uiLogin {
    width: 312px;
  }
}
.uiLogin .title {
  background: #484848;
  border-radius: 8px 8px 0 0;
  color: #c1c1c1;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  margin: 0 -40px;
}
.uiLogin .centerLoginContent {
  padding-top: 15px;
}
.uiLogin .centerLoginContent form > input,
.uiLogin .centerLoginContent form > input[type="text"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333333;
  font-size: 18px;
  height: 36px;
  margin: 0 0 14px;
  outline: medium none;
  padding: 1px 0 1px 50px;
  width: 260px;
  -webkit-box-sizing: initial;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: initial;
  /* Firefox, other Gecko */
  box-sizing: initial;
}
@media (max-width: 480px) {
  .uiLogin .centerLoginContent form > input,
  .uiLogin .centerLoginContent form > input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    -wekit-box-sizing: border-box;
  }
}
.uiLogin .centerLoginContent form > input.username,
.uiLogin .centerLoginContent form > input[type="text"].username {
  background: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/username.png") no-repeat scroll left top;
  margin-top: 15px;
}
.uiLogin .centerLoginContent form > input.password,
.uiLogin .centerLoginContent form > input[type="text"].password {
  background: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/password.png") no-repeat scroll left top;
}
.uiLogin .centerLoginContent form > input:focus,
.uiLogin .centerLoginContent form > input[type="text"]:focus {
  background-position: 0 -41px;
  border-color: #84abe8;
  box-shadow: 0 0 5px rgba(19, 75, 159, 0.45);
  color: #333333;
}
.uiLogin .centerLoginContent .spaceRole {
  clear: both;
  padding: 2px 0 11px;
}
.uiLogin .centerLoginContent .spaceRole .uiSwitchBtn {
  float: left;
  margin-right: 15px;
  text-align: center;
}
.uiLogin .centerLoginContent .spaceRole .rememberTxt {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
}
.uiLogin .centerLoginContent .forgetPass a {
  font-weight: bold;
}
.uiLogin .centerLoginContent .uiAction.uiActionBorder {
  margin: 20px -40px;
}
.uiLogin #social-pane {
  text-align: center;
}
.uiLogin #social-pane #signInDelimiter {
  font-size: 14px;
}
.uiLogin #social-pane #social-login a {
  display: inline-block;
  margin: 10px 8px 0;
  text-decoration: none;
}
.uiLogin #social-pane #social-login a .uiIconOauth {
  background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/oauthIcon.png");
  width: 37px;
  height: 35px;
  display: block;
}
.uiLogin #social-pane #social-login a:hover .uiIconOauth {
  background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/oauthIconHover.png");
}
.uiLogin #social-pane #social-login a .facebook {
  background-position: 0 0;
}
.uiLogin #social-pane #social-login a .twitter {
  background-position: -123px 0;
}
.uiLogin #social-pane #social-login a .linkedin {
  background-position: -82px 0;
}
.uiLogin #social-pane #social-login a .google {
  background-position: -41px 0;
}
@media (max-width: 1024px) {
  .uiOauthInvitation .password-field input {
    width: 90%!important;
  }
}
@media (max-width: 480px) {
  .uiOauthRegister select,
  .uiOauthInvitation select,
  .uiOauthRegister textarea,
  .uiOauthInvitation textarea,
  .uiOauthRegister input[type="text"],
  .uiOauthInvitation input[type="text"],
  .uiOauthRegister input[type="password"],
  .uiOauthInvitation input[type="password"],
  .uiOauthRegister input[type="datetime"],
  .uiOauthInvitation input[type="datetime"],
  .uiOauthRegister input[type="datetime-local"],
  .uiOauthInvitation input[type="datetime-local"],
  .uiOauthRegister input[type="date"],
  .uiOauthInvitation input[type="date"],
  .uiOauthRegister input[type="month"],
  .uiOauthInvitation input[type="month"],
  .uiOauthRegister input[type="time"],
  .uiOauthInvitation input[type="time"],
  .uiOauthRegister input[type="week"],
  .uiOauthInvitation input[type="week"],
  .uiOauthRegister input[type="number"],
  .uiOauthInvitation input[type="number"],
  .uiOauthRegister input[type="email"],
  .uiOauthInvitation input[type="email"],
  .uiOauthRegister input[type="url"],
  .uiOauthInvitation input[type="url"],
  .uiOauthRegister input[type="search"],
  .uiOauthInvitation input[type="search"],
  .uiOauthRegister input[type="tel"],
  .uiOauthInvitation input[type="tel"],
  .uiOauthRegister input[type="color"],
  .uiOauthInvitation input[type="color"],
  .uiOauthRegister .uneditable-input,
  .uiOauthInvitation .uneditable-input,
  .uiOauthRegister .exo-mentions .replaceTextArea,
  .uiOauthInvitation .exo-mentions .replaceTextArea {
    font-size: 13px !important;
  }
  .uiOauthRegister .password-field.pull-right,
  .uiOauthInvitation .password-field.pull-right {
    float: none;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
:root {
  --border-color-primary: #e0e0e0;
}
@font-face {
  font-family: 'PLF-FONT-ICONS';
  src: url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.eot?-m9uidt');
  src: url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.eot?#iefix-m9uidt') format('embedded-opentype'), url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.ttf?-m9uidt') format('truetype'), url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.woff?-m9uidt') format('woff'), url('/eXoSkin/skin/fonts/PLF-FONT-ICONS.svg?-m9uidt#PLF-FONT-ICONS') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IONIC-FONT';
  src: url('/eXoSkin/skin/fonts/Ionic/ionicons.eot');
  src: url('/eXoSkin/skin/fonts/Ionic/ionicons.eot') format('embedded-opentype'), url('/eXoSkin/skin/fonts/Ionic/ionicons.ttf') format('truetype'), url('/eXoSkin/skin/fonts/Ionic/ionicons.woff') format('woff'), url('/eXoSkin/skin/fonts/Ionic/ionicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.input-block-level {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
s {
  text-decoration: line-through !important;
}
u {
  text-decoration: underline !important;
}
.mr-10 {
  margin-right: 15px;
}
.ml-5 {
  margin-left: 5px;
}
.fs-12 {
  font-size: 12px;
  display: flex;
  align-items: center;
}
ol {
  list-style-type: decimal;
}
ul {
  margin: 0 0 10px 25px;
}
.list-user-like {
  position: absolute;
  background: #fff;
  border-radius: 0;
  margin-top: 0!important;
  z-index: 10;
  box-shadow: 5px 10px 18px #999;
  min-width: 240px;
  max-height: 245px;
  overflow: auto;
  padding: 5px;
  top: 100%;
}
.list-user-like li {
  padding: 5px;
}
.list-user-like li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.list-user-like li a:hover {
  text-decoration: underline;
}
.content-comment,
.body-content {
  word-break: break-word;
  overflow-x: auto;
}
.multiField input[type="number"] {
  font-size: 15px;
  min-height: 40px;
  padding: 0 10px;
  border: Solid 1px var(--allPagesBorderColor, #e1e8ee);
  border-radius: 5px;
  box-shadow: none;
  max-height: 115px;
  text-overflow: ellipsis;
}
/*============== Action With Label================*/
.uiActionWithLabel {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  padding: 3px 8px;
  line-height: 20px;
  color: var(--allPagesBaseTextColor, #333333);
}
.uiActionWithLabel:hover {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  color: var(--allPagesBaseTextColor, #333333);
}
.uiActionWithLabel:hover:active,
.uiActionWithLabel:hover:focus {
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
}
.uiActionWithLabel .uiIconMiniArrowDown {
  margin-left: 5px;
}
/*============== actionIcon================*/
.actionContainer {
  white-space: nowrap;
}
a,
a:hover,
a:focus {
  color: var(--allPagesPrimaryColor, #578dc9);
  text-decoration: none;
}
table[border="1"] td,
table[border="1"] tr {
  border: 1px solid var(--border-color-primary);
}
table[border="0"] {
  border-width: 2px !important;
}
table[border="0"] td,
table[border="0"] tr {
  border: 1px solid var(--border-color-primary);
  padding: 2px;
}
.comments table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  margin-bottom: 1.3em;
}
.comments table td {
  padding: 4px 5px;
  border: 1px solid #e0e0e0;
}
.wiki-body table:not([border]) td,
.wiki-body table:not([border]) tr {
  border: 1px solid var(--border-color-primary);
}
.swal2-popup.swal2-toast .swal2-title {
  font-size: 0.75em !important;
}
div#SpaceActivityStream table {
  width: auto !important;
}
table.UITableColumn {
  width: 100% !important;
}
.message-content * {
  width: 100% !important;
}
.message-content ul {
  padding: 0 25px;
}
.tox .tox-notifications-container {
  display: none!important;
}
#SpaceActivityStream iframe {
  width: 100%;
}
.wiki-page table,
#app-cases table,
#main-video-space table,
#main-photo-space table,
#main-article-space table,
#main-file-space table {
  border: 1px solid var(--border-color-primary);
  border-collapse: collapse;
  margin-bottom: 1.3em;
  width: 100%;
  min-width: min-content;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}
.wiki-page table tr,
#app-cases table tr,
#main-video-space table tr,
#main-photo-space table tr,
#main-article-space table tr,
#main-file-space table tr,
.wiki-page table td,
#app-cases table td,
#main-video-space table td,
#main-photo-space table td,
#main-article-space table td,
#main-file-space table td {
  padding: 4px 5px !important;
  word-break: keep-all;
}
.aboutMeText {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tox-tinymce-aux {
  position: relative;
  direction: ltr;
  text-align: left;
}
.tox-tinymce-aux .list-mention-tiny {
  border: 1px solid #ccc !important;
  width: 300px !important;
  list-style: none;
  margin-left: 0 !important;
  overflow-y: scroll;
  max-height: 250px;
  background: #fff !important;
  position: absolute !important;
}
.tox-tinymce-aux .list-mention-tiny .item-mention {
  padding: 5px 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.tox-tinymce-aux .list-mention-tiny .item-mention img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.tox-tinymce-aux .list-mention-tiny .item-mention:hover {
  background: #f4f4f4;
}
.tox-tinymce-aux .list-mention-tiny .active {
  background-color: #f2f2f2  !important;
}
.text-bold {
  font-weight: bold;
}
.d-none {
  display: none;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid var(--allPagesBorderColor, #e1e8ee);
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid var(--allPagesBaseBackground, #ffffff);
}
/***************badge*********************/
.badge {
  background: var(--allPagesBorderColor, #e1e8ee);
  border-radius: 9px 9px 9px 9px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37) inset, 1px 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--allPagesPrimaryColor, #578dc9);
  font-size: 11px;
  padding-left: 7px;
  padding-right: 7px;
}
/*************** multiValueContainer *********************/
.multiValueContainer {
  float: left;
}
.multiValueContainer li {
  margin-bottom: 12px;
}
.multiValueContainer li [class^="uiIcon"] {
  cursor: pointer;
}
.multiValueContainer li input {
  margin-right: 5px;
}
.multiValueContainer li:last-child {
  margin-bottom: 0px;
}
/*************** AjaxLoadingMask *********************/
.ajaxLoadingMask {
  background: var(--allPagesGlobalLoadingBackground, #808080);
  border: 1px solid var(--allPagesGlobalLoadingBorder, #333333);
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 7px 6px 11px;
  top: 0px !important;
  position: fixed !important;
}
.ajaxLoadingMask .loadingProgressBar {
  background: url("/eXoSkin/skin/images/themes/default/Loading/loadingProgressBar.gif") no-repeat center;
  width: 20px;
  height: 20px;
}
.ajaxLoadingMask .loadingText {
  margin: 0 34px 0 40px;
  color: var(--allPagesGlobalLoadingColor, #ffffff);
  font-weight: bold;
}
.ajaxLoadingMask .uiIconClose:hover {
  cursor: pointer;
}
/***********************************/
.uiAccessGroup {
  padding: 10px;
}
.uiAccessGroup .form-horizontal .control-group .control-label {
  width: 300px;
}
.uiAccessGroup .form-horizontal .control-group .controls {
  margin-left: 305px;
}
.controls-nowrap {
  white-space: nowrap;
}
.UICLVPortlet .checkListSetting {
  padding: 15px 10px 10px 85px;
}
.UICLVPortlet .checkListSetting li {
  margin-right: 50px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .UICLVPortlet .uiCheckbox {
    padding: 0px 8px;
  }
}
.UICLVPortlet #clvContentTab-tab .controls .uiSelectbox {
  width: 131px;
}
.UICLVPortlet #clvContentTab-tab .controls .uiSelectbox .selectbox {
  width: 131px;
}
.UICLVPortlet .form-horizontal .control-group .controls input {
  width: 270px;
}
.UICLVPortlet .form-horizontal .control-group .controls .uiCheckbox input {
  width: auto;
}
.UICLVPortlet .form-horizontal .control-group .controls .uiRadio input {
  width: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .UISingleContentViewerPortlet .uiCheckbox {
    padding: 0px 8px;
  }
}
.UISingleContentViewerPortlet .uiContentSearchForm .form-horizontal .uiRadio {
  width: 19px;
}
.UISingleContentViewerPortlet .form-horizontal li {
  margin-left: 50px;
}
.UISingleContentViewerPortlet .form-horizontal .uiRadio {
  width: 190px;
  margin-left: 15px;
}
.UISingleContentViewerPortlet .form-horizontal .control-group {
  margin-bottom: 20px;
}
.UISingleContentViewerPortlet .form-horizontal .controls-full .scv-by {
  line-height: 28px;
  margin: 0px 5px 0px 15px;
}
/*================================*/
.UIForm .UIPDFViewerContainer {
  min-width: 530px;
}
.UIForm .UIPDFViewerContainer .PDFViewerBar .ControlButton {
  color: #333;
}
.UIForm .UIPDFViewerContainer .PDFViewerBar .ControlButton .PageNumber input {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  text-align: center;
  width: 30px;
  height: 20px;
}
.UIForm .UIPDFViewerContainer .PDFViewerBar .ControlButton .uiSelectbox,
.UIForm .UIPDFViewerContainer .PDFViewerBar .ControlButton select.selectbox {
  width: 75px;
  height: 22px;
}
.UIForm .UIPDFViewerContainer .PDFViewerBar .ControlButton .uiSelectbox {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .uiForm #UICommentForm .btn:first-child {
    margin-left: 35% !important;
  }
  .uiForm #UICommentForm .btn:nth-child(2) {
    margin-left: 1%!important;
  }
  .uiForm #UICommentForm .btn {
    float: left;
    width: initial !important;
  }
}
.actionIcon,
.actionIconSmall {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  padding: 3px 8px;
  line-height: 20px;
  color: var(--allPagesBaseTextColor, #333333);
  padding: 2px 4px;
  text-align: center;
  min-width: 15px;
  vertical-align: middle;
}
.actionIcon:hover,
.actionIconSmall:hover {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  color: var(--allPagesBaseTextColor, #333333);
}
.actionIcon:hover:active,
.actionIconSmall:hover:active,
.actionIcon:hover:focus,
.actionIconSmall:hover:focus {
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
}
.actionIcon .uiIconMiniArrowDown,
.actionIconSmall .uiIconMiniArrowDown {
  margin-left: 5px;
}
.actionIcon:hover,
.actionIconSmall:hover {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0);
  color: var(--allPagesBaseTextColor, #333333);
}
.actionIcon:hover:active,
.actionIconSmall:hover:active,
.actionIcon:hover:focus,
.actionIconSmall:hover:focus {
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
}
.actionIcon .uiIconMiniArrowDown,
.actionIconSmall .uiIconMiniArrowDown {
  margin-left: 5px;
}
.actionIcon > *,
.actionIconSmall > * {
  text-align: left;
}
.actionIcon:active,
.actionIconSmall:active,
.actionIcon:focus,
.actionIconSmall:focus,
.actionIcon.active,
.actionIconSmall.active {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  color: var(--allPagesBaseTextColor, #333333);
}
.actionIcon:hover .uiIconClose,
.actionIconSmall:hover .uiIconClose {
  color: var(--allPagesPrimaryColor, #578dc9) !important;
}
.actionIconSmall {
  padding: 0;
  line-height: 15px;
}
.actionIconSmall [class^="uiIconMini"],
.actionIconSmall [class^="uiIconCalSimple"] {
  top: -1px;
}
/*============== error, noticeEmpty ================*/
.error,
.noticeEmpty {
  color: #bc4343;
}
.noticeEmpty {
  color: var(--allPagesBaseColorLight, #999999);
  color: #bc4343;
}
/*======== Title================*/
.titleWithBorder {
  position: relative;
  overflow: hidden;
}
.titleWithBorder:after {
  border-bottom: 1px solid #dadada;
  height: 11px;
  content: "";
  position: absolute;
  width: 100%;
  margin-left: 10px;
}
/******uibox*****/
.uiBox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
  -moz-box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
  box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  background: var(--allPagesBaseBackground, #ffffff);
  margin: 0 0 20px 0;
}
.uiBox .title {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
  box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 8px 10px;
  line-height: 20px;
  margin: 0;
  word-wrap: break-word;
}
.uiBox .title .pull-right {
  line-height: 16px;
}
.uiBox .uiContentBox {
  padding: 15px;
}
.uiBox .uiContentBox + .title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiBox .uiContentBox + .uiContentBox {
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiBox .uiContentBox + .noBorder {
  border: none!important;
}
.uiBox .uiContentBox hr {
  margin: 10px -15px;
}
.uiBox.roundedBottom {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.uiBox.roundedBottom .title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiBox.roundedTop {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.uiBox.uiGrayLightBox {
  background: var(--allPagesPrimaryBackground, #f0f0f0);
}
.uiBox.noRounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiBox.noRounded .title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiBox .footer {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 8px 10px;
}
.uiBox .rowOdd {
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.uiBox .uiContentBox .uiAction.uiActionBorder {
  margin: 15px -15px 0;
  padding-bottom: 0;
}
.uiBox .uiContentBox .uiAction {
  padding-top: 15px;
}
.uiBox > .uiTrees {
  border: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/*============== Gray Light Box================*/
.uiGrayLightBox {
  padding: 10px;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  background: var(--allPagesPrimaryBackground, #f0f0f0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
}
.uiGrayLightBox label {
  display: inline-block;
}
.uiGrayLightBox input {
  margin-bottom: 0px;
}
.center {
  text-align: center;
}
/******avatar*****/
.avatarCircle {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #efefef;
  padding: 5px;
  position: relative;
  text-align: center;
  line-height: 37px;
}
.avatarCircle img {
  max-height: 40px;
  max-width: 40px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: inline;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.avatarSmallCircle {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #efefef;
  padding: 5px;
  position: relative;
  text-align: center;
  line-height: 37px;
}
.avatarSmallCircle img {
  max-height: 32px;
  max-width: 32px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: inline;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.avatarMiniCircle {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #efefef;
  padding: 5px;
  position: relative;
  text-align: center;
  line-height: 37px;
}
.avatarMiniCircle img {
  max-height: 24px;
  max-width: 24px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: inline;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.avatarXLarge {
  max-height: 120px;
  max-width: 120px;
}
.avatarXLarge img {
  max-height: 120px;
  max-width: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.avatarLarge {
  max-height: 100px;
  max-width: 100px;
}
.avatarLarge img {
  max-height: 100px;
  max-width: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.avatarXMedium {
  max-height: 75px;
  max-width: 75px;
}
.avatarXMedium img {
  max-height: 75px;
  max-width: 75px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.avatarMedium {
  max-height: 50px;
  max-width: 50px;
}
.avatarMedium img {
  max-height: 50px;
  max-width: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.avatarXSmall {
  max-height: 36px;
  max-width: 36px;
}
.avatarXSmall img {
  max-height: 36px;
  max-width: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.avatarSmall {
  max-height: 26px;
  max-width: 26px;
}
.avatarSmall img {
  max-height: 26px;
  max-width: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.avatarMini {
  width: 20px;
  height: 20px;
}
.avatarMini img {
  max-height: 20px;
  max-width: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.avatarTiny {
  max-height: 16px;
  max-width: 16px;
}
.avatarTiny img {
  max-height: 16px;
  max-width: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.avatarLargeWithBorder {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 7px;
  display: block;
}
.avatarLargeWithBorder img {
  max-height: 100px;
  max-width: 100px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.avatarXLargeWithBorder {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  padding: 7px;
  display: block;
}
.avatarXLargeWithBorder img {
  max-height: 120px;
  max-width: 120px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/*
Round corner box with title
  - border: 1px solid @tableBorder;
  - Title:
    + gray background (@primaryBackground)
    + round corner at left-top and right-top
    + text title is bold, class name is "titleBox", color is @@baseColorDark
  - content box:
    + background: @baseBackground
    + round corner at the bottom-left and bottom-right
*/
.roundCornerBoxWithTitle {
  background: var(--allPagesBaseBackground, #ffffff);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}
.roundCornerBoxWithTitle .titleBox {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
  box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
  background: var(--allPagesPrimaryBackground, #f0f0f0);
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin: 0px;
  line-height: 20px;
  font-weight: bold;
  color: var(--allPagesBaseColorDark, #333333);
  padding: 8px 10px;
  word-wrap: break-word;
}
/************ mask layer **********/
#UIMaskWorkspace {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  text-align: center;
  position: fixed!important;
}
.UIMaskWorkspace {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 8px #c5c5c5;
  width: 650px;
  -moz-box-shadow: 0px 0px 5px #909090;
  -webkit-box-shadow: 0px 0px 5px #909090;
  box-shadow: 0px 0px 5px #909090;
  background: #c5c5c5;
  display: inline-block;
  text-align: left;
}
.UIMaskWorkspace .form-horizontal {
  padding-top: 0;
  padding-bottom: 5px;
}
.UIMaskWorkspace .form-horizontal .control-group:last-child {
  margin-bottom: 0;
}
.UIMaskWorkspace .uiAccessGroup {
  padding: 0;
}
.UIMaskWorkspace .uiDashboardPortlet {
  padding: 0 0 15px;
}
.UIMaskWorkspace .resizable {
  margin: -15px;
  padding: 15px;
}
.UIMaskWorkspace .MaskContainer {
  background: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.UIMaskWorkspace .MaskContainer .uiAction.uiActionBorder {
  padding-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.UIMaskWorkspace .MaskContainer .uiBox {
  margin-bottom: 15px;
}
.UIMaskWorkspace .MaskContainer .uiBox .uiContentBox {
  padding: 15px;
}
.UIMaskWorkspace .MaskContainer .uiBox .uiContentBox + .uiAction.uiActionBorder {
  margin-left: 0;
  margin-right: 0;
}
.UIVirtualList {
  margin-bottom: 15px;
}
.UIVirtualList .table {
  margin-bottom: 0;
}
.MaskLayer {
  background: black;
  text-align: center;
  position: fixed;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  top: 0!important;
  width: auto!important;
  height: auto!important;
}
.uiHelpPLFToolbarPortlet .tooltip {
  right: 0px !important;
  left: auto !important;
}
.uiGrayLightBox label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.postContent .contentQuote {
  background-color: var(--allPagesQuotePrimaryBackground, #ffffff);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-style: italic;
  margin: 10px 0px 10px 10px;
  padding: 15px 15px 15px 20px;
  word-wrap: break-word;
}
.postContent .contentQuote .titleQuote {
  font-weight: bold;
  margin: 15px 0;
  font-style: normal;
  color: var(--allPagesBaseTextColor, #333333);
  line-height: 16px;
}
.postContent .contentQuote .contentQuote {
  background: none;
  border-left: 5px solid var(--allPagesQuotePrimaryBorder, #f1f6fb);
  padding: 0 0 0 15px;
  margin: 15px 0;
  width: auto;
  color: var(--allPagesBaseTextColor, #333333);
  font-style: italic;
  display: block;
}
.postContent .contentQuote.quoteDefault {
  background-color: none;
}
.postContent .contentQuote.quoteDefault .contentQuote {
  border-left: 5px solid var(--allPagesQuoteBorder, #a8b3c5);
}
.footerWLC {
  bottom: 0;
  color: #FFFFFF;
  font-weight: bold;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  padding: 6px 0;
  z-index: 1;
}
.footerWLC .btn {
  font-weight: bold;
  margin-left: 12px;
  line-height: 16px;
  color: #333333;
  text-shadow: 0 0 0 transparent;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(180, 180, 180, 0.3));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.3)), to(rgba(180, 180, 180, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(180, 180, 180, 0.3));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(180, 180, 180, 0.3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(180, 180, 180, 0.3));
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.footerWLC .btn:hover,
.footerWLC .btn:focus,
.footerWLC .btn:active,
.footerWLC .btn.active,
.footerWLC .btn.disabled,
.footerWLC .btn[disabled] {
  color: #333333;
  background-color: rgba(180, 180, 180, 0.3);
}
.footerWLC .btn:hover,
.footerWLC .btn:focus,
.footerWLC .btn:active,
.footerWLC .btn.active,
.footerWLC .btn.disabled,
.footerWLC .btn[disabled] {
  color: #333333;
  background-color: rgba(180, 180, 180, 0.3);
}
.footerWLC .btn:hover {
  color: var(--allPagesPrimaryColor, #578dc9);
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.footerWLC .btn:active {
  color: var(--allPagesPrimaryColor, #578dc9);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2),1px 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2),1px 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2),1px 1px 0 rgba(255, 255, 255, 0.4);
}
.footerWLC > form {
  font-size: 14px;
  font-weight: bold;
}
.footerWLC > form button {
  font-size: 13px;
}
.footerWLC.backOutdated {
  background: rgba(212, 0, 0, 0.4);
}
.footerWLC.backNotOutdated {
  background: rgba(0, 0, 0, 0.4);
}
/* Create Margin and Padding Utilities Class */
.pd20 {
  padding: 20px;
}
.pdT20 {
  padding-top: 20px;
}
.pdR20 {
  padding-right: 20px;
}
.pdB20 {
  padding-bottom: 20px;
}
.pdL20 {
  padding-left: 20px;
}
.pd20-ipt {
  padding: 20px!important;
}
.pdT20-ipt {
  padding-top: 20px!important;
}
.pdR20-ipt {
  padding-right: 20px!important;
}
.pdB20-ipt {
  padding-bottom: 20px!important;
}
.pdL20-ipt {
  padding-left: 20px!important;
}
.pd-0-20 {
  padding: 0 20px;
}
.pd-0-20-ipt {
  padding: 0 20px!important;
}
.pd-20-0 {
  padding: 20px 0;
}
.pd-20-0-ipt {
  padding: 20px 0 !important;
}
.mg20 {
  margin: 20px;
}
.mgT20 {
  margin-top: 20px;
}
.mgR20 {
  margin-right: 20px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgL20 {
  margin-left: 20px;
}
.mg20-ipt {
  margin: 20px!important;
}
.mgT20-ipt {
  margin-top: 20px!important;
}
.mgR20-ipt {
  margin-right: 20px!important;
}
.mgB20-ipt {
  margin-bottom: 20px!important;
}
.mgL20-ipt {
  margin-left: 20px!important;
}
.mg-0-20 {
  margin: 0 20px;
}
.mg-0-20-ipt {
  margin: 0 20px!important;
}
.mg-20-0 {
  margin: 20px 0;
}
.mg-20-0-ipt {
  margin: 20px 0 !important;
}
.pd15 {
  padding: 15px;
}
.pdT15 {
  padding-top: 15px;
}
.pdR15 {
  padding-right: 15px;
}
.pdB15 {
  padding-bottom: 15px;
}
.pdL15 {
  padding-left: 15px;
}
.pd15-ipt {
  padding: 15px!important;
}
.pdT15-ipt {
  padding-top: 15px!important;
}
.pdR15-ipt {
  padding-right: 15px!important;
}
.pdB15-ipt {
  padding-bottom: 15px!important;
}
.pdL15-ipt {
  padding-left: 15px!important;
}
.pd-0-15 {
  padding: 0 15px;
}
.pd-0-15-ipt {
  padding: 0 15px!important;
}
.pd-15-0 {
  padding: 15px 0;
}
.pd-15-0-ipt {
  padding: 15px 0 !important;
}
.mg15 {
  margin: 15px;
}
.mgT15 {
  margin-top: 15px;
}
.mgR15 {
  margin-right: 15px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgL15 {
  margin-left: 15px;
}
.mg15-ipt {
  margin: 15px!important;
}
.mgT15-ipt {
  margin-top: 15px!important;
}
.mgR15-ipt {
  margin-right: 15px!important;
}
.mgB15-ipt {
  margin-bottom: 15px!important;
}
.mgL15-ipt {
  margin-left: 15px!important;
}
.mg-0-15 {
  margin: 0 15px;
}
.mg-0-15-ipt {
  margin: 0 15px!important;
}
.mg-15-0 {
  margin: 15px 0;
}
.mg-15-0-ipt {
  margin: 15px 0 !important;
}
.pd10 {
  padding: 10px;
}
.pdT10 {
  padding-top: 10px;
}
.pdR10 {
  padding-right: 10px;
}
.pdB10 {
  padding-bottom: 10px;
}
.pdL10 {
  padding-left: 10px;
}
.pd10-ipt {
  padding: 10px!important;
}
.pdT10-ipt {
  padding-top: 10px!important;
}
.pdR10-ipt {
  padding-right: 10px!important;
}
.pdB10-ipt {
  padding-bottom: 10px!important;
}
.pdL10-ipt {
  padding-left: 10px!important;
}
.pd-0-10 {
  padding: 0 10px;
}
.pd-0-10-ipt {
  padding: 0 10px!important;
}
.pd-10-0 {
  padding: 10px 0;
}
.pd-10-0-ipt {
  padding: 10px 0 !important;
}
.mg10 {
  margin: 10px;
}
.mgT10 {
  margin-top: 10px;
}
.mgR10 {
  margin-right: 10px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgL10 {
  margin-left: 10px;
}
.mg10-ipt {
  margin: 10px!important;
}
.mgT10-ipt {
  margin-top: 10px!important;
}
.mgR10-ipt {
  margin-right: 10px!important;
}
.mgB10-ipt {
  margin-bottom: 10px!important;
}
.mgL10-ipt {
  margin-left: 10px!important;
}
.mg-0-10 {
  margin: 0 10px;
}
.mg-0-10-ipt {
  margin: 0 10px!important;
}
.mg-10-0 {
  margin: 10px 0;
}
.mg-10-0-ipt {
  margin: 10px 0 !important;
}
.pd5 {
  padding: 5px;
}
.pdT5 {
  padding-top: 5px;
}
.pdR5 {
  padding-right: 5px;
}
.pdB5 {
  padding-bottom: 5px;
}
.pdL5 {
  padding-left: 5px;
}
.pd5-ipt {
  padding: 5px!important;
}
.pdT5-ipt {
  padding-top: 5px!important;
}
.pdR5-ipt {
  padding-right: 5px!important;
}
.pdB5-ipt {
  padding-bottom: 5px!important;
}
.pdL5-ipt {
  padding-left: 5px!important;
}
.pd-0-5 {
  padding: 0 5px;
}
.pd-0-5-ipt {
  padding: 0 5px!important;
}
.pd-5-0 {
  padding: 5px 0;
}
.pd-5-0-ipt {
  padding: 5px 0 !important;
}
.mg5 {
  margin: 5px;
}
.mgT5 {
  margin-top: 5px;
}
.mgR5 {
  margin-right: 5px;
}
.mgB5 {
  margin-bottom: 5px;
}
.mgL5 {
  margin-left: 5px;
}
.mg5-ipt {
  margin: 5px!important;
}
.mgT5-ipt {
  margin-top: 5px!important;
}
.mgR5-ipt {
  margin-right: 5px!important;
}
.mgB5-ipt {
  margin-bottom: 5px!important;
}
.mgL5-ipt {
  margin-left: 5px!important;
}
.mg-0-5 {
  margin: 0 5px;
}
.mg-0-5-ipt {
  margin: 0 5px!important;
}
.mg-5-0 {
  margin: 5px 0;
}
.mg-5-0-ipt {
  margin: 5px 0 !important;
}
.pd0 {
  padding: 0px;
}
.pdT0 {
  padding-top: 0px;
}
.pdR0 {
  padding-right: 0px;
}
.pdB0 {
  padding-bottom: 0px;
}
.pdL0 {
  padding-left: 0px;
}
.pd0-ipt {
  padding: 0px!important;
}
.pdT0-ipt {
  padding-top: 0px!important;
}
.pdR0-ipt {
  padding-right: 0px!important;
}
.pdB0-ipt {
  padding-bottom: 0px!important;
}
.pdL0-ipt {
  padding-left: 0px!important;
}
.pd-0-0 {
  padding: 0 0px;
}
.pd-0-0-ipt {
  padding: 0 0px!important;
}
.pd-0-0 {
  padding: 0px 0;
}
.pd-0-0-ipt {
  padding: 0px 0 !important;
}
.mg0 {
  margin: 0px;
}
.mgT0 {
  margin-top: 0px;
}
.mgR0 {
  margin-right: 0px;
}
.mgB0 {
  margin-bottom: 0px;
}
.mgL0 {
  margin-left: 0px;
}
.mg0-ipt {
  margin: 0px!important;
}
.mgT0-ipt {
  margin-top: 0px!important;
}
.mgR0-ipt {
  margin-right: 0px!important;
}
.mgB0-ipt {
  margin-bottom: 0px!important;
}
.mgL0-ipt {
  margin-left: 0px!important;
}
.mg-0-0 {
  margin: 0 0px;
}
.mg-0-0-ipt {
  margin: 0 0px!important;
}
.mg-0-0 {
  margin: 0px 0;
}
.mg-0-0-ipt {
  margin: 0px 0 !important;
}
.baseColorLight,
.empty,
.time,
.date {
  color: var(--allPagesBaseColorLight, #999999);
}
.resize-bar {
  width: 30px;
}
.resize-bar .iconControll {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(var(--allPagesPrimaryBackground, #f0f0f0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), var(--allPagesPrimaryBackground, #f0f0f0));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-right: 0;
  padding: 4px 0;
  margin-top: 7px;
  display: block;
  float: left;
  margin-left: 2px;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.resize-bar.resizeLt a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-left: 0;
  margin-left: 0px;
}
.resize-bar.resizeLt .line {
  display: none;
}
.resize-bar .line {
  width: 2px;
  border-left: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin: auto;
  min-height: 300px;
  cursor: col-resize;
}
hr {
  border-color: var(--allPagesBorderColor, #e1e8ee) transparent transparent;
}
.uiAccordion {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uiAccordion .accordion-heading {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.uiAccordion .accordion-heading:first-child {
  border-top: none;
}
.uiAccordion .accordion-heading.collapsed > * {
  border-bottom: none;
}
.uiAccordion .accordion-heading:hover,
.uiAccordion .accordion-heading.open,
.uiAccordion .accordion-heading.active {
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.uiAccordion .accordion-body > * {
  background: var(--allPagesBaseBackground, #ffffff);
  padding: 6px 20px 6px 20px;
}
.uiAccordion .accordion-body:hover > td,
.uiAccordion .accordion-body:hover > * {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), var(--allPagesPrimaryBackgroundLight, #f8f8f8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryBackground, #f0f0f0)), to(var(--allPagesPrimaryBackgroundLight, #f8f8f8)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), var(--allPagesPrimaryBackgroundLight, #f8f8f8));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryBackground, #f0f0f0), var(--allPagesPrimaryBackgroundLight, #f8f8f8));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryBackground, #f0f0f0), var(--allPagesPrimaryBackgroundLight, #f8f8f8));
  background-repeat: repeat-x;
}
.uiAccordion .accordion-active {
  color: var(--allPagesLightWhite, #ffffff);
}
.uiAccordion .accordion-active > * {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.uiAccordion .accordion-active [class^="uiIcon"] {
  color: var(--allPagesDropdownLinkColorActive, #ffffff);
}
.uiAccordion .accordion-active:hover > td,
.uiAccordion .accordion-active:hover > * {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.uiAccordion.leftPanel .accordion-heading {
  border-bottom: none;
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
  box-shadow: none;
}
.uiAccordion.leftPanel .accordion-heading.collapsed > div {
  border-bottom: none;
}
.uiAccordion.leftPanel .accordion-heading:first-child {
  border-radius: 3px 3px 0 0;
}
.uiAccordion.leftPanel .accordion-heading:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: none;
}
.uiAccordion.leftPanel .accordion-heading:hover {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0);
}
.uiAccordion.leftPanel .accordion-heading.open,
.uiAccordion.leftPanel .accordion-heading.active {
  background-color: var(--allPagesPrimaryBackgroundHover, #e6e6e6);
}
.uiAccordion.leftPanel .accordion-heading a.project-name,
.uiAccordion.leftPanel .accordion-heading a.label-name {
  padding: 8px 20px;
  display: block;
  font-weight: bold;
  color: var(--allPagesBaseTextColor, #333333);
  outline-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 32px;
}
.uiAccordion.leftPanel .accordion-heading .item {
  border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiAccordion.leftPanel .accordion-heading a.dropdownIcon {
  margin: 8px 10px 0 0;
}
.uiAccordion.leftPanel .accordion-heading .list-projects,
.uiAccordion.leftPanel .accordion-heading .list-labels {
  background-color: var(--allPagesBaseBackground, #ffffff);
}
.uiAccordion.leftPanel .accordion-heading .list-projects input,
.uiAccordion.leftPanel .accordion-heading .list-labels input {
  width: 90%;
  margin: auto;
}
.uiAccordion.leftPanel .accordion-heading .sub-item {
  border-bottom: 1px solid #ffffff;
  margin-left: 1px;
  position: relative;
  white-space: nowrap;
}
.uiAccordion.leftPanel .accordion-heading .sub-item:hover {
  background-color: var(--allPagesPrimaryBackgroundLight, #f8f8f8);
}
.uiAccordion.leftPanel .accordion-heading .sub-item:hover .iconGreater {
  display: inline-block;
  color: #ffffff;
  background: var(--allPagesBaseColorLight, #999999);
}
.uiAccordion.leftPanel .accordion-heading .sub-item:hover > a.dropdown-toggle {
  display: block;
}
.uiAccordion.leftPanel .accordion-heading .sub-item .project-name,
.uiAccordion.leftPanel .accordion-heading .sub-item .label-name {
  display: block;
  padding: 6px 30px;
  font-weight: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.uiAccordion.leftPanel .accordion-heading .sub-item > a {
  color: var(--allPagesBaseTextColor, #333333);
  outline-style: none;
}
.uiAccordion.leftPanel .accordion-heading .sub-item > a.dropdown-toggle {
  display: none;
  margin: 6px 12px 0 0;
  position: relative;
}
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item,
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item,
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item,
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
}
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .project-name,
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .project-name,
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .project-name,
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .project-name,
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .label-name,
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .label-name,
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .label-name,
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .label-name,
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .collapseSubProject,
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .collapseSubProject,
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .collapseSubProject,
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .collapseSubProject,
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .collapseSubLabel,
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .collapseSubLabel,
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .collapseSubLabel,
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .collapseSubLabel {
  color: #ffffff;
}
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .project-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .project-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .project-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .project-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .label-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .label-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .label-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .label-name [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .collapseSubProject [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .collapseSubProject [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .collapseSubProject [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .collapseSubProject [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item .collapseSubLabel [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item .collapseSubLabel [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item .collapseSubLabel [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item .collapseSubLabel [class^="uiIcon"] {
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item > a.dropdown-toggle,
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item > a.dropdown-toggle,
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item > a.dropdown-toggle,
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item > a.dropdown-toggle {
  display: block;
}
.uiAccordion.leftPanel .accordion-heading .project-item.active > .sub-item > a.dropdown-toggle [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.active > .sub-item > a.dropdown-toggle [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .project-item.open > .sub-item > a.dropdown-toggle [class^="uiIcon"],
.uiAccordion.leftPanel .accordion-heading .label-item.open > .sub-item > a.dropdown-toggle [class^="uiIcon"] {
  color: var(--allPagesBaseBackground, #ffffff);
}
.uiAccordion.leftPanel .accordion-heading .project-item .colorPie,
.uiAccordion.leftPanel .accordion-heading .label-item .colorPie {
  width: 5px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.uiAccordion.leftPanel .accordion-heading .item,
.uiAccordion.leftPanel .accordion-heading .sub-item {
  position: relative;
}
.uiAccordion.leftPanel .accordion-heading .item .project-menu,
.uiAccordion.leftPanel .accordion-heading .sub-item .project-menu {
  left: calc(70%);
  top: 30px;
}
.uiAccordion.leftPanel .accordion-heading .noLabel {
  background: var(--allPagesBaseBackground, #ffffff);
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.uiAccordion.leftPanel .accordion-heading .noLabel input {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  margin-bottom: 0;
}
.uiAutoComplete {
  left: 0;
  top: 40px;
  position: absolute;
  min-width: 310px;
  border: 1px solid var(--allPagesBaseBackground, #ffffff);
  background-color: var(--allPagesBaseBackground, #ffffff);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0px;
}
.uiAutoComplete .item {
  padding: 5px 10px 5px 10px;
  color: var(--allPagesBaseTextColor, #333333);
}
.uiAutoComplete .item * {
  color: var(--allPagesBaseTextColor, #333333);
}
.uiAutoComplete .item:hover,
.uiAutoComplete .item.selected {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColor, #3367a0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColor, #578dc9)), to(var(--allPagesPrimaryDarkColor, #3367a0)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColor, #3367a0));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColor, #3367a0));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColor, #578dc9), var(--allPagesPrimaryDarkColor, #3367a0));
  background-repeat: repeat-x;
}
.uiAutoComplete .item:hover *,
.uiAutoComplete .item.selected * {
  color: var(--allPagesDropdownLinkColorHover, #ffffff);
}
.content-display .dropdown-menu {
  margin: 2px 0 0;
  padding: 5px 0;
}
.content-display .nav {
  margin: 0 10px 0 0;
  padding: 0;
}
.content-display .nav-tabs,
.content-display .pagination ul,
.content-display .breadcrumb {
  margin: 0;
  padding: 0;
}
.content-display ul,
.content-display ol,
.content-display dl {
  padding: 0 0 0 40px;
  margin: 15px 0;
}
.content-display ul ul,
.content-display ol ul,
.content-display dl ul,
.content-display ul ol,
.content-display ol ol,
.content-display dl ol,
.content-display ul dl,
.content-display ol dl,
.content-display dl dl {
  margin: 0;
}
.content-display ul li,
.content-display ol li,
.content-display dl li {
  list-style-type: disc;
}
.content-display ol li {
  list-style-type: decimal;
}
.content-display ol li ul li {
  list-style-type: disc;
}
.nav-tabs li,
.nav li,
.pagination ul > li,
.breadcrumb li {
  list-style: outside none none !important;
}
.primaryBackground {
  background-color: var(--allPagesPrimaryBackground, #f0f0f0) !important;
}
.uiEditableInline {
  position: relative;
}
.uiEditableInline .uiIconClose {
  display: none;
}
.uiEditableInline.active .editable-element {
  display: none;
}
.uiEditableInline.active .editable-input input {
  height: 31px;
}
.uiEditableInline.active .editable-input input.blackLarge {
  height: 36px;
  padding: 0 9px;
}
.uiEditableInline.active .editable-input textarea {
  padding: 4px 9px;
}
.uiEditableInline.active .hoverStatus.editableField {
  border: 1px solid var(--allPagesInputFocusBorder, #a6bad6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
}
.uiEditableInline > [class^="uiIcon"] {
  vertical-align: middle;
}
.uiEditableInline > [class^="uiIcon"] + .hoverStatus:not(.editableField) {
  padding-left: 0;
  padding-right: 0;
}
.uiEditableInline .view-value {
  display: inline-block;
  height: 20px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  border: 1px solid transparent;
}
.uiEditableInline .view-value:hover {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiEditableInline .view-value:focus,
.uiEditableInline .view-value.active {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
.uiEditableInline .input-value,
.uiEditableInline .input-value:focus {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: none;
  background: none;
  border-color: transparent;
}
.uiEditableInline .input-value:hover,
.uiEditableInline .input-value:focus:hover {
  border: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
.uiEditableInline .view-value,
.uiEditableInline .input-value,
.uiEditableInline .text-label {
  float: left;
}
.uiEditableInline .text-label:empty {
  display: none;
}
.uiEditableInline .popover {
  line-height: 20px;
  max-width: none;
}
.uiEditableInline .popover .row-fluid.center [class*="span"] {
  min-height: 0;
}
.uiEditableInline .popover .uiCalendarComponent {
  margin-bottom: 10px;
}
.uiEditableInline .hoverStatus {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.uiEditableInline .hoverStatus.hoverStatusBlock {
  display: block;
}
.uiEditableInline .hoverStatus.editableField .view-value:hover,
.uiEditableInline .hoverStatus.editableField .input-value:hover {
  border-color: transparent;
  box-shadow: none;
}
.uiEditableInline .hoverStatus:not(.editableField) .view-value:hover,
.uiEditableInline .hoverStatus:not(.editableField) .input-value:hover,
.uiEditableInline .hoverStatus:not(.editableField) .view-value:focus,
.uiEditableInline .hoverStatus:not(.editableField) .input-value:focus {
  background-color: var(--allPagesBaseBackground, #ffffff);
}
.uiEditableInline .hoverStatus:hover .uiIconClose {
  display: inline-block;
}
.uiEditableInline.edit {
  /*.text-label {
			margin-right: 3px;
		}*/
}
.uiEditableInline.edit .hoverStatus {
  cursor: default;
}
.uiEditableInline.edit .hoverStatus.editableField:hover {
  border-color: transparent;
  box-shadow: none;
}
.uiEditableInline.edit .hoverStatus.editableField .view-value,
.uiEditableInline.edit .hoverStatus.editableField .input-value {
  border-color: var(--allPagesInputFocusBorder, #a6bad6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
}
.uiEditableInline.edit .view-value,
.uiEditableInline.edit .input-value {
  background-color: var(--allPagesBaseBackground, #ffffff);
  border-color: var(--allPagesInputFocusBorder, #a6bad6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px var(--allPagesInputFocusShadow, #c9d5e6);
}
.uiEditableInline .choose-time [class*="span"] {
  min-height: 0;
}
.uiEditableInline .choose-time .span5.center:first-child .form-dropdown {
  margin-left: 39px;
}
.uiEditableInline .choose-time .span5.center:last-child .form-dropdown {
  margin-right: 39px;
}
.uiEditableInline .choose-time .uiCheckbox {
  margin-top: 2px;
}
.uiEditableInline .choose-time .form-dropdown .dropdown-menu {
  text-align: left;
  min-width: 75px;
  max-height: 180px;
  overflow: auto;
}
.hoverStatus *:last-child {
  margin-bottom: 0;
}
.form-dropdown {
  position: relative;
  display: inline-block;
}
.form-dropdown input,
.form-dropdown select,
.form-dropdown textarea {
  margin-bottom: 0;
  text-align: center;
}
#taskManagement .uiAccordion.leftPanel .accordion-heading .item {
  border-bottom: none;
}
#taskManagement .uiAccordion.leftPanel .accordion-heading .item + .list-projects {
  border-top: 1px solid var(--allPagesBorderColor, #e1e8ee);
}
#taskManagement .uiAccordion.leftPanel .accordion-heading .sub-item {
  border-bottom: none;
}
#taskManagement .uiAccordion.leftPanel .accordion-heading .sub-item + .sub-menu {
  border-top: 1px solid #ffffff;
}
.ProDetailPage [style*="font-size: 24"],
.ProDetailPage [style*="font-size: 26"],
.ProDetailPage [style*="font-size: 28"],
.ProDetailPage [style*="font-size: 32"],
.ProDetailPage [style*="font-size: 36"],
.ProDetailPage [style*="font-size: 48"],
.ProDetailPage [style*="font-size: 72"] {
  line-height: 1.2;
}
/* Define Utitlites class */
/* Align Horizontal*/
.align-top {
  text-align: top;
}
.align-center {
  text-align: center;
}
.align-bottom {
  text-align: bottom;
}
.valign-top {
  vertical-align: top;
}
/* Align Vertical*/
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.width-full {
  width: 100%;
}
#auto-versioning-actions.alert {
  padding-right: 14px;
}
#auto-versioning-actions {
  margin-top: 0;
  margin-bottom: 15px;
}
#auto-versioning-actions .fileNameBox {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#auto-versioning-actions .fileNameBox .fileName {
  display: block;
  font-weight: bold;
  margin-top: 3px;
}
.uiPopupContentSelector .ActionContainer {
  margin: 15px auto 0;
}
.uiPopupContentSelector .ActionContainer td:last-child {
  width: 1%;
  white-space: nowrap;
}
.uiPopupContentSelector .ActionContainer td {
  vertical-align: top;
}
.uiPopupContentSelector .ActionContainer .Delete {
  background: none;
}
.uiPopupContentSelector .UploadInfo .progress {
  margin-bottom: 10px!important;
  margin-top: 2px;
}
.uiPopupContentSelector .ActionContainer input,
.uiPopupContentSelector .ActionContainer select,
.uiPopupContentSelector .ActionContainer textarea {
  width: 100%;
}
.uiPopupContentSelector .ActionContainer .UploadInfo .Abort,
.uiPopupContentSelector .ActionContainer .UploadInfo .Delete {
  display: inline-block;
}
.sharePrjDialog .uiAction .btn:first-child {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee));
  *border: 0;
  border-bottom-color: var(--allPagesBtnBorderBottom, #c0cfdc);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  padding: var(--allPagesPaddingDefault, 3px 10px);
  border-bottom-color: var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee));
  text-shadow: none!important;
  color: var(--allPagesDarkGrey, #4d5466);
  background-color: var(--allPagesBaseBackground, #ffffff);
  background-image: none;
}
.sharePrjDialog .uiAction .btn:first-child:hover,
.sharePrjDialog .uiAction .btn:first-child:focus,
.sharePrjDialog .uiAction .btn:first-child:active,
.sharePrjDialog .uiAction .btn:first-child.active,
.sharePrjDialog .uiAction .btn:first-child.disabled,
.sharePrjDialog .uiAction .btn:first-child[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.sharePrjDialog .uiAction .btn:first-child:hover,
.sharePrjDialog .uiAction .btn:first-child:focus,
.sharePrjDialog .uiAction .btn:first-child:active,
.sharePrjDialog .uiAction .btn:first-child.active,
.sharePrjDialog .uiAction .btn:first-child.disabled,
.sharePrjDialog .uiAction .btn:first-child[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.sharePrjDialog .uiAction .btn:first-child:first-child {
  *margin-left: 0;
}
.sharePrjDialog .uiAction .btn:first-child:first-child {
  *margin-left: 0;
}
.sharePrjDialog .uiAction .btn:first-child:hover,
.sharePrjDialog .uiAction .btn:first-child:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.sharePrjDialog .uiAction .btn:first-child:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sharePrjDialog .uiAction .btn:first-child.active,
.sharePrjDialog .uiAction .btn:first-child:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.sharePrjDialog .uiAction .btn:first-child.disabled,
.sharePrjDialog .uiAction .btn:first-child[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sharePrjDialog .uiAction .btn:first-child .label,
.sharePrjDialog .uiAction .btn:first-child .badge {
  position: relative;
  top: -1px;
}
.sharePrjDialog .uiAction .btn:first-child:hover,
.sharePrjDialog .uiAction .btn:first-child:focus {
  color: var(--allPagesDarkGrey, #4d5466);
  background-color: var(--allPagesGreyColor, #e1e8ee);
}
.sharePrjDialog .uiAction .btn:last-child {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee));
  *border: 0;
  border-bottom-color: var(--allPagesBtnBorderBottom, #c0cfdc);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  padding: var(--allPagesPaddingDefault, 3px 10px);
  border-bottom-color: var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee));
  text-shadow: none!important;
  color: var(--allPagesDarkGrey, #4d5466);
  background-color: var(--allPagesBaseBackground, #ffffff);
  background-image: none;
}
.sharePrjDialog .uiAction .btn:last-child:hover,
.sharePrjDialog .uiAction .btn:last-child:focus,
.sharePrjDialog .uiAction .btn:last-child:active,
.sharePrjDialog .uiAction .btn:last-child.active,
.sharePrjDialog .uiAction .btn:last-child.disabled,
.sharePrjDialog .uiAction .btn:last-child[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.sharePrjDialog .uiAction .btn:last-child:hover,
.sharePrjDialog .uiAction .btn:last-child:focus,
.sharePrjDialog .uiAction .btn:last-child:active,
.sharePrjDialog .uiAction .btn:last-child.active,
.sharePrjDialog .uiAction .btn:last-child.disabled,
.sharePrjDialog .uiAction .btn:last-child[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.sharePrjDialog .uiAction .btn:last-child:first-child {
  *margin-left: 0;
}
.sharePrjDialog .uiAction .btn:last-child:first-child {
  *margin-left: 0;
}
.sharePrjDialog .uiAction .btn:last-child:hover,
.sharePrjDialog .uiAction .btn:last-child:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.sharePrjDialog .uiAction .btn:last-child:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sharePrjDialog .uiAction .btn:last-child.active,
.sharePrjDialog .uiAction .btn:last-child:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.sharePrjDialog .uiAction .btn:last-child.disabled,
.sharePrjDialog .uiAction .btn:last-child[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sharePrjDialog .uiAction .btn:last-child .label,
.sharePrjDialog .uiAction .btn:last-child .badge {
  position: relative;
  top: -1px;
}
.sharePrjDialog .uiAction .btn:last-child:hover,
.sharePrjDialog .uiAction .btn:last-child:focus {
  color: var(--allPagesDarkGrey, #4d5466);
  background-color: var(--allPagesGreyColor, #e1e8ee);
}
#tiptip_holder blockquote {
  background: url("/eXoSkin/skin/images/themes/default/social/skin/Activity/right-quote.png") no-repeat right bottom;
  padding-right: 15px;
  padding-left: 25px;
  color: var(--allPagesBaseColorLight, #999999);
  border-left: medium none;
  width: 120px;
  word-wrap: break-word;
  position: relative;
  margin-right: 0;
}
#tiptip_holder blockquote:after {
  background: url("/eXoSkin/skin/images/themes/default/social/skin/Activity/left-quote.png") no-repeat left top;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 0;
}
.ellipsis-reverse {
  display: flex;
  flex-direction: row !important;
  text-overflow: clip !important;
}
.ellipsis-reverse-content {
  flex: 0 12px;
  height: 20px;
  padding-right: 5px;
  margin: auto;
  display: inline-flex;
}
.ellipsis-reverse-content.hidden {
  /* Used to force width = 0 on flex items for IE */
  position: absolute;
  flex: 0 0 0px;
  width: 0;
}
.ellipsis-reverse-apply {
  overflow: hidden;
  position: relative;
  flex: 1 auto;
  height: 20px;
  width: 100%;
  direction: rtl;
  max-width: 100%;
  margin: auto;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.hide-scroll {
  overflow: hidden !important;
}
.text-color {
  color: var(--allPagesBaseTextColor, #333333) !important;
}
.text-header-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: var(--allPagesToolbarLightLinkHoverColor, #4d5466) !important;
}
.text-sub-title {
  color: var(--allPagesGreyColorLighten1, #a8b3c5) !important;
}
.light-grey-background {
  background-color: var(--allPagesGreyColorOpacity1, rgba(225, 232, 238, 0.35)) !important;
}
.border-color {
  border: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee)) !important;
}
.border-top-color {
  border-top: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee)) !important;
}
.border-bottom-color {
  border-bottom: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee)) !important;
}
.border-right-color {
  border-right: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee)) !important;
}
.border-left-color {
  border-left: 1px solid var(--allPagesBtnBorder, var(--allPagesGreyColor, #e1e8ee)) !important;
}
.no-border {
  border: 0 !important;
}
.box-shadow {
  box-shadow: 0px 0px 0px -2px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.border-radius {
  border-radius: 3px !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.disabled-background {
  background-color: var(--allPagesLightGrey, #f2f2f2) !important;
}
.primary--text {
  color: var(--allPagesPrimaryColor, #578dc9) !important;
}
.secondary--text {
  color: var(--allPagesSecondaryColor, #476a9c) !important;
}
.primary {
  background-color: var(--allPagesPrimaryColor, #578dc9) !important;
}
.secondary {
  background-color: var(--allPagesSecondaryColor, #476a9c) !important;
}
.tertiary-color {
  color: var(--allPagesTertiaryColor, #578dc9) !important;
}
.tertiary {
  background-color: var(--allPagesTertiaryColor, #578dc9) !important;
  color: var(--allPagesLightWhite, #ffffff);
}
.border-box-sizing {
  box-sizing: border-box !important;
}
.content-box-sizing {
  box-sizing: content-box !important;
}
.height-auto {
  height: auto !important;
}
.width-auto {
  width: auto !important;
  min-width: auto !important;
}
.clickable {
  cursor: pointer;
}
.not-clickable {
  cursor: default !important;
}
.transparent {
  background: transparent;
}
.skeleton-text {
  color: #e6e6e6 !important;
}
.skeleton-text * {
  color: #e6e6e6 !important;
}
.skeleton-text::placeholder,
.skeleton-text *::placeholder {
  background-color: #e6e6e6 !important;
  border-radius: 4px;
  color: #e6e6e6 !important;
  width: 100%;
}
.skeleton-background {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.skeleton-background::before,
.skeleton-background[disabled] {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.skeleton-background * {
  border-color: #e6e6e6 !important;
}
.skeleton-background[type="button"][disabled].btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.skeleton-background[type="button"][disabled].v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.skeleton-background[type="button"][disabled].btn-primary:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.skeleton-background[type="button"][disabled].v-btn.primary:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.skeleton-background[type="button"][disabled].v-btn.v-btn.primary:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.skeleton-background[type="button"][disabled].v-btn.btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.skeleton-background[type="button"][disabled].v-btn.v-btn.primary.btn.btn-primary:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.skeleton-border {
  border: 1px solid #e6e6e6 !important;
}
.skeleton-background,
.skeleton-text {
  position: relative !important;
  max-height: 100% !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.skeleton-border-radius {
  border-radius: 4px !important;
}
.skeleton-border-radius-rounded {
  border-radius: 20px !important;
}
.skeleton-text-width-small {
  min-width: 50px !important;
  width: 50px !important;
}
.skeleton-text-width {
  min-width: 120px !important;
  width: 120px !important;
}
.skeleton-child-hidden * {
  visibility: hidden;
}
.skeleton-text-half-width {
  min-width: 50% !important;
  max-width: 50% !important;
  width: 50% !important;
}
.skeleton-text-full-width {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.skeleton-text-height {
  max-height: 8px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.skeleton-text-height-thick {
  max-height: 10px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.skeleton-text-height-fine {
  max-height: 6px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.skeleton-text-height-block {
  height: 50px !important;
  max-height: 50px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.skeleton-header {
  width: 50%;
  height: 15px;
}
.skeleton-list-item-title {
  width: 50%;
  display: inline-flex;
  height: 10px;
}
.skeleton-list-item-subtitle {
  width: 40%;
  display: inline-flex;
  height: 8px;
}
.data-table-light-border td {
  border-bottom: 1px solid var(--allPagesGreyColorLighten1Opacity1, rgba(168, 179, 197, 0.13)) !important;
}
.textarea-no-resize {
  resize: none;
}
/************ print web page **********/
@media print {
  a[href]:after {
    content: none !important;
  }
  #UITopBarContainer {
    position: relative !important;
  }
  tr.TRContainer {
    page-break-inside: auto !important;
  }
  td.SpaceHomePortletsTDContainer {
    display: revert !important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/* Large desktop */
.uiBrandingPortlet #PlatformAdminToolbarContainer #UIToolbarContainer {
  position: static!important;
}
.shareStt {
  display: none;
}
.shareStt + .uiCommentBox {
  display: none;
}
.uiQuickSearchResult .uiGrid .message > a {
  padding: 5px 0;
  display: block;
}
.uiUserActivitiesDisplay + .activityTop {
  display: none;
}
.mobile-visible,
.mask-layer-right {
  display: none;
}
.accordionBar .uiIconArrowRight {
  display: none;
}
.back-item {
  display: none!important;
}
.toggle-left-bar {
  margin-right: 15px;
  vertical-align: middle;
  width: 28px;
  height: 24px;
  outline: medium none !important;
  cursor: pointer;
}
.toggle-left-bar .uiIconMenu {
  color: var(--allPagesBaseBackground, #ffffff);
  font-size: 21px;
}
.toggle-left-bar:hover i {
  color: var(--allPagesBaseBackground, #ffffff);
}
.UIToolbarContainer.UIToolbarContainerLight .toggle-left-bar .uiIconMenu {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.UIToolbarContainer.UIToolbarContainerLight .uiUserToolBarPortlet > .dropdown-toggle:before {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.UIToolbarContainerLight .toggle-left-bar > span {
  color: var(--allPagesPrimaryColor, #578dc9);
}
.visible-tabletL {
  display: none;
}
.visible-phone-small {
  display: none;
}
.uiSearchPlatformToolBarPortlet > a .uiIconCloseSearchBox:before {
  content: "\e75e";
  font-size: 16px;
}
.uiSearchPlatformToolBarPortlet input[type="text"] {
  display: none !important;
}
.uiSearchPlatformToolBarPortlet input[type="text"].showInputSearch {
  display: inline !important;
}
@media (min-width: 1500px) {
  #socialMainLayout table.UITableColumn .uiMiniConnectionsPortlet,
  #socialMainLayout table.UITableColumn .uiBasicProfilePortlet {
    min-width: 250px!important;
  }
}
@media (min-width: 1700px) {
  #socialMainLayout table.UITableColumn .uiMiniConnectionsPortlet,
  #socialMainLayout table.UITableColumn .uiBasicProfilePortlet {
    min-width: 260px!important;
  }
}
@media (min-width: 1700px) {
  #socialMainLayout table.UITableColumn .uiMiniConnectionsPortlet,
  #socialMainLayout table.UITableColumn .uiBasicProfilePortlet {
    min-width: 270px!important;
  }
}
@media (max-width: 1228px) {
  body .uiAnswersPortlet .uiQuestions .answerToolbar > ul > li {
    float: none;
  }
  body .uiAnswersPortlet .answerToolbar > ul {
    display: block;
    float: none !important;
  }
  body .uiAnswersPortlet .uiQuestions .answerToolbar > .menuRight > li {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  html {
    overflow-x: hidden;
    height: 100%;
  }
  .form-horizontal .controls {
    white-space: nowrap;
  }
  .form-horizontal .controls select,
  .form-horizontal .controls textarea,
  .form-horizontal .controls input[type="text"],
  .form-horizontal .controls input[type="password"],
  .form-horizontal .controls input[type="datetime"],
  .form-horizontal .controls input[type="datetime-local"],
  .form-horizontal .controls input[type="date"],
  .form-horizontal .controls input[type="month"],
  .form-horizontal .controls input[type="time"],
  .form-horizontal .controls input[type="week"],
  .form-horizontal .controls input[type="number"],
  .form-horizontal .controls input[type="email"],
  .form-horizontal .controls input[type="url"],
  .form-horizontal .controls input[type="search"],
  .form-horizontal .controls input[type="tel"],
  .form-horizontal .controls input[type="color"],
  .form-horizontal .controls .uneditable-input,
  .form-horizontal .controls .selectize-control {
    max-width: 94%;
  }
  .form-horizontal .controls .selectize-control {
    min-width: 0!important;
    width: inherit!important;
  }
  .uiDocumentFormController {
    min-width: 0!important;
  }
  .uiDocumentFormController .clearfix + span {
    width: 100%;
  }
  .uiDocumentFormController .form-horizontal .controls > div.clearfix {
    width: 100%!important;
    margin-right: 0!important;
    float: none!important;
  }
  .uiPopup .form-horizontal .controls {
    white-space: nowrap;
  }
  .website-hompage .uiNavigation .toggle-left-bar {
    display: none;
  }
  #LeftNavigation .UIRowContainer > div + div {
    margin-top: -1px;
  }
  #Officebody > div > div > div > .UITableColumn {
    background: var(--allPagesBaseBackground, #ffffff) url("/eXoSkin/skin/images/themes/default/ShareImages/Background/texture.png") repeat left top;
  }
  .UIToolbarContainer #HomeLink {
    overflow: hidden;
  }
  body .OfficeMiddleTDContainer {
    padding: 20px 20px !important;
  }
  body .accordionBar {
    position: relative;
  }
  body .accordionBar .uiIconArrowRight {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body .accordionCont {
    display: block;
  }
  body .showAccordionBar .accordionCont {
    display: block;
  }
  .visible-tablet.toggle-right-bar {
    display: block!important;
  }
  .open-left-bar .toggle-right-bar {
    display: none!important;
  }
  .back-item {
    display: block!important;
    margin-top: -5px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .back-item a,
  .back-item a:hover,
  .back-item a:focus {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-weight: bold!important;
    color: var(--allPagesBaseTextColor, #333333) !important;
    background: var(--allPagesPrimaryBackground, #f0f0f0) !important;
  }
  .dropdown-menu.parent-current:before {
    border-color: transparent transparent var(--allPagesBorderColor, #e1e8ee) transparent !important;
  }
  .dropdown-menu.parent-current:after {
    border-color: transparent transparent var(--allPagesPrimaryBackground, #f0f0f0) transparent !important;
  }
  .dropdown-submenu > ul {
    display: none!important;
  }
  .UIToolbarContainer .toggle-left-bar {
    display: inline-block;
  }
  body .OfficeMiddleTDContainer {
    position: relative;
  }
  .hidden-right-bar .toggle-right-bar {
    right: 0;
  }
  #UIViewWS {
    position: relative;
  }
  .toggle-right-bar {
    cursor: pointer;
    position: fixed;
    top: 50%;
    margin-top: -8px;
    right: 40% ;
    width: 25px;
    height: 70px;
    display: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.8);
    text-align: center;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
  }
  .toggle-right-bar .uiIconVerticalLines {
    color: white;
    font-size: 26px;
    margin: 20px 0 0;
  }
  .toggle-right-bar:hover .uiIconVerticalLines {
    color: white;
  }
  .toggle-right-bar .uiIconArrowRight {
    display: none;
  }
  .open-left-bar .toggle-right-bar {
    display: none;
  }
  .mobile-hidden {
    display: none;
  }
  #OfficeRight {
    position: relative;
  }
  #UIToolbarContainer {
    position: fixed;
    left: auto;
    right: auto;
    top: 0;
    z-index: 1001;
    width: 100%;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    max-width: 100%;
    width: 100%;
  }
  .modal-open .uiPopup {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .uiPopupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99999!important;
  }
  .UIEditInlineWS .uiPopupWrapper {
    position: relative;
    overflow: initial;
  }
  .wiki-body .uiPopupWrapper .uiPopup {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 57px auto !important;
    max-width: 90%!important;
  }
  body.modal-open {
    overflow-y: hidden!important;
  }
  .uiPopup {
    left: auto!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    z-index: 10000!important;
    position: relative!important;
    margin: 57px auto 20px !important;
    width: 560px!important;
    -webkit-transform: translate(0px, -25%);
    -moz-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    -o-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
  }
  .uiPopup .PopupContent {
    height: auto!important;
  }
  .uiPopup .PopupContent .resizable {
    height: auto!important;
    max-height: none!important;
  }
  .LeftNavigationTDContainer {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    display: none;
    height: 100%!important;
    max-height: 100%!important;
  }
  .open-left-bar .LeftNavigationTDContainer {
    display: block;
  }
  body .LeftNavigationTDContainer {
    width: 30%;
  }
  .open-left-bar #UIToolbarContainer,
  .open-left-bar .RightBodyTDContainer {
    left: 30%;
    margin-left: 1px;
  }
  .RightBodyTDContainer,
  #UIToolbarContainer,
  .RightBodyTDContainer {
    left: 0;
    -webkit-transition: left 200ms ease 0s;
    -moz-transition: left 200ms ease 0s;
    -o-transition: left 200ms ease 0s;
    transition: left 200ms ease 0s;
  }
  .RightBodyTDContainer {
    position: relative;
  }
  body.open-left-bar {
    overflow-x: hidden;
  }
  .RightBodyTDContainer {
    display: block;
  }
  body {
    position: relative;
    right: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body:not('.open-left-bar') {
    padding-top: 41px!important;
  }
  body:not('.open-left-bar') #NavigationPortlet {
    top: 0;
    left: 0;
    width: 100%;
    z-index: var(--allPagesZindexFixedNavbar, 1030);
  }
  .UIToolbarContainer .uiDropdownWithIcon > a {
    font-size: 0;
  }
  #UIHelpPlatformToolbarPortletTDContainer {
    display: none;
  }
  .OfficeMiddleTDContainer + .OfficeRightTDContainer {
    -webkit-transition: width 150ms ease 0s;
    -moz-transition: width 150ms ease 0s;
    -o-transition: width 150ms ease 0s;
    transition: width 150ms ease 0s;
  }
  .hidden-right-bar .OfficeMiddleTDContainer + .OfficeRightTDContainer {
    width: 0%!important;
    overflow: hidden;
  }
  .accordionBar .uiIconArrowRight {
    display: block;
  }
  body .OfficeRightTDContainer {
    padding-top: 24px;
  }
  body .OfficeRightTDContainer {
    width: 40%!important;
  }
  .mask-layer-right {
    height: 100%;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .uiSearchPlatformToolBarPortlet input[name="adminkeyword"] {
    width: auto;
  }
  .uiSearchPlatformToolBarPortlet .uiIconCloseSearchBox {
    top: -5px;
  }
  body .uiPopup .popupHeader [class^="uiIcon"] {
    line-height: 16px;
  }
  #outerContainer {
    min-width: auto!important;
  }
  body .uiGettingStarted #progress-shell {
    width: 72%;
  }
  .RightBodyTDContainer {
    overflow-x: auto;
  }
  .open-right-bar .fileActivity .introBox .isPreviewable .PlayerContianer {
    width: 100%;
    float: none;
  }
  .open-right-bar .fileActivity .introBox .isPreviewable .PlayerContianer > * {
    height: auto !important;
    width: 100% !important;
  }
  .open-right-bar .fileActivity .introBox .isPreviewable .PlayerContianer + .text {
    overflow: visible;
  }
  body .boxLoadMore {
    padding: 0;
    background: none;
  }
  body .UIToolbarContainer .uiDropdownWithIcon > a > i {
    top: 0;
  }
  .action_close .uiIconClose:before {
    font-size: 16px!important;
  }
  .uiQuickSearchResult {
    position: fixed!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    max-height: 100%!important;
    max-height: none!important;
    width: 90% !important;
    margin-left: 0;
    z-index: 99999!important;
  }
  .uiQuickSearchResult .message {
    background: var(--allPagesBaseBackground, #ffffff) !important;
  }
  #UICreateList.dropdown-menu > li:nth-child(4) {
    display: none;
  }
  .visible-tabletL {
    display: block;
  }
  .hidden-tabletL {
    display: none !important;
  }
  .uiUserToolBarPortlet.uiDropdownWithIcon .dropdown-toggle {
    max-width: 140px;
  }
  .UserInfoPortletTDContainer .dropdown-menu li > a {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .uiAllSpacesPortlet .load-more-items,
  .load-more-items.MoreSpace.btn {
    max-width: 100%;
    box-sizing: border-box;
  }
  body .OfficeMiddleTDContainer .toggle-right-bar {
    display: none;
  }
  .SpaceHomePortletsTDContainer {
    display: none;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #UIMaskWorkspace .UIMaskWorkspace {
    margin-top: 57px !important;
  }
  body .OfficeMiddleTDContainer + .OfficeRightTDContainer {
    background: var(--allPagesPrimaryBackground, #f0f0f0);
  }
  body .OfficeMiddleTDContainer + .OfficeRightTDContainer #OfficeRight {
    margin-left: 20px;
  }
  .uiQuickSearchResult {
    width: 700px!important;
  }
  body .uiQuickSearchResult {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  .newEventAttendee {
    min-width: 980px;
  }
}
@media (max-width: 767px) {
  #socialMainLayout table.UITableColumn .uiMiniConnectionsPortlet,
  #socialMainLayout table.UITableColumn .uiBasicProfilePortlet {
    min-width: 0!important;
    max-width: none!important;
  }
  #socialTopLayout .TDContainer {
    display: block;
  }
  #socialMainLayout table.UITableColumn {
    width: 100%!important;
  }
  .uiSocApplication .uiTableProfileUserSearch .column,
  .uiSocApplication .uiTableProfileUserSearch {
    display: block!important;
    width: 100%!important;
    padding: 0!important;
  }
  .uiSocApplication .uiTableProfileUserSearch .has-suggestions .suggestions {
    max-width: 100%!important;
  }
  .left-border-row {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ToolbarContainer.active #ToolBarSearch.uiDropdownWithIcon {
    background: none!important;
  }
  body .OfficeRightTDContainer {
    width: 36%!important;
  }
  body .toggle-right-bar {
    right: 36%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  body .accordionBar {
    padding: 10px 30px 10px 18px!important;
    line-height: 30px!important;
    height: auto!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .hidePadAccordionBar .accordionCont {
    display: none;
  }
  body .accordionBar .uiIconArrowRight:before {
    content: "\e75a";
  }
  body .hidePadAccordionBar .accordionBar .uiIconArrowRight:before {
    content: "\e75c";
  }
  body .uiBox .title {
    padding: 10px 15px;
  }
  body .uiGrayLightBox {
    padding: 10px;
  }
  body .uiGettingStarted .listBlock {
    padding: 18px!important;
  }
  body .OfficeMiddleTDContainer,
  body .OfficeMiddleTDContainer + .OfficeRightTDContainer {
    padding-top: 20px !important;
  }
  body .UIToolbarContainer .NormalContainerBlock .ToolbarContainer .TRContainer,
  body .UIToolbarContainer .NormalContainerBlock .ToolbarContainer {
    height: 57px !important;
  }
  body .UIToolbarContainer .uiDropdownWithIcon > a {
    line-height: 57px;
    height: 57px;
  }
  body .UIToolbarContainer #HomeLink {
    padding: 14px 14px 0;
  }
  body .uiCompanyNavigationPortlet .uiCompanyNavigations .navItem,
  body .uiCompanyNavigationPortlet .uiCompanyNavigations .navItemSelected,
  body .uiSpaceNavigationPortlet .spaceNavigation .spaceItem,
  body .uiSpaceNavigationPortlet .spaceNavigation .spaceItemSelected {
    padding: 8px 27px;
  }
  body .uiSpaceNavigationPortlet .searchInput input {
    height: 32px ;
  }
  body .uiDropdownWithIcon .dropdown-menu li > a {
    padding: 8px 22px 8px 12px;
  }
  body .btn {
    padding: 4px 14px ;
  }
  body .uiComposer.uiGrayLightBox .inputLink input[type="text"],
  body select,
  body textarea,
  body input[type="text"],
  body input[type="password"],
  body input[type="datetime"],
  body input[type="datetime-local"],
  body input[type="date"],
  body input[type="month"],
  body input[type="time"],
  body input[type="week"],
  body input[type="number"],
  body input[type="email"],
  body input[type="url"],
  body input[type="search"],
  body input[type="tel"],
  body input[type="color"],
  body .uneditable-input {
    height: 40px;
  }
  body .exo-mentions .replaceTextArea {
    font-size: 15.5px;
    padding: 5px 10px;
  }
  body .footComment .exo-mentions .replaceTextArea {
    padding: 6px 10px;
    height: auto !important;
    max-height: 60px;
    font-size: 15px;
    line-height: 1.2;
  }
  body .footComment .exo-mentions .placeholder {
    line-height: 1.2;
    font-size: 15px;
  }
  body .uiSpaceNavigationPortlet .joinSpace {
    padding: 10px 0;
  }
  body .HomeLink > img {
    margin-top: -8px;
  }
  body .UIToolbarContainer .uiUserToolBarPortlet > a > img {
    width: 32px;
    height: 32px;
  }
  .action_close {
    margin-top: -2px !important;
    margin-right: 5px;
  }
  .ajaxLoadingMask {
    padding: 12px 7px 12px 11px;
  }
  .ajaxLoadingMask .uiIconClose {
    margin-top: 4px;
  }
  .ajaxLoadingMask .loadingText {
    line-height: 18px;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action,
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .action_top,
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .top.mobile-visible {
    display: none;
  }
  .toggle-left-bar .uiIconMenu {
    font-size: 30px;
    top: -4px;
  }
  .MonitoringLeftTDContainer,
  .MonitoringMiddleTDContainer,
  .MonitoringRightTDContainer {
    display: block;
    padding: 20px !important;
  }
}
/* Landscape phones and down */
@media (max-width: 767px) {
  .uiTabNormal .nav-tabs > li > a,
  .uiTabNormal .nav-tabs > li > a:hover {
    border-bottom: none;
  }
  .uiVTabInputSet .itemListContainer {
    margin-left: 0;
    margin-top: 15px;
  }
  .uiPopup,
  #UIMaskWorkspace .UIMaskWorkspace {
    margin: auto!important;
    max-width: 560px!important;
    width: 100%;
  }
  #UIMaskWorkspace .UIMaskWorkspace {
    margin-top: 0px!important;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .uiDropdownWithIcon span {
    float: none!important;
  }
  .UIToolbarContainer .uiUserToolBarPortlet.uiDropdownWithIcon > a {
    font-size: 0px!important;
  }
  .uiMasklayer {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .UIToolbarContainer .dropdown-menu.overflow-y {
    overflow-y: auto;
  }
  .OfficeMiddleTDContainer + .OfficeRightTDContainer,
  body .OfficeMiddleTDContainer .toggle-right-bar {
    display: none;
  }
  .visible-tablet.toggle-right-bar {
    display: none !important;
  }
  .UIToolbarContainer .uiUserToolBarPortlet.uiDropdownWithIcon > .dropdown-menu > li > a,
  .UIToolbarContainer .uiSetupPlatformToolBarPortlet.uiDropdownWithIcon > .dropdown-menu > li > a,
  .UIToolbarContainer .uiNotificationPopoverToolbarPortlet .uiDropdownWithIcon > .dropdown-menu > li > a {
    min-width: auto!important;
  }
  body .UIToolbarContainer .uiDropdownWithIcon > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .mobile-visible {
    display: block;
  }
  body .LeftNavigationTDContainer {
    width: 75%;
  }
  .open-left-bar #UIToolbarContainer,
  .open-left-bar .RightBodyTDContainer {
    left: 75%;
  }
  .avatar-help-action .dropdown-toggle {
    float: left;
  }
  .avatar-help-action .dropdown-toggle img {
    width: 26px;
    height: 26px;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .action_top {
    border-bottom: 1px solid var(--allPagesBorderColor, #e1e8ee);
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .action_top .action-addon {
    float: right;
    padding: 8px 10px;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .action_top .action-addon:hover {
    background-color: var(--allPagesPrimaryBackground, #f0f0f0);
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .action_top .action-addon > span {
    display: inline-block;
    cursor: pointer;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action {
    position: relative;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action > a:hover {
    background: var(--allPagesBaseBackground, #ffffff);
    color: var(--allPagesBaseTextColor, #333333);
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action .help-link-box {
    position: absolute;
    top: 50%;
    right: 5px;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -2px;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action .help-link-box .uiIconPLF24x24Help {
    font-size: 18px;
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action .uiIconPLF24x24Help {
    color: var(--allPagesPrimaryColor, #578dc9);
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action .uiIconPLF24x24Help:hover,
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action .uiIconPLF24x24Help:active {
    color: var(--allPagesPrimaryColor, #578dc9);
  }
  .UIToolbarContainer .uiDropdownWithIcon > .dropdown-menu .avatar-help-action + .divider {
    margin: 0;
  }
  .uiDropdownWithIcon .dropdown-menu li > a {
    padding: 8px 20px 8px 10px;
  }
  .mark-layer-mobile {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
  }
  .mark-layer-mobile.active {
    display: block;
  }
  .SearchPortletTDContainer.pull-left {
    float: none!important;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div {
    display: none;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer {
    display: block;
    float: none !important;
    padding: 0 15px;
    text-align: center;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer input[name="adminkeyword"] {
    display: inline-block !important;
    width: 93%;
    margin: 6px 0 0 0;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer #ToolBarSearch {
    margin: 0 auto;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer .uiQuickSearchResult {
    margin-left: 0;
    margin-top: -10px;
    border-radius: 3px;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer .uiQuickSearchResult colgroup col:first-child {
    width: 100%;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer .uiQuickSearchResult colgroup col:last-child {
    width: 0;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer .uiQuickSearchResult th {
    display: none;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer .uiQuickSearchResult .uiGrid.table td,
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer .uiQuickSearchResult .uiGrid.table th {
    border-left: none;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .uiDropdownWithIcon {
    background: transparent;
    line-height: 41px;
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .uiDropdownWithIcon span {
    margin: 0px 0 0;
  }
  .UIToolbarContainer #HomeLink img {
    max-width: calc(100vw - 490px);
  }
  .UIToolbarContainer .NormalContainerBlock .ToolbarContainer.active .TRContainer > div.SearchPortletTDContainer {
    padding: 0!important;
  }
  body .uiSpaceMenu .spaceMenuTab > .active {
    background: none;
  }
  .uiPopup .uiIconResize {
    display: none;
  }
  .fileActivity .introBox .isPreviewable .PlayerContianer {
    width: 100%;
    float: none;
  }
  .fileActivity .introBox .isPreviewable .PlayerContianer > * {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
  .fileActivity .introBox .isPreviewable .PlayerContianer + .text {
    overflow: visible;
  }
  #toolbarViewer #viewFind {
    display: none;
  }
  body #UISocialPopupWindow #sidebarContent {
    top: 32px;
  }
  .open-left-bar .footComment,
  .modal-open .footComment {
    display: none!important;
  }
  #toolbarViewerRight > a {
    margin-top: 4px;
  }
  .nav-tabs > li {
    margin-bottom: 0;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    font-size: initial!important;
  }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    font-size: initial!important;
  }
  .uiForumActionBar .pull-right > .dropdown-menu {
    left: 0;
  }
  .uiSpaceNavigationPortlet .searchInput input {
    font-size: 14px !important;
  }
  .UIToolbarContainer .uiCreateToolBarPortlet .create-form-dropdown {
    position: fixed;
    height: 100%!important;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    overflow-y: auto;
    top: 0px;
    margin: 0!important;
    max-height: none!important;
  }
  .UIToolbarContainer .uiCreateToolBarPortlet .create-form-dropdown .dropdown-menu-sub {
    width: 90%;
    position: static!important;
    margin: 34px auto 0;
    background: var(--allPagesBaseBackground, #ffffff);
    border: 1px solid var(--allPagesBaseBackground, #ffffff);
    float: none!important;
  }
  .UIToolbarContainer .uiCreateToolBarPortlet .create-form-dropdown .filterMenu > ul {
    position: absolute !important;
  }
  .UIToolbarContainer .uiCreate .uiFormInput .uiForumFilter .filterMenu > ul {
    max-height: none!important;
  }
  body .UIToolbarContainer .uiCreate .uiFormInput .uiFormScrollMenu .scroll-menu .dropdown-menu {
    max-height: none;
    width: auto;
    overflow: visible;
  }
  body .uiAnswersPortlet .uiAnserContainer .leftColumn {
    width: 100%;
    float: none;
  }
  body .uiAnswersPortlet #resizeLineBar {
    display: none;
  }
  body .uiAnswersPortlet .uiAnserContainer .rightColumn {
    margin: 10px 0!important;
  }
  .quickSearchDisplay .footComment {
    display: none!important;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch {
    display: flex;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: fixed;
    z-index: 3000;
    padding-top: 10px;
    top: 0;
    right: 0;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch > input {
    margin-top: 0 !important;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch > input[type=text].loadding + a:after {
    top: 5px;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch input[type="text"] {
    width: 100% !important;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch .uiQuickSearchResult {
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 47px 0 0 !important;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch .uiQuickSearchResult table {
    table-layout: fixed;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch .uiQuickSearchResult table th,
  .uiSearchPlatformToolBarPortlet.activeInputSearch .uiQuickSearchResult table colgroup {
    display: none;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch .uiQuickSearchResult table td {
    width: 100%;
    border-left: none;
  }
  .uiSearchPlatformToolBarPortlet.activeInputSearch .uiQuickSearchResult table td .avatarTiny {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    height: auto;
    display: block;
  }
  .uiQuickSearchResult {
    position: absolute!important;
  }
  embed,
  object,
  iframe,
  video {
    max-width: 100%;
    width: 100%;
  }
  .uiSearch .quickSet * {
    box-sizing: border-box;
    display: block;
    margin: 5px 0 !important;
    width: 100% !important;
  }
  .ajaxLoadingMask {
    left: 50%!important;
    -webit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #chat-status .pull-right > .dropdown-menu {
    right: auto;
    left: 0;
  }
}
@media (max-width: 600px) {
  body .form-horizontal .control-group .control-label {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 10px;
  }
  body .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  .uiPopup,
  #UIMaskWorkspace .UIMaskWorkspace {
    margin: 0 15px!important;
    width: auto !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body .LeftNavigationTDContainer {
    width: 40%;
  }
  .open-left-bar #UIToolbarContainer,
  .open-left-bar .RightBodyTDContainer {
    left: 40%;
  }
  .nav-tabs > li {
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 589px) {
  .form-horizontal .control-group .control-label {
    width: 140px;
  }
  .form-horizontal .control-group .controls {
    margin-left: 160px;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 505px) {
  body .UIToolbarContainer .uiDropdownWithIcon > a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 480px) {
  .uiSearchPlatformToolBarPortlet.activeInputSearch {
    left: 40%;
  }
  .uiEditUserProfileForm .form-horizontal .controls {
    white-space: nowrap;
  }
  body .accordionCont {
    display: none;
  }
  .ShowMobileAccordionBar .accordionBar .uiIconArrowRight:before,
  .showAccordionBar .accordionBar .uiIconArrowRight:before {
    content: "\e75a";
  }
  .ShowMobileAccordionBar .accordionCont,
  .showAccordionBar .accordionCont {
    display: block;
  }
  .uiDialogAction .dialogAction {
    float: none;
    margin-bottom: 0;
    margin-bottom: 10px!important;
  }
  .uiEditUserProfileForm #BaseSection .control-group .controls .uiSelectbox {
    float: none!important;
    display: block;
    margin-bottom: 5px;
  }
  .uiEditUserProfileForm #BaseSection .control-group .controls .uiSelectbox + * {
    margin-left: 0!important;
  }
  .uiEditUserProfileForm #BaseSection .control-group .controls input {
    width: 240px!important;
  }
  .visible-phone-small {
    display: block;
  }
  .UIToolbarContainer #HomeLink img {
    max-width: calc(100vw - 260px);
  }
  .UIToolbarContainer .uiCreate .uiFormInput .uiForumFilter .filterMenu .dropdown-menu {
    left: auto;
    right: 0;
  }
  .UIToolbarContainer .uiCreate .uiFormInput .uiForumFilter .filterMenu {
    position: static!important;
  }
  .visible-small-phone {
    display: block!important;
  }
  .uiSetupPlatformToolBarPortlet .back-item {
    margin-top: 0;
  }
  .UIToolbarContainer .uiDropdownWithIcon.pull-right > .dropdown-menu:after,
  .UIToolbarContainer .uiDropdownWithIcon.pull-right > .dropdown-menu:before {
    display: none!important;
  }
  .UIToolbarContainer .uiUserToolBarPortlet.uiDropdownWithIcon > .dropdown-menu {
    border: medium none!important;
    border-radius: 0!important;
    left: auto!important;
    right: 5px!important;
    top: 42px!important;
    margin: 0!important;
    padding: 0!important;
  }
  .UIToolbarContainer .uiUserToolBarPortlet.uiDropdownWithIcon > .dropdown-menu > li > a {
    min-width: 180px;
  }
  .UIToolbarContainer .uiSetupPlatformToolBarPortlet.uiDropdownWithIcon > .dropdown-menu {
    right: auto!important;
  }
  .action_top {
    display: none;
  }
  .UIHelpPlatformToolbarPortletTDContainer {
    display: none;
  }
  .UIToolbarContainer .UISetupPlatformToolBarPortletIDTDContainer .dropdown-toggle {
    display: none;
  }
  .uiUserToolBarPortlet > .dropdown-toggle {
    min-width: 20px;
    font-family: "PLF-FONT-ICONS";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    color: var(--allPagesPrimaryColor, #578dc9);
    font-size: 18px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 1px;
    top: 0px;
    line-height: 30px !important;
  }
  .uiUserToolBarPortlet > .dropdown-toggle:before {
    content: "\e79d";
    color: var(--allPagesBaseBackground, #ffffff);
    font-size: 23px;
    position: relative;
    top: 6px;
  }
  .uiUserToolBarPortlet > .dropdown-toggle img {
    display: none;
  }
  .uiUserToolBarPortlet .avatar-help-action img {
    display: inline-block;
  }
  .UIToolbarContainer .action-addon [class^="uiIconPLF24x24"] {
    color: var(--allPagesPrimaryColor, #578dc9);
  }
  .UIToolbarContainer .action-addon [class^="uiIconPLF24x24"]:hover {
    color: var(--allPagesPrimaryColor, #578dc9);
  }
  body .UIToolbarContainer .uiCreateToolBarPortlet .uiCreateForm .controls {
    margin-left: 0;
  }
  body .UIToolbarContainer .uiCreateToolBarPortlet .uiCreateForm .control-label {
    float: left;
  }
  #UICreateList.dropdown-menu .dropdown-menu-sub > a {
    font-size: 0;
    line-height: 0;
    padding: 10px !important;
  }
  #UICreateList.dropdown-menu .dropdown-menu-sub > a:hover {
    background: var(--allPagesPrimaryBackground, #f0f0f0) !important;
  }
  #UICreateList.dropdown-menu .dropdown-menu-sub > a i {
    margin: 0!important;
  }
  #UICreateList.dropdown-menu .dropdown-menu-sub:nth-child(4) {
    display: none;
  }
  #UICreateList.dropdown-menu .spaceChooserPopup > li {
    font-size: 13px;
  }
  .avatar-help-action a {
    font-weight: bold!important;
  }
  #UICreateList > li > a > [class^="uiIcon"] {
    font-size: 22px;
  }
  .ajaxLoadingMask .uiIconClose {
    margin-top: 7px;
  }
  body #mainContainer {
    min-width: 100px;
  }
  .UIToolbarContainer .uiSearchPlatformToolBarPortlet > input[type="text"] {
    margin: -4px 0 0 12px !important;
  }
  body .UIToolbarContainer .uiSearchPlatformToolBarPortlet > input.loadding[type="text"] + a:after {
    top: 6px;
  }
  body .spaceChooserPopup {
    left: 0;
    top: 28px;
    overflow-y: auto;
    overflow-x: visible;
  }
  .UIToolbarContainer .uiCreate .uiAction {
    padding-bottom: 10px!important;
  }
  body .accordionBar {
    margin-top: -1px !important;
    padding: 0 15px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .spaceChooserPopup {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .uiFormScrollMenu .optionMenu {
    -webkit-transform: translate(-63%, 0);
    -moz-transform: translate(-63%, 0);
    -ms-transform: translate(-63%, 0);
    -o-transform: translate(-63%, 0);
    transform: translate(-63%, 0);
    position: unset !important;
    z-index: 10;
  }
  .UICreatePoll .uiFormScrollMenu .optionMenu,
  .UICreateTopic .uiFormScrollMenu .optionMenu {
    -webkit-transform: translate(-63%, 0);
    -moz-transform: translate(-63%, 0);
    -ms-transform: translate(-63%, 0);
    -o-transform: translate(-63%, 0);
    transform: translate(-63%, 0);
    position: absolute !important;
    z-index: 10;
  }
  body .uiSpaceNavigationPortlet .accordionCont {
    position: relative;
  }
  body .uiSpaceNavigationPortlet .accordionCont .spaceNavigation {
    margin-top: 54px;
  }
  body .uiSpaceNavigationPortlet .accordionCont .joinSpace {
    position: absolute;
    top: 44px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .activeInputSearch .UISetupPlatformToolBarPortletIDTDContainer,
  .activeInputSearch .UICreatePlatformToolBarPortletIDTDContainer {
    display: none;
  }
}
@media (min-width: 1024px) {
  .result-container {
    width: 200%;
    margin-left: 100%;
    transform: translateX(-100%);
  }
  .seeAllmsg {
    margin-left: -100%;
  }
}
.ellipsed {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#PlatformAdminToolbarContainer-preview #UIToolbarContainer {
  position: static;
}
@media (max-width: 767px) {
  .UIMobileSwipeContainer {
    margin: 0 !important;
    padding: 0 !important;
  }
  .UIMobileSwipeContainer .UIMobileSwipeParentContainer {
    transition: width 0.6s;
    max-width: calc(100% - 20px) !important;
  }
  .UIMobileSwipeContainer .UIMobileSwipeParentContainer .UIMobileSwipeChildContainer {
    position: absolute;
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .UIMobileSwipeContainer .UIMobileSwipeParentContainer .UIMobileSwipeChildContainer:not(.active) {
    right: 100vw;
  }
  .UIMobileSwipeContainer .UIMobileSwipe {
    position: fixed !important;
    top: 60vh !important;
    height: 60px !important;
    width: 60px !important;
    background-color: #fff !important;
    z-index: 1010;
    display: flex !important;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
  }
  .UIMobileSwipeContainer .UIMobileSwipe.left {
    left: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
  }
  .UIMobileSwipeContainer .UIMobileSwipe.right {
    right: 0;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
  }
  .UIMobileSwipeContainer .UIMobileSwipe i {
    margin: auto;
    color: var(--allPagesBaseTextColor, #333333) !important;
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 1024px) {
  .UIToolbarContainer .uiUserToolBarPortlet.uiDropdownWithIcon > a {
    font-size: 15.5px!important;
  }
  body {
    font-size: 15.5px;
    line-height: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 15.5px;
  }
  [class^="uiIcon"],
  .LeftNavigationTDContainer .uiPopup [class^="uiIcon"] {
    font-size: 17px;
  }
  .uiIconClose:before,
  .uiIconClose {
    font-size: 12px;
  }
  .font10,
  [class^="uiIcon"][class*="Mini"],
  [class^="uiIconArrow"],
  body [class*="Tiny"]:before,
  .dropdown-submenu > a:after {
    font-size: 12px;
  }
  body .uiIconForumStatus::before,
  body .uiIconForumColorOffline::before,
  body .uiIconForumColorUnread::before,
  body .uiIconForumColorOnline::before,
  body .uiIconForumColorAway::before,
  body .uiIconForumColorBusy::before {
    font-size: 12px;
  }
  .font12,
  [class^="uiIcon"][class*="Medium"] {
    font-size: 15px;
  }
  label,
  button,
  select,
  .uiGrid.table td,
  .uiGrid.table th {
    font-size: inherit;
  }
  [class^="uiIconArrow"][class*="Mini"],
  [class^="uiIconMini"] {
    font-size: 7px;
  }
  [class*="24x24"] {
    font-size: 29px;
  }
  [class*="32x32"] {
    font-size: 38px;
  }
  [class*="64x64"] {
    font-size: 76px;
  }
  .UIToolbarContainer .UserInfoPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .UIHelpPlatformToolbarPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .SearchPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .UICreatePlatformToolBarPortletIDTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .UISetupPlatformToolBarPortletIDTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .NotificationPopoverPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .AdminToolBarPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .middle-topNavigation-containerTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .right-topNavigation-containerTDContainer [class^="uiIconPLF24x24"] {
    font-size: 29px;
  }
  .UIToolbarContainer .UserInfoPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .UIHelpPlatformToolbarPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .SearchPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .UICreatePlatformToolBarPortletIDTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .UISetupPlatformToolBarPortletIDTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .NotificationPopoverPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .AdminToolBarPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .middle-topNavigation-containerTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .right-topNavigation-containerTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft {
    font-size: 13px;
    margin-right: 5px !important;
  }
  .UIToolbarContainer .UserInfoPortletTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .UIHelpPlatformToolbarPortletTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .SearchPortletTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .UICreatePlatformToolBarPortletIDTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .UISetupPlatformToolBarPortletIDTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .NotificationPopoverPortletTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .AdminToolBarPortletTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .middle-topNavigation-containerTDContainer .dropdown-submenu > a:after,
  .UIToolbarContainer .right-topNavigation-containerTDContainer .dropdown-submenu > a:after {
    border-width: 6px 0 6px 6px;
    margin-top: 2px;
  }
  body .btn-group > .btn,
  body .btn-group > .dropdown-menu,
  body .btn {
    font-size: 15.5px;
  }
  body .activityStream .heading .dataInfor span,
  body .activityStream .heading .dataInfor a {
    font-size: 13.5px;
  }
}
@media (max-width: 480px) {
  .uiIconClose:before,
  .uiIconClose {
    font-size: 10px;
  }
  .font10,
  [class^="uiIcon"][class*="Mini"],
  [class^="uiIconArrow"] {
    font-size: 10px;
  }
  .UIToolbarContainer .UserInfoPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .UIHelpPlatformToolbarPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .SearchPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .UICreatePlatformToolBarPortletIDTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .UISetupPlatformToolBarPortletIDTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .NotificationPopoverPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .AdminToolBarPortletTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .middle-topNavigation-containerTDContainer [class^="uiIconPLF24x24"],
  .UIToolbarContainer .right-topNavigation-containerTDContainer [class^="uiIconPLF24x24"] {
    font-size: 26px;
  }
  .UIToolbarContainer .UserInfoPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .UIHelpPlatformToolbarPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .SearchPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .UICreatePlatformToolBarPortletIDTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .UISetupPlatformToolBarPortletIDTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .NotificationPopoverPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .AdminToolBarPortletTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .middle-topNavigation-containerTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft,
  .UIToolbarContainer .right-topNavigation-containerTDContainer .uiDropdownWithIcon .dropdown-menu li.back-item .uiIconArrowLeft {
    font-size: 12px;
    margin-right: 5px !important;
  }
}

