@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

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,
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: transparent;
}

a:active,
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn>.caret,
  .page-user-profile-documents .ctools-close-modal>.caret,
  .groups-page #block-boxes-add-new-document .boxes-box-content a>.caret,
  .form-actions a>.caret,
  .dropup>.btn>.caret,
  .page-user-profile-documents .dropup>.ctools-close-modal>.caret,
  .groups-page #block-boxes-add-new-document .boxes-box-content .dropup>a>.caret,
  .form-actions .dropup>a>.caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #7c7c7c;
  background-color: #f8f8f8;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0971b4;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #05436b;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.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-lowercase {
  text-transform: lowercase;
}

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #0971b4;
}

a.text-primary:hover {
  color: #075383;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0971b4;
}

a.bg-primary:hover {
  background-color: #075383;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 984px) {
  .container {
    width: 984px;
  }
}

@media (min-width: 984px) {
  .container {
    width: 984px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 984px) {
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 984px) {
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f8f8f8;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>.table {
    margin-bottom: 0;
  }
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }
  .table-responsive>.table-bordered {
    border: 0;
  }
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}

input[type="date"].input-sm,
.form-horizontal .form-group-sm input[type="date"].form-control,
.input-group-sm>input[type="date"].form-control,
.input-group-sm>input[type="date"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="date"].btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>input[type="date"].ctools-close-modal,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm>input[type="time"].form-control,
.input-group-sm>input[type="time"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="time"].btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>input[type="time"].ctools-close-modal,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>input[type="datetime-local"].ctools-close-modal,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm>input[type="month"].form-control,
.input-group-sm>input[type="month"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="month"].btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>input[type="month"].ctools-close-modal {
  line-height: 30px;
}

input[type="date"].input-lg,
.form-horizontal .form-group-lg input[type="date"].form-control,
.input-group-lg>input[type="date"].form-control,
.input-group-lg>input[type="date"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="date"].btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>input[type="date"].ctools-close-modal,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg>input[type="time"].form-control,
.input-group-lg>input[type="time"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="time"].btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>input[type="time"].ctools-close-modal,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>input[type="datetime-local"].ctools-close-modal,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg>input[type="month"].form-control,
.input-group-lg>input[type="month"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="month"].btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>input[type="month"].ctools-close-modal {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-horizontal .form-group-lg .form-control-static.form-control,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>.form-control-static.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-lg>.input-group-btn>a.form-control-static,
.form-actions .input-group-lg>.input-group-btn>a.form-control-static,
.form-control-static.input-sm,
.form-horizontal .form-group-sm .form-control-static.form-control,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>.form-control-static.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-sm>.input-group-btn>a.form-control-static,
.form-actions .input-group-sm>.input-group-btn>a.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-sm>.input-group-btn>a,
.form-actions .input-group-sm>.input-group-btn>a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.form-horizontal .form-group-sm select.form-control,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>select.ctools-close-modal {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.form-horizontal .form-group-sm textarea.form-control,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>textarea.ctools-close-modal,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>select[multiple].ctools-close-modal {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-lg>.input-group-btn>a,
.form-actions .input-group-lg>.input-group-btn>a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg,
.form-horizontal .form-group-lg select.form-control,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>select.ctools-close-modal {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>textarea.ctools-close-modal,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>select[multiple].ctools-close-modal {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.page-user-profile-documents .input-group-lg>.input-group-btn>.ctools-close-modal+.form-control-feedback,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-lg>.input-group-btn>a+.form-control-feedback,
.form-actions .input-group-lg>.input-group-btn>a+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.page-user-profile-documents .input-group-sm>.input-group-btn>.ctools-close-modal+.form-control-feedback,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-sm>.input-group-btn>a+.form-control-feedback,
.form-actions .input-group-sm>.input-group-btn>a+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bcbcbc;
}

@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group>.form-control,
  .navbar-form .input-group>.form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn,
.page-user-profile-documents .ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content a,
.form-actions a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.page-user-profile-documents .ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content a:focus,
.form-actions a:focus,
.btn:active:focus,
.page-user-profile-documents .ctools-close-modal:active:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content a:active:focus,
.form-actions a:active:focus,
.btn.active:focus,
.page-user-profile-documents .active.ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content a.active:focus,
.form-actions a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.page-user-profile-documents .ctools-close-modal:hover,
.groups-page #block-boxes-add-new-document .boxes-box-content a:hover,
.form-actions a:hover,
.btn:focus,
.page-user-profile-documents .ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content a:focus,
.form-actions a:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.page-user-profile-documents .ctools-close-modal:active,
.groups-page #block-boxes-add-new-document .boxes-box-content a:active,
.form-actions a:active,
.btn.active,
.page-user-profile-documents .active.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content a.active,
.form-actions a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.page-user-profile-documents .disabled.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content a.disabled,
.form-actions a.disabled,
.btn[disabled],
.page-user-profile-documents [disabled].ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content a[disabled],
.form-actions a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .page-user-profile-documents .ctools-close-modal,
.page-user-profile-documents fieldset[disabled] .ctools-close-modal,
fieldset[disabled] .groups-page #block-boxes-add-new-document .boxes-box-content a,
.groups-page #block-boxes-add-new-document .boxes-box-content fieldset[disabled] a,
fieldset[disabled] .form-actions a,
.form-actions fieldset[disabled] a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default,
.form-actions a {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.form-actions a:hover,
.btn-default:focus,
.form-actions a:focus,
.btn-default:active,
.form-actions a:active,
.btn-default.active,
.form-actions a.active,
.open>.btn-default.dropdown-toggle,
.form-actions .open>a.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.form-actions a:active,
.btn-default.active,
.form-actions a.active,
.open>.btn-default.dropdown-toggle,
.form-actions .open>a.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.form-actions a.disabled,
.btn-default.disabled:hover,
.form-actions a.disabled:hover,
.btn-default.disabled:focus,
.form-actions a.disabled:focus,
.btn-default.disabled:active,
.form-actions a.disabled:active,
.btn-default.disabled.active,
.form-actions a.disabled.active,
.btn-default[disabled],
.form-actions a[disabled],
.btn-default[disabled]:hover,
.form-actions a[disabled]:hover,
.btn-default[disabled]:focus,
.form-actions a[disabled]:focus,
.btn-default[disabled]:active,
.form-actions a[disabled]:active,
.btn-default[disabled].active,
.form-actions a[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .form-actions a,
.form-actions fieldset[disabled] a,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .form-actions a:hover,
.form-actions fieldset[disabled] a:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .form-actions a:focus,
.form-actions fieldset[disabled] a:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .form-actions a:active,
.form-actions fieldset[disabled] a:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .form-actions a.active,
.form-actions fieldset[disabled] a.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge,
.form-actions a .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0971b4;
  border-color: #08629c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #075383;
  border-color: #053d61;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #0971b4;
  border-color: #08629c;
}

.btn-primary .badge {
  color: #0971b4;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0971b4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #05436b;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn,
.page-user-profile-documents .btn-group-lg>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-lg>a,
.form-actions .btn-group-lg>a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn,
.page-user-profile-documents .btn-group-sm>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-sm>a,
.form-actions .btn-group-sm>a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn,
.page-user-profile-documents .btn-group-xs>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-xs>a,
.form-actions .btn-group-xs>a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu,
.dropdown.expanded:hover>ul.menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right,
.dropdown.expanded:hover>ul.pull-right.menu {
  right: 0;
  left: auto;
}

.dropdown-menu .divider,
.dropdown.expanded:hover>ul.menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a,
.dropdown.expanded:hover>ul.menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown.expanded:hover>ul.menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown.expanded:hover>ul.menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown.expanded:hover>ul.menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown.expanded:hover>ul.menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown.expanded:hover>ul.menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0971b4;
}

.dropdown-menu>.disabled>a,
.dropdown.expanded:hover>ul.menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown.expanded:hover>ul.menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus,
.dropdown.expanded:hover>ul.menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown.expanded:hover>ul.menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus,
.dropdown.expanded:hover>ul.menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu,
.dropdown.expanded.open:hover>ul.menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu,
.dropdown.expanded.pull-right:hover>ul.menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.dropup .dropdown.expanded:hover>ul.menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown.expanded:hover>ul.menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu,
  .navbar-right .dropdown.expanded:hover>ul.menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.page-user-profile-documents .btn-group>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a,
.form-actions .btn-group>a,
.btn-group-vertical>.btn,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a,
.form-actions .btn-group-vertical>a {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.page-user-profile-documents .btn-group>.ctools-close-modal:hover,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:hover,
.form-actions .btn-group>a:hover,
.btn-group>.btn:focus,
.page-user-profile-documents .btn-group>.ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:focus,
.form-actions .btn-group>a:focus,
.btn-group>.btn:active,
.page-user-profile-documents .btn-group>.ctools-close-modal:active,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:active,
.form-actions .btn-group>a:active,
.btn-group>.btn.active,
.page-user-profile-documents .btn-group>.active.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a.active,
.form-actions .btn-group>a.active,
.btn-group-vertical>.btn:hover,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:hover,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:hover,
.form-actions .btn-group-vertical>a:hover,
.btn-group-vertical>.btn:focus,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:focus,
.form-actions .btn-group-vertical>a:focus,
.btn-group-vertical>.btn:active,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:active,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:active,
.form-actions .btn-group-vertical>a:active,
.btn-group-vertical>.btn.active,
.page-user-profile-documents .btn-group-vertical>.active.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a.active,
.form-actions .btn-group-vertical>a.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.page-user-profile-documents .btn-group>.ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:focus,
.form-actions .btn-group>a:focus,
.btn-group-vertical>.btn:focus,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:focus,
.form-actions .btn-group-vertical>a:focus {
  outline: 0;
}

.btn-group .btn+.btn,
.btn-group .page-user-profile-documents .ctools-close-modal+.btn,
.page-user-profile-documents .btn-group .ctools-close-modal+.btn,
.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+.btn,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group a+.btn,
.btn-group .form-actions a+.btn,
.form-actions .btn-group a+.btn,
.btn-group .page-user-profile-documents .btn+.ctools-close-modal,
.page-user-profile-documents .btn-group .btn+.ctools-close-modal,
.btn-group .page-user-profile-documents .ctools-close-modal+.ctools-close-modal,
.page-user-profile-documents .btn-group .ctools-close-modal+.ctools-close-modal,
.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .btn-group a+.ctools-close-modal,
.btn-group .form-actions .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .btn-group .form-actions a+.ctools-close-modal,
.form-actions .btn-group .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .form-actions .btn-group a+.ctools-close-modal,
.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .btn+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group .btn+a,
.btn-group .page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group .page-user-profile-documents .ctools-close-modal+a,
.page-user-profile-documents .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .btn-group .ctools-close-modal+a,
.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group a+a,
.btn-group .form-actions .btn+a,
.form-actions .btn-group .btn+a,
.btn-group .page-user-profile-documents .form-actions .ctools-close-modal+a,
.form-actions .btn-group .page-user-profile-documents .ctools-close-modal+a,
.page-user-profile-documents .btn-group .form-actions .ctools-close-modal+a,
.form-actions .page-user-profile-documents .btn-group .ctools-close-modal+a,
.btn-group .form-actions a+a,
.form-actions .btn-group a+a,
.btn-group .btn+.btn-group,
.btn-group .page-user-profile-documents .ctools-close-modal+.btn-group,
.page-user-profile-documents .btn-group .ctools-close-modal+.btn-group,
.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+.btn-group,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group a+.btn-group,
.btn-group .form-actions a+.btn-group,
.form-actions .btn-group a+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .page-user-profile-documents .btn-group+.ctools-close-modal,
.page-user-profile-documents .btn-group .btn-group+.ctools-close-modal,
.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .btn-group+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group .btn-group+a,
.btn-group .form-actions .btn-group+a,
.form-actions .btn-group .btn-group+a,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.page-user-profile-documents .btn-toolbar>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-toolbar>a,
.form-actions .btn-toolbar>a,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.page-user-profile-documents .btn-group>.ctools-close-modal:not(:first-child):not(:last-child):not(.dropdown-toggle),
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:not(:first-child):not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group>a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child,
.page-user-profile-documents .btn-group>.ctools-close-modal:first-child,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:first-child,
.form-actions .btn-group>a:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.page-user-profile-documents .btn-group>.ctools-close-modal:first-child:not(:last-child):not(.dropdown-toggle),
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:first-child:not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group>a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.page-user-profile-documents .btn-group>.ctools-close-modal:last-child:not(:first-child),
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a:last-child:not(:first-child),
.form-actions .btn-group>a:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.page-user-profile-documents .btn-group>.btn-group:not(:first-child):not(:last-child)>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>.btn-group:not(:first-child):not(:last-child)>a,
.form-actions .btn-group>.btn-group:not(:first-child):not(:last-child)>a {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.page-user-profile-documents .btn-group>.btn-group:first-child>.ctools-close-modal:last-child,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>.btn-group:first-child>a:last-child,
.form-actions .btn-group>.btn-group:first-child>a:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child,
.page-user-profile-documents .btn-group>.btn-group:last-child>.ctools-close-modal:first-child,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>.btn-group:last-child>a:first-child,
.form-actions .btn-group>.btn-group:last-child>a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle,
.page-user-profile-documents .btn-group>.ctools-close-modal+.dropdown-toggle,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group>a+.dropdown-toggle,
.form-actions .btn-group>a+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.page-user-profile-documents .btn-group-lg.btn-group>.ctools-close-modal+.dropdown-toggle,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-lg.btn-group>a+.dropdown-toggle,
.form-actions .btn-group-lg.btn-group>a+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret,
.page-user-profile-documents .ctools-close-modal .caret,
.groups-page #block-boxes-add-new-document .boxes-box-content a .caret,
.form-actions a .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.page-user-profile-documents .btn-group-lg>.ctools-close-modal .caret,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-lg>a .caret,
.form-actions .btn-group-lg>a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .page-user-profile-documents .btn-group-lg>.ctools-close-modal .caret,
.page-user-profile-documents .dropup .btn-group-lg>.ctools-close-modal .caret,
.dropup .groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-lg>a .caret,
.groups-page #block-boxes-add-new-document .boxes-box-content .dropup .btn-group-lg>a .caret,
.dropup .form-actions .btn-group-lg>a .caret,
.form-actions .dropup .btn-group-lg>a .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a,
.form-actions .btn-group-vertical>a,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.page-user-profile-documents .btn-group-vertical>.btn-group>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn-group>a,
.form-actions .btn-group-vertical>.btn-group>a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn,
.page-user-profile-documents .btn-group-vertical>.btn-group>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn-group>a,
.form-actions .btn-group-vertical>.btn-group>a {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal+.btn,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a+.btn,
.form-actions .btn-group-vertical>a+.btn,
.page-user-profile-documents .btn-group-vertical>.btn+.ctools-close-modal,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .btn-group-vertical>a+.ctools-close-modal,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a+.ctools-close-modal,
.form-actions .page-user-profile-documents .btn-group-vertical>a+.ctools-close-modal,
.page-user-profile-documents .form-actions .btn-group-vertical>a+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn+a,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .btn-group-vertical>.ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a+a,
.form-actions .btn-group-vertical>.btn+a,
.page-user-profile-documents .form-actions .btn-group-vertical>.ctools-close-modal+a,
.form-actions .page-user-profile-documents .btn-group-vertical>.ctools-close-modal+a,
.form-actions .btn-group-vertical>a+a,
.btn-group-vertical>.btn+.btn-group,
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal+.btn-group,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a+.btn-group,
.form-actions .btn-group-vertical>a+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.page-user-profile-documents .btn-group-vertical>.btn-group+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn-group+a,
.form-actions .btn-group-vertical>.btn-group+a,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:not(:first-child):not(:last-child),
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:not(:first-child):not(:last-child),
.form-actions .btn-group-vertical>a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:first-child:not(:last-child),
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:first-child:not(:last-child),
.form-actions .btn-group-vertical>a:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.page-user-profile-documents .btn-group-vertical>.ctools-close-modal:last-child:not(:first-child),
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>a:last-child:not(:first-child),
.form-actions .btn-group-vertical>a:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.page-user-profile-documents .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a,
.form-actions .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.page-user-profile-documents .btn-group-vertical>.btn-group:first-child:not(:last-child)>.ctools-close-modal:last-child,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn-group:first-child:not(:last-child)>a:last-child,
.form-actions .btn-group-vertical>.btn-group:first-child:not(:last-child)>a:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.page-user-profile-documents .btn-group-vertical>.btn-group:last-child:not(:first-child)>.ctools-close-modal:first-child,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-vertical>.btn-group:last-child:not(:first-child)>a:first-child,
.form-actions .btn-group-vertical>.btn-group:last-child:not(:first-child)>a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.page-user-profile-documents .btn-group-justified>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-justified>a,
.form-actions .btn-group-justified>a,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .page-user-profile-documents .ctools-close-modal,
.page-user-profile-documents .btn-group-justified>.btn-group .ctools-close-modal,
.btn-group-justified>.btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-justified>.btn-group a,
.btn-group-justified>.btn-group .form-actions a,
.form-actions .btn-group-justified>.btn-group a {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu,
.btn-group-justified>.btn-group .dropdown.expanded:hover>ul.menu {
  left: auto;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
.page-user-profile-documents [data-toggle="buttons"]>.ctools-close-modal>input[type="radio"],
.groups-page #block-boxes-add-new-document .boxes-box-content [data-toggle="buttons"]>a>input[type="radio"],
.form-actions [data-toggle="buttons"]>a>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"],
.page-user-profile-documents [data-toggle="buttons"]>.ctools-close-modal>input[type="checkbox"],
.groups-page #block-boxes-add-new-document .boxes-box-content [data-toggle="buttons"]>a>input[type="checkbox"],
.form-actions [data-toggle="buttons"]>a>input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.page-user-profile-documents .input-group-sm>.input-group-btn>.input-group-addon.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-sm>.input-group-btn>a.input-group-addon,
.form-actions .input-group-sm>.input-group-btn>a.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.page-user-profile-documents .input-group-lg>.input-group-btn>.input-group-addon.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-lg>.input-group-btn>a.input-group-addon,
.form-actions .input-group-lg>.input-group-btn>a.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.page-user-profile-documents .input-group-btn:first-child>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:first-child>a,
.form-actions .input-group-btn:first-child>a,
.input-group-btn:first-child>.btn-group>.btn,
.page-user-profile-documents .input-group-btn:first-child>.btn-group>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:first-child>.btn-group>a,
.form-actions .input-group-btn:first-child>.btn-group>a,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.page-user-profile-documents .input-group-btn:last-child>.ctools-close-modal:not(:last-child):not(.dropdown-toggle),
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:last-child>a:not(:last-child):not(.dropdown-toggle),
.form-actions .input-group-btn:last-child>a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.page-user-profile-documents .input-group-btn:last-child>.btn-group:not(:last-child)>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:last-child>.btn-group:not(:last-child)>a,
.form-actions .input-group-btn:last-child>.btn-group:not(:last-child)>a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.page-user-profile-documents .input-group-btn:last-child>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:last-child>a,
.form-actions .input-group-btn:last-child>a,
.input-group-btn:last-child>.btn-group>.btn,
.page-user-profile-documents .input-group-btn:last-child>.btn-group>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:last-child>.btn-group>a,
.form-actions .input-group-btn:last-child>.btn-group>a,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.page-user-profile-documents .input-group-btn:first-child>.ctools-close-modal:not(:first-child),
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:first-child>a:not(:first-child),
.form-actions .input-group-btn:first-child>a:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.page-user-profile-documents .input-group-btn:first-child>.btn-group:not(:first-child)>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:first-child>.btn-group:not(:first-child)>a,
.form-actions .input-group-btn:first-child>.btn-group:not(:first-child)>a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn,
.page-user-profile-documents .input-group-btn>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a,
.form-actions .input-group-btn>a {
  position: relative;
}

.input-group-btn>.btn+.btn,
.page-user-profile-documents .input-group-btn>.ctools-close-modal+.btn,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a+.btn,
.form-actions .input-group-btn>a+.btn,
.page-user-profile-documents .input-group-btn>.btn+.ctools-close-modal,
.page-user-profile-documents .input-group-btn>.ctools-close-modal+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .input-group-btn>a+.ctools-close-modal,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a+.ctools-close-modal,
.form-actions .page-user-profile-documents .input-group-btn>a+.ctools-close-modal,
.page-user-profile-documents .form-actions .input-group-btn>a+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>.btn+a,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>.ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .input-group-btn>.ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a+a,
.form-actions .input-group-btn>.btn+a,
.page-user-profile-documents .form-actions .input-group-btn>.ctools-close-modal+a,
.form-actions .page-user-profile-documents .input-group-btn>.ctools-close-modal+a,
.form-actions .input-group-btn>a+a {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.page-user-profile-documents .input-group-btn>.ctools-close-modal:hover,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a:hover,
.form-actions .input-group-btn>a:hover,
.input-group-btn>.btn:focus,
.page-user-profile-documents .input-group-btn>.ctools-close-modal:focus,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a:focus,
.form-actions .input-group-btn>a:focus,
.input-group-btn>.btn:active,
.page-user-profile-documents .input-group-btn>.ctools-close-modal:active,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn>a:active,
.form-actions .input-group-btn>a:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.page-user-profile-documents .input-group-btn:first-child>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:first-child>a,
.form-actions .input-group-btn:first-child>a,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.page-user-profile-documents .input-group-btn:last-child>.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .input-group-btn:last-child>a,
.form-actions .input-group-btn:last-child>a,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #0971b4;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #0971b4;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu,
.nav-justified>.dropdown.expanded:hover>ul.menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #f8f8f8;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-tabs .dropdown.expanded:hover>ul.menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 580px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu,
  .navbar-nav .open .dropdown.expanded:hover>ul.menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown.expanded:hover>ul.menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav>li>.dropdown-menu,
.navbar-nav>li.dropdown.expanded:hover>ul.menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu,
.navbar-fixed-bottom .navbar-nav>li.dropdown.expanded:hover>ul.menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.page-user-profile-documents .btn-group-sm>.navbar-btn.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-sm>a.navbar-btn,
.form-actions .btn-group-sm>a.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.page-user-profile-documents .btn-group-xs>.navbar-btn.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-xs>a.navbar-btn,
.form-actions .btn-group-xs>a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown.expanded:hover>ul.menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #777777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #777777;
}

.navbar-inverse .navbar-nav>li>a {
  color: #777777;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown.expanded:hover>ul.menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #777777;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #777777;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #0971b4;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #05436b;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0971b4;
  border-color: #0971b4;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #7c7c7c;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label,
.page-user-profile-documents .ctools-close-modal .label,
.groups-page #block-boxes-add-new-document .boxes-box-content a .label,
.form-actions a .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #7c7c7c;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0971b4;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #075383;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge,
.page-user-profile-documents .ctools-close-modal .badge,
.groups-page #block-boxes-add-new-document .boxes-box-content a .badge,
.form-actions a .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.page-user-profile-documents .btn-group-xs>.ctools-close-modal .badge,
.groups-page #block-boxes-add-new-document .boxes-box-content .btn-group-xs>a .badge,
.form-actions .btn-group-xs>a .badge {
  top: 0;
  padding: 1px 5px;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #0971b4;
  background-color: #fff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #7c7c7c;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0971b4;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

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

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0971b4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: none;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #0065a2;
  background-color: none;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: none;
  border-color: none;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: inherit;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #0971b4;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #0971b4;
  border-color: #0971b4;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #0971b4;
}

.panel-primary>.panel-heading .badge {
  color: #0971b4;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #0971b4;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn,
.modal-footer .page-user-profile-documents .ctools-close-modal+.btn,
.page-user-profile-documents .modal-footer .ctools-close-modal+.btn,
.modal-footer .groups-page #block-boxes-add-new-document .boxes-box-content a+.btn,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer a+.btn,
.modal-footer .form-actions a+.btn,
.form-actions .modal-footer a+.btn,
.modal-footer .page-user-profile-documents .btn+.ctools-close-modal,
.page-user-profile-documents .modal-footer .btn+.ctools-close-modal,
.modal-footer .page-user-profile-documents .ctools-close-modal+.ctools-close-modal,
.page-user-profile-documents .modal-footer .ctools-close-modal+.ctools-close-modal,
.modal-footer .groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .modal-footer .groups-page #block-boxes-add-new-document .boxes-box-content a+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer a+.ctools-close-modal,
.modal-footer .form-actions .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .modal-footer .form-actions a+.ctools-close-modal,
.form-actions .modal-footer .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .form-actions .modal-footer a+.ctools-close-modal,
.modal-footer .groups-page #block-boxes-add-new-document .boxes-box-content .btn+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn+a,
.modal-footer .page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .page-user-profile-documents .ctools-close-modal+a,
.page-user-profile-documents .modal-footer .groups-page #block-boxes-add-new-document .boxes-box-content .ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .modal-footer .ctools-close-modal+a,
.modal-footer .groups-page #block-boxes-add-new-document .boxes-box-content a+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer a+a,
.modal-footer .form-actions .btn+a,
.form-actions .modal-footer .btn+a,
.modal-footer .page-user-profile-documents .form-actions .ctools-close-modal+a,
.form-actions .modal-footer .page-user-profile-documents .ctools-close-modal+a,
.page-user-profile-documents .modal-footer .form-actions .ctools-close-modal+a,
.form-actions .page-user-profile-documents .modal-footer .ctools-close-modal+a,
.modal-footer .form-actions a+a,
.form-actions .modal-footer a+a {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .page-user-profile-documents .ctools-close-modal+.btn,
.page-user-profile-documents .modal-footer .btn-group .ctools-close-modal+.btn,
.modal-footer .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+.btn,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn-group a+.btn,
.modal-footer .btn-group .form-actions a+.btn,
.form-actions .modal-footer .btn-group a+.btn,
.modal-footer .btn-group .page-user-profile-documents .btn+.ctools-close-modal,
.page-user-profile-documents .modal-footer .btn-group .btn+.ctools-close-modal,
.modal-footer .btn-group .page-user-profile-documents .ctools-close-modal+.ctools-close-modal,
.page-user-profile-documents .modal-footer .btn-group .ctools-close-modal+.ctools-close-modal,
.modal-footer .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .modal-footer .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+.ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn-group .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn-group a+.ctools-close-modal,
.modal-footer .btn-group .form-actions .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .modal-footer .btn-group .form-actions a+.ctools-close-modal,
.form-actions .modal-footer .btn-group .page-user-profile-documents a+.ctools-close-modal,
.page-user-profile-documents .form-actions .modal-footer .btn-group a+.ctools-close-modal,
.modal-footer .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .btn+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn-group .btn+a,
.modal-footer .btn-group .page-user-profile-documents .groups-page #block-boxes-add-new-document .boxes-box-content .ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn-group .page-user-profile-documents .ctools-close-modal+a,
.page-user-profile-documents .modal-footer .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content .ctools-close-modal+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .page-user-profile-documents .modal-footer .btn-group .ctools-close-modal+a,
.modal-footer .btn-group .groups-page #block-boxes-add-new-document .boxes-box-content a+a,
.groups-page #block-boxes-add-new-document .boxes-box-content .modal-footer .btn-group a+a,
.modal-footer .btn-group .form-actions .btn+a,
.form-actions .modal-footer .btn-group .btn+a,
.modal-footer .btn-group .page-user-profile-documents .form-actions .ctools-close-modal+a,
.form-actions .modal-footer .btn-group .page-user-profile-documents .ctools-close-modal+a,
.page-user-profile-documents .modal-footer .btn-group .form-actions .ctools-close-modal+a,
.form-actions .page-user-profile-documents .modal-footer .btn-group .ctools-close-modal+a,
.modal-footer .btn-group .form-actions a+a,
.form-actions .modal-footer .btn-group a+a {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 984px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption .page-user-profile-documents .ctools-close-modal,
.page-user-profile-documents .carousel-caption .ctools-close-modal,
.carousel-caption .groups-page #block-boxes-add-new-document .boxes-box-content a,
.groups-page #block-boxes-add-new-document .boxes-box-content .carousel-caption a,
.carousel-caption .form-actions a,
.form-actions .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 983px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 983px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 983px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 983px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 984px) and (max-width: 983px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 984px) and (max-width: 983px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 984px) and (max-width: 983px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 984px) and (max-width: 983px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 984px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 984px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 984px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 984px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.input-box-shadow,
.btn:active,
.page-user-profile-documents .ctools-close-modal:active,
.groups-page #block-boxes-add-new-document .boxes-box-content a:active,
.form-actions a:active,
.more-link:active a,
.view-events .buttons:active a,
.platform-homepage #block-block-3 .block-content .buttons:active a,
.platform-homepage #block-views-event-calendar-block-2 .view-footer:active a,
.platform-homepage #block-block-2 p:active a,
.form-control:focus,
.form-select:focus,
.autocomplete-deluxe-container:focus,
select:focus {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
}

.input-transition,
.btn,
.page-user-profile-documents .ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content a,
.form-actions a {
  -webkit-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.basic-padding {
  padding: 20px;
}

.view-ecoap-articles .article-tags ul {
  padding: 0;
  margin: 0;
}

.view-ecoap-articles .article-tags ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.listing .views-row,
.view-events .views-row {
  padding: 30px 0;
  border-top: 1px solid #ececec;
}

.btn,
.page-user-profile-documents .ctools-close-modal,
.groups-page #block-boxes-add-new-document .boxes-box-content a,
.form-actions a {
  font-size: 14px;
  color: #7c7c7c;
  border: 2px solid #ececec;
  outline: 0;
  background: #fff;
  border-radius: 0;
  padding: 4px 16px;
}

.btn:hover,
.page-user-profile-documents .ctools-close-modal:hover,
.groups-page #block-boxes-add-new-document .boxes-box-content a:hover,
.form-actions a:hover,
.btn:active,
.page-user-profile-documents .ctools-close-modal:active,
.groups-page #block-boxes-add-new-document .boxes-box-content a:active,
.form-actions a:active,
.btn a,
.page-user-profile-documents .ctools-close-modal a,
.groups-page #block-boxes-add-new-document .boxes-box-content a a,
.form-actions a a {
  text-decoration: none !important;
  color: #7c7c7c !important;
}

.btn-default:hover,
.form-actions a:hover {
  border-color: #b8c7cb !important;
}

.btn-default:active,
.form-actions a:active {
  background: #fafafa !important;
}

.more-link,
.view-events .buttons,
.platform-homepage #block-block-3 .block-content .buttons,
.platform-homepage #block-views-event-calendar-block-2 .view-footer,
.platform-homepage #block-block-2 p {
  margin-top: 20px;
  overflow: hidden;
}

.more-link a,
.view-events .buttons a,
.platform-homepage #block-block-3 .block-content .buttons a,
.platform-homepage #block-views-event-calendar-block-2 .view-footer a,
.platform-homepage #block-block-2 p a {
  border: 2px solid #669900;
  outline: 0;
  border-radius: 5px;
  width: auto;
  float: right;
  clear: right;
  color: #2e2f30;
  padding: 4px 16px;
  display: block;
}

.more-link:hover,
.view-events .buttons:hover,
.platform-homepage #block-block-3 .block-content .buttons:hover,
.platform-homepage #block-views-event-calendar-block-2 .view-footer:hover,
.platform-homepage #block-block-2 p:hover,
.more-link:active,
.view-events .buttons:active,
.platform-homepage #block-block-3 .block-content .buttons:active,
.platform-homepage #block-views-event-calendar-block-2 .view-footer:active,
.platform-homepage #block-block-2 p:active,
.more-link a,
.view-events .buttons a,
.platform-homepage #block-block-3 .block-content .buttons a,
.platform-homepage #block-views-event-calendar-block-2 .view-footer a,
.platform-homepage #block-block-2 p a {
  text-decoration: none !important;
  color: #2e2f30 !important;
}

.green-btn {
  padding: 5px 20px;
  display: inline-block;
  background: #158e5e;
  outline: 0;
  border-radius: 5px;
  color: #fff !important;
}

.green-btn:hover {
  background: #ff9600 !important;
  text-decoration: none;
}

.green-btn--uppercase {
  text-transform: uppercase;
}

.green-btn--margin {
  margin: 10px 0;
}

.btn-download {
  color: #39c159 !important;
  display: table;
  font-weight: bold;
  margin: 10px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.2;
}

h1,
.page-header {
  font-weight: 300;
  font-size: 36px;
}

h2 {
  font-weight: 300;
  margin-bottom: 15px;
  color: #23272b;
  font-size: 22px;
}

h3 {
  font-weight: 300;
  color: #158e5e;
  font-size: 18px;
  margin-bottom: 10px;
}

h4 {
  font-weight: 400;
  font-size: 16px;
  color: #158e5e;
}

h5 {
  font-weight: 400;
  font-size: 14px;
  color: #158e5e;
}

.node-type-ecoap-page .node-ecoap-page .field-name-body {
  border: none;
  line-height: 24px;
}

.node-type-ecoap-page .node-ecoap-page .field-name-body h3 {
  color: #000;
  font-size: 16px;
  line-height: inherit;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.node-type-ecoap-page .node-ecoap-page .field-name-body h4 {
  color: #000;
  font-size: 14px;
  line-height: inherit;
  font-weight: bold;
  margin: 20px 0 0;
  text-transform: uppercase;
}

a {
  color: #0065a2;
}

a:hover,
a:active,
a.active,
a:focus {
  color: #0065a2;
}

.page-header,
.block-title {
  font-weight: 400;
  padding-bottom: 12px;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.block-title {
  font-size: 20px;
}

label,
.label,
.radio label,
.checkbox label,
legend {
  font-size: 16px;
  font-weight: 300;
  color: #7c7c7c;
  text-align: left;
  line-height: inherit;
  border-radius: 0;
  margin-bottom: 5px;
}

.label {
  padding: 0;
}

.node-title {
  margin: 0;
  padding: 20px;
}

.field-label,
.views-label {
  font-weight: 500;
  margin-right: 5px;
}

.username,
.views-field-realname,
.blog-node-user {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.created,
.views-field-created,
.blog-node-date,
.views-field-last-comment-timestamp {
  font-size: 14px;
}

a.fieldset-title {
  color: #7c7c7c;
}

.page-node .node-full a {
  color: #0071b3;
}

.form-control,
.form-select,
.autocomplete-deluxe-container,
select {
  background: #fafafa !important;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ececec !important;
  outline: none;
  padding: 0 12px;
  color: #7c7c7c;
  min-height: 41px;
  height: auto;
}

.form-control:hover,
.form-control:active,
.form-control:focus,
.form-select:hover,
.form-select:active,
.form-select:focus,
.autocomplete-deluxe-container:hover,
.autocomplete-deluxe-container:active,
.autocomplete-deluxe-container:focus,
select:hover,
select:active,
select:focus {
  border-color: #b8c7cb;
}

.form-control.error,
.form-select.error,
.autocomplete-deluxe-container.error,
select.error {
  border: 1px solid #ea4a42 !important;
  background: #fff3f5;
}

@media (max-width: 768px) {
  .form-control,
  .form-select,
  .autocomplete-deluxe-container,
  select {
    font-size: 14px;
  }
}

.form-select option {
  min-height: 36px;
  border-top: 1px solid #ececec;
  border-right: none;
  border-left: none;
  padding: 6px 12px;
}

.form-select option:first-child {
  border-top: none;
}

.form-select option:hover {
  background: #0971b4;
  color: #fff;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin-top: 6px;
}

.confirm-parent,
.password-parent {
  width: auto;
  margin: 1em 0;
}

.confirm-parent input,
.password-parent input {
  width: 100%;
  margin: 0;
}

div.form-item .description,
div.form-item div.password-suggestions {
  width: 100%;
}

a.tabledrag-handle .handle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html.js input.form-autocomplete {
  background-image: url("../images/throbber.gif");
  background-position: 100% 10px;
}

html.js input.throbbing {
  background-position: 100% -27px;
}

textarea {
  max-width: 100%;
  padding: 6px 12px !important;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 984px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-sm-3,
.col-lg-3 {
  width: 30%;
}

.col-sm-6,
.col-lg-6 {
  width: 40%;
}

.col-sm-9,
.col-lg-9 {
  width: 70%;
}

@media (max-width: 768px) {
  *[class^='col-'] {
    width: 100%;
  }
}

.region-featured {
  background: url("../images/featured-bg.jpg") top center no-repeat #fff;
}

.region-featured .block .block-content {
  background: none;
}

.region-featured-wrapper>.container {
  background: #fff;
}

body {
  height: 100%;
}

#layout-footer {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#layout-body {
  background: #fff;
  margin-top: 0;
  padding: 0 15px;
}

#layout-body .main-row {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

#layout-body #sidebar-left.col-lg-3.higher-containter {
  border-right: 1px solid #ececec !important;
}

#layout-body #content-wrapper.col-lg-9.higher-containter {
  border-left: 1px solid #ececec !important;
}

#layout-body #content-title {
  display: block;
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-size: 24px;
  color: #23272b;
  text-transform: uppercase;
}

.no-sidebars-new #layout-body {
  padding: 0 15px;
}

body:not(.main-landing-pages):not(.page-frontpage) #layout-body #content-wrapper {
  padding: 45px 45px 0 45px;
}

.page-news-events-selection-events #content-wrapper {
  padding: 45px 45px 0 45px;
}

.page-frontpage #layout-body,
.main-landing-pages #layout-body {
  padding: 0;
}

.page-frontpage .main-row {
  border: none !important;
}

/*fix overflow issue*/

.col-lg-12 {
  padding: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#layout-body .page-node #content-title {
  border-bottom: 1px solid #ececec !important;
  margin-bottom: 25px !important;
}

.page-without-border #layout-body .main-row {
  border-top: 0;
}

.page-without-border #layout-body #content-wrapper {
  padding-top: 35px !important;
}

body.node-type-ecoap-page #layout-body .main-row {
  border-top: none;
}

@media (max-width: 768px) {
  #layout-body #content-wrapper {
    clear: both;
  }
  #layout-body #sidebar-left {
    clear: both;
  }
  #layout-body #sidebar-left.col-lg-3.higher-containter {
    border: none !important;
  }
  #layout-body #content-wrapper.col-lg-9.higher-containter {
    border: none !important;
  }
  body:not(.main-landing-pages):not(.page-frontpage) #layout-body #content-wrapper {
    padding: 15px 15px 0 15px;
  }
  .page-news-events-selection-events #content-wrapper {
    padding: 15px 15px 0 15px;
  }
}

.block {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .block {
    width: 100% !important;
    padding: 0;
  }
}

.region-featured {
  position: relative;
}

.block>h2 {
  font-size: 16px;
  color: #23272b;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
}

#path {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px !important;
  background-color: #074a8b;
  height: 20px !important;
  color: #fff;
  padding: 0 0 1px;
  overflow: hidden;
  line-height: 1.6;
}

#path .container {
  padding: 0;
}

#path .container ul {
  position: relative;
  z-index: 7;
  padding-left: 10px;
  margin-left: 0;
}

#path .container ul li {
  white-space: nowrap;
  display: inline;
  padding: 0 0 0 12px;
  float: left;
  background: url("../images/breadcrumb.gif") transparent left center no-repeat;
  color: #fff;
  height: 20px;
}

#path .container ul li.first {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

#path .container a,
#path .container a:visited {
  color: #fff;
  text-decoration: none;
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

#path .container a:hover,
#path .container a:focus,
#path .container a:active {
  text-decoration: underline;
  color: #fff;
  border: 0;
}

.node-type-ecoap-discussion .comments--active-members-wrapper,
.node-type-ecoap-discussion .comments--counter-wrapper {
  display: inline-block;
}

.node-type-ecoap-discussion .comments--active-members-wrapper {
  margin-right: 20px;
}

.node-type-ecoap-discussion .comments--label {
  font-weight: bold;
}

.node-type-ecoap-discussion .field-name-og-group-ref .field-label {
  width: auto;
}

.node-type-ecoap-discussion .node-info-submitted {
  margin-bottom: 5px;
}

.node-type-ecoap-discussion .link-wrapper {
  display: inline-block;
  padding-top: 0;
}

.node-type-ecoap-discussion .comment-links {
  padding: 10px 0;
}

.node-type-ecoap-discussion .comment-links .submitted {
  float: left;
  clear: left;
}

.node-type-ecoap-discussion .comment-links .comment-link-reply {
  display: inline-block;
  float: right;
  clear: right;
  text-align: right;
}

.node-type-ecoap-discussion .comment-links .comment-link-reply ul {
  margin: 0;
  padding: 0;
}

.node-type-ecoap-discussion .comment-links .comment-link-reply ul a {
  line-height: normal !important;
}

.node-type-ecoap-discussion .commenter-name {
  margin-bottom: 10px;
}

.node-type-ecoap-discussion #comment-body-add-more-wrapper label {
  display: none;
}

.page-user-profile-documents #modalContent {
  position: fixed !important;
  top: 12% !important;
  bottom: 12% !important;
  right: 4% !important;
  left: 4% !important;
  height: 500px !important;
}

.page-user-profile-documents div.ctools-modal-content {
  width: 100% !important;
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
  height: 500px !important;
}

.page-user-profile-documents div.ctools-modal-content .form-wrapper li {
  list-style: none;
  margin-bottom: 0;
  padding: 14px 0 20px 0;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
}

.page-user-profile-documents div.ctools-modal-content .form-wrapper li input {
  float: right;
  clear: right;
}

.page-user-profile-documents div.ctools-modal-content .form-wrapper legend {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.page-user-profile-documents div.ctools-modal-content .modal-content {
  width: 100% !important;
  height: 500px !important;
}

.page-user-profile-documents .ctools-close-modal {
  margin: 10px auto 0 auto;
  font-size: 16px;
  display: block;
  max-width: 100px;
}

.dropdown {
  position: relative;
}

.dropdown.expanded:hover>ul.menu {
  display: block !important;
  border-radius: 0;
  padding: 0;
  margin-top: 0px;
  box-shadow: none;
}

.dropdown.expanded:hover>ul.menu li.leaf {
  border-bottom: none !important;
  max-width: none !important;
  padding: 0 !important;
}

.dropdown.expanded:hover>ul.menu li.leaf a {
  border-radius: 0 !important;
  color: #23272b !important;
  padding: 10px !important;
  font-weight: 300;
}

.dropdown.expanded:hover>ul.menu li.leaf a:hover {
  background-color: #ff9600 !important;
  color: #fff !important;
}

.dropdown.expanded:hover>ul.menu .menu-drop {
  display: none;
}

#block-menu-menu-eco-innovation li,
.eco-innovation-new-block li {
  margin-left: 0;
  padding-left: 30px;
}

#block-menu-menu-eco-innovation li a,
.eco-innovation-new-block li a {
  color: #23272b;
}

#block-menu-menu-eco-innovation li.collapsed,
.eco-innovation-new-block li.collapsed {
  background: url("../images/menu-closed.png") 0 34px no-repeat;
}

#block-menu-menu-eco-innovation li.expanded,
.eco-innovation-new-block li.expanded {
  background: url("../images/menu-open.png") 0 34px no-repeat;
  overflow: hidden !important;
}

#block-menu-menu-eco-innovation li ul.dropdown-menu,
#block-menu-menu-eco-innovation li .dropdown.expanded:hover>ul.menu,
.eco-innovation-new-block li ul.dropdown-menu,
.eco-innovation-new-block li .dropdown.expanded:hover>ul.menu {
  display: block;
  position: static !important;
}

#block-menu-menu-eco-innovation li ul.dropdown-menu li,
#block-menu-menu-eco-innovation li .dropdown.expanded:hover>ul.menu li,
.eco-innovation-new-block li ul.dropdown-menu li,
.eco-innovation-new-block li .dropdown.expanded:hover>ul.menu li {
  padding-left: 0 !important;
}

#block-menu-menu-eco-innovation li ul,
.eco-innovation-new-block li ul {
  margin-top: 10px;
}

#block-menu-menu-eco-innovation li li,
.eco-innovation-new-block li li {
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  border: none;
  margin-right: 0;
}

#block-menu-menu-eco-innovation li li a,
.eco-innovation-new-block li li a {
  font-size: 14px;
  font-weight: normal;
}

#block-menu-menu-eco-innovation li li a.active,
.eco-innovation-new-block li li a.active {
  color: #158e5e;
  font-weight: bold;
}

#block-boxes-subscribe-sidebar {
  border-bottom: none;
}

#block-boxes-subscribe-sidebar a:hover {
  background: none;
}

.eco-innovation-hp #content-title {
  display: none !important;
}

.eco-innovation-hp .title-block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 0;
}

.eco-innovation-hp .title-block h1 {
  margin-bottom: 0;
  font-size: 24px;
  color: #23272b;
  text-transform: uppercase;
}

.eco-innovation-hp .title-block h1,
.eco-innovation-hp .title-block .btn-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.eco-innovation-hp .title-block h1 {
  width: 70%;
}

.eco-innovation-hp .title-block .btn-wrapper {
  width: 30%;
}

.eco-innovation-hp .title-block .btn-wrapper a {
  float: right;
  clear: right;
  font-size: 14px;
}

.region-footer,
.footer-bottom-wrapper {
  background: #fff;
}

.region-footer-bottom {
  position: relative;
  background: none;
  width: 100%;
  padding: 45px 0;
  background: url("../images/footer-logo.png") top right no-repeat;
}

.region-footer-bottom #block-menu-menu-ecoap-bottom-menu h2,
.region-footer-bottom #block-menu-menu-secondary-menu--2 h2 {
  display: none;
}

.region-footer-bottom #block-menu-menu-ecoap-bottom-menu .block-content,
.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content {
  background: none;
  text-align: center;
}

.region-footer-bottom #block-menu-menu-ecoap-bottom-menu .block-content ul,
.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content ul {
  display: inline-block;
  margin: 0;
}

.region-footer-bottom #block-menu-menu-ecoap-bottom-menu .block-content li,
.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li {
  list-style: none;
  display: inline-block;
}

.region-footer-bottom #block-menu-menu-ecoap-bottom-menu .block-content li a,
.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li a {
  color: #7c7c7c;
}

.region-footer-bottom #block-menu-menu-ecoap-bottom-menu .block-content li a:hover,
.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li a:hover {
  background: #fff;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 {
  display: none;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 ul {
  text-align: center;
}

.region-footer-bottom li {
  list-style: none;
}

.region-footer-bottom #block-views-last-updated-block .block-content {
  background: none;
  padding: 0;
  display: block;
  text-align: center;
}

.region-footer-bottom #block-views-last-updated-block .block-content li {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .region-footer-bottom #block-menu-menu-secondary-menu--2 {
    display: block;
  }
}

.listing .views-row.views-row-1 {
  border-top: none;
  padding-top: 0;
}

.listing .pager {
  float: none;
}

#quicktabs-group_discussions .listing .views-row.views-row-last {
  padding-bottom: 0;
}

.page-user-profile #layout-body .main-row {
  border: none !important;
}

.page-user-profile #layout-body .main-row #content-wrapper.col-lg-9.higher-containter,
.page-user-profile #layout-body .main-row #content-wrapper.col-lg-9 {
  border-left: 0 !important;
}

.view-ecoap-user-groups .views-field-title {
  font-size: 16px;
}

.view-ecoap-user-groups .group-subpage {
  padding-left: 10px;
}

.view-ecoap-user-groups .active-group .views-field-title {
  font-weight: bold;
  color: #158e5e;
}

.view-discussions {
  margin-bottom: 20px;
}

.view-discussions .comment-date {
  float: right;
  clear: right;
}

.view-discussions .discussion-title a {
  color: #23272b;
}

.view-discussions .views-field-uid {
  margin-right: 20px;
}

.view-discussions .views-field-ops {
  display: inline-block;
}

.view-discussions .views-field-flagged {
  display: inline-block;
}

.view-discussions .group-title {
  margin: 10px 0;
}

.views-field-flagged,
.show-flag {
  display: inline-block;
  color: #fff !important;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  background: #158e5e;
}

.groups-page #layout-body #content-wrapper {
  padding-top: 0 !important;
}

.groups-page #layout-body h2 {
  font-size: 18px;
}

.groups-page .view .views-field a {
  color: #7c7c7c !important;
}

.groups-page .view .views-field-title,
.groups-page .view .views-field-title a {
  font-weight: 500;
  color: #2e2f30 !important;
}

.groups-page #block-boxes-add-new-document {
  margin-bottom: 20px;
}

.groups-page #block-boxes-add-new-document p {
  margin-bottom: 0;
}

.groups-page #block-boxes-add-new-document .boxes-box-controls {
  display: none !important;
}

.groups-page #block-views-user-content-block {
  padding-bottom: 30px;
}

.groups-page #block-views-user-content-block .views-row-last {
  padding-bottom: 0;
}

.groups-page #block-views-user-content-block .more-link,
.groups-page #block-views-user-content-block .view-events .buttons,
.view-events .groups-page #block-views-user-content-block .buttons,
.groups-page #block-views-user-content-block .platform-homepage #block-block-3 .block-content .buttons,
.platform-homepage #block-block-3 .block-content .groups-page #block-views-user-content-block .buttons,
.groups-page #block-views-user-content-block .platform-homepage #block-views-event-calendar-block-2 .view-footer,
.platform-homepage #block-views-event-calendar-block-2 .groups-page #block-views-user-content-block .view-footer,
.groups-page #block-views-user-content-block .platform-homepage #block-block-2 p,
.platform-homepage #block-block-2 .groups-page #block-views-user-content-block p {
  margin-top: 0;
}

.groups-page .block-quicktabs h2 {
  display: none;
}

.groups-page.node-type-ecoap-group .region-featured-wrapper .tabs {
  margin-bottom: 20px;
}

.groups-page #layout-body {
  padding: 0;
}

.groups-page #layout-body .main-row {
  border-top: 0;
  border-bottom: 1px solid #ececec !important;
}

.page-group-node-subscribe .group-name {
  font-size: 16px;
  font-weight: bold;
}

.page-group-node-subscribe .confirmation .form-actions input {
  margin-left: 10px;
}

.region-header-top {
  position: relative;
}

#layout-header>.container {
  position: relative;
}

#layout-header #banner-image-right {
  position: static !important;
}

#block-menu-menu-secondary-menu {
  margin-bottom: 0;
}

#block-menu-menu-secondary-menu h2 {
  display: none;
}

#block-menu-menu-secondary-menu ul.menu {
  font-size: 90%;
  font-weight: normal;
  margin: 0;
  z-index: 18;
  padding: 1px 5px 1px 0;
  padding-right: 0 !important;
  text-align: right;
  margin-right: 150px;
}

#block-menu-menu-secondary-menu ul.menu li.first a {
  background-image: none !important;
  border: 0;
}

#block-menu-menu-secondary-menu ul.menu li {
  display: inline;
  padding: 3px 0;
  margin-left: 0;
}

#block-menu-menu-secondary-menu ul.menu li a,
#block-menu-menu-secondary-menu ul.menu li a:visited {
  background: url("../images/services-separator.gif") transparent left center no-repeat !important;
  color: #396ea2;
  text-decoration: none;
  margin: 0;
  padding: 0 0 3px 5px;
  border: 0;
  font-weight: normal;
  display: inline-block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

#block-menu-menu-secondary-menu ul.menu li a:focus,
#block-menu-menu-secondary-menu ul.menu li a:hover,
#block-menu-menu-secondary-menu ul.menu li a:active {
  color: #396ea2;
  text-decoration: underline;
  border: 0;
}

#block-menu-menu-secondary-menu ul.menu li a.first {
  border: 0;
  background-image: none;
}

#block-lang-dropdown-language {
  margin: 2px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

#block-lang-dropdown-language h2 {
  display: none !important;
}

#block-lang-dropdown-language .block-content {
  padding: 0;
}

#block-lang-dropdown-language .block-content .form-item {
  margin: 0;
}

#block-lang-dropdown-language select#lang-dropdown-select-language {
  height: 20px;
  width: 130px !important;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  background: none !important;
}

#block-lang-dropdown-language select#lang-dropdown-select-language option {
  height: 20px;
  min-height: 0;
  padding: 1px;
}

@media (max-width: 768px) {
  #layout-header #banner-flag {
    display: block;
  }
}

#privatemsg-list {
  position: relative;
  float: left;
  clear: both;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #ececec;
}

#privatemsg-list #edit-filter {
  margin: 0;
  padding: 0;
}

#privatemsg-list #edit-filter label {
  text-align: left;
  float: none;
}

#privatemsg-list #edit-filter legend {
  position: absolute;
  top: -50px;
  right: -20px;
  text-align: right;
  width: auto;
  z-index: 21;
}

#privatemsg-list #edit-filter .fieldset-legend {
  background: none;
}

#privatemsg-list #edit-filter .summary {
  margin: 0;
}

#privatemsg-list #edit-filter .fieldset-title {
  padding-left: 27px;
  background: url(../images/svg/filters.svg) center left no-repeat;
  background-size: 23px;
  font-weight: 400;
}

#privatemsg-list #edit-filter .fieldset-title:hover,
#privatemsg-list #edit-filter .fieldset-title:active,
#privatemsg-list #edit-filter .fieldset-title:focus {
  background: url(../images/svg/filters-hover.svg) center left no-repeat;
  background-size: 23px;
  text-decoration: none;
  color: #7c7c7c !important;
}

#privatemsg-list #edit-filter .fieldset-wrapper {
  overflow: visible !important;
}

#privatemsg-list #edit-filter .fieldset-wrapper>.form-item {
  width: 49%;
  display: inline-block;
  margin-top: 0;
  clear: none;
}

#privatemsg-list #edit-filter .fieldset-wrapper>.form-item:nth-child(odd) {
  float: left;
}

#privatemsg-list #edit-filter .fieldset-wrapper>.form-item:nth-child(even) {
  float: right;
}

@media (max-width: 768px) {
  #privatemsg-list #edit-filter .fieldset-wrapper>.form-item {
    width: 100%;
    float: left;
  }
}

#privatemsg-list #edit-filter .form-actions {
  float: right;
  clear: both;
  margin-bottom: 20px;
}

#privatemsg-list #edit-filter .form-submit {
  float: right;
  margin-left: 10px;
}

#privatemsg-list .container-inline {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
}

@media (max-width: 768px) {
  #privatemsg-list .container-inline {
    padding-bottom: 60px;
  }
}

#privatemsg-list .container-inline>.form-item {
  float: left;
  width: 25%;
  margin: 0 1em 0 0;
}

@media (max-width: 768px) {
  #privatemsg-list .container-inline>.form-item {
    width: 100%;
    margin: 0;
  }
}

#privatemsg-list .container-inline .form-type-select select {
  height: 41px;
}

#privatemsg-list .container-inline .form-submit:first-child {
  float: right;
  clear: right;
}

#privatemsg-list .container-inline .form-item-tag-remove {
  clear: both;
}

#privatemsg-list .container-inline button:nth-of-type(1),
#privatemsg-list .container-inline button:nth-of-type(3) {
  background-size: 23px !important;
  padding-left: 27px;
  padding-right: 5px;
  border: none;
  transition: none;
}

#privatemsg-list .container-inline button:nth-of-type(1):hover,
#privatemsg-list .container-inline button:nth-of-type(1):active,
#privatemsg-list .container-inline button:nth-of-type(1):focus,
#privatemsg-list .container-inline button:nth-of-type(3):hover,
#privatemsg-list .container-inline button:nth-of-type(3):active,
#privatemsg-list .container-inline button:nth-of-type(3):focus {
  background-size: 23px !important;
  box-shadow: none;
}

#privatemsg-list .container-inline button:nth-of-type(1) {
  background: url(../images/svg/bin.svg) center left no-repeat;
}

#privatemsg-list .container-inline button:nth-of-type(1):hover,
#privatemsg-list .container-inline button:nth-of-type(1):active,
#privatemsg-list .container-inline button:nth-of-type(1):focus {
  background: url(../images/svg/bin-hover.svg) center left no-repeat;
}

@media (max-width: 768px) {
  #privatemsg-list .container-inline button:nth-of-type(1) {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}

#privatemsg-list .container-inline button:nth-of-type(3) {
  background: url(../images/svg/add.svg) center left no-repeat;
}

#privatemsg-list .container-inline button:nth-of-type(3):hover,
#privatemsg-list .container-inline button:nth-of-type(3):active,
#privatemsg-list .container-inline button:nth-of-type(3):focus {
  background: url(../images/svg/add-hover.svg) center left no-repeat;
}

@media (max-width: 768px) {
  #privatemsg-list .container-inline button:nth-of-type(3) {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}

#privatemsg-list .container-inline button {
  line-height: 33px;
}

#privatemsg-list tbody td,
#privatemsg-list tbody .username {
  font-weight: 300;
}

#privatemsg-list tr {
  border-bottom: 1px solid #ececec;
}

#privatemsg-list td {
  border-top: 0;
}

#privatemsg-list tr.privatemsg-unread td,
#privatemsg-list tr.privatemsg-unread.selected td {
  background: #fefedc;
}

#privatemsg-list tr.privatemsg-unread .privatemsg-list-subject {
  font-weight: 400;
}

#privatemsg-list tr.selected td {
  background: none;
}

#privatemsg-list th {
  font-weight: 400;
  font-size: 14px;
  border-bottom: 0;
}

#privatemsg-list th:first-child {
  width: 2%;
}

#privatemsg-list th:nth-child(2),
#privatemsg-list th:nth-child(4) {
  width: 15%;
}

#privatemsg-list th:nth-child(5),
#privatemsg-list th:nth-child(6) {
  width: 14%;
}

#privatemsg-list .fieldset-wrapper label {
  text-align: left;
}

#privatemsg-list legend {
  border-bottom: 0;
}

#privatemsg-list .messages {
  margin-top: 0 !important;
}

#privatemsg-list .ajax-progress {
  display: none;
}

.page-messages-inbox .action-links {
  display: none;
}

.privatemsg-list {
  overflow-x: auto;
  display: block;
  float: left;
}

.page-messages .main-container #layout-body {
  position: relative;
  padding-top: 50px;
}

.page-messages .main-container .row .page-header {
  position: absolute;
  top: -55px;
  border-bottom: none;
}

.page-messages-view .form-item-tags {
  margin-top: 0;
}

.page-messages-view #edit-modify-tags {
  margin-top: 4px;
}

.page-messages-view .privatemsg-reply {
  display: none;
}

.view-ecoap-articles .views-row {
  overflow: hidden;
}

.view-ecoap-articles .views-field-field-ecoap-article-image {
  float: left;
  clear: left;
  margin: 0 25px 25px 0;
}

.view-ecoap-articles .views-field-field-ecoap-body {
  overflow: hidden;
}

.view-ecoap-articles .listing-title,
.view-ecoap-articles .node-type-event .field-name-field-event-date,
.node-type-event .view-ecoap-articles .field-name-field-event-date,
.view-ecoap-articles .node-type-event .field-name-field-event-link,
.node-type-event .view-ecoap-articles .field-name-field-event-link,
.view-ecoap-articles .node-type-event .group-event-contact legend,
.node-type-event .group-event-contact .view-ecoap-articles legend,
.view-ecoap-articles .node-type-event .field-name-field-event-location legend,
.node-type-event .field-name-field-event-location .view-ecoap-articles legend,
.view-ecoap-articles .view-events h3,
.view-events .view-ecoap-articles h3,
.view-ecoap-articles .platform-homepage #block-views-event-calendar-block-2 .views-field-title,
.platform-homepage #block-views-event-calendar-block-2 .view-ecoap-articles .views-field-title,
.view-ecoap-articles .platform-homepage #block-views-news-block-1 .node h2,
.platform-homepage #block-views-news-block-1 .node .view-ecoap-articles h2,
.view-ecoap-articles .platform-homepage #block-views-news-block-1 .link-wrapper,
.platform-homepage #block-views-news-block-1 .view-ecoap-articles .link-wrapper,
.view-ecoap-articles .view-news h2,
.view-news .view-ecoap-articles h2,
.view-ecoap-articles .view-news .node-readmore,
.view-news .view-ecoap-articles .node-readmore,
.view-ecoap-articles .view-profiles h2 em,
.view-profiles h2 .view-ecoap-articles em {
  margin-bottom: 15px;
}

.view-ecoap-articles .views-field-field-ecoap-publication-date {
  font-size: 12px;
}

.view-ecoap-articles .article-tags .item-list,
.view-ecoap-articles .article-tags ul {
  display: inline-block;
}

.view-ecoap-articles .article-tags ul li,
.view-ecoap-articles .article-tags span {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  background: #ececec;
  text-transform: uppercase;
  font-size: 10px;
}

.view-ecoap-articles .article-tags ul li a,
.view-ecoap-articles .article-tags span a {
  color: #7c7c7c;
}

.view-ecoap-articles .article-tags ul li:empty,
.view-ecoap-articles .article-tags span:empty {
  display: none;
}

.view-ecoap-articles .view-header p {
  margin: 0;
}

.view-ecoap-articles .view-header a {
  display: none;
}

.view-ecoap-articles .view-header a.research-developments {
  display: block;
  margin-bottom: 10px;
  color: #158e5e;
}

#views-exposed-form-ecoap-articles-page .views-exposed-form {
  position: relative;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper .views-widget {
  display: none;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper {
  display: inline-block;
  padding: 0;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper label,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper label {
  background: #158e5e;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  color: #7c7c7c;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper label:hover,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper label:hover {
  background: #ff9600 !important;
  color: #fff !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper .views-widget,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper .views-widget {
  background: #ececec;
  padding: 10px 10px 0 10px;
  border-radius: 0 0 5px 5px;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper.visible-tab label,
#views-exposed-form-ecoap-articles-page #edit-country-wrapper.visible-tab label,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.visible-tab label,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.visible-tab label {
  background: #ececec !important;
  color: #7c7c7c !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper.visible-tab .views-widget,
#views-exposed-form-ecoap-articles-page #edit-country-wrapper.visible-tab .views-widget,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.visible-tab .views-widget,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.visible-tab .views-widget {
  display: block !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper.hidden-tab label,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.hidden-tab label {
  background: #158e5e !important;
  color: #fff !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper.hidden-tab label:hover,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.hidden-tab label:hover {
  background: #ff9600 !important;
  color: #fff !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper.hidden-tab .views-widget,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper.hidden-tab .views-widget {
  display: none;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper .selected a,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper .selected a {
  color: #158e5e;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper .bef-select-as-links .form-item,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper .bef-select-as-links .form-item {
  font-size: 0;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper .form-item.form-type-bef-link,
#views-exposed-form-ecoap-articles-page #edit-tag-wrapper .form-item.form-type-bef-link {
  display: inline-block;
  width: 25%;
  font-size: 14px;
  margin-bottom: 10px;
}

#views-exposed-form-ecoap-articles-page #edit-tag-wrapper label {
  background: #ececec;
  color: #7c7c7c;
}

#views-exposed-form-ecoap-articles-page #edit-tag-wrapper label:hover {
  background: #ececec !important;
  color: #7c7c7c !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper label {
  background: #158e5e;
  color: #fff;
}

#views-exposed-form-ecoap-articles-page .visible-tab#edit-country-wrapper label {
  background: #158e5e;
  color: #7c7c7c;
}

#views-exposed-form-ecoap-articles-page .visible-tab#edit-country-wrapper .views-widget {
  display: block !important;
}

#views-exposed-form-ecoap-articles-page #edit-country-wrapper label {
  position: absolute;
  top: 0;
  left: 100px;
}

#views-exposed-form-ecoap-articles-page .form-item-sort-bef-combine {
  float: right;
  clear: right;
}

#views-exposed-form-ecoap-articles-page .form-item-sort-bef-combine label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 16px;
  vertical-align: middle;
}

#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine {
  display: inline-block;
  vertical-align: middle;
}

#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine #edit-sort-bef-combine-field-ecoap-publication-date-value-asc a,
#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine #edit-sort-bef-combine-field-ecoap-publication-date-value-desc a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 16px;
}

#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine #edit-sort-bef-combine-field-ecoap-publication-date-value-asc.selected,
#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine #edit-sort-bef-combine-field-ecoap-publication-date-value-desc.selected {
  display: none;
}

#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine #edit-sort-bef-combine-field-ecoap-publication-date-value-desc a {
  background: url("../images/sort-date-bottom.png") center no-repeat;
}

#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine #edit-sort-bef-combine-field-ecoap-publication-date-value-asc a {
  background: url("../images/sort-date-up.png") center no-repeat;
}

.with-reset-button #views-exposed-form-ecoap-articles-page .views-reset-button {
  float: left;
  clear: left;
  width: auto;
}

.with-reset-button #views-exposed-form-ecoap-articles-page .views-reset-button input {
  margin-top: 0;
}

.with-reset-button #views-exposed-form-ecoap-articles-page .views-submit-button {
  float: right;
  clear: right;
  width: auto;
}

.hide-theme-country #edit-tag-wrapper,
.hide-theme-country #edit-country-wrapper {
  display: none !important;
}

.hide-country #views-exposed-form-ecoap-articles-page #edit-country-wrapper {
  display: none !important;
}

.hide-theme #views-exposed-form-ecoap-articles-page #edit-tag-wrapper {
  display: none !important;
}

.hide-theme #views-exposed-form-ecoap-articles-page #edit-country-wrapper label {
  position: static;
  background: #ececec !important;
  color: #7c7c7c !important;
}

.hide-theme #views-exposed-form-ecoap-articles-page #edit-country-wrapper .views-widget {
  display: block;
}

@media (max-width: 580px) {
  #views-exposed-form-ecoap-articles-page #edit-country-wrapper .form-item.form-type-bef-link,
  #views-exposed-form-ecoap-articles-page #edit-tag-wrapper .form-item.form-type-bef-link {
    width: 50% !important;
  }
  .view-ecoap-articles .views-field-field-ecoap-article-image {
    float: none;
    clear: none;
  }
}

.node-ecoap-country .node__left {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .node-ecoap-country .node__left {
    float: left;
    width: 15%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .node-ecoap-country .node__right {
    float: left;
    width: 85%;
  }
}

.node-ecoap-country .node__title {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 5px;
  font-weight: bold;
}

.node-ecoap-country .field-name-body {
  border-bottom: none;
  margin: 25px 0;
}

.node-ecoap-country .node__label {
  color: #23272b;
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px 0;
}

.node-ecoap-country .field ul {
  padding-left: 5px;
}

.node-ecoap-country .field-name-field-country-files .file {
  border: 1px #669900 solid;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 15px;
}

.node-ecoap-country .field-name-field-country-files .file .waat-icon,
.node-ecoap-country .field-name-field-country-files .file .btn-download:before {
  color: #669900;
}

.node-ecoap-country .field-name-field-country-files .file a {
  color: #2e2f30;
}

.node-ecoap-country .field-name-field-country-more-information,
.node-ecoap-country li {
  color: #c7c7c7;
  font-size: 11px;
  line-height: 1.7em;
}

.node-type-ecoap-landing-page #content-wrapper li {
  background: url("../images/bullet-arrow.png") no-repeat scroll 0 7px;
  margin: 0 0 13px;
  padding-left: 18px;
  list-style: none;
}

.node-type-ecoap-landing-page h2 {
  margin-bottom: 15px;
  color: #23272b;
  font-size: 22px;
}

.node-type-ecoap-landing-page h3 {
  color: #158e5e;
  font-size: 18px;
  margin-bottom: 10px;
}

.node-type-ecoap-landing-page .box1,
.node-type-ecoap-landing-page .box2,
.node-type-ecoap-landing-page .box3,
.node-type-ecoap-landing-page .box4,
.node-type-ecoap-landing-page .box5,
.node-type-ecoap-landing-page .box6,
.node-type-ecoap-landing-page .box7,
.node-type-ecoap-landing-page .box8 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.node-type-ecoap-landing-page .box-no-border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.node-type-ecoap-landing-page .custom3 {
  background: url("../images/bg-back-top.png") no-repeat scroll 100% 6px;
  clear: both;
  color: #6b9900;
  display: block;
  font-weight: bold;
  margin: 8px 0;
  padding: 0 9px 0 0;
  text-align: right;
}

.node-type-ecoap-landing-page .custom1 {
  float: left;
  margin: 0 15px 5px 0;
}

.node-type-ecoap-landing-page ul.three-columns {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
}

#boxes-box-ecoap_logo p {
  font-size: 30px;
  text-align: center;
  margin: 30px 0 30px 0;
  color: #23272b;
  font-weight: 300;
}

@media (max-width: 768px) {
  #boxes-box-ecoap_logo p {
    font-size: 20px;
    margin: 20px 0 20px 0;
  }
}

@media (max-width: 580px) {
  #boxes-box-ecoap_logo p {
    font-size: 16px;
    margin: 10px 0 10px 0;
  }
}

.etv-video-container {
  background: #fcfcfc;
  text-align: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 25px 0;
  margin-left: -45px;
  margin-right: -60px;
}

.etv-banner {
  margin: 0 -30px 0 -40px;
}

#block-boxes-etv-banner {
  margin-bottom: 0;
  padding-bottom: 0;
}

.region-featured #block-menu-menu-main-menu-new li {
  max-width: 200px;
}

/*
#block-views-etv-events-all-hp-next-events, #block-views-etv-news-block {
	width: 50%;
}

#block-views-etv-events-all-hp-next-events {
	float: left;
	clear: left;
}

#block-views-etv-news-block {
	float: right;
	clear: right;
}*/

#block-views-etv-events-all-hp-next-events,
#block-views-etv-news-block {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 0;
  /*.more-link {
  	position: absolute;
  	bottom: 25px;
  	right: 25px;
  }*/
}

#block-views-etv-events-all-hp-next-events h2,
#block-views-etv-news-block h2 {
  font-size: 16px;
  color: #23272b;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
}

#block-views-etv-events-all-hp-next-events .views-row,
#block-views-etv-news-block .views-row {
  position: relative;
  width: 100%;
  padding-top: 15px;
}

#block-views-etv-events-all-hp-next-events .views-row.views-row-first,
#block-views-etv-news-block .views-row.views-row-first {
  padding-top: 0;
}

#block-views-etv-events-all-hp-next-events .views-row.views-row-last,
#block-views-etv-news-block .views-row.views-row-last {
  border-bottom: none;
  padding-bottom: 0;
}

#block-boxes-etv-hp-about h2,
#block-views-etv-events-all-hp-next-events h2,
#block-views-etv-news-block h2,
#block-boxes-read-more-about-etv h2,
#sidebar-left .block-boxes h2 {
  font-size: 16px;
  color: #23272b;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
}

#block-boxes-etv-hp-about,
#block-boxes-read-more-about-etv,
#sidebar-left .block-boxes {
  padding: 25px 0;
}

#block-views-etv-events-all-hp-next-events,
#block-views-etv-news-block {
  border-bottom: 1px solid #ececec;
}

#block-views-etv-news-block {
  padding: 25px 0 25px 25px;
}

#block-views-etv-news-block.higher-block {
  border-left: 1px solid #ececec;
}

#block-views-etv-events-all-hp-next-events {
  padding: 25px 25px 25px 0;
}

#block-views-etv-events-all-hp-next-events.higher-block {
  border-right: 1px solid #ececec;
}

.listing-title.listing-pdf,
.node-type-event .listing-pdf.field-name-field-event-date,
.node-type-event .listing-pdf.field-name-field-event-link,
.node-type-event .group-event-contact legend.listing-pdf,
.node-type-event .field-name-field-event-location legend.listing-pdf,
.view-events h3.listing-pdf,
.platform-homepage #block-views-event-calendar-block-2 .listing-pdf.views-field-title,
.platform-homepage #block-views-news-block-1 .node h2.listing-pdf,
.platform-homepage #block-views-news-block-1 .listing-pdf.link-wrapper,
.view-news h2.listing-pdf,
.view-news .listing-pdf.node-readmore,
.view-profiles h2 em.listing-pdf,
.listing-title.listing-link,
.node-type-event .listing-link.field-name-field-event-date,
.node-type-event .listing-link.field-name-field-event-link,
.node-type-event .group-event-contact legend.listing-link,
.node-type-event .field-name-field-event-location legend.listing-link,
.view-events h3.listing-link,
.platform-homepage #block-views-event-calendar-block-2 .listing-link.views-field-title,
.platform-homepage #block-views-news-block-1 .node h2.listing-link,
.platform-homepage #block-views-news-block-1 .listing-link.link-wrapper,
.view-news h2.listing-link,
.view-news .listing-link.node-readmore,
.view-profiles h2 em.listing-link {
  color: #158e5e;
  padding-left: 25px;
  display: inline-block;
}

.listing-title.listing-pdf,
.node-type-event .listing-pdf.field-name-field-event-date,
.node-type-event .listing-pdf.field-name-field-event-link,
.node-type-event .group-event-contact legend.listing-pdf,
.node-type-event .field-name-field-event-location legend.listing-pdf,
.view-events h3.listing-pdf,
.platform-homepage #block-views-event-calendar-block-2 .listing-pdf.views-field-title,
.platform-homepage #block-views-news-block-1 .node h2.listing-pdf,
.platform-homepage #block-views-news-block-1 .listing-pdf.link-wrapper,
.view-news h2.listing-pdf,
.view-news .listing-pdf.node-readmore,
.view-profiles h2 em.listing-pdf,
.listing-title.listing-pdf:hover,
.node-type-event .listing-pdf.field-name-field-event-date:hover,
.node-type-event .listing-pdf.field-name-field-event-link:hover,
.node-type-event .group-event-contact legend.listing-pdf:hover,
.node-type-event .field-name-field-event-location legend.listing-pdf:hover,
.view-events h3.listing-pdf:hover,
.platform-homepage #block-views-event-calendar-block-2 .listing-pdf.views-field-title:hover,
.platform-homepage #block-views-news-block-1 .node h2.listing-pdf:hover,
.platform-homepage #block-views-news-block-1 .listing-pdf.link-wrapper:hover,
.view-news h2.listing-pdf:hover,
.view-news .listing-pdf.node-readmore:hover,
.view-profiles h2 em.listing-pdf:hover {
  background: url("../images/pdf-icon-green.png") center left no-repeat;
}

.listing-title.listing-link,
.node-type-event .listing-link.field-name-field-event-date,
.node-type-event .listing-link.field-name-field-event-link,
.node-type-event .group-event-contact legend.listing-link,
.node-type-event .field-name-field-event-location legend.listing-link,
.view-events h3.listing-link,
.platform-homepage #block-views-event-calendar-block-2 .listing-link.views-field-title,
.platform-homepage #block-views-news-block-1 .node h2.listing-link,
.platform-homepage #block-views-news-block-1 .listing-link.link-wrapper,
.view-news h2.listing-link,
.view-news .listing-link.node-readmore,
.view-profiles h2 em.listing-link,
.listing-title.listing-link:hover,
.node-type-event .listing-link.field-name-field-event-date:hover,
.node-type-event .listing-link.field-name-field-event-link:hover,
.node-type-event .group-event-contact legend.listing-link:hover,
.node-type-event .field-name-field-event-location legend.listing-link:hover,
.view-events h3.listing-link:hover,
.platform-homepage #block-views-event-calendar-block-2 .listing-link.views-field-title:hover,
.platform-homepage #block-views-news-block-1 .node h2.listing-link:hover,
.platform-homepage #block-views-news-block-1 .listing-link.link-wrapper:hover,
.view-news h2.listing-link:hover,
.view-news .listing-link.node-readmore:hover,
.view-profiles h2 em.listing-link:hover {
  background: url("../images/link-icon-green.png") center left no-repeat;
}

h3 .listing-title,
h3 .node-type-event .field-name-field-event-date,
.node-type-event h3 .field-name-field-event-date,
h3 .node-type-event .field-name-field-event-link,
.node-type-event h3 .field-name-field-event-link,
h3 .node-type-event .group-event-contact legend,
.node-type-event .group-event-contact h3 legend,
h3 .node-type-event .field-name-field-event-location legend,
.node-type-event .field-name-field-event-location h3 legend,
h3 .view-events h3,
.view-events h3 h3,
h3 .platform-homepage #block-views-event-calendar-block-2 .views-field-title,
.platform-homepage #block-views-event-calendar-block-2 h3 .views-field-title,
h3 .platform-homepage #block-views-news-block-1 .node h2,
.platform-homepage #block-views-news-block-1 .node h3 h2,
h3 .platform-homepage #block-views-news-block-1 .link-wrapper,
.platform-homepage #block-views-news-block-1 h3 .link-wrapper,
h3 .view-news h2,
.view-news h3 h2,
h3 .view-news .node-readmore,
.view-news h3 .node-readmore,
h3 .view-profiles h2 em,
.view-profiles h2 h3 em {
  font-size: 16px;
}

.listing-languages a.list-group-item {
  display: inline;
}

.ecoap-green-table thead th,
.ecoap-green-table thead th.active {
  background: #158e5e !important;
  color: #fff;
  vertical-align: middle !important;
}

.ecoap-green-table thead th a,
.ecoap-green-table thead th.active a {
  color: #fff;
}

.ecoap-green-table td {
  border: 1px solid #ececec;
}

.ecoap-border-box {
  margin: 0 auto 16px 0;
  width: 100%;
  padding: 10px;
  border: 1px solid #ececec;
}

.page-etv .view-header h2 {
  background: none !important;
}

#verifiedTechnologiesCounter {
  font-size: 0;
  margin-bottom: 16px;
  width: 100%;
}

#verifiedTechnologiesCounter .verified-technologies-container {
  display: inline-block;
  width: 32%;
  padding: 35px 20px;
  border-radius: 15px;
}

#verifiedTechnologiesCounter span {
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}

#verifiedTechnologiesCounter .technologies-counter {
  font-size: 40px;
}

#verifiedTechnologiesCounter .technologies-text {
  font-size: 18px;
}

#verifiedTechnologiesCounterRequests {
  background-color: #ff9900;
  margin-right: 2%;
}

#verifiedTechnologiesCounterIntiated {
  background-color: #3166cf;
  margin-right: 2%;
}

#verifiedTechnologiesCounterVerified {
  background-color: #92d050;
}

/* Listings */

.listing-page .listing-image {
  clear: left;
  float: left;
  margin: 0 25px 25px 0;
}

.listing-page .listing-title,
.listing-page .node-type-event .field-name-field-event-date,
.node-type-event .listing-page .field-name-field-event-date,
.listing-page .node-type-event .field-name-field-event-link,
.node-type-event .listing-page .field-name-field-event-link,
.listing-page .node-type-event .group-event-contact legend,
.node-type-event .group-event-contact .listing-page legend,
.listing-page .node-type-event .field-name-field-event-location legend,
.node-type-event .field-name-field-event-location .listing-page legend,
.listing-page .view-events h3,
.view-events .listing-page h3,
.listing-page .platform-homepage #block-views-event-calendar-block-2 .views-field-title,
.platform-homepage #block-views-event-calendar-block-2 .listing-page .views-field-title,
.listing-page .platform-homepage #block-views-news-block-1 .node h2,
.platform-homepage #block-views-news-block-1 .node .listing-page h2,
.listing-page .platform-homepage #block-views-news-block-1 .link-wrapper,
.platform-homepage #block-views-news-block-1 .listing-page .link-wrapper,
.listing-page .view-news h2,
.view-news .listing-page h2,
.listing-page .view-news .node-readmore,
.view-news .listing-page .node-readmore,
.listing-page .view-profiles h2 em,
.view-profiles h2 .listing-page em {
  margin-bottom: 15px;
}

.listing-page .listing-body {
  overflow: hidden;
}

.listing-page .listing-date {
  margin-bottom: 15px;
}

.listing-page .listing-date .views-label {
  font-weight: bold;
}

.listing-page .listing-date .field-content,
.listing-page .listing-date .views-label {
  display: inline-block;
}

.listing-page .listing-link {
  text-decoration: underline;
}

.node-type-etv-news .field-name-field-etv-news-tags,
.node-type-etv-news .field-name-field-etv-event-tags,
.node-type-etv-news .field-name-field-etv-doc-tags,
.node-type-etv-event .field-name-field-etv-news-tags,
.node-type-etv-event .field-name-field-etv-event-tags,
.node-type-etv-event .field-name-field-etv-doc-tags,
.node-type-etv-document .field-name-field-etv-news-tags,
.node-type-etv-document .field-name-field-etv-event-tags,
.node-type-etv-document .field-name-field-etv-doc-tags {
  clear: both;
  margin-bottom: 15px;
}

.node-type-etv-news .field-name-field-etv-news-tags ul.links li,
.node-type-etv-news .field-name-field-etv-event-tags ul.links li,
.node-type-etv-news .field-name-field-etv-doc-tags ul.links li,
.node-type-etv-event .field-name-field-etv-news-tags ul.links li,
.node-type-etv-event .field-name-field-etv-event-tags ul.links li,
.node-type-etv-event .field-name-field-etv-doc-tags ul.links li,
.node-type-etv-document .field-name-field-etv-news-tags ul.links li,
.node-type-etv-document .field-name-field-etv-event-tags ul.links li,
.node-type-etv-document .field-name-field-etv-doc-tags ul.links li {
  float: none;
  background: #ececec;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  text-transform: uppercase;
  font-size: 10px;
}

.node-type-etv-news .field-name-field-etv-news-tags ul.links li a,
.node-type-etv-news .field-name-field-etv-event-tags ul.links li a,
.node-type-etv-news .field-name-field-etv-doc-tags ul.links li a,
.node-type-etv-event .field-name-field-etv-news-tags ul.links li a,
.node-type-etv-event .field-name-field-etv-event-tags ul.links li a,
.node-type-etv-event .field-name-field-etv-doc-tags ul.links li a,
.node-type-etv-document .field-name-field-etv-news-tags ul.links li a,
.node-type-etv-document .field-name-field-etv-event-tags ul.links li a,
.node-type-etv-document .field-name-field-etv-doc-tags ul.links li a {
  color: #7c7c7c;
}

.node-type-etv-news .field-name-field-etv-news-image,
.node-type-etv-news .field-name-field-etv-event-logo,
.node-type-etv-news .field-name-field-etv-doc-image,
.node-type-etv-event .field-name-field-etv-news-image,
.node-type-etv-event .field-name-field-etv-event-logo,
.node-type-etv-event .field-name-field-etv-doc-image,
.node-type-etv-document .field-name-field-etv-news-image,
.node-type-etv-document .field-name-field-etv-event-logo,
.node-type-etv-document .field-name-field-etv-doc-image {
  float: left;
  margin: 0 15px 5px 0;
}

.node-type-etv-news .field-name-field-etv-event-venue p,
.node-type-etv-event .field-name-field-etv-event-venue p,
.node-type-etv-document .field-name-field-etv-event-venue p {
  margin-bottom: 0;
}

.ecoap-box-right {
  float: right;
  clear: right;
  padding: 10px;
  border: 1px solid #ececec;
  width: 30%;
  margin-bottom: 15px;
}

.ecoap-box-left {
  float: left;
  clear: left;
  width: 70%;
}

#carousel-about-etv {
  margin: 16px 0;
}

#carousel-about-etv #etv_carousel_img_01 {
  background: url("../images/etv/carousel/img01.png") no-repeat;
  margin-right: 20px;
}

#carousel-about-etv #etv_carousel_img_02 {
  background: url("../images/etv/carousel/img02.png") no-repeat;
  margin-left: 20px;
}

#carousel-about-etv #etv_carousel_img_03 {
  background: url("../images/etv/carousel/img03.png") no-repeat;
  margin-right: 20px;
}

#carousel-about-etv #etv_carousel_img_04 {
  background: url("../images/etv/carousel/img04.png") no-repeat;
  margin-left: 20px;
}

#carousel-about-etv #etv_carousel_img_05 {
  background: url("../images/etv/carousel/img05.png") no-repeat;
  margin-right: 20px;
}

#carousel-about-etv #etv_carousel_img_06 {
  background: url("../images/etv/carousel/img06.png") no-repeat;
  margin-left: 20px;
}

#carousel-about-etv .cloudcarousel {
  width: 225px;
  height: 197px;
  display: inline-block;
  background-position: 0 0;
  margin-bottom: 20px;
}

#carousel-about-etv .cloudcarousel:hover {
  background-position: 0 -198px !important;
}

.etv-hp #block-system-main {
  margin-bottom: 0;
}

.page-etv-verification-bodies #content-title,
.page-etv-documents #content-title {
  border-bottom: 1px solid #ececec !important;
  margin-bottom: 25px !important;
}

#block-boxes-footer-logos {
  width: 100%;
  margin: 0;
}

#block-boxes-footer-logos .boxes-box-content .first-logo,
#block-boxes-footer-logos .boxes-box-content .second-logo,
#block-boxes-footer-logos .boxes-box-content .third-logo {
  padding-top: 31px;
}

#block-boxes-footer-logos .boxes-box-content .first-logo {
  background: url("../images/orange-stripe.png") center top no-repeat;
}

#block-boxes-footer-logos .boxes-box-content .second-logo {
  background: url("../images/dark-green-stripe.png") center top no-repeat;
}

#block-boxes-footer-logos .boxes-box-content .third-logo {
  background: url("../images/green-stripe.png") center top no-repeat;
}

#block-boxes-footer-logos .boxes-box-content ul {
  width: 100%;
  font-size: 0;
  margin-bottom: 0 !important;
}

#block-boxes-footer-logos .boxes-box-content li {
  display: inline-block;
  list-style: none;
  width: 33.3333333333%;
  text-align: center;
}

#block-boxes-footer-logos .boxes-box-content li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #ececec;
}

#block-boxes-footer-logos .boxes-box-content li a:hover {
  background: #fafafa !important;
}

#block-views-homepage-carousel-block {
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid #ececec;
}

#block-views-homepage-carousel-block .views-field-body,
#block-views-homepage-carousel-block .views-field-field-ecoap-body {
  font-size: 14px;
  float: left;
  clear: left;
  max-width: 45%;
  padding: 25px 45px;
}

#block-views-homepage-carousel-block .views-field-body p,
#block-views-homepage-carousel-block .views-field-field-ecoap-body p {
  margin-bottom: 0;
}

#block-views-homepage-carousel-block .listing-title,
#block-views-homepage-carousel-block .node-type-event .field-name-field-event-date,
.node-type-event #block-views-homepage-carousel-block .field-name-field-event-date,
#block-views-homepage-carousel-block .node-type-event .field-name-field-event-link,
.node-type-event #block-views-homepage-carousel-block .field-name-field-event-link,
#block-views-homepage-carousel-block .node-type-event .group-event-contact legend,
.node-type-event .group-event-contact #block-views-homepage-carousel-block legend,
#block-views-homepage-carousel-block .node-type-event .field-name-field-event-location legend,
.node-type-event .field-name-field-event-location #block-views-homepage-carousel-block legend,
#block-views-homepage-carousel-block .view-events h3,
.view-events #block-views-homepage-carousel-block h3,
#block-views-homepage-carousel-block .platform-homepage #block-views-event-calendar-block-2 .views-field-title,
.platform-homepage #block-views-event-calendar-block-2 #block-views-homepage-carousel-block .views-field-title,
#block-views-homepage-carousel-block .platform-homepage #block-views-news-block-1 .node h2,
.platform-homepage #block-views-news-block-1 .node #block-views-homepage-carousel-block h2,
#block-views-homepage-carousel-block .platform-homepage #block-views-news-block-1 .link-wrapper,
.platform-homepage #block-views-news-block-1 #block-views-homepage-carousel-block .link-wrapper,
#block-views-homepage-carousel-block .view-news h2,
.view-news #block-views-homepage-carousel-block h2,
#block-views-homepage-carousel-block .view-news .node-readmore,
.view-news #block-views-homepage-carousel-block .node-readmore,
#block-views-homepage-carousel-block .view-profiles h2 em,
.view-profiles h2 #block-views-homepage-carousel-block em {
  margin-bottom: 15px;
}

#block-views-homepage-carousel-block .carousel-title {
  font-size: 16px;
  color: #23272b;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
}

#block-views-homepage-carousel-block ul {
  margin: 0;
}

#block-views-homepage-carousel-block li {
  font-size: 14px;
  margin: 0;
  list-style: none;
}

#block-views-homepage-carousel-block li a {
  cursor: pointer;
}

#block-views-homepage-carousel-block .carousel-image {
  float: right;
  clear: right;
  max-width: 55%;
}

#block-views-homepage-carousel-block .flexslider .slides img {
  width: auto;
}

#block-views-homepage-carousel-block .view-footer {
  display: inline-block;
  float: right;
  clear: right;
}

#block-views-homepage-carousel-block .carousel-nav {
  max-width: 500px;
  overflow: hidden;
}

#block-views-homepage-carousel-block .carousel-nav img {
  cursor: pointer;
}

#block-views-homepage-carousel-block .carousel-nav .views-row {
  max-width: 100px;
}

#block-views-homepage-carousel-block .carousel-nav .views-row img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
}

#block-views-homepage-carousel-block .carousel-nav .views-row.flex-active-slide img,
#block-views-homepage-carousel-block .carousel-nav .views-row.active-slide img {
  filter: none;
  -webkit-filter: none;
}

#block-views-homepage-carousel-block .flex-direction-nav a {
  display: block;
  width: 47px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute;
}

#block-views-homepage-carousel-block .flex-direction-nav a.flex-prev {
  background: url("../images/nav-left.png") center no-repeat;
  left: 0;
  bottom: 20px;
}

#block-views-homepage-carousel-block .flex-direction-nav a.flex-next {
  background: url("../images/nav-right.png") center no-repeat;
  right: 490px;
  bottom: 20px;
  z-index: 200;
}

#block-views-homepage-carousel-block .flex-control-nav {
  position: absolute;
  bottom: 40px;
  left: 185px;
  padding: 0;
  margin: 0;
}

#block-views-homepage-carousel-block .flex-control-nav li {
  display: inline-block;
}

#block-views-homepage-carousel-block .flex-control-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/carousel-dot-empty.png") center no-repeat;
}

#block-views-homepage-carousel-block .flex-control-nav li a.flex-active {
  background: url("../images/carousel-dot.png") center no-repeat;
}

@media (max-width: 984px) {
  #block-views-homepage-carousel-block .flex-control-nav {
    display: none;
  }
  #block-views-homepage-carousel-block .views-field-field-ecoap-body {
    padding: 15px;
  }
  #block-views-homepage-carousel-block .listing-title,
  #block-views-homepage-carousel-block .node-type-event .field-name-field-event-date,
  .node-type-event #block-views-homepage-carousel-block .field-name-field-event-date,
  #block-views-homepage-carousel-block .node-type-event .field-name-field-event-link,
  .node-type-event #block-views-homepage-carousel-block .field-name-field-event-link,
  #block-views-homepage-carousel-block .node-type-event .group-event-contact legend,
  .node-type-event .group-event-contact #block-views-homepage-carousel-block legend,
  #block-views-homepage-carousel-block .node-type-event .field-name-field-event-location legend,
  .node-type-event .field-name-field-event-location #block-views-homepage-carousel-block legend,
  #block-views-homepage-carousel-block .view-events h3,
  .view-events #block-views-homepage-carousel-block h3,
  #block-views-homepage-carousel-block .platform-homepage #block-views-event-calendar-block-2 .views-field-title,
  .platform-homepage #block-views-event-calendar-block-2 #block-views-homepage-carousel-block .views-field-title,
  #block-views-homepage-carousel-block .platform-homepage #block-views-news-block-1 .node h2,
  .platform-homepage #block-views-news-block-1 .node #block-views-homepage-carousel-block h2,
  #block-views-homepage-carousel-block .platform-homepage #block-views-news-block-1 .link-wrapper,
  .platform-homepage #block-views-news-block-1 #block-views-homepage-carousel-block .link-wrapper,
  #block-views-homepage-carousel-block .view-news h2,
  .view-news #block-views-homepage-carousel-block h2,
  #block-views-homepage-carousel-block .view-news .node-readmore,
  .view-news #block-views-homepage-carousel-block .node-readmore,
  #block-views-homepage-carousel-block .view-profiles h2 em,
  .view-profiles h2 #block-views-homepage-carousel-block em {
    margin-bottom: 15px;
  }
  #block-views-homepage-carousel-block .carousel-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #block-views-homepage-carousel-block .flex-direction-nav a.flex-prev {
    left: 0;
    bottom: 0;
  }
  #block-views-homepage-carousel-block .flex-direction-nav a.flex-next {
    right: 0;
    bottom: 0;
  }
  #block-views-homepage-carousel-block .view-footer {
    display: none;
  }
  #block-views-homepage-carousel-block .flex-control-nav {
    position: static;
    margin: 15px auto;
    width: 110px;
    display: block;
  }
  #block-views-homepage-carousel-block .views-field-field-ecoap-body {
    float: none;
    clear: none;
    max-width: 100%;
  }
  #block-views-homepage-carousel-block .carousel-image {
    float: none;
    clear: none;
    max-width: 100%;
    text-align: center;
  }
}

.page-frontpage .region-content {
  font-size: 0;
}

.listing-block,
#block-views-homepage-listings-block {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 50px;
  font-size: 14px;
  margin-bottom: 0;
  border-top: 1px solid #ececec;
}

.listing-block #boxes-box-ecoap_forum a,
#block-views-homepage-listings-block #boxes-box-ecoap_forum a {
  color: #7c7c7c;
}

.listing-block ul,
#block-views-homepage-listings-block ul {
  padding-left: 0;
}

.listing-block h2,
#block-views-homepage-listings-block h2 {
  font-size: 16px;
  color: #23272b;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
}

.listing-block .views-row,
#block-views-homepage-listings-block .views-row {
  position: relative;
  width: 100%;
  padding-top: 15px;
}

.listing-block .views-row.views-row-first,
#block-views-homepage-listings-block .views-row.views-row-first {
  padding-top: 0;
}

.listing-block .views-row.views-row-last,
#block-views-homepage-listings-block .views-row.views-row-last {
  border-bottom: none;
  padding-bottom: 0;
}

.listing-block li,
#block-views-homepage-listings-block li {
  list-style: none;
}

@media (max-width: 768px) {
  .listing-block,
  #block-views-homepage-listings-block {
    padding: 15px;
  }
  .listing-block h2,
  #block-views-homepage-listings-block h2 {
    padding-bottom: 15px;
  }
}

.main-landing-pages .intro-text-landing {
  margin: 0 45px 25px 45px;
}

.main-landing-pages #content-title {
  padding-bottom: 25px;
  margin: 45px 45px 25px 45px !important;
  border-bottom: 1px solid #ececec !important;
}

.node-type-ecoap-landing-page #content-title {
  border-bottom: 1px solid #ececec !important;
  margin-bottom: 25px !important;
}

.tiles-container.action-plan,
.tiles-container.news-events {
  margin: 0 45px 45px 45px;
}

.tiles-container.action-plan .tile-image,
.tiles-container.news-events .tile-image {
  display: inline-block;
}

.tiles-container.action-plan .tile-image h3,
.tiles-container.news-events .tile-image h3 {
  width: 272px;
}

.tiles-container.action-plan .tile-text,
.tiles-container.news-events .tile-text {
  padding: 15px 0 25px 0;
}

.tiles-container.action-plan .tile,
.tiles-container.news-events .tile {
  display: inline-block;
  width: 272px;
}

.tiles-container.action-plan .tile.last,
.tiles-container.news-events .tile.last {
  display: block;
  margin: 0 auto;
}

.tiles-container.action-plan .tile.last .tile-text,
.tiles-container.news-events .tile.last .tile-text {
  padding-bottom: 0;
}

.tiles-container.action-plan .three-tiles,
.tiles-container.news-events {
  font-size: 0;
  text-align: justify;
}

.tiles-container.action-plan .three-tiles:after,
.tiles-container.news-events:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.tiles-container.action-plan .three-tiles .tile {
  margin-right: 39px;
}

.tiles-container.action-plan .three-tiles .tile.third {
  margin-right: 0;
}

.tiles-container.news-events .tile-image {
  margin-right: 39px;
}

.tiles-container.news-events .tile-image.third {
  margin-right: 0;
}

.tiles-container h3 {
  padding-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.tiles-container .tile-image {
  position: relative;
  overflow: hidden;
}

.tiles-container .tile-image h3 {
  background: #158e5e;
  background: rgba(21, 142, 94, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.tiles-container .tile-image h3 a {
  color: #fff;
}

.tiles-container .tile-image h3 a:hover {
  text-decoration: none;
}

.tiles-container .tile-image:hover h3 {
  background: #ff9600;
  background: rgba(255, 150, 0, 0.8);
}

.tiles-container .tile-text {
  padding: 30px;
}

.tiles-container .tile-text p {
  margin-bottom: 0;
  font-size: 14px;
}

.tiles-container .tile-text h3 {
  color: #23272b;
}

.tiles-container .policy-matters-container {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tiles-container .policy-matters.tile-image,
.tiles-container .policy-matters.tile-text {
  display: inline-block;
  vertical-align: top;
}

.tiles-container .policy-matters.tile-text {
  max-width: 363px;
}

.tiles-container .policy-matters.tile-image h3 {
  width: 262px;
}

.tiles-container .research-development.tile-image,
.tiles-container .research-development.tile-text {
  display: inline-block;
  vertical-align: top;
}

.tiles-container .research-development.tile-text {
  max-width: 386px;
}

.tiles-container .research-development.tile-image h3 {
  width: 262px;
  right: 0;
  left: auto;
}

.tiles-container .good-practices h3 {
  width: 100%;
  margin-bottom: 15px;
}

.tiles-container .good-practices.tile-image {
  display: inline-block;
}

.tiles-container .good-practices.tile-image h3 {
  width: 326px;
}

.tiles-container .experts-interviews.tile-image,
.tiles-container .business-funding.tile-image {
  display: inline-block;
}

.tiles-container .experts-interviews.tile-image h3,
.tiles-container .business-funding.tile-image h3 {
  width: 329px;
}

.tiles-container .business-funding.tile-image {
  margin-right: -15px;
}

.tiles-container .good-practices.tile-text {
  border-bottom: 1px solid #ececec;
}

.tiles-container .experts-interviews.tile-text {
  border-top: 1px solid #ececec;
}

.tiles-container .left-column {
  float: left;
  clear: left;
  max-width: 658px;
  font-size: 0;
}

.tiles-container .right-column {
  float: right;
  clear: right;
  max-width: 326px;
  border-left: 1px solid #ececec;
}

@media (max-width: 984px) {
  .tiles-container .business-funding.tile-image {
    margin-right: 15px !important;
  }
  .tiles-container.action-plan,
  .tiles-container.news-events {
    margin: 0 15px 15px 15px;
  }
  .tiles-container .left-column,
  .tiles-container .right-column {
    float: none;
    clear: none;
    max-width: 100%;
  }
  .tiles-container .left-column .tile-image,
  .tiles-container .right-column .tile-image {
    margin: 15px;
  }
  .tiles-container .left-column .tile-text,
  .tiles-container .right-column .tile-text {
    padding: 15px;
  }
  .tiles-container .tile-text {
    max-width: 100% !important;
  }
  .tiles-container .tile-image {
    margin: 30px;
  }
  .news-events .tile-image {
    width: 33%;
    margin: 0 !important;
  }
  .news-events .tile-image h3 {
    width: 100% !important;
    max-width: 272px;
  }
  .action-plan .three-tiles .tile {
    width: 33%;
    margin: 0 !important;
    padding-right: 15px;
  }
  .action-plan .three-tiles .tile.third {
    margin-right: 0 !important;
    padding-right: 0;
  }
  .action-plan .three-tiles .tile .tile-image,
  .action-plan .three-tiles .tile .tile-text {
    width: 100% !important;
    margin: 0 !important;
    max-width: 272px;
  }
  .action-plan .tile.last {
    width: 33%;
  }
  .action-plan .tile-image {
    margin: 0;
    width: 100% !important;
  }
  .action-plan .tile-image h3 {
    width: 100% !important;
    max-width: 272px;
  }
}

@media (max-width: 580px) {
  .news-events.tiles-container .tile-image {
    display: block;
    width: auto;
    max-width: 272px;
    margin: 0 auto 15px auto !important;
  }
  .news-events.tiles-container .tile-image h3 {
    max-width: 272px;
  }
  .action-plan .three-tiles .tile,
  .action-plan .three-tiles .tile.third,
  .action-plan .three-tiles .tile.last,
  .action-plan .tile,
  .action-plan .tile.third,
  .action-plan .tile.last {
    display: block;
    width: auto;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto 15px auto !important;
    max-width: 272px;
  }
}

#block-menu-menu-main-menu-new {
  margin-bottom: 25px;
}

#block-menu-menu-main-menu-new h2 {
  display: none;
}

#block-menu-menu-main-menu-new .block-content>ul.menu {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#block-menu-menu-main-menu-new .menu-drop {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding-bottom: 15px;
}

#block-menu-menu-main-menu-new #menu-button {
  display: none;
}

#block-menu-menu-main-menu-new .menu-icon {
  width: 100%;
  height: 35px;
  margin: 0 auto;
}

#block-menu-menu-main-menu-new .menu-icon a {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 0;
}

#block-menu-menu-main-menu-new li {
  background: #f7f7f7;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  vertical-align: top;
  display: block;
  flex-grow: 1;
}

#block-menu-menu-main-menu-new li .list-group-item {
  background: none;
}

#block-menu-menu-main-menu-new li a {
  color: #23272b;
}

#block-menu-menu-main-menu-new li a:hover,
#block-menu-menu-main-menu-new li a:active,
#block-menu-menu-main-menu-new li a:focus {
  outline: 0;
}

#block-menu-menu-main-menu-new li ul {
  display: none;
}

#block-menu-menu-main-menu-new li ul li a {
  text-align: left;
}

#block-menu-menu-main-menu-new li.first {
  border-left: 1px solid #ececec;
}

#block-menu-menu-main-menu-new li.active-trail a {
  color: #7c7c7c;
}

#block-menu-menu-main-menu-new li:hover a {
  text-decoration: none !important;
  color: #7c7c7c;
}

#block-menu-menu-main-menu-new li:nth-child(1) .menu-icon {
  background: url("../images/menu_images/home.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:nth-child(2) .menu-icon {
  background: url("../images/menu_images/action-plan.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:nth-child(3) .menu-icon {
  background: url("../images/menu_images/eco-innovation.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:nth-child(4) .menu-icon {
  background: url("../images/menu_images/etv.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:nth-child(5) .menu-icon {
  background: url("../images/menu_images/indicators.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:nth-child(6) .menu-icon {
  background: url("../images/menu_images/news-events.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:nth-child(7) .menu-icon {
  background: url("../images/menu_images/community.png") center no-repeat;
}

#block-menu-menu-main-menu-new li a {
  text-align: center;
}

#block-menu-menu-main-menu-new li:hover {
  background: #ff9600;
}

#block-menu-menu-main-menu-new li:hover .list-group-item {
  color: #fff;
}

#block-menu-menu-main-menu-new li:hover a {
  color: #fff;
}

#block-menu-menu-main-menu-new li:hover:nth-child(1) .menu-icon {
  background: url("../images/menu_images/home-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:hover:nth-child(2) .menu-icon {
  background: url("../images/menu_images/action-plan-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:hover:nth-child(3) .menu-icon {
  background: url("../images/menu_images/eco-innovation-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:hover:nth-child(4) .menu-icon {
  background: url("../images/menu_images/etv-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:hover:nth-child(5) .menu-icon {
  background: url("../images/menu_images/indicators-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:hover:nth-child(6) .menu-icon {
  background: url("../images/menu_images/news-events-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li:hover:nth-child(7) .menu-icon {
  background: url("../images/menu_images/community-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail {
  background: #fff;
  border-top: 0;
  border-bottom: 4px solid #158e5e;
  padding-bottom: 7px;
}

#block-menu-menu-main-menu-new li.active-trail:hover .list-group-item {
  color: #23272b;
}

#block-menu-menu-main-menu-new li.active-trail a {
  color: #23272b;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(1) .menu-icon {
  background: url("../images/menu_images/home-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(2) .menu-icon {
  background: url("../images/menu_images/action-plan-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(3) .menu-icon {
  background: url("../images/menu_images/eco-innovation-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(4) .menu-icon {
  background: url("../images/menu_images/etv-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(5) .menu-icon {
  background: url("../images/menu_images/indicators-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(6) .menu-icon {
  background: url("../images/menu_images/news-events-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.active-trail:nth-child(7) .menu-icon {
  background: url("../images/menu_images/community-green.png") center no-repeat;
}

.page-scoreboard #block-menu-menu-main-menu-new,
.node-type-ecoap-page #block-menu-menu-main-menu-new {
  margin-bottom: 0;
}

@media (max-width: 984px) {
  #block-menu-menu-main-menu-new li a {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  #block-menu-menu-main-menu-new .menu-drop {
    display: none;
  }
  #block-menu-menu-main-menu-new #menu-button {
    display: block;
    background: url("../images/menu-toggler.png") center center no-repeat;
    width: 40px;
    height: 35px;
    cursor: pointer;
    opacity: 0.9;
  }
  #block-menu-menu-main-menu-new .block-content {
    display: none;
  }
  #block-menu-menu-main-menu-new .block-content.visible-menu {
    display: block;
  }
  #block-menu-menu-main-menu-new .block-content>ul {
    display: block !important;
  }
  #block-menu-menu-main-menu-new .block-content>ul li.active-trail>a {
    color: #158e5e;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li {
    display: block;
    float: none;
    opacity: 1;
    width: 100% !important;
    height: auto;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li>a {
    text-transform: none;
    line-height: 200%;
    font-size: 16px;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li:hover a {
    color: #23272b;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li ul {
    display: none;
    margin-bottom: 10px;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li ul li {
    display: block;
    width: 100%;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li ul li a {
    text-transform: none;
    font-size: 14px;
    line-height: 200%;
    color: #23272b;
    font-size: 14px;
  }
  #block-menu-menu-main-menu-new .block-content>ul>li.visible-list ul,
  #block-menu-menu-main-menu-new .block-content>ul>li.active-trail ul {
    display: block;
  }
}

.menu-drop .menu-icon a {
  font-size: 0;
}

.logged-in #block-menu-menu-main-menu-new {
  margin-bottom: 0;
}

#menu_new {
  width: 100%;
  padding: 0px 20px 0px 20px;
}

#menu_new li {
  margin-right: 30px;
}

#menu_new li:last-child {
  margin-right: 0;
}

.region-featured #block-search-form {
  top: 55px;
  right: 160px;
  z-index: 1;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 h2 {
  display: none;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content {
  background: none;
  text-align: center;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content ul {
  display: inline-block;
  margin: 0;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li {
  list-style: none;
  display: inline-block;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li a {
  color: #7c7c7c;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li a:hover {
  background: #fff !important;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 {
  display: none;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .region-footer-bottom #block-menu-menu-secondary-menu--2 {
    display: block;
  }
}

.page-node-edit.node-type-ecoap-article .field-name-field-ecoap-article-image {
  float: none !important;
}

.article-with-caption .article-caption {
  position: absolute;
  top: 170px;
  left: 0;
  font-style: italic;
  font-size: 11px;
}

.field-type-text-with-summary .tile-text h3 a {
  color: #23272b;
}

#block-menu-menu-main-menu-new li a {
  padding: 0 10px;
}

.main-landing-pages .tile {
  vertical-align: top;
}

.main-landing-pages .good-practices {
  visibility: hidden;
}

.new-design .left-column {
  max-width: none;
}

.new-design .tile-text {
  max-width: 723px !important;
}

.new-design .business-funding.tile-image,
.new-design .business-funding.tile-text {
  display: inline-block !important;
  vertical-align: top;
}

.new-design .experts-interviews.tile-image,
.experts-interviews.tile-text {
  display: inline-block !important;
  vertical-align: top;
}

.new-design .tiles-container .experts-interviews.tile-image h3,
.new-design .tiles-container .business-funding.tile-image h3 {
  width: 261px;
}

.new-design .tiles-container .business-funding.tile-image {
  margin-right: 0;
}

.new-design .tiles-container .tile-text {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-bottom: 30px;
  min-height: 172px;
}

.new-design .tiles-container .policy-matters-container {
  border-bottom: none;
  border-top: none;
}

.node-type-ecoap-article .field-name-field-ecoap-article-image .field-image-caption:empty {
  display: none;
}

.node-type-ecoap-article .field-name-field-ecoap-article-image {
  margin-top: 5px;
}

#block-menu-menu-main-menu-new .block-content>ul.menu {
  display: -ms-flexbox;
  display: flex;
}

.scoreboard__header {
  margin-bottom: 30px;
}

.scoreboard__chart {
  margin-left: -15px;
  margin-right: -15px;
}

.scoreboard-description {
  border-top: 1px #ececec solid;
  padding-top: 30px;
  position: relative;
}

body.page-scoreboard #layout-body .main-row {
  border-top: none;
}

body.page-scoreboard #layout-body #content-wrapper {
  padding-top: 25px !important;
}

body.page-scoreboard #layout-body #content-wrapper #block-system-main {
  margin: 0;
}

.scoreboard ul {
  padding-left: 5px;
}

.scoreboard a {
  text-decoration: underline;
}

.scoreboard__section-title {
  color: #2e2f30;
  font-size: 22px;
  padding: 40px 65px;
  text-transform: uppercase;
}

.scoreboard__section-description {
  padding: 0 65px 50px;
}

.scoreboard__section-description p:last-child {
  margin-bottom: 0;
}

.scoreboard__item {
  float: left;
  width: 50%;
  padding-bottom: 60px;
}

.scoreboard__item:nth-child(odd) {
  border-right: 1px #ececec solid;
  padding-right: 50px;
}

.scoreboard__item:nth-child(even) {
  border-left: 1px #ececec solid;
  margin-left: -1px;
  padding-left: 50px;
}

.scoreboard__item-body .btn,
.scoreboard__item-body .page-user-profile-documents .ctools-close-modal,
.page-user-profile-documents .scoreboard__item-body .ctools-close-modal,
.scoreboard__item-body .groups-page #block-boxes-add-new-document .boxes-box-content a,
.groups-page #block-boxes-add-new-document .boxes-box-content .scoreboard__item-body a,
.scoreboard__item-body .form-actions a,
.form-actions .scoreboard__item-body a {
  display: table;
  margin: 40px auto 0;
  text-decoration: none;
}

.scoreboard__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.scoreboard__menu:before,
.scoreboard__menu:after {
  content: " ";
  display: table;
}

.scoreboard__menu:after {
  clear: both;
}

.scoreboard__menu .scoreboard__menu-item {
  background-color: #158e5e;
  border-bottom: 1px #21ad44 solid;
  display: block;
  color: #fff !important;
  height: auto;
  line-height: 1.3em;
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

.scoreboard__menu .scoreboard__menu-item:hover {
  background-color: #33ae51;
  text-decoration: none;
}

.scoreboard__menu .scoreboard__menu-item:last-of-type {
  border-right: none;
}

.scoreboard__section-title {
  color: #2e2f30;
  font-size: 22px;
  padding: 40px 65px;
  text-transform: uppercase;
}

.scoreboard__section-description {
  padding: 0 65px 50px;
}

.scoreboard__section-description p:last-child {
  margin-bottom: 0;
}

.scoreboard__items {
  border-bottom: 1px #ececec solid;
  border-top: 1px #ececec solid;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0 65px;
}

.page-scoreboard .node .field-name-body,
.scoreboard__items:last-of-type {
  border-bottom: none;
}

.scoreboard__items:before,
.scoreboard__items:after {
  content: " ";
  display: table;
}

.scoreboard__items:after {
  clear: both;
}

.scoreboard__items--no-paddings {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .scoreboard__items--no-paddings {
    padding: 50px 0;
  }
}

.scoreboard__items--no-paddings>[class^="col-"] {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .scoreboard__items--no-paddings>[class^="col-"]:first-of-type {
    margin-left: -15px;
    margin-right: 0;
  }
  .scoreboard__items--no-paddings>[class^="col-"]:last-of-type {
    margin-right: -15px;
    margin-left: 0;
  }
}

.scoreboard__items--no-paddings .scoreboard__item-title {
  margin-bottom: 15px;
  border: none;
  padding: 0;
}

.scoreboard__item {
  padding-bottom: 60px;
}

.scoreboard__item-title {
  border-bottom: 1px #ececec solid;
  color: #2e2f30;
  font-size: 16px;
  padding: 30px 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.scoreboard__item-body .btn,
.scoreboard__item-body .page-user-profile-documents .ctools-close-modal,
.page-user-profile-documents .scoreboard__item-body .ctools-close-modal,
.scoreboard__item-body .groups-page #block-boxes-add-new-document .boxes-box-content a,
.groups-page #block-boxes-add-new-document .boxes-box-content .scoreboard__item-body a,
.scoreboard__item-body .form-actions a,
.form-actions .scoreboard__item-body a {
  display: table;
  margin: 40px auto 0;
  text-decoration: none;
}

.region-sidebar-left .block {
  margin-left: 10px;
  margin-right: 10px;
}

.region-sidebar-left .block ul {
  margin: 0;
  padding: 0;
}

.region-sidebar-left .block li {
  list-style: none;
  margin: 0 15px;
}

.region-sidebar-left .block-boxes {
  margin-right: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.region-sidebar-left #block-menu-block-1 h2,
.region-sidebar-left .block-menu h2 {
  display: none;
}

.region-sidebar-left #block-menu-block-1 li ul,
.region-sidebar-left .block-menu li ul {
  display: none;
}

.region-sidebar-left #block-menu-block-1 li.active-trail ul,
.region-sidebar-left .block-menu li.active-trail ul {
  display: block;
}

.region-sidebar-left #block-menu-block-1 li.active-trail ul li,
.region-sidebar-left .block-menu li.active-trail ul li {
  font-size: 14px;
  text-transform: none;
  padding: 10px 0;
}

.region-sidebar-left #block-menu-block-1 li.active-trail ul li.first,
.region-sidebar-left .block-menu li.active-trail ul li.first {
  padding-top: 25px;
}

.region-sidebar-left #block-menu-block-1 li.active-trail ul li.last,
.region-sidebar-left .block-menu li.active-trail ul li.last {
  padding-bottom: 0;
}

.region-sidebar-left #block-menu-block-1 li,
.region-sidebar-left .block-menu li {
  padding: 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
}

.region-sidebar-left #block-menu-block-1 li.active-trail>a,
.region-sidebar-left .block-menu li.active-trail>a {
  color: #23272b;
  font-weight: bold;
}

.region-sidebar-left #block-menu-block-1 li.active>a,
.region-sidebar-left .block-menu li.active>a {
  color: #23272b;
  font-weight: bold;
}

.region-sidebar-left #block-menu-block-1 li:hover .list-group-item,
.region-sidebar-left .block-menu li:hover .list-group-item {
  background: none;
}

.region-sidebar-left #block-menu-block-1 li.last,
.region-sidebar-left .block-menu li.last {
  border-bottom: none;
}

.region-sidebar-left .menu-drop {
  display: none;
}

.region-sidebar-left #block-views-ecoap-articles-block-1 {
  border-top: 1px solid #ececec;
}

.region-sidebar-left #block-views-ecoap-articles-block-1 h2 {
  padding: 25px 0;
  margin: 0 25px 25px 25px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
}

.region-sidebar-left #block-views-ecoap-articles-block-1 li a {
  font-weight: normal;
}

.region-sidebar-left #block-views-ecoap-articles-block-1 li a.active {
  font-weight: bold;
  color: #158e5e;
}

.region-sidebar-right .block {
  border: 1px solid #ececec;
  padding: 10px;
  margin-bottom: 15px;
}

.region-sidebar-right #block-menu-menu-administration li {
  list-style: none;
}

@media (max-width: 580px) {
  #block-menu-block-1 {
    display: none;
  }
  #block-views-ecoap-articles-block-1 h2 {
    padding: 15px 0 !important;
    margin: 0 0 15px 0 !important;
  }
  #block-views-ecoap-articles-block-1 li {
    margin: 0;
  }
}

#sitemap li {
  padding-top: 0;
}

#sitemap li.expandable {
  background: none;
  padding-left: 0;
}

#sitemap li.expandable>span {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  background: url("../images/closed-list.png") no-repeat 0 5px;
}

#sitemap li.expandable ul {
  display: none;
}

#sitemap li.expanded {
  background: none;
  padding-left: 0;
}

#sitemap li.expanded>span {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  background: url("../images/opened-list.png") no-repeat 0 5px;
}

#sitemap li.expanded>ul {
  display: block;
  padding-left: 15px;
}

/*New top menu static*/

.region-featured .menu-static-block {
  margin: 0;
}

.region-featured .menu-static-block .block-content {
  padding: 0;
  background: none;
  overflow: visible;
}

#main-wrapper {
  position: relative;
}

#menu_new {
  position: relative;
  z-index: 95;
  list-style: none;
  width: 100%;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
  /* Rounded Corners */
  /* Background color and gradients */
  background: #669933;
  background: -moz-linear-gradient(top, #669933, #455a2f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#669933), to(#455a2f));
}

#nature_rbaps_fixed_menu_width #menu_new {
  width: 100%;
}

#menu_new li {
  position: relative;
  z-index: 95;
  float: left;
  display: block;
  text-align: center;
  padding: 4px 10px 4px 10px;
  margin-right: 30px;
  margin-top: 7px;
  border: none;
}

#menu_new li:last-child {
  margin-right: 0;
}

#menu_new li:hover {
  position: relative;
  z-index: 95;
  border: 1px solid #777777;
  padding: 2px 9px 4px 9px;
  /* Background color and gradients */
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4, #eeeeee);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#eeeeee));
  /* Rounded corners */
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

#menu_new li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #eeeeee;
  display: block;
  outline: 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

#menu_new li:hover a {
  color: #161616;
  text-shadow: 1px 1px 1px #ffffff;
}

#menu_new li .drop {
  padding-right: 21px;
  background: url("../images/drop.png") no-repeat right 8px;
}

#menu_new li:hover .drop {
  background: url("../images/drop.png") no-repeat right 7px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
  z-index: 95;
  margin: 4px auto;
  float: left;
  position: absolute;
  left: -999em;
  /* Hides the drop down */
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid #777777;
  border-top: none;
  /* Gradient background */
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#bbbbbb));
  /* Rounded Corners */
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
  width: 210px;
}

.dropdown_2columns {
  width: 440px;
}

.dropdown_3columns {
  width: 480px;
}

.dropdown_4columns {
  width: 560px;
}

.dropdown_5columns {
  width: 700px;
}

#menu_new li:hover .dropdown_1column,
#menu_new li:hover .dropdown_2columns,
#menu_new li:hover .dropdown_3columns,
#menu_new li:hover .dropdown_4columns,
#menu_new li:hover .dropdown_5columns {
  left: -1px;
  top: auto;
  z-index: 99;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
  z-index: 95;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.col_1 {
  width: 200px;
}

.col_2 {
  width: 430px;
}

.col_3 {
  width: 480px;
}

.col_4 {
  width: 550px;
}

.col_5 {
  width: 690px;
}

#menu_new .menu_right {
  float: right;
  margin-right: 0;
}

#menu_new li .align_right {
  /* Rounded Corners */
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}

#menu_new li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}

#menu_new p,
#menu_new h2,
#menu_new h3,
#menu_new ul li {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-size: 14px;
  text-align: left;
  text-shadow: 1px 1px 1px #ffffff;
}

#menu_new h2 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #666666;
}

#menu_new h3 {
  font-size: 14px;
  margin: 7px 0 14px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #888888;
  color: #310031;
}

#menu_new p {
  line-height: 18px;
  margin: 0 0 10px 0;
}

#menu_new li:hover div a {
  font-size: 14px;
  color: #015b86;
}

#menu_new li:hover div a:hover {
  color: #029feb;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.imgshadow {
  /* Better style on light background */
  z-index: 99;
  background: #ffffff;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.img_left {
  /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 5px 15px 5px 5px;
}

#menu_new li .black_box {
  background-color: #333333;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* Shadow */
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

#menu_new li ul {
  z-index: 95;
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

#menu_new li ul li {
  z-index: 95;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 200px;
}

#menu_new li ul li:hover {
  z-index: 95;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#menu_new li .greybox li {
  position: relative;
  z-index: 95;
  background: #f4f4f4;
  border: 1px solid #bbbbbb;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 180px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

#menu_new li .greybox li:hover {
  z-index: 95;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}

@media (max-width: 984px) {
  #menu_new {
    padding: 0px 20px 0px 20px;
    z-index: 105;
  }
  #menu_new li a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  #menu_new {
    display: none;
    padding: 0;
  }
  #menu_new>li {
    float: none;
    display: block;
    background: #669933;
  }
}

.node-type-ecoap-article .field-name-field-ecoap-article-image {
  float: left;
  margin: 0 15px 5px 0;
}

.node-type-ecoap-article .field-name-field-ecoap-publication-date {
  margin: 5px 0;
  font-size: 12px;
}

.node-type-ecoap-article .field-name-field-ecoap-theme,
.node-type-ecoap-article .field-name-field-ecoap-country {
  display: inline-block;
  clear: both;
}

.node-type-ecoap-article .field-name-field-ecoap-theme .field-item,
.node-type-ecoap-article .field-name-field-ecoap-country .field-item {
  background: #ececec;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  text-transform: uppercase;
  font-size: 10px;
}

.node-type-ecoap-article .field-name-field-ecoap-theme .field-item a,
.node-type-ecoap-article .field-name-field-ecoap-country .field-item a {
  color: #7c7c7c;
}

.node-type-ecoap-article .moreinfo ul {
  padding-left: 0;
  list-style: none;
}

#block-boxes-newsletter-homepage {
  position: absolute;
  top: 55px;
  right: 15px;
}

#block-boxes-newsletter-homepage img {
  margin-right: 5px;
}

#block-boxes-newsletter-homepage a {
  color: #23272b;
  text-transform: uppercase;
  line-height: 23px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #block-boxes-newsletter-homepage {
    position: relative;
    display: inline-block;
    width: auto !important;
    right: auto;
    top: auto;
    margin-bottom: 0;
    margin-left: 15px;
    vertical-align: middle;
  }
}

body .pager {
  float: right;
}

body .pager li {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #d5d6d9;
  min-width: 40px;
  height: 40px;
  text-align: center;
}

body .pager a {
  display: block;
  padding: 6px 5px;
  width: 38px;
  height: 38px;
  text-decoration: none;
  color: #d5d6d9;
  border-radius: 0;
  border: none;
}

body .pager a:hover,
body .pager a:active,
body .pager a:focus {
  color: #0065a2 !important;
  background: none;
}

body .pager .pager-first,
body .pager .pager-previous,
body .pager .pager-next,
body .pager .pager-last {
  text-indent: -9999px;
}

body .pager .pager-current {
  font-size: 15px;
  color: #fff;
  background: #158e5e;
  padding: 6px 13px !important;
  min-width: 40px;
  display: inline-block;
}

body .pager .pager-first a {
  background: url(../images/navigation.png) 11px -36px no-repeat;
}

body .pager .pager-first a:hover,
body .pager .pager-first a:active,
body .pager .pager-first a:focus {
  background: url(../images/navigation.png) 11px -61px no-repeat;
}

body .pager .pager-previous a {
  background: url(../images/navigation.png) 15px 14px no-repeat;
}

body .pager .pager-previous a:hover,
body .pager .pager-previous a:active,
body .pager .pager-previous a:focus {
  background: url(../images/navigation.png) 15px -11px no-repeat;
}

body .pager .pager-next a {
  background: url(../images/navigation.png) 15px -86px no-repeat;
}

body .pager .pager-next a:hover,
body .pager .pager-next a:active,
body .pager .pager-next a:focus {
  background: url(../images/navigation.png) 15px -111px no-repeat;
}

body .pager .pager-last a {
  background: url(../images/navigation.png) 12px -136px no-repeat;
}

body .pager .pager-last a:hover,
body .pager .pager-last a:active,
body .pager .pager-last a:focus {
  background: url(../images/navigation.png) 12px -161px no-repeat;
}

.node-type-event .field {
  margin-bottom: 10px;
}

.node-type-event .field-name-field-event-category li {
  list-style: none;
  background: #ececec;
  display: inline-block;
  padding: 5px 10px !important;
  margin: 5px 10px 0 0;
  text-transform: uppercase;
  font-size: 10px;
}

.node-type-event .field-name-field-event-link {
  margin: 5px 0;
}

.node-type-event .group-event-contact,
.node-type-event .field-name-field-event-location {
  border: 1px solid #ececec;
  padding: 10px;
}

.node-type-event .group-event-contact legend,
.node-type-event .field-name-field-event-location legend {
  border-bottom: none;
  padding: 0 5px;
  display: inline-block;
  width: auto;
}

.node-type-event .left {
  float: left;
  clear: left;
  width: 60%;
  padding-right: 10px;
}

.node-type-event .right {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 10px;
}

.node-type-event h2.title {
  font-size: 14px;
  font-weight: bold;
}

.node-type-event .comment_forbidden {
  display: none;
}

.node-type-event #signup-edit-form {
  margin-bottom: 10px;
}

.node-type-event #signup-edit-form .fieldset-title {
  color: #158e5e;
}

@media (max-width: 768px) {
  .node-type-event .left,
  .node-type-event .right {
    float: none;
    clear: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.view-events h2 {
  font-weight: bold;
  font-size: 14px;
  background: none !important;
}

.view-events .views-row.views-row-first {
  border-top: 0;
}

.view-events .buttons {
  float: right;
  clear: right;
  margin: 0;
  display: inline-block;
}

.view-events .buttons a {
  display: inline-block;
  float: none;
  margin-right: 20px;
}

.view-events .buttons a:last-child {
  margin-right: 0;
}

.view-events .view-filters {
  float: right;
  clear: right;
  padding-left: 20px;
  background: #fff;
}

#forum .forum-table-superheader {
  display: none;
}

#forum .forum-details,
#forum .forum-last-reply {
  padding: 10px;
}

#forum th {
  padding: 10px;
  background: #158e5e;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum .forum-table-topics td {
  padding: 10px;
}

#forum .forum-list-icon-legend .forum-list-icon-default {
  background: url("../images/forum-no-new-posts.png") center no-repeat;
}

#forum .forum-list-icon-legend .forum-list-icon-new-posts {
  background: url("../images/forum-new-posts.png") center no-repeat;
}

#forum .forum-list-icon-wrapper {
  height: 24px;
  width: 18px;
  background: none;
}

#forum .forum-list-icon-wrapper span {
  height: 24px;
  width: 18px;
}

#forum .forum-list-icon-default .forum-list-icon-wrapper span {
  background: url("../images/forum-no-new-posts.png") center no-repeat;
}

#forum #advanced-forum-forum-topic-list-sort-form .form-item,
#forum #advanced-forum-forum-topic-list-sort-form .form-submit {
  display: inline-block;
}

#forum .forum-node-create-links {
  margin-bottom: 10px;
}

#forum .username,
.forum-post-wrapper .username,
.forum-topic-header .username,
.forum-post .username {
  color: #158e5e;
  font-size: 14px;
}

#forum .af-button-large,
#forum .af-button-small,
.forum-post-wrapper .af-button-large,
.forum-post-wrapper .af-button-small,
.forum-topic-header .af-button-large,
.forum-topic-header .af-button-small,
.forum-post .af-button-large,
.forum-post .af-button-small {
  background: #158e5e !important;
  color: #fff !important;
  box-shadow: none;
}

#forum .af-button-large:hover,
#forum .af-button-small:hover,
.forum-post-wrapper .af-button-large:hover,
.forum-post-wrapper .af-button-small:hover,
.forum-topic-header .af-button-large:hover,
.forum-topic-header .af-button-small:hover,
.forum-post .af-button-large:hover,
.forum-post .af-button-small:hover {
  background: #ff9600 !important;
}

.page-forum .tabs {
  display: none;
}

.platform-homepage .main-row {
  border: none !important;
}

.platform-homepage #layout-body #content-wrapper.col-lg-9.higher-containter {
  border: none !important;
  padding: 0 30px 0 10px !important;
}

.platform-homepage .view-activity-message .view-content li {
  padding-top: 15px;
  border-top: 1px solid #ececec;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
}

.platform-homepage .view-activity-message .view-content li:first-child {
  padding-top: 0;
  border-top: 0;
}

.platform-homepage .view-activity-message .username,
.platform-homepage .view-activity-message a {
  color: #158e5e;
}

.platform-homepage #block-block-3 .block-content {
  text-align: center;
}

.platform-homepage #block-block-3 .block-content p a {
  display: inline;
}

.platform-homepage #block-block-3 .block-content .buttons {
  margin: 0;
  display: inline-block;
}

.platform-homepage #block-block-3 .block-content .buttons a {
  display: inline-block;
  float: none;
  margin-right: 20px;
}

.platform-homepage #block-block-3 .block-content .buttons a:last-child {
  margin-right: 0;
}

.platform-homepage #block-views-event-calendar-block-2 li {
  margin-left: 0;
}

.platform-homepage #block-views-event-calendar-block-2 .view-footer {
  margin-top: 0;
}

.platform-homepage #block-views-event-calendar-block-2 .view-footer a {
  margin-top: 20px;
}

.platform-homepage #block-views-event-calendar-block-1 .date-heading h3 {
  line-height: 50px;
}

.platform-homepage #block-views-event-calendar-block-1 .date-nav {
  padding-bottom: 0;
}

.platform-homepage #block-views-event-calendar-block-1 td.today {
  background: none;
  font-weight: bold;
}

.platform-homepage #block-views-event-calendar-block-1 td.has-events a {
  color: #158e5e;
  font-weight: bold;
  text-decoration: none;
}

.platform-homepage #block-views-event-calendar-block-1 li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  width: 47px;
  height: 50px;
  margin: 0;
}

.platform-homepage #block-views-event-calendar-block-1 li a {
  display: block;
  width: 47px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.platform-homepage #block-views-event-calendar-block-1 li.date-prev a,
.platform-homepage #block-views-event-calendar-block-1 li.date-prev a:hover {
  background: url("../images/nav-left.png") center no-repeat !important;
}

.platform-homepage #block-views-event-calendar-block-1 li.date-next a,
.platform-homepage #block-views-event-calendar-block-1 li.date-next a:hover {
  background: url("../images/nav-right.png") center no-repeat !important;
}

.platform-homepage #block-views-news-block-1 {
  position: relative;
}

.platform-homepage #block-views-news-block-1 li {
  margin-left: 0;
}

.platform-homepage #block-views-news-block-1 .link-wrapper {
  float: left;
  clear: left;
  padding-top: 0;
  width: auto;
}

.platform-homepage #block-views-news-block-1 .more-link,
.platform-homepage #block-views-news-block-1 .view-events .buttons,
.view-events .platform-homepage #block-views-news-block-1 .buttons,
.platform-homepage #block-views-news-block-1 #block-block-3 .block-content .buttons,
.platform-homepage #block-block-3 .block-content #block-views-news-block-1 .buttons,
.platform-homepage #block-views-news-block-1 #block-views-event-calendar-block-2 .view-footer,
.platform-homepage #block-views-event-calendar-block-2 #block-views-news-block-1 .view-footer,
.platform-homepage #block-views-news-block-1 #block-block-2 p,
.platform-homepage #block-block-2 #block-views-news-block-1 p {
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.platform-homepage #block-views-news-block-1 .feed-icon {
  top: 5px;
  right: 5px;
}

#main-menu .navbar.affix {
  position: static;
}

#main-menu .navbar-collapse,
#main-menu .container {
  padding: 0;
}

#main-menu .navbar {
  border: none;
}

#main-menu ul {
  width: 100%;
  font-size: 0;
}

#main-menu li {
  width: 25%;
  text-align: center;
  padding: 0;
  font-size: 14px;
}

#main-menu li a {
  background: #148e5d !important;
  color: #fff;
  border-right: 1px solid #21865e !important;
  border-radius: 0 !important;
}

#main-menu li a.active,
#main-menu li a:hover,
#main-menu li a.active-trail {
  background: #25a874 !important;
}

#main-menu li.last a {
  border: none;
}

.logged-in #main-menu {
  margin-bottom: 0;
}

.platform-pages #block-menu-menu-main-menu-new {
  margin-bottom: 0;
}

@media (max-width: 984px) {
  .platform-homepage #sidebar-right {
    display: block !important;
  }
  #main-menu ul {
    margin: 0;
  }
  #main-menu .navbar-default,
  #main-menu .navbar-collapse {
    display: block !important;
  }
  #main-menu .navbar-default li,
  #main-menu .navbar-collapse li {
    display: inline-block;
  }
}

@media (max-width: 580px) {
  #main-menu a {
    font-size: 12px;
    padding: 5px 2px;
  }
}

.view-news li {
  list-style: none;
  margin: 0 !important;
}

.view-news .node-readmore {
  float: right;
  clear: right;
}

.profile2-main .group-right {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.profile2-main .group-left {
  display: inline-block;
  vertical-align: top;
}

.page-user .profile .well .col-lg-2 {
  padding: 0;
  width: auto;
}

.page-user blockquote {
  margin-bottom: 0;
}

.page-user .row>.field-label {
  display: none;
}

.page-user .col-lg-10 {
  width: 100%;
}

.page-user .btn-primary {
  background: #158e5e;
  margin-top: 5px;
}

.page-user .btn-primary:hover {
  color: #fff !important;
}

.view-profiles .views-row {
  overflow: hidden;
}

.view-profiles .views-summary {
  display: inline-block;
  margin: 5px;
}

.view-profiles .views-summary a {
  color: #158e5e;
  font-weight: bold;
}

.view-profiles ul {
  padding-left: 0;
}

.view-profiles li {
  list-style: none;
  margin: 0;
}

.view-profiles h2 em {
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
  text-decoration: none;
}

.view-profiles h2 span,
.view-profiles h2 strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.view-profiles img {
  float: left;
  clear: left;
  margin: 0 10px 10px 0;
}

#filter-by-letter li {
  display: inline-block;
  border: 1px solid #ececec;
  margin-right: 2px;
  text-align: center;
  min-width: 20px;
  padding: 2px 5px;
  color: #ececec;
}

#filter-by-letter li a {
  color: #158e5e;
}

.view-profiles .views-exposed-widgets .views-widget-filter-field_profile_first_name_value,
.view-profiles .views-exposed-widgets .views-widget-filter-field_profile_last_name_value {
  width: 49%;
}

.view-profiles .views-exposed-widgets .views-widget-filter-field_profile_first_name_value {
  float: left;
  clear: left;
}

.view-profiles .views-exposed-widgets .views-widget-filter-field_profile_last_name_value {
  float: right;
  clear: right;
}

.view-event-calendar- .pager li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  width: 47px;
  height: 50px;
  margin: 0;
}

.view-event-calendar- .pager li a {
  display: block;
  width: 47px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.view-event-calendar- .pager li.date-prev a,
.view-event-calendar- .pager li.date-prev a:hover {
  background: url("../images/nav-left.png") center no-repeat !important;
}

.view-event-calendar- .pager li.date-next a,
.view-event-calendar- .pager li.date-next a:hover {
  background: url("../images/nav-right.png") center no-repeat !important;
}

.view-event-calendar- .date-box div {
  width: auto;
}

.region-featured #block-search-form {
  width: 200px;
  position: absolute;
  top: 55px;
  right: 160px;
  margin: 0;
  z-index: 1;
}

.region-featured #block-search-form input.btn,
.region-featured #block-search-form .page-user-profile-documents input.ctools-close-modal,
.page-user-profile-documents .region-featured #block-search-form input.ctools-close-modal {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
  border: none;
  background: url("../images/search-icon.png") no-repeat;
  width: 17px;
  height: 17px;
  font-size: 0;
}

.region-featured #block-search-form .form-type-textfield {
  margin: 0;
  width: 200px;
}

.region-featured #block-search-form .form-type-textfield input {
  height: 27px;
  min-height: 27px;
}

.region-featured #block-search-form input {
  background: #fff;
}

.region-featured #block-search-form ::-webkit-input-placeholder {
  font-size: 0;
}

.region-featured #block-search-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 0;
}

.region-featured #block-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0;
}

.region-featured #block-search-form :-ms-input-placeholder {
  font-size: 0;
}

@media (max-width: 984px) {
  .region-featured #block-search-form {
    top: 55px;
    right: 200px;
  }
}

@media (max-width: 768px) {
  .region-featured #block-search-form {
    position: static;
    display: inline-block;
    width: 50% !important;
  }
  .region-featured #block-search-form .form-type-textfield {
    width: auto;
  }
}

.submenu {
  clear: both;
}

.submenu:before,
.submenu:after {
  content: " ";
  display: table;
}

.submenu:after {
  clear: both;
}

.submenu .submenu__link {
  background-color: #39c25a;
  border-radius: 0;
  border-right: 1px #21ad44 solid;
  color: #fff;
  line-height: 1.3em;
  padding: 10px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .submenu .submenu__link {
    display: table-cell;
    height: 80px;
    padding: 0 20px;
    width: 20%;
    vertical-align: middle;
  }
}

@media (min-width: 982px) {
  .submenu .submenu__link {
    padding: 0 40px;
  }
}

.submenu .submenu__link:hover,
.submenu .submenu__link:focus {
  background-color: #158e5e;
  border-color: #21ad44;
  color: #fff;
  text-decoration: none !important;
}

.submenu .submenu__link.active {
  background-color: #f7922d;
}

.submenu .submenu__link:last-of-type {
  border-right: none;
}

@media (max-width: 984px) {
  #block-system-main table {
    display: block;
    overflow-x: scroll;
    height: auto;
  }
}

.region-main-top #block-menu-menu-administration {
  background: url("../images/arrows-down.gif") right 10px no-repeat;
  float: right;
  clear: right;
  position: relative;
  z-index: 1000;
  margin: 5px 30px 5px 0;
}

.region-main-top #block-menu-menu-administration ul {
  padding-left: 0;
  margin: 0;
}

.region-main-top #block-menu-menu-administration li {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.region-main-top #block-menu-menu-administration li a {
  color: #7c7c7c;
}

.region-main-top #block-menu-menu-administration h2 {
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  font-size: 14px;
  background: url("../images/user-icon.png") left center no-repeat;
}

.region-main-top #block-menu-menu-administration h2:hover {
  background: url("../images/user-icon-active.png") left center no-repeat;
}

.region-main-top #block-menu-menu-administration .block-content {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 35px;
  right: 0;
  min-width: 120px;
}

.region-main-top #block-menu-menu-administration.expanded .block-content {
  display: block;
  background: #fff;
}

.region-main-top #block-menu-menu-administration.expanded h2 {
  background: url("../images/user-icon-active.png") left center no-repeat;
}

/*.sidebar-left {
  #layout-body {
    #block-menu-menu-administration {
        position: absolute;
        top: -120px ;
        right: 0;
    }
  }
}

.platform-homepage {
  #layout-body {
    #block-menu-menu-administration {
      position: absolute;
      top: -60px ;
      right: 0;
    }
  }
}*/

.block-content .view {
  padding: 0;
}

.views-exposed-widgets .views-exposed-widget {
  width: 100%;
  padding: 10px 0 0 0;
}

.views-exposed-widgets .views-exposed-widget .btn,
.views-exposed-widgets .views-exposed-widget .page-user-profile-documents .ctools-close-modal,
.page-user-profile-documents .views-exposed-widgets .views-exposed-widget .ctools-close-modal,
.views-exposed-widgets .views-exposed-widget .groups-page #block-boxes-add-new-document .boxes-box-content a,
.groups-page #block-boxes-add-new-document .boxes-box-content .views-exposed-widgets .views-exposed-widget a,
.views-exposed-widgets .views-exposed-widget .form-actions a,
.form-actions .views-exposed-widgets .views-exposed-widget a {
  float: right;
  clear: both;
  margin-top: 1em;
}

.listing-title,
.node-type-event .field-name-field-event-date,
.node-type-event .field-name-field-event-link,
.node-type-event .group-event-contact legend,
.node-type-event .field-name-field-event-location legend,
.view-events h3,
.platform-homepage #block-views-event-calendar-block-2 .views-field-title,
.platform-homepage #block-views-news-block-1 .node h2,
.platform-homepage #block-views-news-block-1 .link-wrapper,
.view-news h2,
.view-news .node-readmore,
.view-profiles h2 em,
.listing-title a,
.node-type-event .field-name-field-event-date a,
.node-type-event .field-name-field-event-link a,
.node-type-event .group-event-contact legend a,
.node-type-event .field-name-field-event-location legend a,
.view-events h3 a,
.platform-homepage #block-views-event-calendar-block-2 .views-field-title a,
.platform-homepage #block-views-news-block-1 .node h2 a,
.platform-homepage #block-views-news-block-1 .link-wrapper a,
.view-news h2 a,
.view-news .node-readmore a,
.view-profiles h2 em a {
  color: #158e5e;
  font-size: 14px;
  font-weight: bold;
}

#block-system-main .view .view-content .views-row {
  margin-bottom: 0;
  padding: 30px 0;
  border-top: 1px solid #ececec;
}

#block-system-main .view .view-content .views-row .field-name-body {
  border-bottom: none;
}

#block-system-main .view .view-content .views-row .link-wrapper.right {
  padding-top: 0;
}

@font-face {
  font-family: 'WAAT Icons';
  src: url("../images/icons/waat-icons.eot");
  src: url("../images/icons/waat-icons.eot?#iefix") format("embedded-opentype"), url("../images/icons/waat-icons.woff") format("woff"), url("../images/icons/waat-icons.ttf") format("truetype"), url("../images/icons/waat-icons.svg#icomoon") format("svg");
}

.waat-icon,
.btn-download:before {
  font-family: 'WAAT Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 175%;
  display: inline-block;
  line-height: 100%;
  position: relative;
  top: 6px;
  margin-top: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.waat-icon--arrow-down:before {
  content: "\e909";
}

.waat-icon--arrow-next:before {
  content: "\e906";
}

.waat-icon--arrow-prev:before {
  content: "\e908";
}

.waat-icon--arrow-up:before {
  content: "\e907";
}

.waat-icon--bulb:before {
  content: "\e905";
}

.waat-icon--download:before,
.btn-download:before {
  content: "\e847";
}

.waat-icon--mic:before {
  content: "\e901";
}

.waat-icon--papers:before {
  content: "\e903";
}

.waat-icon--search:before {
  content: "\e900";
}

.waat-icon--suitcase:before {
  content: "\e902";
}

.waat-icon--twitter:before {
  content: "\e904";
}

.waat-icon--mime-default:before {
  content: "\e912";
}

.waat-icon--mime-doc:before {
  content: "\e90f";
}

.waat-icon--mime-exe:before {
  content: "\e90b";
}

.waat-icon--mime-jpg:before {
  content: "\e90d";
}

.waat-icon--mime-pdf:before {
  content: "\e90a";
}

.waat-icon--mime-png:before {
  content: "\e90c";
}

.waat-icon--mime-rar:before {
  content: "\e910";
}

.waat-icon--mime-xls:before {
  content: "\e90e";
}

.waat-icon--mime-zip:before {
  content: "\e911";
}

body {
  font-weight: 300;
  line-height: 1.5;
}

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

p {
  margin-bottom: 16px;
}

a {
  color: #7c7c7c;
}

a:hover,
a:focus,
a:active {
  color: #0065a2;
}

.field-type-text-long a,
.field-type-text-with-summary a {
  color: #0065a2;
}

ul {
  list-style: inside;
  padding-left: 0;
}

.off-screen {
  left: -9999px;
  position: absolute;
  top: -9999px;
  margin: 0;
  padding: 0;
}

#language-selector {
  right: 0;
}

#language-selector a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.language-selector {
  background-color: #fff;
  font-size: 90%;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
  padding: 1px;
}

.language-selector li {
  display: inline;
  float: left;
  margin: 0 1px;
}

.language-selector li a {
  padding: 1px 2px;
  margin: 0;
  color: #00f !important;
}

.language-selector li.selected {
  text-align: center;
  display: inline-block;
  padding: 0 2px;
  background-color: #074a8b;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.language-selector li.non-official a {
  background-color: #def;
}

.helptext-wrapper {
  width: 100%;
  min-height: 60px;
  background: #51a5d5 url("../images/question-mark-icon.png") 16px center no-repeat;
  padding: 0 0 0 60px;
  margin-bottom: 15px;
}

.helptext-wrapper .helptext-content {
  display: block;
  min-height: 60px;
  border-left: 10px solid #fff;
  padding: 5px 10px 5px 30px;
  color: #fff;
  background: #51a6d7 url("../images/triangle.png") 0 10px no-repeat;
}

div .list-group-item {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

div .list-group-item:hover,
div .list-group-item:active,
div .list-group-item:focus {
  text-decoration: underline !important;
  background: none;
}

.messages {
  border: none !important;
  color: #fff !important;
  margin: 20px 0 !important;
}

.messages.status {
  background: #bace32 url("../images/status-icon.png") 10px center no-repeat !important;
}

.messages.error {
  background: #ea7354 url("../images/error-icon.png") 10px center no-repeat !important;
}

.messages.warning {
  background: #fec348 url("../images/warning-icon.png") 10px center no-repeat !important;
  color: #916915 !important;
}

.form-actions {
  margin: 10px 0 0 0;
  text-align: right;
  overflow: hidden;
}

.form-actions .form-submit {
  float: right;
}

.form-actions button,
.form-actions a {
  margin-left: 10px;
}

.action-buttons {
  float: right;
  clear: both;
}

.action-buttons span {
  float: right;
  margin-left: 10px;
}

.vertical-tabs .vertical-tabs-panes .form-type-checkbox,
.vertical-tabs .vertical-tabs-panes .form-type-radio,
.vertical-tabs .vertical-tabs-panes label {
  width: 100%;
  text-align: left;
}

.vertical-tabs .vertical-tabs-panes .form-element-wrapper {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.krumo-element,
.krumo-preview {
  color: #000;
}

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

.field-type-text-with-summary li {
  color: #7c7c7c;
}

.field-type-text-with-summary li p {
  color: #7c7c7c;
  margin-bottom: 0;
  display: inline;
}

.feed-icon {
  position: absolute;
  top: 45px;
  right: 45px;
  padding-top: 0 !important;
}

/* CSS injector */

.with-reset-button #views-exposed-form-ecoap-articles-page .views-reset-button {
  float: left;
  clear: left;
  width: auto;
}

.with-reset-button #views-exposed-form-ecoap-articles-page .views-reset-button input {
  margin-top: 0;
}

.with-reset-button #views-exposed-form-ecoap-articles-page .views-submit-button {
  float: right;
  clear: right;
  width: auto;
}

.hide-theme-country #edit-tag-wrapper,
.hide-theme-country #edit-country-wrapper {
  display: none !important;
}

.hide-country #views-exposed-form-ecoap-articles-page #edit-country-wrapper {
  display: none !important;
}

.hide-theme #views-exposed-form-ecoap-articles-page #edit-tag-wrapper {
  display: none !important;
}

.hide-theme #views-exposed-form-ecoap-articles-page #edit-country-wrapper label {
  position: static;
  background: #ececec !important;
  color: #7c7c7c !important;
}

.hide-theme #views-exposed-form-ecoap-articles-page #edit-country-wrapper .views-widget {
  display: block;
}

.hide-filter #edit-tag-wrapper,
.hide-filter #edit-country-wrapper,
.hide-filter .views-reset-button {
  display: none !important;
}

#views-exposed-form-ecoap-articles-page .form-type-bef-link {
  padding-left: 5px;
}

.business-fundings-active .region-sidebar-left #block-menu-block-1 .menu-mlid-1907 a,
.policies-matters-active .region-sidebar-left #block-menu-block-1 .menu-mlid-1905 a,
.research-developments-active .region-sidebar-left #block-menu-block-1 .menu-mlid-1906 a {
  color: #23272b;
  font-weight: bold;
}

.practices-breadcrumbs #path ul.reset-list li:nth-last-child(3) {
  display: none;
}

#views-exposed-form-ecoap-articles-page #edit-sort-bef-combine-wrapper {
  float: right;
  clear: right;
  width: 50%;
}

#views-exposed-form-ecoap-articles-page .views-submit-button {
  display: none;
}

.view-ecoap-articles .view-filters-title h3 {
  margin-top: 20px;
}

#views-exposed-form-ecoap-articles-page .views-widget .description {
  display: none;
}

.node-type-ecoap-article .field-name-field-ecoap-theme .field-item,
.node-type-ecoap-article .field-name-field-ecoap-country .field-item {
  margin: 5px 5px 0 0;
}

.view-ecoap-articles .article-tags ul li,
.view-ecoap-articles .article-tags span {
  margin: 5px 5px 0 0;
}

#menu_new {
  width: 100%;
  padding: 0px 20px 0px 20px;
}

#menu_new li {
  margin-right: 30px;
}

#menu_new li:last-child {
  margin-right: 0;
}

.region-featured #block-search-form {
  top: 55px;
  right: 160px;
  z-index: 1;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 h2 {
  display: none;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content {
  background: none;
  text-align: center;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content ul {
  display: inline-block;
  margin: 0;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li {
  list-style: none;
  display: inline-block;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li a {
  color: #7c7c7c;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 .block-content li a:hover {
  background: #fff !important;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 {
  display: none;
}

.region-footer-bottom #block-menu-menu-secondary-menu--2 ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .region-footer-bottom #block-menu-menu-secondary-menu--2 {
    display: block;
  }
}

.page-node-edit.node-type-ecoap-article .field-name-field-ecoap-article-image {
  float: none !important;
}

.article-with-caption .article-caption {
  position: absolute;
  top: 170px;
  left: 0;
  font-style: italic;
  font-size: 11px;
}

.field-type-text-with-summary .tile-text h3 a {
  color: #23272b;
}

.main-landing-pages .tile {
  vertical-align: top;
}

.main-landing-pages .good-practices {
  visibility: hidden;
}

.new-design .left-column {
  max-width: none;
}

.new-design .tile-text {
  max-width: 723px !important;
}

.new-design .business-funding.tile-image,
.new-design .business-funding.tile-text {
  display: inline-block !important;
  vertical-align: top;
}

.new-design .experts-interviews.tile-image,
.experts-interviews.tile-text {
  display: inline-block !important;
  vertical-align: top;
}

.new-design .tiles-container .experts-interviews.tile-image h3,
.new-design .tiles-container .business-funding.tile-image h3 {
  width: 261px;
}

.new-design .tiles-container .business-funding.tile-image {
  margin-right: 0;
}

.new-design .tiles-container .tile-text {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-bottom: 30px;
  min-height: 172px;
}

.new-design .tiles-container .policy-matters-container {
  border-bottom: none;
  border-top: none;
}

.node-type-ecoap-article .field-name-field-ecoap-article-image .field-image-caption:empty {
  display: none;
}

.node-type-ecoap-article .field-name-field-ecoap-article-image {
  margin-top: 5px;
}

#block-menu-menu-main-menu-new .block-content>ul.menu {
  display: -ms-flexbox;
  display: flex;
}

.node-type-etv-organisation .field,
.node-type-etv-event .field,
.node-type-etv-news .field,
.node-type-etv-document .field {
  overflow: hidden;
}

.field-name-field-etv-org-phone .field-label {
  width: auto !important;
}

.etv-wide-table .view-content {
  margin: 0 -45px 0 -30px;
  font-size: 12px;
}

.etv-wide-cell {
  width: 40%;
}

.etv-wide-cell li {
  margin-left: 0 !important;
}

.group-etv-events-left .field-name-field-etv-body,
.ecoap-box-left .field-name-field-etv-doc-short-tech-desc {
  overflow: visible;
}

.group-etv-events-left .field-name-field-etv-event-logo,
.ecoap-box-left .field-name-field-etv-doc-image {
  float: left;
}

.etv-wide-table table {
  max-width: 652px;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .etv-wide-table table {
    overflow: scroll !important;
  }
}

.etv-wide-table table td {
  padding: 5px !important;
}

.region-featured #block-menu-menu-main-menu-new li {
  font-size: 14px;
  padding: 7px;
}

.page-node-1517 .field-type-image.field {
  display: none;
}

#block-menu-menu-main-menu-new li.country-item .menu-icon {
  background: url("../images/menu_images/country_profile.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.country-item:hover .menu-icon {
  background: url("../images/menu_images/country_profile_white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.country-item.active-trail .menu-icon {
  background: url("../images/menu_images/country_profile_green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.indicators-item .menu-icon {
  background: url("../images/menu_images/indicators.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.indicators-item:hover .menu-icon {
  background: url("../images/menu_images/indicators-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.indicators-item.active-trail .menu-icon {
  background: url("../images/menu_images/indicators-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.etv-item .menu-icon {
  background: url("../images/menu_images/etv-new.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.etv-item:hover .menu-icon {
  background: url("../images/menu_images/etv-new-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.etv-item.active-trail .menu-icon {
  background: url("../images/menu_images/etv-new-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.news-item .menu-icon {
  background: url("../images/menu_images/news-events.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.news-item:hover .menu-icon {
  background: url("../images/menu_images/news-events-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.news-item.active-trail .menu-icon {
  background: url("../images/menu_images/news-events-green.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.community-item .menu-icon {
  background: url("../images/menu_images/community.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.community-item:hover .menu-icon {
  background: url("../images/menu_images/community-white.png") center no-repeat;
}

#block-menu-menu-main-menu-new li.community-item.active-trail .menu-icon {
  background: url("../images/menu_images/community-green.png") center no-repeat;
}

.platform-homepage #layout-body #content-title {
  display: none !important;
}

.platform-pages #block-menu-menu-main-menu-new li.mlid-1910,
.platform-pages #block-menu-menu-main-menu-new li.mlid-1910:hover {
  background: #fff none repeat scroll 0 0;
  border-bottom: 4px solid #158e5e;
  border-top: 0 none;
  padding-bottom: 7px;
}

.platform-pages #block-menu-menu-main-menu-new li.mlid-1910:hover a {
  color: #23272b !important;
}

.platform-pages #block-menu-menu-main-menu-new .block-content li.mlid-1910:hover .menu-icon {
  background: url('../images/menu_images/community-green.png') center no-repeat !important;
}

#main-menu li {
  width: 25% !important;
}

.logged-in.groups-page .nav-tabs {
  margin-bottom: 20px;
}

#comment-body-add-more-wrapper .filter-wrapper {
  display: none;
}

.platform-homepage .region-sidebar-right #main-menu li a {
  background: none !important;
  color: #333;
  border-right: none !important;
}

.platform-homepage .region-sidebar-right .navbar-default {
  background: none !important;
}

.platform-homepage .region-sidebar-right #main-menu {
  margin-bottom: 15px;
}

.platform-homepage .region-sidebar-right #main-menu li a {
  padding: 5px 0;
  text-align: left;
}

.platform-homepage .region-sidebar-right .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
  border-top: 0;
}

.platform-homepage #layout-body #content-title {
  display: block !important;
}

.platform-homepage .main-row {
  padding-top: 15px;
}

.platform-homepage .region-sidebar-right #main-menu li {
  width: 100% !important;
}

.node-type-ecoap-group-document #block-quicktabs-group-documents {
  display: none;
}

@media (max-width: 991px) {
  #layout-header #banner-image-right {
    display: block !important;
    position: absolute !important;
    right: 10px;
    top: 10px;
    width: 135px;
    z-index: 500;
  }
  #block-menu-menu-secondary-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  #path.hidden-xs {
    display: block !important;
    height: auto !important;
    z-index: 501;
    position: relative;
  }
  #layout-header #main-title {
    max-width: 260px;
  }
}

.platform-homepage .main-row .clearfix.visible-sm {
  display: none !important;
}

.platform-homepage #sidebar-right {
  float: right;
}

.view-ecoap-group-documents caption {
  font-size: 15px;
  font-weight: bold;
}

#views-exposed-form-events-page .description {
  display: none;
}

.node-type-event #signup-form,
.node-type-event .signup_anonymous_login {
  display: none;
}

.ecoap-infographic {
  margin-bottom: 25px;
}

.ecoap-infographic h2 {
  color: #89c764;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.ecoap-infographic h3 {
  color: #1a794d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.ecoap-infographic .text-description {
  text-align: center;
  font-size: 12px;
}

.ecoap-infographic .text-description,
.ecoap-infographic .number-description {
  color: #adadaf;
}

.ecoap-infographic .number-description {
  background: url('../images/menu_images/infographic-image1.png') left center no-repeat;
  padding-left: 30px;
  margin-bottom: 0;
}

.ecoap-infographic .tile {
  background: #e9eaec;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.ecoap-infographic ul {
  margin-bottom: 0;
  padding-left: 25px;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  list-style: none;
}

.ecoap-infographic li {
  font-size: 12px;
  color: #676767;
  list-style: none;
  background: url('../images/menu_images/infographic-dot.png') left 7px no-repeat !important;
  padding-left: 10px !important;
  margin-bottom: 5px !important;
}

.ecoap-infographic .first-list {
  background: url('../images/menu_images/infographic-image2.png') left top no-repeat;
}

.ecoap-infographic .second-list {
  background: url('../images/menu_images/infographic-image3.png') left top no-repeat;
}

.ecoap-infographic p.first-list,
.ecoap-infographic p.second-list {
  font-size: 12px;
  padding-left: 25px;
  color: #676767;
}

.ecoap-infographic .bottom-tile {
  width: 100%;
  clear: both;
}

.ecoap-infographic .bottom-url {
  background: url('../images/menu_images/infographic-image4.png') left center no-repeat;
  padding-left: 25px;
  display: block;
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.ecoap-infographic .bottom-url a {
  color: #4aa2ae;
  text-decoration: none;
  font-size: 12px;
}

.ecoap-infographic .info-footer {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
}

.ecoap-infographic .info-footer a {
  color: #4aa2ae;
}

.ecoap-infographic .info-bottom-footer {
  text-align: center;
}

.ecoap-infographic .info-bottom-footer span {
  background: #1b7a4e;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}

@media (max-width: 580px) {
  .ecoap-infographic ul {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .filters--tertiary {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .filters--tertiary,
  .chart--scoreboard {
    width: 100%;
  }
}

.form-item-primary-country,
.form-item-secondary-country {
  display: inline-block;
}

.chart-legend {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 20px 0 10px;
}

.chart-legend--primary {
  background-color: rgb(242, 183, 19);
}

.chart-legend--secondary {
  background-color: rgb(59, 146, 217);
}

.filters .form-type-select>label,
.filters .form-type-radios>label {
  color: #000;
  font-weight: bold;
}

.filters .form-item-indicator {
  margin-bottom: 25px;
}

.filters .radio.form-item-years {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.filters .radio.form-item-years input[type="radio"] {
  display: none;
}

.filters .radio.form-item-years label {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 15px;
  vertical-align: top;
  text-align: center;
}

.filters .radio.form-item-years label:hover,
.filters .radio.form-item-years input[type="radio"]:checked+label {
  background-color: #44c060;
  color: #fff;
}

.filters .description p {
  color: #000;
  font-weight: bold;
  max-width: 130px;
  margin-bottom: 5px;
}
