/* ===
 * Mandatarissen Sibelga: Redesign + Responsive
 * @copyright Marlon BVBA (http://www.marlon.be)
 * @date 21-09-2015
 * @Author Sebastian Vyaene
====== */
/* ==== SITE COLORS
   ---- Grayscale and brandcolors for use across Sibelga Mandataris */
/* === MENUS */
/* ==== OPTIONS
   ---- Quickly modify global styling by enabling or disabling optional features */
/* ==== SPACING
   ---- Control the default styling of most KrisKras elements by modifing these
   ---- variables. Mostly focused on spacing.  */
/* ==== BODY
   ---- Settings for the '<body>' element */
/* ==== TYPOGRAPHY
   ---- font, line-height, color for body text, headings... */
/* ==== LINKS
   ---- Style anchor elements */
/* ==== BUTTONS
   ---- Style button elements */
/* ==== ICONS
   ---------------- */
/* ==== FORMS
   ---- Labels ---- */
/* ==== GRID BREAKPOINTS
   ---- Define the min. and max. dimensions at which your layout will change,
   ---- adapting to different screen sizes, for use in media queries. */
/* === GRID CONTAINERS
   --- Define the maximum width of '.container' for differtent screen sizes. */
/* ==== GRID COLUMNS
   ---- Set the number of columns and specify the width of the gutters. */
/* ==== EXTRA VARS
   ---= for elements that has an apart color... :( */
/* ==== RESPONSIVE IMAGE
   ---- Keep images from scaling beyond the width of their parents.
   ---- (Responsive image, Retina image) */
/* ==== RESET FILTERS (FOR IE)
   ---- When you need to remove a gradient background, do not forget to use this to reset
   ---- the IE filter for IE9. */
/* ==== SCREENREADERS
   ---- Only display content to screen readers
   ---- See: http://a11yproject.com/posts/how-to-hide-content/ */
/*  ---- Use in conjunction with .sr-only to only display content when it's focused.
    ---- Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 */
/* ====
   ==== Core CSS ==== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Tahoma", Geneva, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
  background-color: #FFF; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #726C68;
  text-decoration: underline;
  font-weight: 400; }
  a:focus, a:hover {
    color: #4a4644;
    text-decoration: none; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #DBD8D6; }

/* === ICONS
   --- set icon sizes */
.icon {
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat; }

/* ---
   --- all icons in sprite */
.icon-btn-expand {
  width: 15px;
  height: 8px;
  background-image: url("../svg/icon-btn-down.svg");
  background-position: 0 0; }

.icon-btn-collapse {
  width: 15px;
  height: 8px;
  background-image: url("../svg/icon-btn-up.svg"); }

/*@font-face {
  font-family: 'Maven Pro Bold';
  src: url('../fonts/mavenpro-bold-webfont.eot');
  src: url('../fonts/mavenpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/mavenpro-bold-webfont.woff') format('woff'),
  url('../fonts/mavenpro-bold-webfont.ttf') format('truetype'),
  url('../fonts/mavenpro-bold-webfont.svg#maven_probold') format('svg');
  font-weight: normal;
  font-style: normal;

}*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 2.2;
  color: inherit; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-bottom: 1rem; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 1rem; }

h1, .h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 2rem;
  color: #7F1D76;
  text-transform: uppercase;
  line-height: 2.3rem; }

h2, .h2 {
  font-size: 1.5rem;
  color: #7F1D76;
  line-height: 3.3rem; }

h3, .h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #7F1D76;
  line-height: 1.3rem;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7F1D76; }

h5, .h5 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7F1D76; }

h6, .h6 {
  font-size: 1.4rem; }

.negative {
  color: #FFF; }

p {
  font-size: 1.4rem;
  color: #726C68; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .container {
      max-width: 479px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 959px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 320px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-pull-1 {
    right: 8.33333%; }

  .col-xs-pull-2 {
    right: 16.66667%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-pull-4 {
    right: 33.33333%; }

  .col-xs-pull-5 {
    right: 41.66667%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-pull-7 {
    right: 58.33333%; }

  .col-xs-pull-8 {
    right: 66.66667%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-pull-10 {
    right: 83.33333%; }

  .col-xs-pull-11 {
    right: 91.66667%; }

  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-push-1 {
    left: 8.33333%; }

  .col-xs-push-2 {
    left: 16.66667%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-push-4 {
    left: 33.33333%; }

  .col-xs-push-5 {
    left: 41.66667%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-push-7 {
    left: 58.33333%; }

  .col-xs-push-8 {
    left: 66.66667%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-push-10 {
    left: 83.33333%; }

  .col-xs-push-11 {
    left: 91.66667%; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-offset-0 {
    margin-left: 0%; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  .col-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
@media (max-width: 767px) {
  .primary-nav-area {
    margin-top: 1.5rem !important; }

  .container {
    width: 95% !important;
    max-width: 767px !important; }

  .meeting {
    border-bottom: 1px solid #DBD8D6; }
    .meeting .organ {
      padding-left: 15px !important; }
    .meeting .document-count {
      text-align: right; }

  .meeting-details .meeting-details-content {
    padding: 1.5rem; }
  .meeting-details .button-set.top {
    display: none; }
  .meeting-details .button-set.bottom {
    display: block !important; } }
@media (min-width: 768px) {
  .container {
    width: 95% !important;
    max-width: 992px; } }
@media (max-width: 992px) {
  .form-signin {
    margin-bottom: 4rem; } }
@media (min-width: 992px) {
  .container {
    width: 95% !important;
    max-width: 1200px; } }
@media (max-width: 1175px) {
  .calendar-month td, .calendar-month th {
    padding: 0 !important; } }
.btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.btn-default {
  color: #FFF;
  background-color: #A30F7B;
  background-image: none;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin: 1rem 0; }
  .btn-default:hover {
    color: #FFF;
    background-color: #740b58;
    border: 0; }

.btn-default-light {
  color: #FFF;
  background-color: #AC95B8;
  background-image: none;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin: 1rem 0; }
  .btn-default-light:hover {
    color: #FFF;
    background-color: #9476a4;
    border: 0; }

.power-of-attorney, .btn-warning {
  background-color: #E98200;
  background-image: none;
  border: 0;
  border-radius: 5px; }
  .power-of-attorney:before, .btn-warning:before {
    content: ' ';
    display: block;
    width: 14px;
    height: 11px;
    float: left;
    background-image: url("../svg/icon-power-of-attorney.svg");
    top: 0;
    left: 0;
    margin: 2px 10px 0 0; }
  .power-of-attorney:hover, .btn-warning:hover {
    color: #FFF;
    background-color: #b66600 !important;
    border: 0; }

.btn-primary {
  color: #FFF;
  background-color: #E98200;
  background-image: none;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin: 1rem 0; }
  .btn-primary:hover {
    color: #FFF;
    background-color: #b66600;
    border: 0; }

.btn-confirm {
  color: #FFF;
  background-color: #37B77A;
  background-image: none;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin: 1rem 0; }
  .btn-confirm:hover {
    color: #FFF;
    background-color: #2b9060;
    border: 0; }

.btn-info {
  color: #FFF;
  background-color: #0F5DA7;
  background-image: none;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin: 1rem 0; }
  .btn-info:hover {
    color: #FFF;
    background-color: #0b4378;
    border: 0; }

.btn-error {
  color: #FFF;
  background-color: #BC073D;
  background-image: none;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  margin: 1rem 0; }
  .btn-error:hover {
    color: #FFF;
    background-color: #8b052d;
    border: 0; }

.btn-cancel {
  color: #BC073D; }
  .btn-cancel:hover {
    color: #BC073D;
    text-decoration: underline; }

.btn-link {
  color: #AC95B8; }
  .btn-link:hover {
    color: #AC95B8; }

.full-width {
  display: block;
  text-align: center; }

.btn-enable-sidebar {
  position: relative;
  float: right;
  padding: .9rem 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #A30F7B;
  margin: -1rem 0 0 0; }
  .btn-enable-sidebar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF; }
  .btn-enable-sidebar .src-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .btn-enable-sidebar .icon-bar + .icon-bar {
    margin-top: 4px; }

body {
  -moz-osx-font-smoothing: grayscale;
  color: #726C68; }

.site-content {
  padding: 4rem 0; }

.content-area {
  padding: 3rem 0; }

.aside {
  padding: 0; }

.aside-inner {
  padding: 1.5rem;
  margin-right: 2rem; }

img {
  max-width: 100%;
  height: auto; }
  img .padding-y {
    padding-top: 1rem !important;
    paddinb-bottom: 1rem !important; }

/* ==== GLOBALS
   -------------- */
.bg-light {
  background-color: #EFEEED; }

.border-radius {
  border-radius: 5px; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.padding-y {
  padding-top: 1rem !important;
  paddinb-bottom: 1rem !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.padding-bottom-sm {
  padding-bottom: 1rem !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[hidden] {
  display: none !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

.text-xs-center {
  text-align: center; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

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

  .text-sm-center {
    text-align: center; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left; }

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

  .text-md-center {
    text-align: center; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left; }

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

  .text-lg-center {
    text-align: center; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left; }

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

  .text-xl-center {
    text-align: center; } }
.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #DBD8D6; }

.text-default {
  font-weight: 400 !important;
  color: #FFF !important; }

.text-primary {
  color: #E98200; }

.text-help {
  display: inline-block;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  vertical-align: middle; }
  .text-help .btn {
    font-size: 1.5rem; }

.border-top-dashed {
  border-top: 1px dashed #DBD8D6; }

.border-bottom-dashed {
  border-bottom: 1px dashed #DBD8D6; }

@media (min-width: 320px) {
  .hidden-xs-up {
    display: none !important; } }

@media (max-width: 767.9px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.9px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.9px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.9px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (min-width: 320px) and (max-width: 767.9px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 767.9px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991.9px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199.9px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }

/* ====
   ==== Components ==== */
.alert-error {
  background-color: #BC073D;
  color: #FFF; }

.alert-confirm {
  background-color: #37B77A;
  color: #FFF; }

.alert-info {
  background-color: #E98200;
  color: #FFF; }

.site-header {
  padding: 2rem 0 4rem 0;
  background: #EFEEED;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #efeeed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #EFEEED), color-stop(100%, #EFEEED));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #EFEEED 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #EFEEED 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #EFEEED 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #EFEEED 100%); }

/* === PRIMARY navigation,
   ----------------------- */
.primary-nav-area {
  margin: 4rem 0 0 0;
  height: 40px;
  border-radius: 5px;
  background: #7F1E76;
  background: -moz-linear-gradient(top, #7f1e76 0%, #7f1e76 27%, #5a2c71 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f1e76), color-stop(27%, #7f1e76), color-stop(99%, #5a2c71));
  background: -webkit-linear-gradient(top, #7f1e76 0%, #7f1e76 27%, #5a2c71 99%);
  background: -o-linear-gradient(top, #7f1e76 0%, #7f1e76 27%, #5a2c71 99%);
  background: -ms-linear-gradient(top, #7f1e76 0%, #7f1e76 27%, #5a2c71 99%);
  background: linear-gradient(to bottom, #7f1e76 0%, #7f1e76 27%, #5a2c71 99%); }
  .primary-nav-area .primary-nav, .primary-nav-area .admin-nav {
    display: block;
    height: 30px;
    padding: 5px; }
  .primary-nav-area .nav-item {
    display: block;
    float: left;
    border-right: 1px solid #9251B0; }
  .primary-nav-area .nav-item > a {
    display: block;
    height: 30px;
    margin: 0 5px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    padding: .6rem 1.6rem .9rem 1.6rem;
    transition: all 0.2s; }
  .primary-nav-area .nav-item.active > a, .primary-nav-area .nav-item:hover > a {
    background-color: #FFF;
    border-radius: 5px;
    color: #9251B0; }
  .primary-nav-area .nav-item:first-child a {
    margin-left: 0; }
  .primary-nav-area .nav-item:last-child {
    border: 0; }
  .primary-nav-area .primary-nav .nav-item:last-child a {
    margin-right: 0; }
  .primary-nav-area .admin-nav .nav-item > a {
    padding: .6rem 10px .9rem 10px; }
  .primary-nav-area .admin-nav .nav-item {
    float: right; }
  @media (max-width: 768px) {
    .primary-nav-area {
      height: auto; }
      .primary-nav-area .primary-nav, .primary-nav-area .admin-nav {
        float: none;
        display: block;
        height: auto; }
      .primary-nav-area .primary-nav .nav-item, .primary-nav-area .admin-nav .nav-item {
        display: block;
        float: none;
        border-right: 0; }
        .primary-nav-area .primary-nav .nav-item a, .primary-nav-area .admin-nav .nav-item a {
          margin: 0;
          padding-left: 1.5rem; } }

/* === LANGUAGE navigation, ACCOUNT navigation
   ------------------------------------------- */
.lang-nav {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0; }

.account-nav {
  margin: 0;
  padding: 0; }
  .account-nav .nav-item.is-active-user {
    color: #7F1D76; }
  .account-nav .nav-item.is-active-user:before {
    content: ' ';
    display: block;
    float: left;
    width: 12px;
    height: 15px;
    background-image: url("../svg/icon-account.svg");
    margin-right: 5px; }

.lang-nav .nav-item, .account-nav .nav-item {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
  color: #726C68; }
  .lang-nav .nav-item:before, .account-nav .nav-item:before {
    content: '|';
    display: block;
    float: left;
    color: #726C68;
    margin: 1px 5px 0 0 !important; }
.lang-nav .nav-item > a, .account-nav .nav-item > a {
  font-family: "Maven Pro", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #726C68; }
.lang-nav .nav-item:first-child:before, .account-nav .nav-item:first-child:before {
  content: '';
  margin: 0; }
.lang-nav .nav-item:hover > a, .lang-nav .nav-item > a.active, .account-nav .nav-item:hover > a, .account-nav .nav-item > a.active {
  color: #7F1D76; }

/* === ASIDE navigatioin
   --------------------- */
.aside-nav {
  margin: 0 0 4rem 0; }
  .aside-nav .nav-item {
    border-bottom: 1px solid #DBD8D6; }
  .aside-nav .nav-item a {
    font-family: "Maven Pro", sans-serif;
    color: #968D88;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem; }
  .aside-nav .nav-item.active > a, .aside-nav .nav-item:hover > a {
    color: #7F1D76; }
  .aside-nav .nav-item:first-child > a {
    padding-top: 0; }

/* === MOBILE navigation
   --------------------- */
.mobile-nav {
  cursor: pointer; }
  .mobile-nav .nav-item {
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border: 0;
    text-transform: uppercase;
    color: #FFF; }

.expand {
  display: block; }

.mobile-nav-items {
  display: none; }

/* === SLIDING navigation (mobile only)
   ------------------------------------ */
.nav-slide {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .nav-slide.menu-active {
    display: block;
    background-color: rgba(0, 0, 0, 0.6); }
    .nav-slide.menu-active .nav-slide-inner {
      top: 0;
      right: 0; }
  .nav-slide .nav-slide-inner {
    position: fixed;
    top: 0;
    right: -270px;
    background-color: #F7F6F6;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.5s; }
  .nav-slide .nav-header {
    background-color: #A30F7B;
    cursor: pointer; }
  .nav-slide .nav-header p {
    margin: 0;
    text-align: right;
    color: #FFF;
    font-size: 3rem;
    padding: 1rem 2rem; }
  .nav-slide .nav-header-title {
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 1.4rem;
    padding: 2rem;
    text-transform: uppercase; }
  .nav-slide .nav-content {
    padding: 2rem; }
  .nav-slide .aside-nav .nav-item:hover > a {
    background-color: transparent; }

/* ==== Labels
   ---- Form labels ---- */
label {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #836195;
  text-transform: uppercase; }

.input {
  border: 1px solid #B7B7B7;
  width: 100%;
  max-width: 439px;
  height: 3rem;
  border-radius: 0;
  color: #726C68; }

.input:active, .input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  border-color: #726C68; }

.field-area {
  margin: 2rem 0; }

.block {
  padding: 2rem; }

/* === CALENDAR block
   ------------------- */
.calendar .description {
  font-size: 1.3rem;
  color: #968D88;
  margin: 0 0 1rem 0; }
.calendar .calendar-header {
  background-color: #AC95B8;
  padding: 1.5rem 0;
  color: #FFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.calendar .current {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-transform: uppercase; }
.calendar a.prev, .calendar a.next {
  color: #FFF; }
.calendar .calendar-month {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FFF;
  margin: 0 0 1rem 0; }
  .calendar .calendar-month .weekdays {
    font-size: 1.3rem;
    font-weight: normal;
    color: #5A2C71;
    border: 1px solid #DBD8D6;
    text-transform: lowercase;
    text-align: center; }
  .calendar .calendar-month td {
    border: 1px solid #DBD8D6;
    text-align: center;
    vertical-align: middle; }
  .calendar .calendar-month td > a {
    color: #968D88;
    font-size: 1.3rem;
    text-decoration: none; }
  .calendar .calendar-month .my-appointments, .calendar .calendar-month .other-appointments {
    padding: 0.2rem; }
  .calendar .calendar-month .my-appointments > a {
    display: block;
    color: #FFF;
    background-color: #AC95B8;
    border-radius: 3px;
    padding: 0.2rem; }
  .calendar .calendar-month .other-appointments > a {
    display: block;
    color: #FFF;
    background-color: #E98200;
    border-radius: 3px;
    padding: 0.2rem; }
.calendar .calendar-legend-area {
  margin: 0 0 1rem 0;
  background-color: #FFF;
  border-radius: 3px;
  padding: 1rem; }
.calendar .calendar-legend {
  margin: 0 0 0 0;
  padding: 0; }
  .calendar .calendar-legend .item {
    display: block;
    margin: 0;
    padding: 0;
    color: #968D88; }
  .calendar .calendar-legend .my-appointments, .calendar .calendar-legend .other-appointments {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin: 3px 5px 0 0; }
.calendar span.my-appointments {
  background-color: #AC95B8; }
.calendar span.other-appointments {
  background-color: #E98200; }
.calendar .meetings {
  background-color: #FFF;
  border-radius: 3px;
  padding: 1rem; }
  .calendar .meetings ul {
    display: block;
    padding: 0;
    margin: 0; }
    .calendar .meetings ul li {
      display: block;
      padding: 0;
      margin: 0 0 1rem 0; }
    .calendar .meetings ul .datetime {
      color: #7F1D76;
      font-size: 1.3rem; }
    .calendar .meetings ul a {
      color: #7F1D76;
      text-decoration: none;
      font-weight: 700; }

.panel {
  border: 2px solid #DBD8D6; }

.panel-title {
  background-color: #F7F6F6;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  color: #836195;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: .5rem 1rem; }

.table-meetings {
  background-color: #FFF; }

.meeting {
  padding: 1rem 0;
  background-color: #FFF;
  cursor: pointer; }
  .meeting .date, .meeting .organ, .meeting .type, .meeting .time, .meeting .document-count {
    font-size: 1.4rem;
    color: #726C68; }
  .meeting .organ {
    font-weight: 700;
    padding-left: 0; }
  .meeting .actions {
    padding-left: 0;
    text-align: right; }
  .meeting .actions .expand {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: #F4C180;
    color: #FFF;
    border-radius: 3px;
    transition: background-color 0.3s; }
    .meeting .actions .expand:hover {
      background-color: #AC95B8; }
  .meeting.expanded .actions .expand {
    background-color: #AC95B8; }
  .meeting.cancelled .document-count, .meeting.moved .document-count {
    font-weight: 700;
    color: #7F1D76; }
  .meeting.cancelled .actions, .meeting.moved .actions {
    visibility: hidden; }
  .meeting.cancelled .date, .meeting.cancelled .organ, .meeting.cancelled .type, .meeting.cancelled .time, .meeting.moved .date, .meeting.moved .organ, .meeting.moved .type, .meeting.moved .time {
    text-decoration: line-through; }

.panel-dashboard .button-set.bottom {
  display: none; }

.panel-planned-meetings .button-set.bottom {
  display: none; }

.panel-past-meetings .actions .expand {
  background-color: #DBD8D6; }
.panel-past-meetings .button-set.top {
  display: none; }

.panel-past-meetings .meeting.expanded {
  background-color: #FFF !important; }

.meeting-details {
  display: none;
  padding: 0 1rem 1rem 0;
  overflow: hidden; }
  .panel-past-meetings .meeting-details {
    background-color: #FFF !important; }
  .meeting-details.expanded {
    display: block; }

.btn-contact {
  padding: .4rem 1rem;
  width: 42px; }
  .btn-contact .glyphicon {
    zoom: 2; }

.meeting-details-content {
  padding: 1rem 0;
  border-top: 1px solid #DBD8D6; }
  .panel-past-meetings .meeting-details-content {
    border-bottom: 1px solid #DBD8D6;
    margin-bottom: 1rem; }

.panel-past-meetings {
  border-color: #EFEEED;
  padding: 1.5rem;
  background-color: #EFEEED; }
  .panel-past-meetings .panel-title {
    background-color: #DBD8D6;
    color: #726C68;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel-past-meetings .table-meetings {
    border: 2px solid #DBD8D6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .panel-past-meetings .meeting {
    background-color: #EFEEED; }

.panel-footer {
  padding: 1.5rem 0;
  border-top: 1px solid #DBD8D6;
  background-color: #FFF;
  border-radius: 0px; }
  .panel-footer section:first-child {
    padding-left: 0; }
  .panel-footer .footer-title {
    color: #E98200;
    text-transform: none; }
  @media (max-width: 768px) {
    .panel-footer > section {
      padding-left: 0 !important; } }
  .panel-footer p, .panel-footer a {
    font-size: 1.2rem; }
  .panel-footer a {
    color: #AC95B8;
    text-decoration: underline; }
  .panel-footer a:hover {
    text-decoration: none; }

.expanded.meeting, .expanded.meeting-details {
  background-color: rgba(172, 149, 184, 0.15); }
.expanded .date, .expanded .organ, .expanded .type, .expanded .time, .expanded .document-count, .expanded .subtitle, .expanded p, .expanded li, .expanded .list-group-item > a {
  color: #5A2C71; }
.expanded .list-group {
  border: 0;
  box-shadow: none; }
.expanded .list-group-item {
  border: 0;
  background: none;
  padding: 5px 0; }
  .expanded .list-group-item .glyphicon {
    margin-right: .5rem; }
.expanded .list-group-item > a {
  text-decoration: underline; }
.expanded .subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0; }

.no-result {
  padding: 2rem;
  margin: 0; }

.modal-title {
  font-size: 1.4rem;
  color: #5A2C71;
  font-weight: 700; }

.panel-backend .table-header {
  background-color: #F7F6F6;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: .5rem 0rem; }
  .panel-backend .table-header .date, .panel-backend .table-header .organ, .panel-backend .table-header .type, .panel-backend .table-header .status, .panel-backend .table-header .icon,
  .panel-backend .table-header .email, .panel-backend .table-header .firstname, .panel-backend .table-header .lastname {
    color: #AC95B8; }
.panel-backend .table-meetings .date, .panel-backend .table-meetings .organ, .panel-backend .table-meetings .type, .panel-backend .table-meetings .status, .panel-backend .table-meetings .icon,
.panel-backend .table-meetings .email, .panel-backend .table-meetings .firstname, .panel-backend .table-meetings .lastname, .panel-backend .table-users .date, .panel-backend .table-users .organ, .panel-backend .table-users .type, .panel-backend .table-users .status, .panel-backend .table-users .icon,
.panel-backend .table-users .email, .panel-backend .table-users .firstname, .panel-backend .table-users .lastname {
  font-size: 1.4rem;
  color: #726C68; }
.panel-backend .table-meetings .organ, .panel-backend .table-users .organ {
  padding-left: 15px; }
.panel-backend .meeting {
  cursor: default; }

.table td, .table th {
  color: #726C68; }
.table tr.info th {
  background-color: #F7F6F6 !important; }
.table thead > tr > th {
  border-bottom: 0 !important; }

.pagination li a, .pagination li span {
  color: #726C68; }
.pagination li.active {
  background-color: #F7F6F6; }
  .pagination li.active a {
    color: #A30F7B;
    background-color: #F7F6F6;
    border-color: #726C68; }
.pagination li a:hover {
  color: #A30F7B !important;
  background-color: #F7F6F6 !important; }

.datepicker table tr td,
.datepicker table tr th {
  color: #726C68; }

/* ====
   ==== Partials ==== */
/* ====
   ==== Utilities ==== */

/*# sourceMappingURL=main.css.map */
