@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300italic,300,400italic,600,600italic,700,700italic);
/* Layout max width */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/**
 * PRESETS  
 *
 * BASIC SETTINGS and DEFAULT STYLES
 */

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

* {
  letter-spacing: 0.04rem !important;
}

html {
  height: 100vh;
}

body {
  min-height: 100vh;
  background-color: #fafbfd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

form {
  margin: 0;
  padding: 0;
}

/* Tells the user there are no results */

.search-no-result {
  display: table;
  width: 100%;
}

.search-no-result p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
}

/**
 * TYPOGRAPHY
 *
 * FONT SETTINGS 
 */

/* ------------------------------------ *\
   #GENERAL TYPOGRAPHY
\* ------------------------------------ */

body {
  color: #3a4450;
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  color: #838991;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.15;
}

h1.home-heading {
  font-weight: 100;
}

h2 {
  color: #838991;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.3;
}

h3 {
  color: #838991;
  font-size: 18px;
  font-weight: 600;
}

p {
  color: #3a4450;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.35;
}

span {
  line-height: 1.5;
}

a {
  color: #4085e0;
  text-decoration: none;
  transition: color 0.5s ease;
}

a:hover,
a:focus,
a:active {
  color: #224E8C;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #e3e4e6;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 550px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 15px;
  }
}

/**
 * FORM ELEMENTS STYLES
 *
 * 
 */

/* ------------------------------------ *\
   #GENERAL
\* ------------------------------------ */

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  padding: 4px 5px;
  border-radius: 2px;
  border: 1px solid #DFE2E6;
  font-size: 13px;
  font-weight: 100;
  color: #3a4450;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
}

select:hover,
textarea:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover {
  border-color: #DFE2E6;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
input[type=date]:focus,
input[type=date]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=text]:focus,
input[type=text]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=week]:focus,
input[type=week]:active {
  border-color: #4085e0;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05), 0 0 0 fade(#4085e0, 20%);
  outline: none;
}

/* Textarea */

textarea,
textarea.form-control {
  height: auto;
  resize: vertical;
}

label,
.checkbox label,
.radio label {
  font-weight: 100;
}

/* Placeholder text for inputs and textarea */

.form-control::-webkit-input-placeholder {
  color: #AEB1B5;
  font-weight: 100;
}

.form-control:-moz-placeholder {
  color: #AEB1B5;
  font-weight: 100;
}

.form-control::-moz-placeholder {
  color: #AEB1B5;
  font-weight: 100;
}

.form-control:-ms-input-placeholder {
  color: #AEB1B5;
  font-weight: 100;
}

/* ------------------------------------ *\
   #INPUT STYLES
\* ------------------------------------ */

input:focus {
  outline: none;
}

.input-element {
  display: inline-block;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #e3e4e6;
}

.input-element:focus {
  border: 1px solid #4085e0;
}

/* ------------------------------------ *\
   #FORM BLOCKS AND ELEMENTS
\* ------------------------------------ */

form > h3 {
  margin: 10px 0;
  color: #3a4450;
}

form label {
  display: inline-block;
}

/* Checkbox elements */

.checkbox {
  padding: 5px 0;
}

.checkbox label {
  margin-left: 10px;
  cursor: pointer;
}

.checkbox a {
  margin-left: 10px;
  font-size: 13px;
  color: #7f858c;
}

/* Textarea */

.textarea:focus,
.textarea:active {
  box-shadow: none;
  outline: none;
  border: 1px solid #4085e0;
}

/* Datepicker elements */

/*

.datepicker {
    padding-bottom: 10px;
    position: relative;

   .date-input {

        .input-element {
            width: 100%;
            margin: 0;
            padding-left: 6px;
        }

        span {
            display: block;
            margin: 0;
            position: absolute;
            top: 24px;
            right: 10px;
        }
    }
}*/

/* ------------------------------------ *\
   #TYPO
\* ------------------------------------ */

.input-element {
  color: #3a4450;
  font-size: 13px;
}

form > h3 {
  color: #3a4450;
}

@media (max-width: 550px) {
  form > h3 {
    font-size: 13px;
  }
}

form label {
  font-size: 13px;
  color: #838991;
}

@media (max-width: 550px) {
  form label {
    font-size: 12px;
  }
}

.textarea {
  font-size: 18px;
  font-weight: 100;
}

.textarea::-webkit-input-placeholder {
  color: #838991;
}

.textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #838991;
}

.textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #838991;
}

.textarea:-ms-input-placeholder {
  color: #838991;
}

.datepicker .date-input span {
  color: #838991;
}

/**
 * ICONS
 *
 * Special styles pnd-icon
 */

/* ------------------------------------ *\
   #ICONS
\* ------------------------------------ */

.pnd-icon-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  /* Style for loader spin */
  display: block;
  margin: 7px;
  color: #4085e0;
}

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg) translateZ(0);
  }

  100% {
    transform: rotate(359deg) translateZ(0);
  }
}

.pnd-icon-4x {
  font-size: 4em;
}

.pnd-icon-3x {
  font-size: 3em;
}

.pnd-icon-2x {
  font-size: 2em;
}

.pnd-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/**
 * ANIMATIONS
 *
 * MOVE HERE CSS ANIMATION CODE
 */

/* ------------------------------------ *\
   #SAVING NOTEBOOK LOADER ROTATION
\* ------------------------------------ */

@-webkit-keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }

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

/**
 * GENERAL ELEMENTS
 *
 * styles for some reusable elements like highlighted elements for text etc
 */

/* ------------------------------------ *\
   #FLIPPED ELEMENT
\* ------------------------------------ */

.flipped {
  transform: rotate(180deg);
}

/* ------------------------------------ *\
   #ROUND IMAGE
\* ------------------------------------ */

.image-circle {
  border-radius: 50%;
}

/* ------------------------------------ *\
   #DISPLAY
\* ------------------------------------ */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inlineblock {
  display: inline-block !important;
}

/**
 * BUTTONS, CALL-TO-ACTIONS AND CONTROLS BASIC STYLES
 *
 *  
 */

/* ------------------------------------ *\
   #BUTTONS
\* ------------------------------------ */

button:focus {
  outline: none;
}

.pnd-btn,
.feedback-form button {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  height: 32px;
  margin: 0;
  padding: 0 10px;
  background: #f3f3f3;
  background-image: none;
  border: 1px solid #DFE2E6;
  border-radius: 3px;
  outline: 0;
  color: #4085e0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  /* Icon */
  /* Hover state */
  /* Active state */
  /* Disabled state */
}

.pnd-btn span,
.feedback-form button span {
  line-height: inherit;
}

.pnd-btn [class*=" pnd-icon"],
.feedback-form button [class*=" pnd-icon"] {
  vertical-align: middle;
  margin-left: 3px;
}

.pnd-btn .pnd-btn,
.feedback-form button .pnd-btn,
.pnd-btn .feedback-form button,
.feedback-form .pnd-btn button,
.feedback-form button button {
  margin-top: 1px;
  display: inline-block;
  vertical-align: top;
}

.pnd-btn:hover,
.feedback-form button:hover,
.pnd-btn:focus,
.feedback-form button:focus,
.pnd-btn.focus,
.feedback-form button.focus {
  color: #2E6ABF;
  border-color: #DFE2E6;
  outline: 0;
  box-shadow: none;
}

.pnd-btn.disabled,
.feedback-form button.disabled,
.pnd-btn[disabled],
.feedback-form button[disabled],
fieldset[disabled] .pnd-btn,
fieldset[disabled] .feedback-form button,
.feedback-form fieldset[disabled] button {
  color: #CDDFF8;
  border-color: #DFE2E6;
  pointer-events: none;
}

.pnd-btn i,
.feedback-form button i {
  color: inherit;
}

/* Big buttons */

.pnd-btn-big {
  height: 42px;
  font-size: 16px;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 42px;
}

/* Medium buttons */

.pnd-btn-medium {
  height: 32px;
  font-size: 13px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 32px;
}

/* Smaller buttons */

.pnd-btn-small {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}

/* X-small buttons */

.pnd-btn-xsmall {
  height: 22px;
  font-size: 11px;
  line-height: 22px;
  background-image: none;
  text-shadow: none;
  line-height: normal;
}

.pnd-btn-xsmall .pnd-icon {
  font-size: 14px;
}

/* For disabled buttons */

button.disabled,
button[disabled] {
  opacity: 1;
}

/* ------------------------------------ *\
   #CALL-TO-ACTION-BUTTON
\* ------------------------------------ */

.pnd-btn-calltoaction {
  color: #FFF;
  background-color: #4085e0;
  border: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  /* Hover state */
  /* Active state */
  /* Disabled state */
}

.pnd-btn-calltoaction:hover,
.pnd-btn-calltoaction:focus,
.pnd-btn-calltoaction.focus {
  color: #FFF;
  background-color: #2E6ABF;
  border: 0;
}

.pnd-btn-calltoaction.disabled,
.pnd-btn-calltoaction[disabled],
fieldset[disabled] .pnd-btn-calltoaction {
  color: #D7E5FA;
  background-color: #9BBFF2;
  border: 0;
  text-shadow: none;
}

/* cta gradient */

.pnd-btn-cta-gradient {
  background-image: linear-gradient(270deg, #6556E3 20%, #4085E0 92%);
  border: none;
}

.pnd-btn-cta-gradient:hover,
.pnd-btn-cta-gradient:focus {
  background: #4085E0;
  color: #ffffff;
}

/* ------------------------------------ *\
   #LIGHT BUTTON
\* ------------------------------------ */

.pnd-btn-transparent {
  padding: 0 0;
  color: #4085e0;
  background-color: transparent;
  background-image: none;
  border: 0;
  text-shadow: none;
  /* Hover state */
  /* Active state */
  /* Disabled state */
}

.pnd-btn-transparent:hover,
.pnd-btn-transparent:focus,
.pnd-btn-transparent.focus {
  color: #2E6ABF;
  background-color: transparent;
  background-image: none;
  border: 0;
}

.pnd-btn-transparent.disabled,
.pnd-btn-transparent[disabled],
fieldset[disabled] .pnd-btn-transparent {
  color: #CDDFF8;
  background-color: transparent;
  background-image: none;
  border: 0;
}

/* ------------------------------------ *\
    #BUTTON-WITH-DROPDOWN
\* ------------------------------------ */

/* Interaction is made with JS */

.pnd-btn-dropdown + .pnd-dropdown {
  display: none;
}

/* ------------------------------------ *\
    #BLOCK FOR NOTEBOOK CONTROLS - EDIT/DELETE ETC
\* ------------------------------------ */

/*
.options {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

}
*/

/* ------------------------------------ *\
    #FILTERS BAR & SORTBY BUTTONS
\* ------------------------------------ */

.btn-filters {
  border: 1px solid #e3e4e6;
}

.btn-filters:hover,
.btn-filters:focus,
.btn-filters:active {
  border-width: 1px;
}

/* ------------------------------------ *\
   #SCROLL TO TOP BUTTON FOR MOBILE
\* ------------------------------------ */

.back-to-top {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  background: #4085e0;
}

.back-to-top .pnd-icon {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 43px;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 550px) {
  .back-to-top {
    display: block;
  }
}

/**
 * TOOLTIP
 *
 * Style for tooltips
 */

/* ------------------------------------ *\
   #BASE STYLE
\* ------------------------------------ */

.tooltip {
  padding: 5px;
  position: absolute;
  background: #3a4450;
  z-index: 100000;
  border-radius: 3px;
  opacity: 0;
  color: #fff;
  text-align: center;
  transition: opacity 0.5s ease;
}

.tooltip.top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -2px;
  position: absolute;
  top: -6px;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #3a4450;
}

.tooltip.bottom:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -2px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3a4450;
}

/* Annotation tooltip */

.semantic-tooltip {
  width: 200px;
  margin-left: -102px;
  left: 50%;
  bottom: 27px;
}

/**
 * DROPDOWN
 *
 * Style of dropdowns or contextual menus
 */

/* ------------------------------------ *\
   #TOGGLE-LOGIC
\* ------------------------------------ */

.pnd-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.pnd-dropdown-wrapper .pnd-dropdown-toggle + .pnd-dropdown {
  display: none;
}

.pnd-dropdown-wrapper .pnd-dropdown-toggle.active + .pnd-dropdown {
  display: block;
}

/* ------------------------------------ *\
   #DROPDOWN
\* ------------------------------------ */

ul.pnd-dropdown {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 100;
  background: #ffffff;
  border: 1px solid #e3e4e6;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  /* Selected or active element */
  /* Disabled elements */
  /* Textual indications inside dropdown */
  /* Used for display toggle */
}

ul.pnd-dropdown .divider {
  display: block;
  height: 1px;
  background-color: #e3e4e6;
  border: none;
  margin: 0;
}

ul.pnd-dropdown li {
  float: none;
}

ul.pnd-dropdown li a {
  display: block;
  height: auto;
  max-width: 350px;
  min-width: 120px;
  padding: 5px 10px;
  overflow: hidden;
  border-right: 0;
  border-left: 0;
  background-color: #ffffff;
  font-size: 0.88rem;
  font-weight: 100;
  color: #3a4450;
  white-space: nowrap;
  line-height: 1.5;
  text-overflow: ellipsis;
  text-align: left;
}

ul.pnd-dropdown li a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

ul.pnd-dropdown li a .pnd-icon {
  display: inline-block;
  width: 18px;
  margin: 0 6px 0 0;
  background: transparent none;
  text-align: center;
}

ul.pnd-dropdown li.active a {
  background-color: #f3f3f3;
}

ul.pnd-dropdown li.active a:hover,
ul.pnd-dropdown li.active a:focus {
  color: #3a4450;
  text-decoration: none;
  outline: 0;
}

ul.pnd-dropdown li.disabled a {
  color: fade(#3a4450, 40%);
}

ul.pnd-dropdown li.disabled a:hover {
  background-color: #ffffff;
}

ul.pnd-dropdown .dropdown-header {
  padding: 10px;
  font-size: 0.88rem;
  font-weight: 100;
  color: #838991;
  white-space: nowrap;
  line-height: 1.5;
  text-overflow: ellipsis;
  text-align: left;
}

ul.pnd-dropdown.hidden {
  display: block;
}

/**
 * TYPE
 *
 * Style for UI element representing an entity type
 */

/* ------------------------------------ *\
   #TYPE
\* ------------------------------------ */

.pnd-type {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  margin: 0 3px 3px 0;
  padding: 0 4px;
  background-color: #f3f3f3;
  border: 1px solid #DFE2E6;
  color: #353b41;
  list-style: none;
  line-height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #FFF;
  border-radius: 3px;
}

/**
 * NOTEBOOKS LIST ELEMENT
 *
 * Style for each notebook in the list of notebooks
 */

/* ------------------------------------ *\
   #NOTEBOOK-BASICS
\* ------------------------------------ */

.pnd-notebook > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 237px;
  padding: 10px 20px 10px 40px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e4e6;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 3px 0 #E9ECF0;
  transition: all 0.2s ease;
  /* Dashed line decoration on left side of the notebook element */
}

.pnd-notebook > a::before {
  content: "";
  display: block;
  width: 94%;
  height: 100%;
  margin-left: 20px;
  border-left: 1px dashed #e3e4e6;
  position: absolute;
  top: 0;
  left: 0;
}

.pnd-notebook > a:hover,
.pnd-notebook > a:focus {
  border: 1px solid #4085e0;
  box-shadow: 0 5px 0 #E9ECF0;
}

.pnd-notebook > a:hover::before,
.pnd-notebook > a:focus::before {
  border-left-color: #4085e0;
}

@media (max-width: 550px) {
  .pnd-notebook > a {
    min-height: 200px;
  }
}

/* ------------------------------------ *\
   #NOTEBOOK-HEADER
\* ------------------------------------ */

.notebook-title-div {
  height: 106px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.notebook-title-div h2 {
  flex-grow: 1;
  display: block;
  color: #4085e0;
  font-size: 1.2rem;
}

.notebook-shared-pill{
  border: 1px solid #e3e4e6;
  padding: 8px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.notebook-li:hover .notebook-shared-pill{
  border-color: #4085e0;
}

/* ------------------------------------ *\
   #NOTEBOOK-INFO
\* ------------------------------------ */

.notebook-info {
  margin: 0 20px 0 0;
  padding: 8px 0 6px 0;
  border-top: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
  position: absolute;
  right: 0;
  bottom: 46px;
  left: 40px;
  line-height: 1.4;
  color: #838991;
}

.notebook-info span {
  display: inline-block;
  width: 100%;
  font-size: 0.88rem;
  font-weight: 100;
  line-height: 1.4;
}

.notebook-info span strong {
  margin-right: 6px;
}

/* ------------------------------------ *\
   #NOTEBOOK-FOOTER
\* ------------------------------------ */

.notebook-footer {
  position: absolute;
  bottom: 14px;
  color: #838991;
  font-size: 0.88rem;
  font-weight: 100;
}

/* ------------------------------------ *\
   #NOTEBOOK-EDIT
\* ------------------------------------ */

.notebook-li .input-element,
.new-notebook .input-element {
  width: 100%;
  height: 155px;
  margin-top: 5px;
  position: relative;
  z-index: 100;
}

.notebook-li .btn-group,
.new-notebook .btn-group {
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-align: right;
}

.notebook-li .btn-group .pnd-btn,
.notebook-li .btn-group .feedback-form button,
.feedback-form .notebook-li .btn-group button,
.new-notebook .btn-group .pnd-btn,
.new-notebook .btn-group .feedback-form button,
.feedback-form .new-notebook .btn-group button {
  margin-left: 15px;
}

/* ------------------------------------ *\
   #NEW-NOTEBOOK-SAVING
\* ------------------------------------ */

.gallery-item-grid.notebook-loader > a {
  display: table;
}

.gallery-item-grid.notebook-loader > a .notebook-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.gallery-item-grid.notebook-loader > a .notebook-title h2 {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  color: #3a4450;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 550px) {
  .notebook-title-div {
    height: 84px;
  }

  .notebook-title-div h2 {
    font-size: 1rem;
  }

  .notebook-info {
    bottom: 40px;
  }

  .notebook-info span {
    font-size: 0.78rem;
  }

  .notebook-footer {
    bottom: 11px;
    font-size: 0.78rem;
  }
}

/**
 * ANNOTATION LIST ELEMENT
 *
 * 
 */

/* ------------------------------------ *\
   #SINGLE-ANNOTATION
\* ------------------------------------ */

.pnd-annotation .annotation-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 20px 10px 40px;
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e4e6;
  transition: all 0.2s ease;
}

.pnd-annotation .pnd-label {
  margin-bottom: 10px;
}

.pnd-annotation .pnd-notebook-link {
  font-weight: 400;
}

.pnd-annotation .pnd-notebook-link:hover,
.pnd-annotation .pnd-notebook-link:focus {
  text-decoration: underline;
}

.pnd-annotation__kind {
  align-self: flex-start;
  margin-left: auto;
  padding: 5px 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #5e6670;
}

/* ------------------------------------ *\
 #ANNOTATION-HEADER
\* ------------------------------------ */

/* Old */

.annotation-header {
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e3e4e6;
  zoom: 1;
  /* Thumb of the author of the annotation */
  /* Text contained in the annotation header */
}

.annotation-header::after {
  content: "";
  display: block;
  clear: both;
}

.annotation-header .author-thumb {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.annotation-header .author-thumb img {
  max-width: 100%;
  border-radius: 5px;
}

.annotation-header span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #3a4450;
}

.annotation-header .author-name {
  font-weight: 600;
}

.annotation-header .annotation-time {
  font-weight: 100;
}

/* New */

.pnd-annotation__annotation-header {
  display: block;
  margin: 0;
  padding: 20px 30px 15px;
  border-bottom: 1px solid #e3e4e6;
  /* Container for author's details and time */
  /* Text contained in the annotation header */
}

.pnd-annotation__annotation-header .annotation-header__wrapper {
  display: flex;
  flex-flow: column nowrap;
}

.pnd-annotation__annotation-header span {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #3a4450;
}

.pnd-annotation__annotation-header .annotation-header__inner {
  display: flex;
}

.pnd-annotation__annotation-header .author-thumb {
  width: 43px;
  height: 43px;
  margin-right: 10px;
}

.pnd-annotation__annotation-header .author-name {
  font-weight: 400;
}

.pnd-annotation__annotation-header .author-name a {
  color: #3a4450;
}

.pnd-annotation__annotation-header .author-name a:hover,
.pnd-annotation__annotation-header .author-name a:focus {
  text-decoration: underline;
}

.pnd-annotation__annotation-header .annotation-time {
  margin-top: auto;
  font-weight: 300;
  color: #838991;
}

.pnd-annotation__annotation-header .author-name,
.pnd-annotation__annotation-header .annotation-time {
  line-height: 1;
}

.pnd-annotation__annotation-header .author-name + .annotation-time {
  padding-top: 10px;
}

/* ------------------------------------ *\
   #ENTITY
\* ------------------------------------ */

/* General formatting for displaying entities... mostly used to display
LOD entities in the object */

.entity-image {
  display: block;
  float: left;
  margin: 0 10px 3px 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #DFE2E6;
  vertical-align: middle;
  text-align: center;
}

.entity-image img {
  max-width: 100%;
  max-height: 100%;
}

.entity-title {
  display: block;
  margin-bottom: 9px;
  color: #3a4450;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
}

.entity-title a {
  color: #3a4450;
}

.entity-title a:hover {
  color: #4085e0;
}

.entity-description {
  display: block;
  clear: both;
  font-size: 0.95rem;
}

/* ------------------------------------ *\
   #TRIPLE
\* ------------------------------------ */

/* ------------------------------------ *\
   #ANNOTATION-SUBJECT
\* ------------------------------------ */

.subject {
  padding: 20px 30px;
  /* Text fragment */
  /* Undefined type... for retro compatibility with old annotations */
}

.subject p span {
  font-size: 0.95rem;
  line-height: 1.4;
}

.subject.text-fragment p span {
  background: #FFFFB8;
  font-style: italic;
}

.pnd-annotation--revision .subject.text-fragment p span {
  font-weight: 400;
}

/* ------------------------------------ *\
   #ANNOTATION-PREDICATE
\* ------------------------------------ */

.pnd-annotation__predicate {
  text-align: center;
  text-transform: uppercase;
}

.pnd-annotation__predicate span {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  color: #3a4450;
  text-align: center;
  z-index: 300;
}

.pnd-annotation__predicate span::before,
.pnd-annotation__predicate span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 15px 11px 15px;
  border-color: transparent transparent #f3f3f3 transparent;
  -webkit-transform: rotate(360deg);
  /* for a better anti-aliasing in webkit browser */
}

.pnd-annotation__predicate span::before {
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #e3e4e6;
}

.pnd-annotation__predicate span::after {
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.pnd-annotation__predicate:hover .semantic-tooltip,
.pnd-annotation__predicate:focus .semantic-tooltip,
.pnd-annotation__predicate:active .semantic-tooltip {
  opacity: 1;
}

.predicate {
  height: 9px;
}

.predicate span {
  display: inline-block;
  position: relative;
  width: auto;
  height: 22px;
  padding: 0 5px;
  margin-left: 15px;
  top: 0;
  background: #febe53;
  border-radius: 3px;
  font-size: 0.88rem;
  font-weight: 100;
  line-height: 22px;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  z-index: 300;
}

.predicate span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -2px;
  position: absolute;
  top: -3px;
  left: 50%;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #febe53;
}

.predicate span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -2px;
  position: absolute;
  top: 22px;
  left: 50%;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #febe53;
}

.predicate:hover .semantic-tooltip,
.predicate:focus .semantic-tooltip,
.predicate:active .semantic-tooltip {
  opacity: 1;
}

/* ------------------------------------ *\
   #ANNOTATION-OBJECT
\* ------------------------------------ */

.object {
  position: relative;
  padding: 15px;
  background: #fafbfd;
  border-top: 1px solid #e3e4e6;
  /* Not-semantic comment */
  /* Semantic annotation with text-fragment as object */
  /* Semantic annotation with en entity as object */
}

.object p span {
  font-size: 0.95rem;
  line-height: 1.4;
}

.object.comment {
  margin-top: 5px;
  /* Arrow decoration - Top Triangle */
  /* Stroke */
  /* Fill */
}

.object.comment::before,
.object.comment::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
}

.object.comment::before {
  top: -10px;
  left: 21px;
  /* If 1px darken stroke slightly */
  border-bottom-color: #e3e4e6;
  border-width: 10px;
}

.object.comment::after {
  top: -8px;
  left: 22px;
  border-bottom-color: #fafbfd;
  border-width: 9px;
}

.object.text-fragment {
  padding-top: 23px;
}

.object.entity {
  padding-top: 30px;
}

/* ------------------------------------ *\
   #MULTIPLE-TRIPLE DA GESTIRE!!!!
\* ------------------------------------ */

.multiple-triple .text-fragment.fragment-object {
  border-bottom: 4px solid #e3e4e6;
}

.multiple-triple .text-fragment.fragment-object:last-of-type {
  border-bottom: 2px solid #e3e4e6;
}

/* ------------------------------------ *\
   #ANNOTATION-COMMENT
\* ------------------------------------ */

.annotation-comment {
  padding: 25px 30px;
  background-color: #fafbfd;
  border-top: 1px solid #e3e4e6;
  position: relative;
}

.annotation-comment p {
  font-weight: 300;
}

.annotation-comment::before,
.annotation-comment:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 15px 11px 15px;
  border-color: transparent transparent #fafbfd transparent;
  -webkit-transform: rotate(360deg);
  /* for a better anti-aliasing in webkit browser */
}

.annotation-comment::before {
  top: -12px;
  left: 35px;
  border-bottom-color: #e3e4e6;
}

.annotation-comment::after {
  top: -11px;
  left: 35px;
}

/* ------------------------------------ *\
   #TAGS
\* ------------------------------------ */

.pnd-annotation__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px 5px;
  border-top: 1px solid #e3e4e6;
}

.pnd-annotation__tags-item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #ffD675;
  font-size: 13px;
}

/* ------------------------------------ *\
   #ADVANCED-PART
\* ------------------------------------ */

.advanced-part {
  border-top: 1px solid #e3e4e6;
}

.advanced-part .pnd-annotation__predicate {
  display: flex;
  width: 123px;
  height: 123px;
}

.advanced-part .predicate__text {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
}

.advanced-part__author {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-top: 5px;
  padding-left: 30px;
  border-top: 1px solid #e3e4e6;
  border-left: 1px solid #e3e4e6;
  background-color: #FFF;
  flex: 1;
}

.advanced-part .author-name {
  font-weight: 100;
  color: #3a4450;
}

.advanced-part .author-name a {
  color: inherit;
}

.advanced-part .author-name a:hover,
.advanced-part .author-name a:focus {
  text-decoration: underline;
}

.advanced-part__top {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e3e4e6;
  background-color: #f3f3f3;
}

.advanced-part .annotation-time {
  margin-top: 2px;
  font-weight: 300;
  color: #838991;
}

/* ------------------------------------ *\
   #ANNOTATION-FOOTER
\* ------------------------------------ */

/* Old */

.annotation-footer {
  width: 100%;
  height: 30px;
  padding: 0 7px;
  border-top: 1px solid #e3e4e6;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.annotation-footer a {
  display: flex;
  align-items: center;
  font-size: 0.78rem;
  color: #838991;
  font-weight: 100;
  line-height: 30px;
}

.annotation-footer a img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.annotation-footer a:hover,
.annotation-footer a:focus {
  color: #4085e0;
}

.annotation-footer a .pnd-icon {
  display: inline-block;
  margin-right: 3px;
}

.annotation-footer a strong {
  font-weight: 600;
}

/* New */

.pnd-annotation__footer {
  width: 100%;
  padding: 15px 25px;
  border-top: 1px solid #e3e4e6;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 100;
  font-size: 16px;
}

.pnd-annotation__footer a {
  font-weight: 400;
}

.pnd-annotation__footer a:hover,
.pnd-annotation__footer a:focus {
  color: #224E8C;
  text-decoration: underline;
}

.pnd-annotation__footer a .pnd-icon {
  display: inline-block;
  margin-right: 3px;
}

.pnd-annotation__footer a strong {
  font-weight: 600;
}

.pnd-annotation__footer-label {
  display: inline-flex;
  align-items: center;
}

.pnd-annotation__footer-icon {
  margin-right: 5px;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

/**
 * FILTER BAR ELEMENTS STYLES
 *
 *
 */

/* ------------------------------------ *\
   #FILTERS RIGHT BAR
\* ------------------------------------ */

.filters-bar {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 0;
  z-index: 1000;
  zoom: 1;
  /*
  @media (min-width: $bp-small-min) {
      bottom: 0;
  }

  @media (max-width: $bp-intermedium){
      padding-left: 15px;
      border-left: 1px solid $color-border-normal;
  }

  @media (max-width: $bp-small) {
      width: 100%;
      padding-right: 15px;
      padding-bottom: 20px;
      border-bottom: 1px solid $color-border-normal;
  }
  */
}

.filters-bar::after {
  content: "";
  display: block;
  clear: both;
}

.filters-bar form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #FFF;
  border-left: 1px solid #e3e4e6;
  border-right: 1px solid #e3e4e6;
}

/* Accordion header */

/*.form-element-header {
    color: $color-text;

    &:hover,
    &:focus,
    &:active {
        color: $color-text;
    }
}*/

/* ------------------------------------ *\
   #FILTERS ELEMENT
\* ------------------------------------ */

.form-element {
  background-color: #fafbfd;
  border-bottom: 1px solid #e3e4e6;
  /* Content with list of elements to select */
  /* Free text search */
  /* Toggle view */
}

.form-element .form-element-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
}

.form-element .form-element-header h3 {
  font-size: 0.88rem;
  font-weight: 600;
  color: #3a4450;
}

.form-element .form-element-header span {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 0.88rem;
  color: #353b41;
}

.form-element .form-element-header span:hover {
  color: #4085e0;
}

.form-element .form-element-content {
  display: none;
  padding: 0 10px 10px 10px;
}

.form-element .form-element-content .checkbox {
  border-bottom: 1px solid #f3f3f3;
  color: #3a4450;
}

.form-element .form-element-content .checkbox:last-child {
  border-bottom: 0;
}

.form-element .search {
  display: block;
  margin: 0;
  padding: 10px;
}

.form-element .search .input-element {
  width: 100%;
}

.form-element .search button {
  top: 15px;
  right: 12px;
  position: absolute;
  background: none;
  border: none;
  color: #353b41;
  font-size: 0.88rem;
}

.form-element.is-open .form-element-content {
  display: block;
}

/* for accordions elements */

/*.form-toggle {

    .form-element-content {
        display: none;
    }
}*/

/* ------------------------------------ *\
   #DATE-FILTER
\* ------------------------------------ */

.datepicker {
  position: relative;
  width: 50%;
  margin-left: 0;
  padding-bottom: 10px;
  float: left;
  /* Calendar icon */
}

.datepicker .date-input .input-element {
  width: 100%;
  margin: 0;
  padding-left: 6px;
}

.datepicker .date-input span {
  display: block;
  position: absolute;
  margin: 0;
  top: 22px;
  right: 5px;
}

.datepicker:first-child .date-input {
  padding-right: 5px;
  /* Calendar icon */
}

.datepicker:first-child .date-input span {
  right: 10px;
}

.datepicker label {
  width: 100%;
}

@media (max-width: 550px) {
  .datepicker {
    width: 100%;
    clear: left;
  }

  .datepicker:last-child {
    margin-left: 0;
  }

  .datepicker .input-element {
    height: 40px;
  }

  .datepicker .date-input span {
    top: 28px;
    right: 14px;
  }
}

.add-data-filter {
  width: 100%;
  margin: 0;
  clear: both;
  text-align: right;
}

.add-data-filter .btn {
  width: 140px;
}

/* ------------------------------------ *\
   #FILTERS FACETED SEARCH
\* ------------------------------------ */

.active-searches {
  padding: 0 30px 25px;
}

.active-searches a {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  background: #4085e0;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.active-searches a:hover,
.active-searches a:focus {
  background: #2E6ABF;
}

.active-searches a:active {
  background: #224E8C;
}

/**
 * JQUERY UI DATEPICKER STYLE
 *
 * 
 */

/*ui-datepicker: The outer container of the datepicker. If the datepicker is inline, this element will additionally have a ui-datepicker-inline class. If the isRTL option is set, this element will additionally have a class of ui-datepicker-rtl.
ui-datepicker-header: The container for the datepicker's header.
ui-datepicker-prev: The control used to select previous months.
ui-datepicker-next: The control used to select subsequent months.
ui-datepicker-title: The container for the datepicker's title containing the month and year.
ui-datepicker-month: The textual display of the month or a <select> element if the changeMonth option is set.
ui-datepicker-year: The textual display of the year or a <select> element if the changeYear option is set.
ui-datepicker-calendar: The table that contains the calendar itself.
ui-datepicker-week-end: Cells containing weekend days.
ui-datepicker-other-month: Cells containing days that occur in a month other than the currently selected month.
ui-datepicker-unselectable: Cells containing days that are not selectable by the user.
ui-datepicker-current-day: The cell containing the selected day.
ui-datepicker-today: The cell containing today's date.
ui-datepicker-buttonpane: The buttonpane that is used when the showButtonPanel option is set.
ui-datepicker-current: The button used to select today's date.*/

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

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #e3e4e6;
  background-color: #FFF;
  background-image: none;
  color: #3a4450;
}

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

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background-color: #FFF;
  color: #222222;
  font-weight: bold;
}

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

/* DatePicker Container */

.ui-datepicker {
  width: auto;
  height: auto;
  margin: 5px auto 0;
  font-size: 0.88rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e4e6;
}

.ui-datepicker a {
  text-decoration: none;
}

/* DatePicker Table */

.ui-datepicker table {
  width: 100%;
}

.ui-widget-header {
  background-image: none;
}

.ui-datepicker-header {
  background: transparent none;
  color: #3a4450;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 30px;
  border: 0;
  text-shadow: none;
}

.ui-datepicker-title {
  text-align: center;
  font-style: normal;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #FFF;
  background-image: none;
  border-bottom: 1px solid #e3e4e6;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #3a4450;
  font-weight: 600;
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #e3e4e6;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}

.ui-datepicker-calendar .ui-state-default {
  background-color: #FFF;
}

.ui-datepicker-calendar .ui-state-hover {
  background-color: #FFF;
}

.ui-datepicker-calendar .ui-state-active {
  background-color: #FFF;
  color: #e0e0e0;
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background-color: #FFF;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

/**
 * SORT DROPDOWN
 *
 * Dropdown used to select sorting of elements in lists
 * Momentary disabled
 */

/* ------------------------------------ *\
   #SORT-DROPDOWN
\* ------------------------------------ */

.sort-by {
  display: none;
}

.sort-by .form-element {
  margin: 0;
}

.sort-by {
  width: 200px;
  top: 196px;
  right: 95px;
  border: 1px solid #e3e4e6;
  background: #fff;
}

@media (max-width: 550px) {
  .sort-by {
    top: 183px;
  }
}

@media (max-width: 550px) {
  .sort-by {
    top: 177px;
    right: 15px;
  }
}

/* opening sortby */

.sortby-open .sort-by {
  display: block;
}

/**
 * PAGINATION
 *
 *  Style for pagination tool
 */

/* ------------------------------------ *\
   #PAGINATION
\* ------------------------------------ */

.pagination {
  margin: 20px 0;
  padding: 0;
  clear: both;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 100;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  /* Active element */
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: inline-block;
  position: relative;
  margin: 0 0 0 -4px;
  /* In order to hide left border */
  padding: 3px 10px;
  border: 1px solid #e3e4e6;
  background: #fff;
  transition: all 0.5s ease;
}

.pagination li a:hover,
.pagination li a:focus {
  background: #f3f3f3;
  color: #4085e0;
}

.pagination li.previous-page a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination li.next-page a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination i {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
}

.pagination .start-page,
.pagination .last-page {
  display: none;
}

.pagination .is-active a {
  border-radius: 3px;
  z-index: 2;
  /* in order to hide next element's left border */
  background: #fff;
  color: #838991;
  font-size: 1.3rem;
}

.pagination .is-active a:hover,
.pagination .is-active a:focus {
  color: #838991;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 550px) {
  .pagination li {
    display: none;
    vertical-align: top;
  }

  .pagination .previous-page,
  .pagination .next-page {
    display: inline-block;
  }

  .pagination .previous-page a,
  .pagination .next-page a {
    display: inline-block;
    width: 100%;
    height: 35px;
    border: 1px solid #e3e4e6;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 1rem;
    text-align: center;
    line-height: 33px;
  }

  .pagination .previous-page a .label,
  .pagination .next-page a .label {
    line-height: 33px;
    vertical-align: top;
  }

  .pagination .previous-page a .pnd-icon,
  .pagination .next-page a .pnd-icon {
    line-height: 35px;
    vertical-align: top;
  }
}

/**
 * HEADER LAYOUT
 *
 * Desktop first
 */

/* ------------------------------------ *\
   #BASIC-HEADER
\* ------------------------------------ */

.l-site-header {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #252D38;
  color: #fff;
  z-index: 3000;
}

.l-site-header .wrap {
  display: flex;
  align-items: center;
}

.l-site-header a {
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------ *\
   #LOGO
\* ------------------------------------ */

.logo {
  height: 50px;
  /* The logo itself on the left */
  /* "Pundit" */
}

.logo .glyph {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background-color: #3a4450;
  font-size: 1.7rem;
  text-align: center;
  text-shadow: 0 -1px 0 #000;
  line-height: 50px;
}

.logo .copy {
  display: block;
  float: left;
  height: 50px;
  margin-left: 15px;
  font-size: 4.5rem;
  line-height: 50px;
  text-shadow: 0 -1px 0 #000;
}

/* ------------------------------------ *\
   #RIGHT-ELEMENTS
\* ------------------------------------ */

.header-elements {
  display: flex;
  margin-left: auto;
  padding: 0 10px;
}

.header-elements li {
  display: block;
}

/* ------------------------------------ *\
   #USER-PROFILE
\* ------------------------------------ */

.dropdown-user-menu {
  height: 50px;
  margin: 0;
  position: relative;
  /* User's thumb */
  /* User's name */
  /* Caret icon */
  /* Dropdown */
}

.dropdown-user-menu img {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin-top: 8px;
  margin-left: 13px;
  margin-right: 8px;
}

.dropdown-user-menu .username {
  display: block;
  float: left;
  max-width: 220px;
  margin: 0;
  padding: 0 5px;
  line-height: 50px;
  font-size: 0.88rem;
  font-weight: 100;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-user-menu .pnd-icon {
  display: block;
  height: 40px;
  float: left;
  margin: 0 15px 0 2px;
  padding-top: 17px;
}

.dropdown-user-menu .pnd-dropdown {
  display: none;
  top: 50px;
  right: 0;
  border-radius: 0 0 3px 3px;
}

.dropdown-user-menu.is-open > .pnd-dropdown {
  display: block;
}

/* ------------------------------------ *\
   #SEARCH
\* ------------------------------------ */

.header-search {
  height: 50px;
  /* Button for mobile that toggles the search input */
}

.header-search form {
  position: relative;
}

.header-search .search-input {
  height: 34px;
  width: 200px;
  margin: 8px 8px 0 0;
}

.header-search button {
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 8px 8px 0 0;
  padding: 0;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
}

.header-search button span {
  color: #838991;
}

.header-search .header-search-mobile-btn {
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
  background-color: #3b414c;
  border-radius: 0;
  cursor: pointer;
}

.header-search .header-search-mobile-btn .pnd-icon {
  line-height: 45px;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 700px) {
  .dropdown-user-menu {
    /* User's name */
  }

  .dropdown-user-menu .username {
    max-width: 140px;
  }

  .header-search .search-input {
    width: 150px;
  }
}

@media all and (max-width: 550px) {
  .l-site-header {
    height: 45px;
  }

  .logo {
    height: 45px;
    /* The logo itself on the left */
    /* "Pundit" */
  }

  .logo .glyph {
    width: 45px;
    height: 45px;
    font-size: 1.7rem;
    line-height: 45px;
  }

  .logo .copy {
    line-height: 45px;
  }

  .dropdown-user-menu {
    height: 50px;
    margin: 0;
    position: relative;
    /* User's thumb */
    /* User's name */
    /* Caret icon */
    /* Dropdown */
  }

  .dropdown-user-menu img {
    margin-top: 5.5px;
  }

  .dropdown-user-menu .username {
    display: none;
  }

  .dropdown-user-menu .pnd-icon {
    display: none;
  }

  .dropdown-user-menu .pnd-dropdown {
    top: 45px;
  }

  .header-search {
    /* The default search field is hidden for mobile */
    /* Open search for Mobile */
  }

  .header-search .header-search-mobile-btn {
    display: block;
  }

  .header-search .search-dropdown {
    display: none;
  }

  .header-search.is-open .search-dropdown {
    display: block;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: #fafbfd;
    border-bottom: 1px solid #e3e4e6;
  }

  .header-search.is-open .search-dropdown form {
    width: 100%;
    padding: 8px;
  }

  .header-search.is-open .search-dropdown .search-input {
    width: 100%;
    margin: 0;
  }
}

/**
 * LEFT SIDEBAR LAYOUT
 *
 * Left column containing main navigation
 *
 */

.l-sidebar {
  position: fixed;
  height: auto;
  top: 50px;
  left: 0;
  bottom: 0;
  border-right: 1px solid #e3e4e6;
  background-color: #FFF;
  font-size: 13px;
  z-index: 20000;
}

.l-sidebar li {
  display: block;
  position: relative;
  width: 100%;
  height: 98px;
  clear: left;
}

.l-sidebar a {
  display: block;
  width: 100%;
  height: 98px;
  padding-top: 28px;
  border-bottom: 1px solid #e3e4e6;
  color: #91979E;
  font-weight: 100;
  line-height: 2;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 white;
}

.l-sidebar a:hover {
  background-color: #fafbfd;
}

.l-sidebar a .pnd-icon {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 3px;
}

.l-sidebar a::before,
.l-sidebar a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  display: none;
}

.l-sidebar a::before {
  border-left-color: #e3e4e6;
  border-width: 8px;
  right: -16px;
  margin-top: -9px;
}

.l-sidebar a::after {
  border-left-color: #F2F5F7;
  border-width: 7px;
  right: -14px;
  margin-top: -8px;
}

/* ------------------------------------ *\
   #ACTIVE STATE OF MENU ELEMENT
\* ------------------------------------ */

.is-active a {
  background-color: #F2F5F7;
}

.is-active a:hover {
  background-color: #F2F5F7;
}

.is-active a::after,
.is-active a::before {
  display: block;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 551px) {
  .l-sidebar {
    height: 40px;
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 1000;
    border-right: 0;
    border-top: 1px solid #e3e4e6;
  }

  .l-sidebar li {
    height: 40px;
    width: 50%;
    float: left;
    clear: none;
    border-right: 1px solid #e3e4e6;
  }

  .l-sidebar li:last-child {
    border-right: 0;
  }

  .l-sidebar a {
    height: 40px;
    padding: 10px 0;
  }

  .l-sidebar a .pnd-icon {
    font-size: 1.3rem;
  }

  .l-sidebar a::before,
  .l-sidebar a::after {
    display: none;
  }

  .l-sidebar .label {
    display: none;
  }
}

/**
 * PAGE CONTENT HEADER
 *
 * styles for page header, breadcrumbs, filters etc
 */

/* ------------------------------------ *\
   #TOP
\* ------------------------------------ */

.content-header {
  padding: 25px;
  position: relative;
  /* Block of contents on the left */
  /* Block of contents on the right */
  /* Input for editing title */
}

.content-header .content-header-left {
  margin-bottom: 20px;
}

.content-header .content-header-right {
  /* Buttons on the right */
}

.content-header .content-header-right .btn-group {
  text-align: right;
  /* Special style for dropdown here */
}

.content-header .content-header-right .btn-group .pnd-btn,
.content-header .content-header-right .btn-group .feedback-form button,
.feedback-form .content-header .content-header-right .btn-group button {
  margin-left: 10px;
}

.content-header .content-header-right .btn-group ul.pnd-dropdown {
  right: 0;
  margin-top: -7px;
}

.content-header .content-header-right .btn-group .pnd-json-ld-copy {
  padding: 5px 10px 10px;
}

.content-header .content-header-right .btn-group .pnd-json-ld-copy input {
  width: 100%;
  margin-top: 5px;
}

.content-header h1 {
  color: #3a4450;
}

.content-header h2.nb-annotations-number {
  margin-bottom: 11px;
  font-size: 1.2rem;
  font-weight: 100;
}

.content-header .nb-page-title {
  display: inline-block;
  cursor: pointer;
}

.content-header .nb-page-title .pnd-icon {
  opacity: 0;
}

.content-header .input-edit-title {
  width: 100%;
  height: 45px;
  margin: 0;
  background: #FFF;
  border: none;
  border-bottom: 1px solid #4085e0;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.2;
}

.content-header .input-edit-title:focus {
  border-bottom: 1px solid #4085e0;
}

/* ------------------------------------ *\
   #PAGE-HEADER
\* ------------------------------------ */

/* Shared styles with page subheader */

.pnd-page-header,
.pnd-page-subheader {
  display: flex;
  margin-top: 30px;
  border: 1px solid #e3e4e6;
  background-color: #FFF;
}

.pnd-page-header + *,
.pnd-page-subheader + * {
  margin-top: 30px;
}

.pnd-page-header + .pnd-page-content--no-margin,
.pnd-page-subheader + .pnd-page-content--no-margin {
  margin-top: 0;
}

.pnd-page-header .pnd-label + .nb-page-title {
  margin-top: 20px;
}

.pnd-page-header .nb-page-title,
.pnd-page-header .author-name {
  font-weight: 400;
}

.pnd-page-header .author-name a {
  color: #3a4450;
}

.pnd-page-header .annotation-time {
  font-weight: 300;
  color: #838991;
}

.pnd-page-header .pnd-info-row__value {
  text-align: right;
}

.pnd-page-header__user-thumb {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 123px;
  height: 123px;
}

.pnd-page-header--notebook::before {
  content: "";
  display: block;
  width: 5px;
  border-right: 1px dashed #e3e4e6;
}

.pnd-page-header--notebook .pnd-notebook-details {
  flex: 1;
}

.pnd-page-header--user .nb-page-title {
  font-size: 30px;
}

.pnd-page-header--user .pnd-page-text {
  display: flex;
  align-items: center;
}

.pnd-page-header--user .pnd-page-header__user-thumb + .pnd-page-text__wrapper {
  padding-left: 20px;
}

.pnd-page-header--user .pnd-page-details {
  display: flex;
  justify-content: space-between;
}

.pnd-page-header--user .pnd-user-notebook-infos + .pnd-notebook-details {
  margin-left: 10px;
}

.pnd-label {
  font-size: 13px;
  color: #838991;
  font-weight: 100;
}

.pnd-info-row {
  display: flex;
}

.pnd-info-row__value + .pnd-info-row__label {
  margin-left: 2px;
}

/* ------------------------------------ *\
   #PAGE-SUBHEADER
\* ------------------------------------ */

.pnd-page-subtitle {
  color: #3a4450;
  font-weight: 400;
  font-size: 24px;
}

/* ------------------------------------ *\
   #BELOW
\* ------------------------------------ */

.content-header .content-header-sub {
  position: relative;
  padding: 20px 0;
  clear: both;
  border-top: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
  zoom: 1;
}

.content-header .content-header-sub::after {
  content: "";
  display: block;
  clear: both;
}

/* Breadcrumbs */

.breadcrumb {
  width: 78.2608695652%;
  float: left;
  margin-right: 1.4492753623%;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 100;
  background-color: transparent;
}

.breadcrumb li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  /* For separators between breadcrumb elements */
}

.breadcrumb li + li::before {
  display: inline-block;
  content: "\f107";
  margin-top: -1px;
  padding: 0 4px 0 0;
  font-family: "pundit-icon-font";
  font-size: 0.8rem;
  vertical-align: middle;
}

/* Filters */

.filters {
  position: absolute;
  top: 14px;
  right: 0;
  text-align: right;
}

/* NOTEBOOK INFORMATIONS */

.pnd-notebook-details {
  font-size: 13px;
}

.pnd-info-row__value {
  flex: 0 1 10%;
  padding-right: 10px;
  font-weight: 400;
}

.pnd-info-row__label {
  flex: 1;
  font-weight: 100;
  color: #838991;
  text-align: left;
}

.pnd-user-notebook-infos {
  line-height: 1;
}

.pnd-user-notebook-infos__number {
  font-weight: 600;
  font-size: 30px;
}

.pnd-user-notebook-infos__label {
  font-weight: 100;
  color: #838991;
  font-size: 13px;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 1023px) {
  .pnd-page-header--user .pnd-page-details {
    flex-wrap: wrap;
  }

  .pnd-page-header--user .pnd-user-notebook-infos {
    text-align: left;
  }

  .pnd-page-header--user .pnd-user-notebook-infos + .pnd-notebook-details {
    margin-top: 10px;
  }
}

@media all and (max-width: 768px) {
  .content-header {
    padding: 18px;
    /* Block of contents on the left */
    /* Block of contents on the right */
  }

  .content-header h1 {
    font-size: 1.4rem;
  }

  .content-header .input-edit-title {
    font-size: 1.4rem;
  }

  .content-header h2.nb-annotations-number {
    margin-bottom: 8px;
    font-size: 0.88rem;
  }

  .content-header .content-header-left {
    margin-bottom: 15px;
  }

  .content-header .content-header-right {
    margin-bottom: 20px;
  }

  .content-header .content-header-right .btn-group {
    text-align: left;
    /* Special style for dropdown here */
  }

  .content-header .content-header-right .btn-group .pnd-btn,
  .content-header .content-header-right .btn-group .feedback-form button,
  .feedback-form .content-header .content-header-right .btn-group button {
    margin-left: 0;
    margin-right: 10px;
    /* Like small buttons */
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }

  .content-header .content-header-right .btn-group ul.pnd-dropdown {
    right: auto;
    left: 0;
    margin-top: -7px;
  }

  .content-header .content-header-sub {
    padding: 10px 0;
  }

  /* Breadcrumbs */

  .breadcrumb li {
    font-size: 0.88rem;
    /* For separators between breadcrumb elements */
  }

  .breadcrumb li + li::before {
    font-size: 0.7rem;
  }

  /* Filters */

  .filters {
    top: 3px;
  }

  .filters .btn-filters span:first-child {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .pnd-page-header {
    flex-flow: column nowrap;
    position: relative;
  }

  .pnd-page-header::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
  }

  .pnd-page-header .pnd-page-text + .pnd-page-details {
    margin-top: 10px;
  }

  .pnd-page-header .pnd-page-details {
    padding-top: 10px;
    border-top: 1px dashed #e3e4e6;
  }

  .pnd-page-header--notebook {
    padding-left: 50px;
  }
}

@media all and (min-width: 768px) {
  .pnd-page-header .pnd-page-details {
    display: flex;
    align-items: center;
    flex: 1;
    margin-top: -25px;
    margin-bottom: -25px;
    padding: 25px 0 25px 25px;
    border-left: 1px dashed #e3e4e6;
    text-align: right;
  }

  .pnd-page-header .pnd-page-text {
    flex: 0 0 75%;
  }

  .pnd-page-header__user-thumb {
    width: 143px;
    height: 143px;
  }

  .pnd-page-header--notebook::before {
    margin-top: -25px;
    margin-right: 25px;
    margin-bottom: -25px;
  }

  .pnd-page-header--notebook .pnd-info-row__value {
    flex: 0 1 20%;
  }
}

@media all and (min-width: 1024px) {
  .pnd-page-header--user .pnd-notebook-details {
    padding-left: 30px;
    border-left: 1px solid #f3f3f3;
  }

  .pnd-page-header--user .pnd-user-notebook-infos {
    text-align: center;
  }

  .pnd-page-header--user .pnd-page-header__user-thumb {
    margin-top: -25px;
    margin-bottom: -25px;
    margin-left: -25px;
  }
}

/**
 * PAGE CONTENT
 *
 * styles for page content wrapper eg usee profile
 */

/* ------------------------------------ *\
   #GENERAL
\* ------------------------------------ */

.pnd-page-content {
  margin-bottom: 30px;
  padding: 25px;
  border-right: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
  border-left: 1px solid #e3e4e6;
  background-color: #FFF;
}

.pnd-page-content:not(.pnd-page-content--no-margin) {
  border-top: 1px solid #e3e4e6;
}

/* ------------------------------------ *\
   #PAGE-CONTENT-BODY
\* ------------------------------------ */

.pnd-page-body-text p {
  line-height: 1.6;
}

/* ------------------------------------ *\
   #PAGE-CONTENT-FOOTER
\* ------------------------------------ */

/* PAGE LINKS */

.pnd-page-links {
  display: flex;
}

.pnd-page-links a {
  display: block;
  padding: 5px;
  color: #838991;
}

.pnd-page-links a:hover,
.pnd-page-links a:focus {
  color: #224E8C;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (min-width: 768px) {
  .pnd-page-footer--flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}

/**
 * FOOTER LAYOUT
 *
 * Site's footer
 */

/* ------------------------------------ *\
   #BASIC-FOOTER
\* ------------------------------------ */

.l-site-footer {
  padding: 10px;
  background-color: #FFF;
  border-top: 1px solid #e3e4e6;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  /* Sticky footer settings */
}

.l-site-footer p {
  font-weight: 300;
}

.l-site-footer.is-sticky {
  margin-top: auto;
  flex-shrink: 0;
}

/**
 * BASIC LAYOUT
 *
 * Grid settings and layout settings
 */

/* ------------------------------------ *\
   #SUSY SETTINGS
\* ------------------------------------ */

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

/* ------------------------------------ *\
   #MAIN LAYOUT
\* ------------------------------------ */

/* BODY FOR STICKY FOOTER */

.body-has-sticky-footer {
  display: flex;
  flex-direction: column;
}

.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  /* Custom mixin */
}

.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.wrap::after {
  content: "";
  display: block;
  clear: both;
}

.l-sidebar {
  width: 13.0434782609%;
  float: left;
  margin-right: 1.4492753623%;
  width: 100%;
}

@media (min-width: 551px) {
  .l-sidebar {
    width: 99px;
  }
}

.page-content {
  position: relative;
  padding-top: 50px;
}

/* For sidebar right border */

.content-wrap {
  min-height: 100vh;
  position: relative;
  box-shadow: -2px 0 0 #e3e4e6;
  zoom: 1;
}

.content-wrap::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 550px) {
  .content-wrap {
    box-shadow: none;
  }
}

/* Principal content container */

.content {
  padding-left: 99px;
}

@media (max-width: 550px) {
  .content {
    padding-bottom: 50px;
    padding-left: 0;
  }
}

/* Size of annotations list container when filters are closed */

.content-left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* Content full */

.pnd-content-full {
  padding-left: 0;
}

.pnd-content-full .content-wrap {
  box-shadow: none;
}

/* Manage sticky footer */

.has-sticky-footer {
  width: 100%;
  flex: 1 0 auto;
  padding-top: 50px;
}

/* Container and max width */

.pnd-container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

/* ------------------------------------ *\
   #CONTENT-HEADER
\* ------------------------------------ */

.content-header {
  /* Block of contents on the left */
  /* Block of contents on the right */
}

.content-header .content-header-left {
  width: 56.5217391304%;
  float: left;
  margin-right: 1.4492753623%;
}

.content-header .content-header-right {
  width: 42.0289855072%;
  float: right;
  margin-right: 0;
}

.content-header .content-header-right .pnd-btn,
.content-header .content-header-right .feedback-form button,
.feedback-form .content-header .content-header-right button {
  margin-bottom: 8px;
}

/* ------------------------------------ *\
   #NOTEBOOKS AND ANNOTATIONS LAYOUT
\* ------------------------------------ */

/* This grid uses elements padding as fixed-width gutters */

/* Fluid layout */

.content {
  box-sizing: content-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content:after {
  content: " ";
  display: block;
  clear: both;
}

.gallery {
  zoom: 1;
}

.gallery::after {
  content: "";
  display: block;
  clear: both;
}

.gallery-item-large,
.static .gallery-item-grid,
.gallery-item-grid {
  width: 100%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 700px) {
  .gallery-item-grid {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1050px) {
  .gallery-item-grid {
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .gallery-item-grid {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Static layout */

.static .gallery-item-large,
.static .gallery-item-grid {
  width: 100%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

@media (min-width: 700px) {
  .static .gallery-item-grid {
    width: 350px;
    float: left;
    padding-left: 8.75px;
    padding-right: 8.75px;
  }
}

/* ------------------------------------ *\
   #OPEN FILTERS BAR
\* ------------------------------------ */

/* Gallery for notebooks page */

.notebooks.filters-open .gallery-item-grid {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  /*@media (min-width: 1000px) {
      @include span(6 of 12);
  }*/
}

.notebooks.filters-open .gallery-item-grid:nth-child(2n) {
  float: right;
  margin-right: 0;
}

@media (min-width: 960px) {
  .notebooks.filters-open .gallery-item-grid {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1350px) {
  .notebooks.filters-open .gallery-item-grid {
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Gallery for annotations page */

.annotations.filters-open .gallery {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.annotations.filters-open .gallery-item-large,
.annotations.filters-open .gallery-item-grid {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* ------------------------------------ *\
   #PAGINATION
\* ------------------------------------ */

.pagination {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* If filter bar is open */

.filters-open .pagination {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* AREA SECONDARY */

.area-secondary {
  padding-top: 10px;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 960px) {
  .content-header {
    /* Block of contents on the left */
    /* Block of contents on the right */
  }

  .content-header .content-header-left {
    width: 71.0144927536%;
    float: left;
    margin-right: 1.4492753623%;
  }

  .content-header .content-header-right {
    width: 27.5362318841%;
    float: right;
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .content-header {
    /* Block of contents on the left */
    /* Block of contents on the right */
  }

  .content-header .content-header-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .content-header .content-header-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 550px) {
  .page-content {
    padding-top: 45px;
  }
}

/**
 * HOME LAYOUT
 *
 * layout settings
 */

/* ------------------------------------ *\
   #HOME LAYOUT
\* ------------------------------------ */

.content-home .content-wrap {
  padding: 36px;
  text-align: center;
}

.content-home h1.home-heading {
  margin-bottom: 25px;
}

.content-home img {
  margin-bottom: 25px;
}

.content-home .area-primary {
  margin-bottom: 25px;
}

.content-home .area-primary p {
  margin-bottom: 15px;
}

/**
 * MAILING LIST
 *
 * Custom settings for mailing list page
 */

/* ------------------------------------ *\
   #MAILING-LIST
\* ------------------------------------ */

.feedback-form-wrapper {
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background-color: #FFF;
  border: 1px solid #e3e4e6;
  border-radius: 3px;
  box-shadow: 0 4px 0 0px #DFE2E6;
  text-align: center;
}

.feedback-form label {
  margin-bottom: 8px;
}

.feedback-form input[type=text],
.feedback-form textarea {
  width: 100%;
}

.feedback-form textarea {
  height: 180px;
  margin-bottom: 8px;
}

/* ------------------------------------ *\
   #CLASSES
\* ------------------------------------ */

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

.pnd-error {
  padding: 0 20px;
  color: #ff643f;
  text-align: center;
}

/* ------------------------------------ *\
 #PUNDIT LOGO
\* ------------------------------------ */

.pnd-form-logo {
  width: 100%;
  height: 94px;
  margin: 0 auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dfe2e6;
  background-image: url(/images/pundit-logo.png?a65289b4df903a2eb596e9c1bb1626ac);
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pnd-form-logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/images/pundit-logo@2x.png?7590f879898511c6771b14e7c874665d);
    background-size: 127px 94px;
  }
}

/* ------------------------------------ *\
 #RESPONSIVE
\* ------------------------------------ */

/* This should work also for the Pundit Annotator */

@media all and (max-width: 500px) {
  .pnd-form-logo {
    height: 72px;
    margin: 5px auto 15px auto;
    padding: 0 0 15px 0;
    background-size: 97px 72px;
  }

  .pnd-error {
    padding: 0 5px;
  }
}

/**
* TYPOGRAPHY
*
* Typography
*
*/

/* ------------------------------------ *\
 #HEADINGS
\* ------------------------------------ */

/* ------------------------------------ *\
 #BODY-TEXT
\* ------------------------------------ */

/* ------------------------------------ *\
 #VARIOUS
\* ------------------------------------ */

hr {
  border: 0;
  height: 1px;
  max-width: 400px;
  margin: 8px auto 18px auto;
  background: #dfe2e6;
}

.pnd-small {
  font-size: 0.86rem;
}

/* Big icon showing an action output */

span.pnd-output-icon {
  font-size: 2.2rem;
  margin-bottom: 9px;
  color: #8d939a;
}

/* ------------------------------------ *\
 #RESPONSIVE
\* ------------------------------------ */

/* This should work also for the Pundit Annotator */

/**
* FORMS
*
* Special style for form elements
*
*/

/* ------------------------------------ *\
 #GENERAL-FORM
\* ------------------------------------ */

.pnd-form input:focus {
  outline: none;
}

.pnd-form label {
  display: block;
  position: absolute;
  width: auto;
  height: 40px;
  left: 3px;
  padding: 5px 10px;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 100;
  color: #aeb1b5;
  line-height: 40px;
}

.pnd-form input[type=text],
.pnd-form input[type=email],
.pnd-form input[type=password] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 150px;
  height: 40px;
  margin: 5px auto 10px auto;
  padding: 5px 10px 5px 130px;
  border: 1px solid #dfe2e6;
  border-radius: 2px;
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  transition-property: border-color;
  transition-duration: 0.5s;
}

.pnd-form input[type=text]:focus,
.pnd-form input[type=email]:focus,
.pnd-form input[type=password]:focus {
  border: 1px solid #3484e6;
}

.pnd-form input[type=text]:-webkit-autofill,
.pnd-form input[type=email]:-webkit-autofill,
.pnd-form input[type=password]:-webkit-autofill {
  background: transparent none !important;
}

.pnd-form input[type=text]::-webkit-input-placeholder,
.pnd-form input[type=email]::-webkit-input-placeholder,
.pnd-form input[type=password]::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-weight: 100;
  opacity: 0;
}

.pnd-form input[type=text]:-moz-placeholder,
.pnd-form input[type=email]:-moz-placeholder,
.pnd-form input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.9rem;
  font-weight: 100;
  opacity: 0;
}

.pnd-form input[type=text]::-moz-placeholder,
.pnd-form input[type=email]::-moz-placeholder,
.pnd-form input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.9rem;
  font-weight: 100;
  opacity: 0;
}

.pnd-form input[type=text]:-ms-input-placeholder,
.pnd-form input[type=email]:-ms-input-placeholder,
.pnd-form input[type=password]:-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 100;
  opacity: 0;
}

.pnd-form input[type=checkbox] {
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
}

.pnd-form input[type=checkbox] + label {
  display: none;
  margin-bottom: -3px;
  vertical-align: baseline;
}

/* ------------------------------------ *\
 #BLOCKS
\* ------------------------------------ */

/* Elements containing labels and input fields */

/* Form block with left alignment */

.pnd-form-block {
  padding: 1px;
  /* Content is aligned left (default is centered) */
  /* Error! */
}

.pnd-form-block.pnd-text-align-left {
  position: relative;
  max-width: 450px;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.pnd-form-block.pnd-error input[type=text],
.pnd-form-block.pnd-error input[type=password],
.pnd-form-block.pnd-error input[type=email] {
  border-color: #ff643f;
}

/* ------------------------------------ *\
 #RESPONSIVE
\* ------------------------------------ */

/* This should work also for the Pundit Annotator */

@media all and (max-width: 500px) {
  .pnd-form label {
    height: 30px;
    left: 10px;
    padding: 2px 0;
    font-size: 0.82rem;
    line-height: 30px;
  }

  .pnd-form input[type=text],
  .pnd-form input[type=email],
  .pnd-form input[type=password] {
    height: 30px;
    margin: 2px auto 7px auto;
    padding: 5px 10px 5px 113px;
    font-size: 0.88rem;
  }
}

/**
* BUTTONS
*
* Styles for button
*
*/

/* ------------------------------------ *\
 #BUTTONS
\* ------------------------------------ */

.pnd-btn,
.feedback-form button {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: #3484e6;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition-property: background, width;
  transition-duration: 0.5s;
  cursor: pointer;
  /* Icon */
  /* Loader inside button */
  /* Buttons with a small margin on top */
  /* Fixed width button: 300px */
}

.pnd-btn:hover,
.feedback-form button:hover {
  background: #196ace;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

.pnd-btn.pnd-btn-loading,
.feedback-form button.pnd-btn-loading {
  background: rgba(52, 132, 230, 0.5);
  cursor: default;
}

.pnd-btn .fa,
.feedback-form button .fa {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 30px;
}

.pnd-btn .slim-loader,
.feedback-form button .slim-loader {
  margin: 5px 20px 0 20px;
}

.pnd-btn.pnd-btn-margin-top,
.feedback-form button.pnd-btn-margin-top {
  margin-top: 6px;
}

.pnd-btn.pnd-btn-width-140,
.feedback-form button.pnd-btn-width-140 {
  min-width: 140px;
}

/* Button with icon on the left */

.pnd-btn-icon {
  padding: 0;
}

/* Social button */

/* Has a custom width */

.pnd-btn-social {
  width: 150px;
  height: 30px;
  margin: 0 4px 8px 4px;
  color: #fff;
  line-height: 30px;
  font-size: 0.8rem;
}

/* Facebook button */

.pnd-btn-facebook {
  background: #3b5998;
}

.pnd-btn-facebook:hover {
  background: #2d4373;
}

/* Google button */

.pnd-btn-google {
  background: #cc3732;
}

.pnd-btn-google:hover {
  background: #a32c28;
}

/* ------------------------------------ *\
 #RESPONSIVE
\* ------------------------------------ */

/* This should work also for the Pundit Annotator */

@media all and (max-width: 500px) {
  .pnd-btn,
  .feedback-form button {
    height: 30px;
    font-size: 0.83rem;
    line-height: 30px;
  }

  .pnd-btn-social {
    width: 126px;
    height: 26px;
    margin: 0 1px 2px 1px;
    color: #fff;
    line-height: 26px;
    font-size: 0.72rem;
  }
}

/**
* LOADER
*
* Animated loader used for entertaining the user that is waiting
*
* Inspired by: https://github.com/ConnorAtherton/loaders.css
*
*/

/* ------------------------------------ *\
 #LOADER
\* ------------------------------------ */

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.slim-loader {
  margin: 0 auto;
  text-align: center;
}

.slim-loader > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 100%;
  background: transparent !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: rotate 0.87s 0s linear infinite;
  animation: rotate 0.87s 0s linear infinite;
}

.slim-loader-dark > div {
  border: 2px solid #999;
  border-bottom-color: transparent;
}

/**
* LOGIN REGISTRATION
*
* Component used for:
* - user login
* - user registration
* - user profile edit
* - user lost password retrival
*
*/

/* ------------------------------------ *\
 #GENERAL
\* ------------------------------------ */

/* Class of body */

.pnd-login {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  background: #fafbfc;
}

.pnd-login-content-wrapper {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 0 15px;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-login-content {
  max-width: 980px;
  margin-left: auto;
  padding: 40px 20px 20px;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form input[type=text],
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form input[type=email],
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form input[type=password],
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form-block.pnd-text-align-left,
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form select,
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form textarea {
  max-width: 600px;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-form select {
  width: 600px;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-dashboard-form-title,
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper h1 {
  font-size: 30px;
  color: #3a4450;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper .pnd-dashboard-form-subtitle,
.pnd-login-content-wrapper.pnd-dashboard-form-wrapper h2 {
  font-size: 24px;
}

.pnd-login-content-wrapper.pnd-dashboard-form-wrapper h1 + h2 {
  margin-top: 0.5rem;
}

.pnd-login-content {
  max-width: 560px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #dfe2e6;
  border-radius: 3px;
  box-shadow: 0 4px 0 0px #dfe2e6;
}

/* Info footer */

.pnd-login-footer {
  display: inline-block;
  margin: 10px 0 0;
  color: #8d939a;
  font-size: 0.86rem;
}

.pnd-login-footer a {
  color: inherit;
  font-size: 0.86rem;
  cursor: pointer;
}

.pnd-login-footer a:hover {
  color: #3484e6;
  text-decoration: none;
}

/* ------------------------------------ *\
 #RESPONSIVE
\* ------------------------------------ */

/* This should work also for the Pundit Annotator */

@media all and (max-width: 500px) {
  .pnd-login {
    background: #fff;
  }

  .pnd-login-content-wrapper {
    padding: 0;
  }

  .pnd-login-content {
    width: auto;
    height: auto;
    padding: 20px;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
  }

  .pnd-login-footer {
    display: none;
  }
}

/**
 * PAGE LAYOUT WITH FILTERS OPEN
 *
 *  
 */

/* ------------------------------------ *\
   #DESKTOP
\* ------------------------------------ */

.filters-open {
  position: relative;
}

.filters-open .filters-bar {
  display: block;
  width: 310px;
  margin-top: -25px;
  margin-right: 25px;
}

.filters-open .content-wrap {
  padding-right: 340px;
}

.filters-open .content-left {
  zoom: 1;
}

.filters-open .content-left::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------ *\
   #RESPONSIVE
\* ------------------------------------ */

@media all and (max-width: 850px) {
  .filters-open .filters-bar {
    width: 260px;
  }

  .filters-open .content-wrap {
    padding-right: 280px;
  }
}

@media all and (max-width: 768px) {
  .filters-open .filters-bar {
    margin-top: -18px;
    margin-right: 18px;
  }
}

@media all and (max-width: 700px) {
  .filters-open .filters-bar {
    width: 210px;
  }

  .filters-open .content-wrap {
    padding-right: 230px;
  }
}

@media all and (max-width: 550px) {
  .filters-open .filters-bar {
    width: 100%;
    padding: 0 15px;
    margin: -10px 0 0 0;
  }

  .filters-open .filters-bar form {
    position: relative;
    padding-bottom: 10px;
    border-top: 1px solid #e3e4e6;
    border-bottom: 1px solid #e3e4e6;
  }

  .filters-open .content-wrap {
    padding-right: 0;
  }
}


