/*! normalize.css v3.0.0 | 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,
  .dropup > .btn > .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;
  }
}
* {
  -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: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1b1b1b;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #9d0208;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cf030b;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 14px;
}
h3,
.h3 {
  font-size: 13px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #9d0208;
}
a.text-primary:hover {
  color: #6b0105;
}
.text-success {
  color: #1b1b1b;
}
a.text-success:hover {
  color: #010101;
}
.text-info {
  color: #1b1b1b;
}
a.text-info:hover {
  color: #010101;
}
.text-warning {
  color: #1b1b1b;
}
a.text-warning:hover {
  color: #010101;
}
.text-danger {
  color: #1b1b1b;
}
a.text-danger:hover {
  color: #010101;
}
.bg-primary {
  color: #fff;
  background-color: #9d0208;
}
a.bg-primary:hover {
  background-color: #6b0105;
}
.bg-success {
  background-color: #fd555b;
}
a.bg-success:hover {
  background-color: #fc222b;
}
.bg-info {
  background-color: #fd3b43;
}
a.bg-info:hover {
  background-color: #fc0913;
}
.bg-warning {
  background-color: #f2dede;
}
a.bg-warning:hover {
  background-color: #e4b9b9;
}
.bg-danger {
  background-color: #e4b9b9;
}
a.bg-danger:hover {
  background-color: #d59595;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 14px;
  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.42857143;
  color: #999999;
}
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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #1b1b1b;
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
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: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #fd555b;
}
.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.success:hover > th {
  background-color: #fd3b43;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #fd3b43;
}
.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.info:hover > th {
  background-color: #fc222b;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f2dede;
}
.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.warning:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #e4b9b9;
}
.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.danger:hover > th {
  background-color: #dca7a7;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 18px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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"] {
  line-height: 32px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 43px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 43px;
  line-height: 43px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #1b1b1b;
}
.has-success .form-control {
  border-color: #1b1b1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #010101;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
}
.has-success .input-group-addon {
  color: #1b1b1b;
  border-color: #1b1b1b;
  background-color: #fd555b;
}
.has-success .form-control-feedback {
  color: #1b1b1b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #1b1b1b;
}
.has-warning .form-control {
  border-color: #1b1b1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #010101;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
}
.has-warning .input-group-addon {
  color: #1b1b1b;
  border-color: #1b1b1b;
  background-color: #f2dede;
}
.has-warning .form-control-feedback {
  color: #1b1b1b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #1b1b1b;
}
.has-error .form-control {
  border-color: #1b1b1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #010101;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e4e4e;
}
.has-error .input-group-addon {
  color: #1b1b1b;
  border-color: #1b1b1b;
  background-color: #e4b9b9;
}
.has-error .form-control-feedback {
  color: #1b1b1b;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5b5b5b;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 25px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  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.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #9d0208;
  border-color: #840207;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #750106;
  border-color: #470104;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9d0208;
  border-color: #840207;
}
.btn-primary .badge {
  color: #9d0208;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #9d0208;
  border-color: #840207;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #750106;
  border-color: #470104;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #9d0208;
  border-color: #840207;
}
.btn-success .badge {
  color: #9d0208;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #878787;
  border-color: #7a7a7a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #737373;
  border-color: #5c5c5c;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #878787;
  border-color: #7a7a7a;
}
.btn-info .badge {
  color: #878787;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #878787;
  border-color: #7a7a7a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #737373;
  border-color: #5c5c5c;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #878787;
  border-color: #7a7a7a;
}
.btn-warning .badge {
  color: #878787;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #9d0208;
  border-color: #840207;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #750106;
  border-color: #470104;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #9d0208;
  border-color: #840207;
}
.btn-danger .badge {
  color: #9d0208;
  background-color: #ffffff;
}
.btn-link {
  color: #9d0208;
  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;
  -moz-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: #cf030b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-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 {
  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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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 {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #9d0208;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-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.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn: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),
.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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn: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 {
  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 {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  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,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #9d0208;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #ffffff;
  background-color: #9d0208;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse,
  .navbar-collapse li.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: 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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
}
@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: 16px 10px;
  font-size: 16px;
  line-height: 18px;
  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: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 8px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-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-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-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: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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);
  -moz-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: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@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;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #9d0208;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #cf030b;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #9d0208;
  border-color: #9d0208;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.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: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #9d0208;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #6b0105;
}
.label-success {
  background-color: #9d0208;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #6b0105;
}
.label-info {
  background-color: #878787;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #6e6e6e;
}
.label-warning {
  background-color: #878787;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #6e6e6e;
}
.label-danger {
  background-color: #9d0208;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #6b0105;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #9d0208;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.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;
}
.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: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #9d0208;
}
.thumbnail .caption {
  padding: 9px;
  color: #1b1b1b;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #fd555b;
  border-color: #fd3b63;
  color: #1b1b1b;
}
.alert-success hr {
  border-top-color: #fc224f;
}
.alert-success .alert-link {
  color: #010101;
}
.alert-info {
  background-color: #fd3b43;
  border-color: #fc1847;
  color: #1b1b1b;
}
.alert-info hr {
  border-top-color: #f80335;
}
.alert-info .alert-link {
  color: #010101;
}
.alert-warning {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #1b1b1b;
}
.alert-warning hr {
  border-top-color: #e4b9c0;
}
.alert-warning .alert-link {
  color: #010101;
}
.alert-danger {
  background-color: #e4b9b9;
  border-color: #dca7b0;
  color: #1b1b1b;
}
.alert-danger hr {
  border-top-color: #d595a0;
}
.alert-danger .alert-link {
  color: #010101;
}
@-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: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #9d0208;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: 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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #9d0208;
}
.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: 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: #878787;
}
.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: 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: #878787;
}
.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: 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: #9d0208;
}
.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: 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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #9d0208;
  border-color: #9d0208;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fd6e73;
}
.list-group-item-success {
  color: #1b1b1b;
  background-color: #fd555b;
}
a.list-group-item-success {
  color: #1b1b1b;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #1b1b1b;
  background-color: #fd3b43;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-info {
  color: #1b1b1b;
  background-color: #fd3b43;
}
a.list-group-item-info {
  color: #1b1b1b;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #1b1b1b;
  background-color: #fc222b;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-warning {
  color: #1b1b1b;
  background-color: #f2dede;
}
a.list-group-item-warning {
  color: #1b1b1b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #1b1b1b;
  background-color: #ebcccc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-danger {
  color: #1b1b1b;
  background-color: #e4b9b9;
}
a.list-group-item-danger {
  color: #1b1b1b;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #1b1b1b;
  background-color: #dca7a7;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.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 #f0f0f0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f0f0f0;
}
.panel-default {
  border-color: #f0f0f0;
}
.panel-default > .panel-heading {
  color: #1b1b1b;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0f0f0;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0f0f0;
}
.panel-primary {
  border-color: #9d0208;
}
.panel-primary > .panel-heading {
  color: #9d0208;
  background-color: #9d0208;
  border-color: #9d0208;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9d0208;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9d0208;
}
.panel-success {
  border-color: #fd3b63;
}
.panel-success > .panel-heading {
  color: #1b1b1b;
  background-color: #fd555b;
  border-color: #fd3b63;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fd3b63;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fd3b63;
}
.panel-info {
  border-color: #fc1847;
}
.panel-info > .panel-heading {
  color: #1b1b1b;
  background-color: #fd3b43;
  border-color: #fc1847;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fc1847;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fc1847;
}
.panel-warning {
  border-color: #ebccd1;
}
.panel-warning > .panel-heading {
  color: #1b1b1b;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-danger {
  border-color: #dca7b0;
}
.panel-danger > .panel-heading {
  color: #1b1b1b;
  background-color: #e4b9b9;
  border-color: #dca7b0;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dca7b0;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dca7b0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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: auto;
  overflow-y: scroll;
  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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@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);
    -moz-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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  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;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  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 (min-width: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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 (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-regular.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300italic.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-italic.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500italic.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600italic.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700italic.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800italic.eot');
  src: local(''), url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/sites/all/themes/salto2014/fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
#user-profile-form .change-profile-picture {
  z-index: 1;
}
.field-widget-taxonomy-autocomplete .dropdown ul {
  left: 0;
}
body .token-input-dropdown-minimal {
  margin-top: 0 !important;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 710px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 940px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.node footer {
  display: block;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 16px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #9d0208 !important;
  border-color: #9d0208 !important;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 0px 0px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #999999;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #1b1b1b;
}
div.error,
table tr.error {
  background-color: #e4b9b9;
  color: #1b1b1b;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #1b1b1b;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #cccccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #1b1b1b;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #999999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #9d0208;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  line-height: 15px;
  width: 16px;
  font-size: 14px !important;
  height: 16px;
}
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0px 0px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0px 0px 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0px 0 0 0px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0px 0px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #010101;
}
.alert-info a {
  color: #010101;
}
.alert-warning a {
  color: #010101;
}
.alert-danger a {
  color: #010101;
}
.nav-tabs .tooltip-inner {
  max-height: 60px;
  width: 200px;
}
.col-md-3 .tooltip-inner {
  width: 200px;
}
.modal-body .comment-wrapper .ajax-comment-wrapper {
  background-color: #fcfcfc;
}
.modal-body .comment-wrapper {
  margin-top: 20px;
}
.modal-body .comment-form {
  background-color: #fcfcfc;
  padding: 15px;
}
#modal-content {
  overflow: hidden;
  overflow-y: auto;
}
#modal-content .tooltip {
  z-index: 1500 !important;
  position: fixed;
}
#modal-content .comment-form {
  margin-top: 15px;
}
#modal-content fieldset.filter-wrapper {
  display: none;
}
#modalContent {
  overflow: inherit !important;
}
.password-indicator {
  background-color: #C4C4C4;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47C965;
}
.password-confirm .ok {
  color: green;
}
.media-widget div[title$=".pdf"] span.file img {
  position: absolute;
  z-index: 1;
}
.media-widget div[title$=".pdf"] a {
  visibility: hidden;
}
.media-widget div[title$=".pdf"] label {
  padding-left: 0px;
}
.collaboration-wrapper .token-input-list-minimal .user-picture {
  margin-right: 5px;
}
.collaboration-wrapper .token-input-list-minimal .field-name-field-user-picture img {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div {
  z-index: 2 !important;
}
.view-home-tabs {
  position: relative;
}
.view-home-tabs .pane-action-links {
  margin: 0;
  position: absolute;
  bottom: 0;
}
.view-home-tabs .nav-tabs li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.view-home-tabs .nav-tabs li.active a:focus {
  color: #fff;
}
.col-md-3 .pane-user-login #user-login-form a {
  display: block;
  text-align: right;
}
#privatemsg-new #edit-body-format {
  display: none;
}
.view .pagination .progress-disabled {
  float: left;
}
.pagination li.active a {
  color: #fff !important;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 10px;
}
.main-content video,
.main-content audio,
.main-content img {
  max-width: 100%;
  height: auto;
}
.quick-guide-wrapper.hidden {
  display: none;
}
#quick-guide .pane-content {
  padding: 0;
}
#quick-guide .carousel {
  margin-bottom: 2.5em;
  color: #878787;
}
#quick-guide .carousel .carousel-inner .item p {
  margin: 0;
}
#quick-guide .carousel .carousel-inner .item p:first-child {
  display: none;
}
#quick-guide .carousel .carousel-inner .item p:last-of-type,
#quick-guide .carousel .carousel-inner .item :not(p) {
  display: block;
}
#quick-guide .carousel .carousel-caption {
  left: 15%;
  right: 15%;
}
#quick-guide .carousel .carousel-caption p {
  color: white;
  text-shadow: none;
  background: #1b1b1b;
  padding: 0.5em;
}
#quick-guide .carousel .carousel-caption img {
  max-width: 50%;
  margin: auto;
}
#quick-guide .carousel .carousel-indicators {
  bottom: -30px;
}
#quick-guide .carousel .carousel-indicators li {
  background-color: #878787;
  border: 1px solid #878787;
}
#quick-guide .carousel .carousel-indicators li.active {
  background-color: #1b1b1b;
}
#quick-guide a.play-link {
  font-size: 8em;
  color: #1b1b1b;
}
#quick-guide video {
  min-height: 240px;
  max-width: 100%;
  margin: auto;
}
#quick-guide .furthermore {
  line-height: 2em;
}
#quick-guide .show-not-more {
  cursor: pointer;
}
#og_invite_page .primary,
.accordion-container .accordion-button,
.salto-93.file .card h2,
.salto-93.file .card h3,
.node-post .card .header h2,
.node-post .card .header h3,
.salto_file_listing .card .header h2,
.salto_file_listing .card .header h3 {
  color: #9d0208 !important;
}
.chip:hover,
label.chip:hover {
  background-color: #9d0208 !important;
}
.chip.active,
label.chip.active {
  background-color: #9d0208 !important;
}
#privatemsg-new button.form-submit .float,
.floating-button-wrapper .float {
  background-color: #9d0208 !important;
}
#privatemsg-new button.form-submit ul a,
.floating-button-wrapper ul a {
  background-color: #9d0208 !important;
}
.form-type-textarea {
  position: relative !important;
}
header#navbar {
  background-color: #ffffff;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #fefefe;
  position: sticky;
  top: 22px;
  z-index: 1;
}
.navbar-nav {
  margin: 8px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
.navbar-nav.secondary {
  float: right;
  padding: 0;
  background: #1b1b1b;
  width: 100%;
  margin-right: 8px;
}
.navbar-nav.secondary > li > a {
  padding: 4px;
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navbar-nav > li > a.active {
    border-bottom: 4px solid #f00;
    background-color: #ffffff;
  }
}
#navbar {
  margin-top: 0px;
  margin-bottom: 10px;
  background: none;
  border: none;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.userbar {
  background-color: #1b1b1b;
  color: #ffffff;
  z-index: 1001;
  text-align: right;
}
.navbar .logo {
  margin-top: 12px;
}
header#navbar.adh .navbar-header .logo img {
  height: 75px;
  margin: 8px 0;
}
.navbar-default .navbar-nav {
  float: right;
  margin-right: 226px;
}
.navbar-default .navbar-nav > li {
  position: relative;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  display: table-cell;
  padding: 0 11px;
  height: 85px;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  color: #878787;
}
.navbar-default .navbar-nav > li > a.active {
  border-bottom: 0;
}
.navbar-default .navbar-nav > li.active:after,
.navbar-default .navbar-nav > li.active-trail:after,
.navbar-default .navbar-nav > #licenses-menu .active:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #9d0208;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active-trail > a {
  background-color: #f0f0f0;
  border: none;
  position: relative;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #878787;
  background-color: #fafafa;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.navbar-user {
  padding: 0;
}
.navbar-user > .navbar-nav > li {
  margin-left: 30px;
}
.navbar-nav.secondary > li > a,
.navbar-user > li > a:hover,
.navbar-user > li > a:focus,
.navbar-user .open > a,
.navbar-user .open > a:hover,
.navbar-user .open > a:focus {
  background-color: #eeeeee;
  border-color: #fcb131;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  padding: 2px;
  background: none;
  border: none;
}
.navbar-nav.secondary > li > a.action_message,
.navbar-user > li > a:hover.action_message,
.navbar-user > li > a:focus.action_message,
.navbar-user .open > a.action_message,
.navbar-user .open > a:hover.action_message,
.navbar-user .open > a:focus.action_message {
  font-size: 12px;
}
.navbar-user .action_message:before,
.navbar-user .help-dropdown-link:before,
.navbar-user .action_account_dropdown:before,
.navbar-user .notifications-dropdown-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 7px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.navbar-default .navbar-nav > li.locked a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  content: '\e830';
  top: -60px;
  color: #878787;
  float: right;
  left: 4px;
}
.navbar-user .action_message:before {
  content: '\e807';
}
.navbar-user .help-dropdown-link:before {
  content: '\e812';
  font-size: 13px;
}
.navbar-user .notifications-dropdown-link:before {
  content: '\e82f';
}
.navbar-user .action_account_dropdown:before {
  content: '\e806';
}
.dropdown-menu {
  border-radius: none;
  right: 0;
  font-weight: inherit;
  left: auto;
}
.navbar-header {
  overflow: hidden;
}
.nhleft {
  width: 114px;
}
.nhright {
  position: absolute;
  right: 26px;
  width: 200px;
}
.nhright img {
  margin-left: -92px;
}
.main-content {
  word-wrap: break-word;
}
.main-content #salto-search-search-form .icon-search {
  display: none;
}
.main-content h2 {
  font-size: 21px;
  line-height: 25px;
}
.main-content h1 {
  font-size: 25px;
  line-height: 25px;
  color: #9b9b9b;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 18px;
}
.main-content video,
.main-content audio,
.main-content img {
  max-width: 100%;
}
.main-content .salto-online-meeting-recordings-actions {
  display: block !important;
}
.main-content .salto-online-meeting-recordings-actions .salto-online-meeting-recordings-wrapper .snapbutton {
  float: right;
}
.main-container ul.no-list {
  padding-inline-start: 0;
}
.main-container ul.no-list li {
  list-style-type: none;
  padding: 0.2rem;
}
.main-content .view .progress-disabled {
  float: left;
}
.main-content .view .progress-disabled i {
  font-size: 11px;
}
h2,
.h2 {
  font-size: 31px;
  line-height: 31px;
  margin-bottom: 14px;
  margin-top: 0;
  color: #9b9b9b;
  font-weight: 300;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 216px;
}
.breadcrumb,
.breadcrumb a {
  color: #9b9b9b;
}
.panel-separator,
.panel-flexible .panel-separator {
  height: 1px;
  margin-top: 20px;
}
.btn-primary:hover,
.button:hover {
  background-color: #cf030b !important;
}
a:hover {
  text-decoration: none;
}
a.more,
.view-footer a,
#salto_og_users_selector_load_all {
  display: block;
  color: #9b9b9b;
  text-align: right;
  font-weight: 700;
}
a.more:after,
.view-footer a:after,
#salto_og_users_selector_load_all:after {
  font-family: "fontello";
  content: '\e803';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-left: 6px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.main-container {
  padding-top: 16px;
}
.submitted {
  font-style: normal;
  color: #9b9b9b;
  margin-bottom: 7px;
  font-size: 12px;
}
.submitted a {
  font-weight: 700;
  color: inherit;
}
.menu-block-wrapper a {
  padding: 8px 12px;
  border-bottom: 1px dotted #fff;
}
.menu-block-wrapper > ul > li.expanded > a {
  border-bottom: none;
}
.menu-block-wrapper .expanded > a > .arrow:after,
.menu-block-wrapper .collapsed > a > .arrow:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
  font-size: 16px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.menu-block-wrapper .expanded > a > .arrow:after {
  content: '\e804';
}
.menu-block-wrapper .collapsed > a > .arrow:after {
  content: '\e801';
}
.menu-block-wrapper .collapsed > ul {
  display: none;
}
.menu-block-wrapper ul ul a,
.menu-block-wrapper ul ul a:hover,
.menu-block-wrapper ul ul a:focus,
.menu-block-wrapper ul ul .last.expanded > a {
  color: #1b1b1b;
  border-bottom: 1px dotted #767676;
}
.menu-block-wrapper > ul > .last > a,
.menu-block-wrapper > ul > li > ul > .last > a,
.menu-block-wrapper > ul > li > ul > .last > ul > li.last > a,
.menu-block-wrapper > ul > li > ul > .last > ul > li.last > ul > li.last > a,
.menu-block-wrapper > ul > li:last-child > a,
.menu-block-wrapper > ul > li > ul > li:last-child > a,
.menu-block-wrapper > ul > li > ul > li:last-child > ul > li:last-child > a,
.menu-block-wrapper > ul > li > ul > li:last-child > ul > li:last-child > ul > li:last-child > a {
  border-bottom: none;
}
.menu-block-wrapper .noborder a,
.menu-block-wrapper .noborder a:hover,
.menu-block-wrapper .noborder a:focus {
  border: none;
  padding-bottom: 20px;
}
.menu-block-wrapper > ul > li > a {
  background-color: #878787;
  color: #fff;
}
.menu-block-wrapper > ul > li > a:hover,
.menu-block-wrapper > ul > li > a:focus {
  background-color: #737373;
}
.menu-block-wrapper > ul > li > ul > li > a {
  background-color: #f0f0f0;
}
.menu-block-wrapper > ul > li > ul > li > a:hover,
.menu-block-wrapper > ul > li > ul > li > a:focus {
  background-color: #e6e6e6;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > a {
  background-color: #FBFBFB;
  padding-left: 25px;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > a:hover,
.menu-block-wrapper > ul > li > ul > li > ul > li > a:focus {
  background-color: #f6f6f6;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > a {
  background-color: #ffffff;
  padding-left: 35px;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  background-color: #ffffff;
  padding-left: 45px;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  background-color: #ffffff;
  padding-left: 55px;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  background-color: #ffffff;
  padding-left: 65px;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  background-color: #ffffff;
  padding-left: 75px;
}
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover,
.menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > a:focus {
  background-color: #fcfcfc;
}
.menu-block-wrapper .menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li a,
.menu-block-wrapper .menu-block-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li a:hover {
  border-bottom: medium none;
  padding-bottom: 0;
  padding-left: 45px;
  background: none;
}
.menu-block-wrapper li.active-trail > a,
.menu-block-wrapper > ul > li.active-trail > a,
.menu-block-wrapper > ul > li > ul > li.active-trail > a,
.menu-block-wrapper li.active > a {
  font-weight: 700;
}
.menu-block-wrapper .menu li ul ul {
  display: none;
}
.menu-block-wrapper .menu li.active-trail > ul,
.menu-block-wrapper .menu li.active > ul {
  display: block;
}
.menu-block-ctools-menu-knowledgebase-left-1 a:before {
  font-family: "fontello";
  content: "\e82c";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 9px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.node,
.file,
.heartbeat-stream-siteactivity {
  position: relative;
}
.node span.title-access,
.file span.title-access,
.heartbeat-stream-siteactivity span.title-access {
  position: static;
  width: 22px;
  height: 22px;
  text-align: center;
}
.node span.title-access:before,
.file span.title-access:before,
.heartbeat-stream-siteactivity span.title-access:before {
  font-size: 16px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  color: #9b9b9b;
}
.node span.title-access-public:before,
.file span.title-access-public:before,
.heartbeat-stream-siteactivity span.title-access-public:before {
  content: '\e82f';
}
.node span.title-access-all:before,
.file span.title-access-all:before,
.heartbeat-stream-siteactivity span.title-access-all:before {
  content: '\e832';
}
.node span.title-access-organisation:before,
.file span.title-access-organisation:before,
.heartbeat-stream-siteactivity span.title-access-organisation:before {
  content: '\e80c';
}
.node span.title-access-group:before,
.file span.title-access-group:before,
.heartbeat-stream-siteactivity span.title-access-group:before {
  content: '\e80c';
}
.node span.title-access-author:before,
.file span.title-access-author:before,
.heartbeat-stream-siteactivity span.title-access-author:before {
  content: '\e830';
}
i.icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}
i.icon-caution:before {
  content: '\e834';
}
i.icon-edit:before {
  content: '\e805';
}
i.icon-article:before:before {
  content: '\e822';
}
i.icon-question:before {
  content: '\e812';
}
i.icon-report:before {
  content: '\e81d';
}
i.icon-comment:before {
  content: '\e80a';
}
i.icon-download:before {
  content: '\e81b';
}
i.icon-upload:before {
  content: '\e81c';
}
i.icon-useradd:before {
  content: '\e809';
}
i.icon-revision:before {
  content: '\e821';
}
i.icon-delete:before {
  content: '\e828';
}
i.icon-cancel:before {
  content: '\e816';
}
i.icon-educoncept:before {
  content: '\e80e';
}
i.icon-organisation:before {
  content: '\e80c';
}
i.icon-help:before {
  content: '\e818';
}
i.icon-check:before {
  content: '\e815';
}
i.icon-share:before {
  content: '\E80F';
}
i.icon-tag:before {
  content: '\e81a';
}
i.icon-megaphone:before {
  content: '\e833';
}
i.icon-save:before {
  content: '\e838';
}
i.icon-star:before {
  content: '\e825';
}
i.icon-user:before {
  content: '\e806';
}
i.icon-locked:before {
  content: '\e830';
}
i.icon-access-public:before {
  content: '\e82f';
}
i.icon-access-author:before {
  content: '\e830';
}
i.icon-access-organisation:before {
  content: '\e80c';
}
i.icon-access-group:before {
  content: '\e80c';
}
i.icon-access-all:before {
  content: '\e832';
}
.file span.title-access,
.view-group-content span.title-access {
  top: 0px;
  right: 10px;
}
.username {
  font-weight: 700;
}
.comment-wrapper .comments-sorting {
  float: left;
  padding-left: 15px;
  margin-bottom: 15px !important;
}
.comment-wrapper .comments-sorting a {
  color: #555555;
  font-weight: bold;
}
.comment-wrapper .comments-sorting .arrow-down {
  border-top-color: #555555;
}
.comment-wrapper .comments-sorting arrow-up {
  border-bottom-color: #555555;
}
.comment-wrapper .comment-form {
  clear: both;
}
.comment-wrapper .comment-form {
  clear: both;
}
.comment-wrapper h2 {
  display: none;
}
.comment-wrapper .ajax-comment-wrapper {
  clear: both;
  padding: 12px;
  padding-right: 12px;
  background: #f0f0f0;
}
.comment-wrapper .ajax-comment-wrapper.indented {
  border-left: 22px solid #fafafa;
  padding-left: 0;
  background: #fcfcfc;
  margin-left: 0px;
}
.comment-wrapper .ajax-comment-wrapper .links {
  margin-top: 8px;
  text-align: right;
}
.comment-wrapper > div > .ajax-comment-wrapper {
  padding-right: 12px;
}
.comment-wrapper .comment-form {
  padding: 12px;
  background: #f0f0f0;
}
.comment-wrapper .ajax-comment-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.comment-wrapper .ajax-content-reply-cancel {
  margin-left: 20px;
}
.comment-wrapper .username {
  font-size: 13px;
  color: #1b1b1b;
  font-weight: 700;
}
.comment-wrapper .submitted {
  margin-bottom: 6px;
  font-size: 12px;
}
.comment-wrapper .user-picture {
  float: left;
}
.comment-wrapper .form-textarea {
  height: 90px;
}
.comment-wrapper .confirmation,
.comment-wrapper .content,
.comment-wrapper .links,
.comment-wrapper .submitted,
.comment-wrapper h3,
.comment-wrapper #messages {
  margin-left: 70px;
}
.comment-wrapper .comment-form div[id^="edit-author"] {
  display: none;
}
.node .user-picture {
  margin: 0 20px 0px 0;
  display: inline-block;
}
.node .ajax-comment-wrapper .user-picture {
  margin-right: 10px;
  margin-bottom: 0px;
  position: absolute;
  width: 64px;
}
.node .ajax-comment-wrapper .user-picture .field-name-field-user-picture {
  margin-bottom: 0px;
}
.node > .content:after {
  content: " ";
  display: block;
  clear: both;
}
.pane-node-content .pane-title {
  padding-right: 5px;
}
.pane-node-content .field-name-body,
.pane-node-content .field-name-field-post-tags {
  margin-bottom: 20px;
}
.bip_side_box,
.pane-salto-files-usage,
.home_latest_video {
  margin-top: 10px;
  word-wrap: break-word;
  border-radius: 8px;
}
.bip_side_box .panel-heading,
.pane-salto-files-usage .panel-heading,
.home_latest_video .panel-heading {
  border-radius: 8px;
}
.panel,
.panel-default .pane-salto-core-context-actions,
.pane-activities-panel-pane-1,
.pane-latest-articles,
.bip_side_box,
.pane-action-links,
.people-org-pane,
.home_latest_video {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #878787;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 5px;
}
.panel .pane-content.empty-text,
.panel-default .pane-salto-core-context-actions .pane-content.empty-text,
.pane-activities-panel-pane-1 .pane-content.empty-text,
.pane-latest-articles .pane-content.empty-text,
.bip_side_box .pane-content.empty-text,
.pane-action-links .pane-content.empty-text,
.people-org-pane .pane-content.empty-text,
.home_latest_video .pane-content.empty-text {
  background-color: transparent;
}
.panel-heading,
.pane-activities-panel-pane-1 .pane-title,
.pane-latest-articles .pane-title,
.home_latest_video .pane-title,
.bip_side_box .pane-title,
.people-org-pane .pane-title,
.bip_side_box .pane-content {
  padding: 12px 12px 10px 12px;
  background-color: #f0f0f0;
}
.panel-title,
.pane-activities-panel-pane-1 .pane-title,
.pane-latest-articles .pane-title,
.home_latest_video .pane-title,
.bip_side_box .pane-title,
.people-org-pane .pane-title {
  font-size: 13px;
  color: #9d0208;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 0px;
}
.bip_side_box .pane-organisation-invites-panel-pane-2 a.btn {
  color: #fff;
  padding: 4px 7px;
}
.panel-body {
  padding: 0 12px 12px;
}
.pane-node-content .pane-content h2 {
  font-size: 24px;
  margin: 20px 0 10px;
}
.pane-node-content .pane-content ul,
.pane-node-content .pane-content ol {
  margin-left: 0;
  padding-left: 0;
  padding-inline-start: 0em;
}
.pane-node-content #quill-mention-list {
  padding: 0;
  padding-inline-start: 0;
}
.pane-node-content #quill-mention-list li {
  margin: 0;
}
.pane-node-content .pane-content li {
  margin: 0 0 4px 30px;
  padding-left: 5px;
}
.pane-activities-panel-pane-1,
.home_latest_video,
.home_latest_articles .home_latest_video,
.bip_side_box,
.pane-knowledgebase-references-compact,
.pane-node-field-references {
  padding: 0 !important;
  padding-bottom: 20px;
}
.pane-activities-panel-pane-1 .views-row,
.home_latest_video .views-row,
.home_latest_articles .home_latest_video .views-row,
.bip_side_box .views-row,
.pane-knowledgebase-references-compact .views-row,
.pane-node-field-references .views-row {
  margin-bottom: 9px;
  border-bottom: 1px dotted #767676;
  min-height: 20px !important;
  position: relative;
}
.pane-activities-panel-pane-1 .views-row:last-child,
.home_latest_video .views-row:last-child,
.home_latest_articles .home_latest_video .views-row:last-child,
.bip_side_box .views-row:last-child,
.pane-knowledgebase-references-compact .views-row:last-child,
.pane-node-field-references .views-row:last-child {
  border: none;
}
.pane-activities-panel-pane-1 .views-row.activity-example-create-node:before,
.home_latest_video .views-row.activity-example-create-node:before,
.home_latest_articles .home_latest_video .views-row.activity-example-create-node:before,
.bip_side_box .views-row.activity-example-create-node:before,
.pane-knowledgebase-references-compact .views-row.activity-example-create-node:before,
.pane-node-field-references .views-row.activity-example-create-node:before,
.pane-activities-panel-pane-1 .views-row.activity-example-create-comment:before,
.home_latest_video .views-row.activity-example-create-comment:before,
.home_latest_articles .home_latest_video .views-row.activity-example-create-comment:before,
.bip_side_box .views-row.activity-example-create-comment:before,
.pane-knowledgebase-references-compact .views-row.activity-example-create-comment:before,
.pane-node-field-references .views-row.activity-example-create-comment:before,
.pane-activities-panel-pane-1 .view-id-latest_articles .view-content a:before,
.home_latest_video .view-id-latest_articles .view-content a:before,
.home_latest_articles .home_latest_video .view-id-latest_articles .view-content a:before,
.bip_side_box .view-id-latest_articles .view-content a:before,
.pane-knowledgebase-references-compact .view-id-latest_articles .view-content a:before,
.pane-node-field-references .view-id-latest_articles .view-content a:before,
.pane-activities-panel-pane-1 .views-row.type-kb-question:before,
.home_latest_video .views-row.type-kb-question:before,
.home_latest_articles .home_latest_video .views-row.type-kb-question:before,
.bip_side_box .views-row.type-kb-question:before,
.pane-knowledgebase-references-compact .views-row.type-kb-question:before,
.pane-node-field-references .views-row.type-kb-question:before,
.pane-activities-panel-pane-1 .views-row.type-kb-report:before,
.home_latest_video .views-row.type-kb-report:before,
.home_latest_articles .home_latest_video .views-row.type-kb-report:before,
.bip_side_box .views-row.type-kb-report:before,
.pane-knowledgebase-references-compact .views-row.type-kb-report:before,
.pane-node-field-references .views-row.type-kb-report:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 22px;
  font-size: 16px;
  position: absolute;
  left: 12px;
  top: 2px;
}
.pane-activities-panel-pane-1 .views-row.activity-example-create-node:before,
.home_latest_video .views-row.activity-example-create-node:before,
.home_latest_articles .home_latest_video .views-row.activity-example-create-node:before,
.bip_side_box .views-row.activity-example-create-node:before,
.pane-knowledgebase-references-compact .views-row.activity-example-create-node:before,
.pane-node-field-references .views-row.activity-example-create-node:before,
.pane-activities-panel-pane-1 .view-id-latest_articles .views-row a:before,
.home_latest_video .view-id-latest_articles .views-row a:before,
.home_latest_articles .home_latest_video .view-id-latest_articles .views-row a:before,
.bip_side_box .view-id-latest_articles .views-row a:before,
.pane-knowledgebase-references-compact .view-id-latest_articles .views-row a:before,
.pane-node-field-references .view-id-latest_articles .views-row a:before {
  content: '\e822';
}
.pane-activities-panel-pane-1 .views-row.activity-example-create-comment:before,
.home_latest_video .views-row.activity-example-create-comment:before,
.home_latest_articles .home_latest_video .views-row.activity-example-create-comment:before,
.bip_side_box .views-row.activity-example-create-comment:before,
.pane-knowledgebase-references-compact .views-row.activity-example-create-comment:before,
.pane-node-field-references .views-row.activity-example-create-comment:before {
  content: '\e80a';
}
.pane-activities-panel-pane-1 .views-row.type-kb-question:before,
.home_latest_video .views-row.type-kb-question:before,
.home_latest_articles .home_latest_video .views-row.type-kb-question:before,
.bip_side_box .views-row.type-kb-question:before,
.pane-knowledgebase-references-compact .views-row.type-kb-question:before,
.pane-node-field-references .views-row.type-kb-question:before {
  content: '\e812';
  top: 0px;
}
.pane-activities-panel-pane-1 .views-row.type-kb-report:before,
.home_latest_video .views-row.type-kb-report:before,
.home_latest_articles .home_latest_video .views-row.type-kb-report:before,
.bip_side_box .views-row.type-kb-report:before,
.pane-knowledgebase-references-compact .views-row.type-kb-report:before,
.pane-node-field-references .views-row.type-kb-report:before {
  content: '\e80d';
  top: 0px;
  left: 10px;
}
.pane-activities-panel-pane-1 .views-row:after,
.home_latest_video .views-row:after,
.home_latest_articles .home_latest_video .views-row:after,
.bip_side_box .views-row:after,
.pane-knowledgebase-references-compact .views-row:after,
.pane-node-field-references .views-row:after {
  content: " ";
  display: block;
  clear: both;
}
.pane-activities-panel-pane-1 .views-row > div,
.home_latest_video .views-row > div,
.home_latest_articles .home_latest_video .views-row > div,
.bip_side_box .views-row > div,
.pane-knowledgebase-references-compact .views-row > div,
.pane-node-field-references .views-row > div,
.pane-activities-panel-pane-1 .views-row > span,
.home_latest_video .views-row > span,
.home_latest_articles .home_latest_video .views-row > span,
.bip_side_box .views-row > span,
.pane-knowledgebase-references-compact .views-row > span,
.pane-node-field-references .views-row > span {
  display: block;
}
.pane-activities-panel-pane-1 a,
.home_latest_video a,
.home_latest_articles .home_latest_video a,
.bip_side_box a,
.pane-knowledgebase-references-compact a,
.pane-node-field-references a {
  color: inherit;
  font-weight: 700;
}
.pane-activities-panel-pane-1 .views-field-field-user-picture,
.home_latest_video .views-field-field-user-picture,
.home_latest_articles .home_latest_video .views-field-field-user-picture,
.bip_side_box .views-field-field-user-picture,
.pane-knowledgebase-references-compact .views-field-field-user-picture,
.pane-node-field-references .views-field-field-user-picture {
  float: left;
  position: relative;
  top: 2px;
}
.pane-activities-panel-pane-1 .views-field-timestamp,
.home_latest_video .views-field-timestamp,
.home_latest_articles .home_latest_video .views-field-timestamp,
.bip_side_box .views-field-timestamp,
.pane-knowledgebase-references-compact .views-field-timestamp,
.pane-node-field-references .views-field-timestamp,
.pane-activities-panel-pane-1 .views-field-created,
.home_latest_video .views-field-created,
.home_latest_articles .home_latest_video .views-field-created,
.bip_side_box .views-field-created,
.pane-knowledgebase-references-compact .views-field-created,
.pane-node-field-references .views-field-created {
  color: #9b9b9b;
  margin-top: 2px;
}
.pane-activities-panel-pane-1 .views-row > .views-field-type,
.home_latest_video .views-row > .views-field-type,
.home_latest_articles .home_latest_video .views-row > .views-field-type,
.bip_side_box .views-row > .views-field-type,
.pane-knowledgebase-references-compact .views-row > .views-field-type,
.pane-node-field-references .views-row > .views-field-type {
  display: none;
}
.pager {
  margin: 0;
  padding: 18px 0;
}
.pagination {
  overflow: unset !important;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  font-weight: 700;
  border-radius: 50px;
  width: 2rem;
  height: 2rem;
  border: none;
  float: unset;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.07000000000000001);
}
.pagination li.active a {
  background: #9d0208;
  border-radius: 50px;
  color: #fff !important;
  pointer-events: none;
}
.pagination li:not(.active) a:visited {
  color: darkgray !important;
}
.pagination li a:active {
  box-shadow: unset;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  color: #9b9b9b;
  background-color: #D9D9D9;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #fff !important;
  background: #ebebeb;
}
.pane-latest-articles .pager,
.pane-activities-panel-pane-1 .pager {
  position: relative;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 20px;
}
.pane-latest-articles .pager .pager-previous,
.pane-activities-panel-pane-1 .pager .pager-previous,
.pane-latest-articles .pager .pager-next,
.pane-activities-panel-pane-1 .pager .pager-next {
  top: 0;
  position: absolute;
}
.pane-latest-articles .pager .pager-previous,
.pane-activities-panel-pane-1 .pager .pager-previous {
  left: 12px;
}
.pane-latest-articles .pager .pager-next,
.pane-activities-panel-pane-1 .pager .pager-next {
  right: 12px;
}
.pane-latest-articles .pager li > a,
.pane-activities-panel-pane-1 .pager li > a,
.pane-latest-articles .pager li > span,
.pane-activities-panel-pane-1 .pager li > span {
  background: #9b9b9b;
  border: none;
  border-radius: 50px;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
.pane-latest-articles .pager li > a:hover,
.pane-activities-panel-pane-1 .pager li > a:hover,
.pane-latest-articles .pager li > span:hover,
.pane-activities-panel-pane-1 .pager li > span:hover {
  background: #878787;
}
.pane-latest-articles .pager li > a:before,
.pane-activities-panel-pane-1 .pager li > a:before,
.pane-latest-articles .pager li > span:before,
.pane-activities-panel-pane-1 .pager li > span:before {
  color: #fff;
  display: block;
  font-family: "fontello";
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
}
.pane-latest-articles .pager .pager-previous a:before,
.pane-activities-panel-pane-1 .pager .pager-previous a:before {
  content: '\e802';
}
.pane-latest-articles .pager .pager-next a:before,
.pane-activities-panel-pane-1 .pager .pager-next a:before {
  content: '\e803';
}
.field-name-field-post-attachment .ajax-new-content,
.field-name-field-post-attachment .ajax-new-content td,
.field-name-field-post-attachment .insert-link,
.field-name-field-post-attachment .draggable td,
.field-name-field-post-attachment .draggable,
.field-name-field-post-attachment .draggable:hover,
.field-name-field-post-attachment .draggable td:hover {
  background-color: #FFF !important;
}
.field-name-field-post-attachment .draggable td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.attachment.form-wrapper .file_action_buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.attachment.form-wrapper .insertLink {
  padding-left: 120px;
}
.attachment.form-wrapper .insertLink a,
.attachment.form-wrapper .file_action_buttons a,
.attachment.form-wrapper .remove.action_link,
.attachment.form-wrapper a.button.browse {
  display: block;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-weight: 700 !important;
  border-radius: 50px;
  background: #9d0208;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.07000000000000001);
  font-size: 12px;
  place-content: center;
}
button,
a {
  outline: none !important;
}
#og_invite_page .btn:before,
.file-widget .btn:before,
.file-widget .input-group-btn .btn:before {
  content: unset !important;
}
.file-widget .btn,
.file-widget .input-group-btn .btn {
  margin: 0 10px !important;
  padding-left: 40px !important;
  padding-right: 100px !important;
  max-width: 100px;
}
#views-form-kb-files-panel-pane-1 fieldset#edit-select {
  background-color: unset;
}
.media-bulk-upload-multiedit-form,
#edit-select-body,
#og_invite_page,
.file-widget,
.file-widget .input-group-btn,
.pane-node-share-post,
.modal-footer,
.pane-salto-core-context-actions,
.panel-display.file-image .field-name-action-links,
.pane-action-links,
.field-name-action-links,
div.action-links,
#file-entity-edit .node-buttons,
.form-actions {
  padding: 0;
}
.media-bulk-upload-multiedit-form .list-group,
#edit-select-body .list-group,
#og_invite_page .list-group,
.file-widget .list-group,
.file-widget .input-group-btn .list-group,
.pane-node-share-post .list-group,
.modal-footer .list-group,
.pane-salto-core-context-actions .list-group,
.panel-display.file-image .field-name-action-links .list-group,
.pane-action-links .list-group,
.field-name-action-links .list-group,
div.action-links .list-group,
#file-entity-edit .node-buttons .list-group,
.form-actions .list-group {
  margin-bottom: 0;
}
.media-bulk-upload-multiedit-form .list-group > .list-group-item,
#edit-select-body .list-group > .list-group-item,
#og_invite_page .list-group > .list-group-item,
.file-widget .list-group > .list-group-item,
.file-widget .input-group-btn .list-group > .list-group-item,
.pane-node-share-post .list-group > .list-group-item,
.modal-footer .list-group > .list-group-item,
.pane-salto-core-context-actions .list-group > .list-group-item,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item,
.pane-action-links .list-group > .list-group-item,
.field-name-action-links .list-group > .list-group-item,
div.action-links .list-group > .list-group-item,
#file-entity-edit .node-buttons .list-group > .list-group-item,
.form-actions .list-group > .list-group-item {
  padding: 0;
  margin: 0;
  border: none;
}
.media-bulk-upload-multiedit-form .btn-group,
#edit-select-body .btn-group,
#og_invite_page .btn-group,
.file-widget .btn-group,
.file-widget .input-group-btn .btn-group,
.pane-node-share-post .btn-group,
.modal-footer .btn-group,
.pane-salto-core-context-actions .btn-group,
.panel-display.file-image .field-name-action-links .btn-group,
.pane-action-links .btn-group,
.field-name-action-links .btn-group,
div.action-links .btn-group,
#file-entity-edit .node-buttons .btn-group,
.form-actions .btn-group {
  padding: 0 !important;
  margin: 0 !important;
}
.media-bulk-upload-multiedit-form .btn-group .btn,
#edit-select-body .btn-group .btn,
#og_invite_page .btn-group .btn,
.file-widget .btn-group .btn,
.file-widget .input-group-btn .btn-group .btn,
.pane-node-share-post .btn-group .btn,
.modal-footer .btn-group .btn,
.pane-salto-core-context-actions .btn-group .btn,
.panel-display.file-image .field-name-action-links .btn-group .btn,
.pane-action-links .btn-group .btn,
.field-name-action-links .btn-group .btn,
div.action-links .btn-group .btn,
#file-entity-edit .node-buttons .btn-group .btn,
.form-actions .btn-group .btn {
  float: none;
}
.media-bulk-upload-multiedit-form .pane-content > .list-group,
#edit-select-body .pane-content > .list-group,
#og_invite_page .pane-content > .list-group,
.file-widget .pane-content > .list-group,
.file-widget .input-group-btn .pane-content > .list-group,
.pane-node-share-post .pane-content > .list-group,
.modal-footer .pane-content > .list-group,
.pane-salto-core-context-actions .pane-content > .list-group,
.panel-display.file-image .field-name-action-links .pane-content > .list-group,
.pane-action-links .pane-content > .list-group,
.field-name-action-links .pane-content > .list-group,
div.action-links .pane-content > .list-group,
#file-entity-edit .node-buttons .pane-content > .list-group,
.form-actions .pane-content > .list-group,
.media-bulk-upload-multiedit-form .list-group > .list-group-item > a,
#edit-select-body .list-group > .list-group-item > a,
#og_invite_page .list-group > .list-group-item > a,
.file-widget .list-group > .list-group-item > a,
.file-widget .input-group-btn .list-group > .list-group-item > a,
.pane-node-share-post .list-group > .list-group-item > a,
.modal-footer .list-group > .list-group-item > a,
.pane-salto-core-context-actions .list-group > .list-group-item > a,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item > a,
.pane-action-links .list-group > .list-group-item > a,
.field-name-action-links .list-group > .list-group-item > a,
div.action-links .list-group > .list-group-item > a,
#file-entity-edit .node-buttons .list-group > .list-group-item > a,
.form-actions .list-group > .list-group-item > a,
.media-bulk-upload-multiedit-form .list-group > .list-group-item.active > a,
#edit-select-body .list-group > .list-group-item.active > a,
#og_invite_page .list-group > .list-group-item.active > a,
.file-widget .list-group > .list-group-item.active > a,
.file-widget .input-group-btn .list-group > .list-group-item.active > a,
.pane-node-share-post .list-group > .list-group-item.active > a,
.modal-footer .list-group > .list-group-item.active > a,
.pane-salto-core-context-actions .list-group > .list-group-item.active > a,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item.active > a,
.pane-action-links .list-group > .list-group-item.active > a,
.field-name-action-links .list-group > .list-group-item.active > a,
div.action-links .list-group > .list-group-item.active > a,
#file-entity-edit .node-buttons .list-group > .list-group-item.active > a,
.form-actions .list-group > .list-group-item.active > a,
.media-bulk-upload-multiedit-form .btn,
#edit-select-body .btn,
#og_invite_page .btn,
.file-widget .btn,
.file-widget .input-group-btn .btn,
.pane-node-share-post .btn,
.modal-footer .btn,
.pane-salto-core-context-actions .btn,
.panel-display.file-image .field-name-action-links .btn,
.pane-action-links .btn,
.field-name-action-links .btn,
div.action-links .btn,
#file-entity-edit .node-buttons .btn,
.form-actions .btn {
  display: block;
  width: 100%;
  padding: 12px 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  background: #9d0208;
  text-align: left !important;
}
.media-bulk-upload-multiedit-form .field-name-action-links > a,
#edit-select-body .field-name-action-links > a,
#og_invite_page .field-name-action-links > a,
.file-widget .field-name-action-links > a,
.file-widget .input-group-btn .field-name-action-links > a,
.pane-node-share-post .field-name-action-links > a,
.modal-footer .field-name-action-links > a,
.pane-salto-core-context-actions .field-name-action-links > a,
.panel-display.file-image .field-name-action-links .field-name-action-links > a,
.pane-action-links .field-name-action-links > a,
.field-name-action-links .field-name-action-links > a,
div.action-links .field-name-action-links > a,
#file-entity-edit .node-buttons .field-name-action-links > a,
.form-actions .field-name-action-links > a,
.media-bulk-upload-multiedit-form a.salto_group-processed.salto_core-processed,
#edit-select-body a.salto_group-processed.salto_core-processed,
#og_invite_page a.salto_group-processed.salto_core-processed,
.file-widget a.salto_group-processed.salto_core-processed,
.file-widget .input-group-btn a.salto_group-processed.salto_core-processed,
.pane-node-share-post a.salto_group-processed.salto_core-processed,
.modal-footer a.salto_group-processed.salto_core-processed,
.pane-salto-core-context-actions a.salto_group-processed.salto_core-processed,
.panel-display.file-image .field-name-action-links a.salto_group-processed.salto_core-processed,
.pane-action-links a.salto_group-processed.salto_core-processed,
.field-name-action-links a.salto_group-processed.salto_core-processed,
div.action-links a.salto_group-processed.salto_core-processed,
#file-entity-edit .node-buttons a.salto_group-processed.salto_core-processed,
.form-actions a.salto_group-processed.salto_core-processed,
.media-bulk-upload-multiedit-form .pane-content > a,
#edit-select-body .pane-content > a,
#og_invite_page .pane-content > a,
.file-widget .pane-content > a,
.file-widget .input-group-btn .pane-content > a,
.pane-node-share-post .pane-content > a,
.modal-footer .pane-content > a,
.pane-salto-core-context-actions .pane-content > a,
.panel-display.file-image .field-name-action-links .pane-content > a,
.pane-action-links .pane-content > a,
.field-name-action-links .pane-content > a,
div.action-links .pane-content > a,
#file-entity-edit .node-buttons .pane-content > a,
.form-actions .pane-content > a,
.media-bulk-upload-multiedit-form.pane-content > a,
#edit-select-body.pane-content > a,
#og_invite_page.pane-content > a,
.file-widget.pane-content > a,
.file-widget .input-group-btn.pane-content > a,
.pane-node-share-post.pane-content > a,
.modal-footer.pane-content > a,
.pane-salto-core-context-actions.pane-content > a,
.panel-display.file-image .field-name-action-links.pane-content > a,
.pane-action-links.pane-content > a,
.field-name-action-links.pane-content > a,
div.action-links.pane-content > a,
#file-entity-edit .node-buttons.pane-content > a,
.form-actions.pane-content > a,
.media-bulk-upload-multiedit-form .btn,
#edit-select-body .btn,
#og_invite_page .btn,
.file-widget .btn,
.file-widget .input-group-btn .btn,
.pane-node-share-post .btn,
.modal-footer .btn,
.pane-salto-core-context-actions .btn,
.panel-display.file-image .field-name-action-links .btn,
.pane-action-links .btn,
.field-name-action-links .btn,
div.action-links .btn,
#file-entity-edit .node-buttons .btn,
.form-actions .btn {
  display: inline-flex;
  width: fit-content;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  background: #9d0208;
  text-align: left !important;
  margin: 5px 10px 5px 0;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.07000000000000001);
  align-items: center;
}
.media-bulk-upload-multiedit-form .field-name-action-links > a:hover,
#edit-select-body .field-name-action-links > a:hover,
#og_invite_page .field-name-action-links > a:hover,
.file-widget .field-name-action-links > a:hover,
.file-widget .input-group-btn .field-name-action-links > a:hover,
.pane-node-share-post .field-name-action-links > a:hover,
.modal-footer .field-name-action-links > a:hover,
.pane-salto-core-context-actions .field-name-action-links > a:hover,
.panel-display.file-image .field-name-action-links .field-name-action-links > a:hover,
.pane-action-links .field-name-action-links > a:hover,
.field-name-action-links .field-name-action-links > a:hover,
div.action-links .field-name-action-links > a:hover,
#file-entity-edit .node-buttons .field-name-action-links > a:hover,
.form-actions .field-name-action-links > a:hover,
.media-bulk-upload-multiedit-form a.salto_group-processed.salto_core-processed:hover,
#edit-select-body a.salto_group-processed.salto_core-processed:hover,
#og_invite_page a.salto_group-processed.salto_core-processed:hover,
.file-widget a.salto_group-processed.salto_core-processed:hover,
.file-widget .input-group-btn a.salto_group-processed.salto_core-processed:hover,
.pane-node-share-post a.salto_group-processed.salto_core-processed:hover,
.modal-footer a.salto_group-processed.salto_core-processed:hover,
.pane-salto-core-context-actions a.salto_group-processed.salto_core-processed:hover,
.panel-display.file-image .field-name-action-links a.salto_group-processed.salto_core-processed:hover,
.pane-action-links a.salto_group-processed.salto_core-processed:hover,
.field-name-action-links a.salto_group-processed.salto_core-processed:hover,
div.action-links a.salto_group-processed.salto_core-processed:hover,
#file-entity-edit .node-buttons a.salto_group-processed.salto_core-processed:hover,
.form-actions a.salto_group-processed.salto_core-processed:hover,
.media-bulk-upload-multiedit-form .pane-content > a:hover,
#edit-select-body .pane-content > a:hover,
#og_invite_page .pane-content > a:hover,
.file-widget .pane-content > a:hover,
.file-widget .input-group-btn .pane-content > a:hover,
.pane-node-share-post .pane-content > a:hover,
.modal-footer .pane-content > a:hover,
.pane-salto-core-context-actions .pane-content > a:hover,
.panel-display.file-image .field-name-action-links .pane-content > a:hover,
.pane-action-links .pane-content > a:hover,
.field-name-action-links .pane-content > a:hover,
div.action-links .pane-content > a:hover,
#file-entity-edit .node-buttons .pane-content > a:hover,
.form-actions .pane-content > a:hover,
.media-bulk-upload-multiedit-form.pane-content > a:hover,
#edit-select-body.pane-content > a:hover,
#og_invite_page.pane-content > a:hover,
.file-widget.pane-content > a:hover,
.file-widget .input-group-btn.pane-content > a:hover,
.pane-node-share-post.pane-content > a:hover,
.modal-footer.pane-content > a:hover,
.pane-salto-core-context-actions.pane-content > a:hover,
.panel-display.file-image .field-name-action-links.pane-content > a:hover,
.pane-action-links.pane-content > a:hover,
.field-name-action-links.pane-content > a:hover,
div.action-links.pane-content > a:hover,
#file-entity-edit .node-buttons.pane-content > a:hover,
.form-actions.pane-content > a:hover,
.media-bulk-upload-multiedit-form .field-name-action-links > a:hover,
#edit-select-body .field-name-action-links > a:hover,
#og_invite_page .field-name-action-links > a:hover,
.file-widget .field-name-action-links > a:hover,
.file-widget .input-group-btn .field-name-action-links > a:hover,
.pane-node-share-post .field-name-action-links > a:hover,
.modal-footer .field-name-action-links > a:hover,
.pane-salto-core-context-actions .field-name-action-links > a:hover,
.panel-display.file-image .field-name-action-links .field-name-action-links > a:hover,
.pane-action-links .field-name-action-links > a:hover,
.field-name-action-links .field-name-action-links > a:hover,
div.action-links .field-name-action-links > a:hover,
#file-entity-edit .node-buttons .field-name-action-links > a:hover,
.form-actions .field-name-action-links > a:hover,
.media-bulk-upload-multiedit-form .list-group > .list-group-item > a:hover,
#edit-select-body .list-group > .list-group-item > a:hover,
#og_invite_page .list-group > .list-group-item > a:hover,
.file-widget .list-group > .list-group-item > a:hover,
.file-widget .input-group-btn .list-group > .list-group-item > a:hover,
.pane-node-share-post .list-group > .list-group-item > a:hover,
.modal-footer .list-group > .list-group-item > a:hover,
.pane-salto-core-context-actions .list-group > .list-group-item > a:hover,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item > a:hover,
.pane-action-links .list-group > .list-group-item > a:hover,
.field-name-action-links .list-group > .list-group-item > a:hover,
div.action-links .list-group > .list-group-item > a:hover,
#file-entity-edit .node-buttons .list-group > .list-group-item > a:hover,
.form-actions .list-group > .list-group-item > a:hover,
.media-bulk-upload-multiedit-form .list-group > .list-group-item.active > a:hover,
#edit-select-body .list-group > .list-group-item.active > a:hover,
#og_invite_page .list-group > .list-group-item.active > a:hover,
.file-widget .list-group > .list-group-item.active > a:hover,
.file-widget .input-group-btn .list-group > .list-group-item.active > a:hover,
.pane-node-share-post .list-group > .list-group-item.active > a:hover,
.modal-footer .list-group > .list-group-item.active > a:hover,
.pane-salto-core-context-actions .list-group > .list-group-item.active > a:hover,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item.active > a:hover,
.pane-action-links .list-group > .list-group-item.active > a:hover,
.field-name-action-links .list-group > .list-group-item.active > a:hover,
div.action-links .list-group > .list-group-item.active > a:hover,
#file-entity-edit .node-buttons .list-group > .list-group-item.active > a:hover,
.form-actions .list-group > .list-group-item.active > a:hover,
.media-bulk-upload-multiedit-form .btn:hover,
#edit-select-body .btn:hover,
#og_invite_page .btn:hover,
.file-widget .btn:hover,
.file-widget .input-group-btn .btn:hover,
.pane-node-share-post .btn:hover,
.modal-footer .btn:hover,
.pane-salto-core-context-actions .btn:hover,
.panel-display.file-image .field-name-action-links .btn:hover,
.pane-action-links .btn:hover,
.field-name-action-links .btn:hover,
div.action-links .btn:hover,
#file-entity-edit .node-buttons .btn:hover,
.form-actions .btn:hover {
  background-color: #cf030b;
}
.media-bulk-upload-multiedit-form .field-name-action-links > a:active,
#edit-select-body .field-name-action-links > a:active,
#og_invite_page .field-name-action-links > a:active,
.file-widget .field-name-action-links > a:active,
.file-widget .input-group-btn .field-name-action-links > a:active,
.pane-node-share-post .field-name-action-links > a:active,
.modal-footer .field-name-action-links > a:active,
.pane-salto-core-context-actions .field-name-action-links > a:active,
.panel-display.file-image .field-name-action-links .field-name-action-links > a:active,
.pane-action-links .field-name-action-links > a:active,
.field-name-action-links .field-name-action-links > a:active,
div.action-links .field-name-action-links > a:active,
#file-entity-edit .node-buttons .field-name-action-links > a:active,
.form-actions .field-name-action-links > a:active,
.media-bulk-upload-multiedit-form a.salto_group-processed.salto_core-processed:active,
#edit-select-body a.salto_group-processed.salto_core-processed:active,
#og_invite_page a.salto_group-processed.salto_core-processed:active,
.file-widget a.salto_group-processed.salto_core-processed:active,
.file-widget .input-group-btn a.salto_group-processed.salto_core-processed:active,
.pane-node-share-post a.salto_group-processed.salto_core-processed:active,
.modal-footer a.salto_group-processed.salto_core-processed:active,
.pane-salto-core-context-actions a.salto_group-processed.salto_core-processed:active,
.panel-display.file-image .field-name-action-links a.salto_group-processed.salto_core-processed:active,
.pane-action-links a.salto_group-processed.salto_core-processed:active,
.field-name-action-links a.salto_group-processed.salto_core-processed:active,
div.action-links a.salto_group-processed.salto_core-processed:active,
#file-entity-edit .node-buttons a.salto_group-processed.salto_core-processed:active,
.form-actions a.salto_group-processed.salto_core-processed:active,
.media-bulk-upload-multiedit-form .pane-content > a:active,
#edit-select-body .pane-content > a:active,
#og_invite_page .pane-content > a:active,
.file-widget .pane-content > a:active,
.file-widget .input-group-btn .pane-content > a:active,
.pane-node-share-post .pane-content > a:active,
.modal-footer .pane-content > a:active,
.pane-salto-core-context-actions .pane-content > a:active,
.panel-display.file-image .field-name-action-links .pane-content > a:active,
.pane-action-links .pane-content > a:active,
.field-name-action-links .pane-content > a:active,
div.action-links .pane-content > a:active,
#file-entity-edit .node-buttons .pane-content > a:active,
.form-actions .pane-content > a:active,
.media-bulk-upload-multiedit-form.pane-content > a:active,
#edit-select-body.pane-content > a:active,
#og_invite_page.pane-content > a:active,
.file-widget.pane-content > a:active,
.file-widget .input-group-btn.pane-content > a:active,
.pane-node-share-post.pane-content > a:active,
.modal-footer.pane-content > a:active,
.pane-salto-core-context-actions.pane-content > a:active,
.panel-display.file-image .field-name-action-links.pane-content > a:active,
.pane-action-links.pane-content > a:active,
.field-name-action-links.pane-content > a:active,
div.action-links.pane-content > a:active,
#file-entity-edit .node-buttons.pane-content > a:active,
.form-actions.pane-content > a:active,
.media-bulk-upload-multiedit-form .field-name-action-links > a:active,
#edit-select-body .field-name-action-links > a:active,
#og_invite_page .field-name-action-links > a:active,
.file-widget .field-name-action-links > a:active,
.file-widget .input-group-btn .field-name-action-links > a:active,
.pane-node-share-post .field-name-action-links > a:active,
.modal-footer .field-name-action-links > a:active,
.pane-salto-core-context-actions .field-name-action-links > a:active,
.panel-display.file-image .field-name-action-links .field-name-action-links > a:active,
.pane-action-links .field-name-action-links > a:active,
.field-name-action-links .field-name-action-links > a:active,
div.action-links .field-name-action-links > a:active,
#file-entity-edit .node-buttons .field-name-action-links > a:active,
.form-actions .field-name-action-links > a:active,
.media-bulk-upload-multiedit-form .list-group > .list-group-item > a:active,
#edit-select-body .list-group > .list-group-item > a:active,
#og_invite_page .list-group > .list-group-item > a:active,
.file-widget .list-group > .list-group-item > a:active,
.file-widget .input-group-btn .list-group > .list-group-item > a:active,
.pane-node-share-post .list-group > .list-group-item > a:active,
.modal-footer .list-group > .list-group-item > a:active,
.pane-salto-core-context-actions .list-group > .list-group-item > a:active,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item > a:active,
.pane-action-links .list-group > .list-group-item > a:active,
.field-name-action-links .list-group > .list-group-item > a:active,
div.action-links .list-group > .list-group-item > a:active,
#file-entity-edit .node-buttons .list-group > .list-group-item > a:active,
.form-actions .list-group > .list-group-item > a:active,
.media-bulk-upload-multiedit-form .list-group > .list-group-item.active > a:active,
#edit-select-body .list-group > .list-group-item.active > a:active,
#og_invite_page .list-group > .list-group-item.active > a:active,
.file-widget .list-group > .list-group-item.active > a:active,
.file-widget .input-group-btn .list-group > .list-group-item.active > a:active,
.pane-node-share-post .list-group > .list-group-item.active > a:active,
.modal-footer .list-group > .list-group-item.active > a:active,
.pane-salto-core-context-actions .list-group > .list-group-item.active > a:active,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item.active > a:active,
.pane-action-links .list-group > .list-group-item.active > a:active,
.field-name-action-links .list-group > .list-group-item.active > a:active,
div.action-links .list-group > .list-group-item.active > a:active,
#file-entity-edit .node-buttons .list-group > .list-group-item.active > a:active,
.form-actions .list-group > .list-group-item.active > a:active,
.media-bulk-upload-multiedit-form .btn:active,
#edit-select-body .btn:active,
#og_invite_page .btn:active,
.file-widget .btn:active,
.file-widget .input-group-btn .btn:active,
.pane-node-share-post .btn:active,
.modal-footer .btn:active,
.pane-salto-core-context-actions .btn:active,
.panel-display.file-image .field-name-action-links .btn:active,
.pane-action-links .btn:active,
.field-name-action-links .btn:active,
div.action-links .btn:active,
#file-entity-edit .node-buttons .btn:active,
.form-actions .btn:active {
  box-shadow: none;
}
.media-bulk-upload-multiedit-form .pane-content > a:last-child,
#edit-select-body .pane-content > a:last-child,
#og_invite_page .pane-content > a:last-child,
.file-widget .pane-content > a:last-child,
.file-widget .input-group-btn .pane-content > a:last-child,
.pane-node-share-post .pane-content > a:last-child,
.modal-footer .pane-content > a:last-child,
.pane-salto-core-context-actions .pane-content > a:last-child,
.panel-display.file-image .field-name-action-links .pane-content > a:last-child,
.pane-action-links .pane-content > a:last-child,
.field-name-action-links .pane-content > a:last-child,
div.action-links .pane-content > a:last-child,
#file-entity-edit .node-buttons .pane-content > a:last-child,
.form-actions .pane-content > a:last-child,
.media-bulk-upload-multiedit-form .field-name-action-links > a:last-child,
#edit-select-body .field-name-action-links > a:last-child,
#og_invite_page .field-name-action-links > a:last-child,
.file-widget .field-name-action-links > a:last-child,
.file-widget .input-group-btn .field-name-action-links > a:last-child,
.pane-node-share-post .field-name-action-links > a:last-child,
.modal-footer .field-name-action-links > a:last-child,
.pane-salto-core-context-actions .field-name-action-links > a:last-child,
.panel-display.file-image .field-name-action-links .field-name-action-links > a:last-child,
.pane-action-links .field-name-action-links > a:last-child,
.field-name-action-links .field-name-action-links > a:last-child,
div.action-links .field-name-action-links > a:last-child,
#file-entity-edit .node-buttons .field-name-action-links > a:last-child,
.form-actions .field-name-action-links > a:last-child,
.media-bulk-upload-multiedit-form .list-group > .list-group-item:last-child a,
#edit-select-body .list-group > .list-group-item:last-child a,
#og_invite_page .list-group > .list-group-item:last-child a,
.file-widget .list-group > .list-group-item:last-child a,
.file-widget .input-group-btn .list-group > .list-group-item:last-child a,
.pane-node-share-post .list-group > .list-group-item:last-child a,
.modal-footer .list-group > .list-group-item:last-child a,
.pane-salto-core-context-actions .list-group > .list-group-item:last-child a,
.panel-display.file-image .field-name-action-links .list-group > .list-group-item:last-child a,
.pane-action-links .list-group > .list-group-item:last-child a,
.field-name-action-links .list-group > .list-group-item:last-child a,
div.action-links .list-group > .list-group-item:last-child a,
#file-entity-edit .node-buttons .list-group > .list-group-item:last-child a,
.form-actions .list-group > .list-group-item:last-child a,
.media-bulk-upload-multiedit-form .btn:last-child,
#edit-select-body .btn:last-child,
#og_invite_page .btn:last-child,
.file-widget .btn:last-child,
.file-widget .input-group-btn .btn:last-child,
.pane-node-share-post .btn:last-child,
.modal-footer .btn:last-child,
.pane-salto-core-context-actions .btn:last-child,
.panel-display.file-image .field-name-action-links .btn:last-child,
.pane-action-links .btn:last-child,
.field-name-action-links .btn:last-child,
div.action-links .btn:last-child,
#file-entity-edit .node-buttons .btn:last-child,
.form-actions .btn:last-child {
  border-bottom: 0;
}
.media-bulk-upload-multiedit-form .pane-content > a.user_import:before,
#edit-select-body .pane-content > a.user_import:before,
#og_invite_page .pane-content > a.user_import:before,
.file-widget .pane-content > a.user_import:before,
.file-widget .input-group-btn .pane-content > a.user_import:before,
.pane-node-share-post .pane-content > a.user_import:before,
.modal-footer .pane-content > a.user_import:before,
.pane-salto-core-context-actions .pane-content > a.user_import:before,
.panel-display.file-image .field-name-action-links .pane-content > a.user_import:before,
.pane-action-links .pane-content > a.user_import:before,
.field-name-action-links .pane-content > a.user_import:before,
div.action-links .pane-content > a.user_import:before,
#file-entity-edit .node-buttons .pane-content > a.user_import:before,
.form-actions .pane-content > a.user_import:before,
.media-bulk-upload-multiedit-form .pane-content > a.action_link:before,
#edit-select-body .pane-content > a.action_link:before,
#og_invite_page .pane-content > a.action_link:before,
.file-widget .pane-content > a.action_link:before,
.file-widget .input-group-btn .pane-content > a.action_link:before,
.pane-node-share-post .pane-content > a.action_link:before,
.modal-footer .pane-content > a.action_link:before,
.pane-salto-core-context-actions .pane-content > a.action_link:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_link:before,
.pane-action-links .pane-content > a.action_link:before,
.field-name-action-links .pane-content > a.action_link:before,
div.action-links .pane-content > a.action_link:before,
#file-entity-edit .node-buttons .pane-content > a.action_link:before,
.form-actions .pane-content > a.action_link:before,
.media-bulk-upload-multiedit-form.pane-content > a.action_link:before,
#edit-select-body.pane-content > a.action_link:before,
#og_invite_page.pane-content > a.action_link:before,
.file-widget.pane-content > a.action_link:before,
.file-widget .input-group-btn.pane-content > a.action_link:before,
.pane-node-share-post.pane-content > a.action_link:before,
.modal-footer.pane-content > a.action_link:before,
.pane-salto-core-context-actions.pane-content > a.action_link:before,
.panel-display.file-image .field-name-action-links.pane-content > a.action_link:before,
.pane-action-links.pane-content > a.action_link:before,
.field-name-action-links.pane-content > a.action_link:before,
div.action-links.pane-content > a.action_link:before,
#file-entity-edit .node-buttons.pane-content > a.action_link:before,
.form-actions.pane-content > a.action_link:before,
.media-bulk-upload-multiedit-form a.action_edit_file:before,
#edit-select-body a.action_edit_file:before,
#og_invite_page a.action_edit_file:before,
.file-widget a.action_edit_file:before,
.file-widget .input-group-btn a.action_edit_file:before,
.pane-node-share-post a.action_edit_file:before,
.modal-footer a.action_edit_file:before,
.pane-salto-core-context-actions a.action_edit_file:before,
.panel-display.file-image .field-name-action-links a.action_edit_file:before,
.pane-action-links a.action_edit_file:before,
.field-name-action-links a.action_edit_file:before,
div.action-links a.action_edit_file:before,
#file-entity-edit .node-buttons a.action_edit_file:before,
.form-actions a.action_edit_file:before,
.media-bulk-upload-multiedit-form .btn:before,
#edit-select-body .btn:before,
#og_invite_page .btn:before,
.file-widget .btn:before,
.file-widget .input-group-btn .btn:before,
.pane-node-share-post .btn:before,
.modal-footer .btn:before,
.pane-salto-core-context-actions .btn:before,
.panel-display.file-image .field-name-action-links .btn:before,
.pane-action-links .btn:before,
.field-name-action-links .btn:before,
div.action-links .btn:before,
#file-entity-edit .node-buttons .btn:before,
.form-actions .btn:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 22px;
  font-size: 12px;
  position: relative;
  top: 1px;
  content: '';
}
.media-bulk-upload-multiedit-form a.salto_group-processed.salto_core-processed,
#edit-select-body a.salto_group-processed.salto_core-processed,
#og_invite_page a.salto_group-processed.salto_core-processed,
.file-widget a.salto_group-processed.salto_core-processed,
.file-widget .input-group-btn a.salto_group-processed.salto_core-processed,
.pane-node-share-post a.salto_group-processed.salto_core-processed,
.modal-footer a.salto_group-processed.salto_core-processed,
.pane-salto-core-context-actions a.salto_group-processed.salto_core-processed,
.panel-display.file-image .field-name-action-links a.salto_group-processed.salto_core-processed,
.pane-action-links a.salto_group-processed.salto_core-processed,
.field-name-action-links a.salto_group-processed.salto_core-processed,
div.action-links a.salto_group-processed.salto_core-processed,
#file-entity-edit .node-buttons a.salto_group-processed.salto_core-processed,
.form-actions a.salto_group-processed.salto_core-processed {
  padding-left: 20px !important;
  white-space: nowrap;
}
.media-bulk-upload-multiedit-form .goto-group a.salto_group-processed.salto_core-processed,
#edit-select-body .goto-group a.salto_group-processed.salto_core-processed,
#og_invite_page .goto-group a.salto_group-processed.salto_core-processed,
.file-widget .goto-group a.salto_group-processed.salto_core-processed,
.file-widget .input-group-btn .goto-group a.salto_group-processed.salto_core-processed,
.pane-node-share-post .goto-group a.salto_group-processed.salto_core-processed,
.modal-footer .goto-group a.salto_group-processed.salto_core-processed,
.pane-salto-core-context-actions .goto-group a.salto_group-processed.salto_core-processed,
.panel-display.file-image .field-name-action-links .goto-group a.salto_group-processed.salto_core-processed,
.pane-action-links .goto-group a.salto_group-processed.salto_core-processed,
.field-name-action-links .goto-group a.salto_group-processed.salto_core-processed,
div.action-links .goto-group a.salto_group-processed.salto_core-processed,
#file-entity-edit .node-buttons .goto-group a.salto_group-processed.salto_core-processed,
.form-actions .goto-group a.salto_group-processed.salto_core-processed {
  float: right;
}
.media-bulk-upload-multiedit-form a.action_edit_file:before,
#edit-select-body a.action_edit_file:before,
#og_invite_page a.action_edit_file:before,
.file-widget a.action_edit_file:before,
.file-widget .input-group-btn a.action_edit_file:before,
.pane-node-share-post a.action_edit_file:before,
.modal-footer a.action_edit_file:before,
.pane-salto-core-context-actions a.action_edit_file:before,
.panel-display.file-image .field-name-action-links a.action_edit_file:before,
.pane-action-links a.action_edit_file:before,
.field-name-action-links a.action_edit_file:before,
div.action-links a.action_edit_file:before,
#file-entity-edit .node-buttons a.action_edit_file:before,
.form-actions a.action_edit_file:before {
  content: '\e805' !important;
}
.media-bulk-upload-multiedit-form a.assign_category:before,
#edit-select-body a.assign_category:before,
#og_invite_page a.assign_category:before,
.file-widget a.assign_category:before,
.file-widget .input-group-btn a.assign_category:before,
.pane-node-share-post a.assign_category:before,
.modal-footer a.assign_category:before,
.pane-salto-core-context-actions a.assign_category:before,
.panel-display.file-image .field-name-action-links a.assign_category:before,
.pane-action-links a.assign_category:before,
.field-name-action-links a.assign_category:before,
div.action-links a.assign_category:before,
#file-entity-edit .node-buttons a.assign_category:before,
.form-actions a.assign_category:before {
  content: '\e81a' !important;
}
.media-bulk-upload-multiedit-form a.action_download_file:before,
#edit-select-body a.action_download_file:before,
#og_invite_page a.action_download_file:before,
.file-widget a.action_download_file:before,
.file-widget .input-group-btn a.action_download_file:before,
.pane-node-share-post a.action_download_file:before,
.modal-footer a.action_download_file:before,
.pane-salto-core-context-actions a.action_download_file:before,
.panel-display.file-image .field-name-action-links a.action_download_file:before,
.pane-action-links a.action_download_file:before,
.field-name-action-links a.action_download_file:before,
div.action-links a.action_download_file:before,
#file-entity-edit .node-buttons a.action_download_file:before,
.form-actions a.action_download_file:before {
  content: '\e81b' !important;
}
.media-bulk-upload-multiedit-form a.action_export_video:before,
#edit-select-body a.action_export_video:before,
#og_invite_page a.action_export_video:before,
.file-widget a.action_export_video:before,
.file-widget .input-group-btn a.action_export_video:before,
.pane-node-share-post a.action_export_video:before,
.modal-footer a.action_export_video:before,
.pane-salto-core-context-actions a.action_export_video:before,
.panel-display.file-image .field-name-action-links a.action_export_video:before,
.pane-action-links a.action_export_video:before,
.field-name-action-links a.action_export_video:before,
div.action-links a.action_export_video:before,
#file-entity-edit .node-buttons a.action_export_video:before,
.form-actions a.action_export_video:before {
  content: '\e81f' !important;
}
.media-bulk-upload-multiedit-form .pane-content > a.edit_node:before,
#edit-select-body .pane-content > a.edit_node:before,
#og_invite_page .pane-content > a.edit_node:before,
.file-widget .pane-content > a.edit_node:before,
.file-widget .input-group-btn .pane-content > a.edit_node:before,
.pane-node-share-post .pane-content > a.edit_node:before,
.modal-footer .pane-content > a.edit_node:before,
.pane-salto-core-context-actions .pane-content > a.edit_node:before,
.panel-display.file-image .field-name-action-links .pane-content > a.edit_node:before,
.pane-action-links .pane-content > a.edit_node:before,
.field-name-action-links .pane-content > a.edit_node:before,
div.action-links .pane-content > a.edit_node:before,
#file-entity-edit .node-buttons .pane-content > a.edit_node:before,
.form-actions .pane-content > a.edit_node:before {
  content: '\e805';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_edit_file:before,
#edit-select-body .pane-content > a.action_edit_file:before,
#og_invite_page .pane-content > a.action_edit_file:before,
.file-widget .pane-content > a.action_edit_file:before,
.file-widget .input-group-btn .pane-content > a.action_edit_file:before,
.pane-node-share-post .pane-content > a.action_edit_file:before,
.modal-footer .pane-content > a.action_edit_file:before,
.pane-salto-core-context-actions .pane-content > a.action_edit_file:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_edit_file:before,
.pane-action-links .pane-content > a.action_edit_file:before,
.field-name-action-links .pane-content > a.action_edit_file:before,
div.action-links .pane-content > a.action_edit_file:before,
#file-entity-edit .node-buttons .pane-content > a.action_edit_file:before,
.form-actions .pane-content > a.action_edit_file:before {
  content: '\e805';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_download_file:before,
#edit-select-body .pane-content > a.action_download_file:before,
#og_invite_page .pane-content > a.action_download_file:before,
.file-widget .pane-content > a.action_download_file:before,
.file-widget .input-group-btn .pane-content > a.action_download_file:before,
.pane-node-share-post .pane-content > a.action_download_file:before,
.modal-footer .pane-content > a.action_download_file:before,
.pane-salto-core-context-actions .pane-content > a.action_download_file:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_download_file:before,
.pane-action-links .pane-content > a.action_download_file:before,
.field-name-action-links .pane-content > a.action_download_file:before,
div.action-links .pane-content > a.action_download_file:before,
#file-entity-edit .node-buttons .pane-content > a.action_download_file:before,
.form-actions .pane-content > a.action_download_file:before {
  content: '\e81b';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_post:before,
#edit-select-body .pane-content > a.add_post:before,
#og_invite_page .pane-content > a.add_post:before,
.file-widget .pane-content > a.add_post:before,
.file-widget .input-group-btn .pane-content > a.add_post:before,
.pane-node-share-post .pane-content > a.add_post:before,
.modal-footer .pane-content > a.add_post:before,
.pane-salto-core-context-actions .pane-content > a.add_post:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_post:before,
.pane-action-links .pane-content > a.add_post:before,
.field-name-action-links .pane-content > a.add_post:before,
div.action-links .pane-content > a.add_post:before,
#file-entity-edit .node-buttons .pane-content > a.add_post:before,
.form-actions .pane-content > a.add_post:before {
  content: '\e822';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_question:before,
#edit-select-body .pane-content > a.add_question:before,
#og_invite_page .pane-content > a.add_question:before,
.file-widget .pane-content > a.add_question:before,
.file-widget .input-group-btn .pane-content > a.add_question:before,
.pane-node-share-post .pane-content > a.add_question:before,
.modal-footer .pane-content > a.add_question:before,
.pane-salto-core-context-actions .pane-content > a.add_question:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_question:before,
.pane-action-links .pane-content > a.add_question:before,
.field-name-action-links .pane-content > a.add_question:before,
div.action-links .pane-content > a.add_question:before,
#file-entity-edit .node-buttons .pane-content > a.add_question:before,
.form-actions .pane-content > a.add_question:before {
  content: '\e812';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_report:before,
#edit-select-body .pane-content > a.add_report:before,
#og_invite_page .pane-content > a.add_report:before,
.file-widget .pane-content > a.add_report:before,
.file-widget .input-group-btn .pane-content > a.add_report:before,
.pane-node-share-post .pane-content > a.add_report:before,
.modal-footer .pane-content > a.add_report:before,
.pane-salto-core-context-actions .pane-content > a.add_report:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_report:before,
.pane-action-links .pane-content > a.add_report:before,
.field-name-action-links .pane-content > a.add_report:before,
div.action-links .pane-content > a.add_report:before,
#file-entity-edit .node-buttons .pane-content > a.add_report:before,
.form-actions .pane-content > a.add_report:before {
  content: '\e81d';
}
.media-bulk-upload-multiedit-form .pane-content > a.user_import:before,
#edit-select-body .pane-content > a.user_import:before,
#og_invite_page .pane-content > a.user_import:before,
.file-widget .pane-content > a.user_import:before,
.file-widget .input-group-btn .pane-content > a.user_import:before,
.pane-node-share-post .pane-content > a.user_import:before,
.modal-footer .pane-content > a.user_import:before,
.pane-salto-core-context-actions .pane-content > a.user_import:before,
.panel-display.file-image .field-name-action-links .pane-content > a.user_import:before,
.pane-action-links .pane-content > a.user_import:before,
.field-name-action-links .pane-content > a.user_import:before,
div.action-links .pane-content > a.user_import:before,
#file-entity-edit .node-buttons .pane-content > a.user_import:before,
.form-actions .pane-content > a.user_import:before {
  content: '\e809';
}
.media-bulk-upload-multiedit-form .pane-content > a.membership_invite:before,
#edit-select-body .pane-content > a.membership_invite:before,
#og_invite_page .pane-content > a.membership_invite:before,
.file-widget .pane-content > a.membership_invite:before,
.file-widget .input-group-btn .pane-content > a.membership_invite:before,
.pane-node-share-post .pane-content > a.membership_invite:before,
.modal-footer .pane-content > a.membership_invite:before,
.pane-salto-core-context-actions .pane-content > a.membership_invite:before,
.panel-display.file-image .field-name-action-links .pane-content > a.membership_invite:before,
.pane-action-links .pane-content > a.membership_invite:before,
.field-name-action-links .pane-content > a.membership_invite:before,
div.action-links .pane-content > a.membership_invite:before,
#file-entity-edit .node-buttons .pane-content > a.membership_invite:before,
.form-actions .pane-content > a.membership_invite:before {
  content: '\e809';
}
.media-bulk-upload-multiedit-form .pane-content > a.manage_revisions:before,
#edit-select-body .pane-content > a.manage_revisions:before,
#og_invite_page .pane-content > a.manage_revisions:before,
.file-widget .pane-content > a.manage_revisions:before,
.file-widget .input-group-btn .pane-content > a.manage_revisions:before,
.pane-node-share-post .pane-content > a.manage_revisions:before,
.modal-footer .pane-content > a.manage_revisions:before,
.pane-salto-core-context-actions .pane-content > a.manage_revisions:before,
.panel-display.file-image .field-name-action-links .pane-content > a.manage_revisions:before,
.pane-action-links .pane-content > a.manage_revisions:before,
.field-name-action-links .pane-content > a.manage_revisions:before,
div.action-links .pane-content > a.manage_revisions:before,
#file-entity-edit .node-buttons .pane-content > a.manage_revisions:before,
.form-actions .pane-content > a.manage_revisions:before {
  content: '\e821';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_write_message:before,
#edit-select-body .pane-content > a.action_write_message:before,
#og_invite_page .pane-content > a.action_write_message:before,
.file-widget .pane-content > a.action_write_message:before,
.file-widget .input-group-btn .pane-content > a.action_write_message:before,
.pane-node-share-post .pane-content > a.action_write_message:before,
.modal-footer .pane-content > a.action_write_message:before,
.pane-salto-core-context-actions .pane-content > a.action_write_message:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_write_message:before,
.pane-action-links .pane-content > a.action_write_message:before,
.field-name-action-links .pane-content > a.action_write_message:before,
div.action-links .pane-content > a.action_write_message:before,
#file-entity-edit .node-buttons .pane-content > a.action_write_message:before,
.form-actions .pane-content > a.action_write_message:before {
  content: '\e807';
}
.media-bulk-upload-multiedit-form .pane-content > a.new_pmt:before,
#edit-select-body .pane-content > a.new_pmt:before,
#og_invite_page .pane-content > a.new_pmt:before,
.file-widget .pane-content > a.new_pmt:before,
.file-widget .input-group-btn .pane-content > a.new_pmt:before,
.pane-node-share-post .pane-content > a.new_pmt:before,
.modal-footer .pane-content > a.new_pmt:before,
.pane-salto-core-context-actions .pane-content > a.new_pmt:before,
.panel-display.file-image .field-name-action-links .pane-content > a.new_pmt:before,
.pane-action-links .pane-content > a.new_pmt:before,
.field-name-action-links .pane-content > a.new_pmt:before,
div.action-links .pane-content > a.new_pmt:before,
#file-entity-edit .node-buttons .pane-content > a.new_pmt:before,
.form-actions .pane-content > a.new_pmt:before {
  content: '\e807';
}
.media-bulk-upload-multiedit-form .pane-content > a.edit_user_profile:before,
#edit-select-body .pane-content > a.edit_user_profile:before,
#og_invite_page .pane-content > a.edit_user_profile:before,
.file-widget .pane-content > a.edit_user_profile:before,
.file-widget .input-group-btn .pane-content > a.edit_user_profile:before,
.pane-node-share-post .pane-content > a.edit_user_profile:before,
.modal-footer .pane-content > a.edit_user_profile:before,
.pane-salto-core-context-actions .pane-content > a.edit_user_profile:before,
.panel-display.file-image .field-name-action-links .pane-content > a.edit_user_profile:before,
.pane-action-links .pane-content > a.edit_user_profile:before,
.field-name-action-links .pane-content > a.edit_user_profile:before,
div.action-links .pane-content > a.edit_user_profile:before,
#file-entity-edit .node-buttons .pane-content > a.edit_user_profile:before,
.form-actions .pane-content > a.edit_user_profile:before {
  content: '\e806';
}
.media-bulk-upload-multiedit-form .pane-content > a.edit_user_account:before,
#edit-select-body .pane-content > a.edit_user_account:before,
#og_invite_page .pane-content > a.edit_user_account:before,
.file-widget .pane-content > a.edit_user_account:before,
.file-widget .input-group-btn .pane-content > a.edit_user_account:before,
.pane-node-share-post .pane-content > a.edit_user_account:before,
.modal-footer .pane-content > a.edit_user_account:before,
.pane-salto-core-context-actions .pane-content > a.edit_user_account:before,
.panel-display.file-image .field-name-action-links .pane-content > a.edit_user_account:before,
.pane-action-links .pane-content > a.edit_user_account:before,
.field-name-action-links .pane-content > a.edit_user_account:before,
div.action-links .pane-content > a.edit_user_account:before,
#file-entity-edit .node-buttons .pane-content > a.edit_user_account:before,
.form-actions .pane-content > a.edit_user_account:before {
  content: '\e81e';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_file:before,
#edit-select-body .pane-content > a.add_file:before,
#og_invite_page .pane-content > a.add_file:before,
.file-widget .pane-content > a.add_file:before,
.file-widget .input-group-btn .pane-content > a.add_file:before,
.pane-node-share-post .pane-content > a.add_file:before,
.modal-footer .pane-content > a.add_file:before,
.pane-salto-core-context-actions .pane-content > a.add_file:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_file:before,
.pane-action-links .pane-content > a.add_file:before,
.field-name-action-links .pane-content > a.add_file:before,
div.action-links .pane-content > a.add_file:before,
#file-entity-edit .node-buttons .pane-content > a.add_file:before,
.form-actions .pane-content > a.add_file:before {
  content: '\e82a';
}
.media-bulk-upload-multiedit-form .pane-content > a.manage_categories:before,
#edit-select-body .pane-content > a.manage_categories:before,
#og_invite_page .pane-content > a.manage_categories:before,
.file-widget .pane-content > a.manage_categories:before,
.file-widget .input-group-btn .pane-content > a.manage_categories:before,
.pane-node-share-post .pane-content > a.manage_categories:before,
.modal-footer .pane-content > a.manage_categories:before,
.pane-salto-core-context-actions .pane-content > a.manage_categories:before,
.panel-display.file-image .field-name-action-links .pane-content > a.manage_categories:before,
.pane-action-links .pane-content > a.manage_categories:before,
.field-name-action-links .pane-content > a.manage_categories:before,
div.action-links .pane-content > a.manage_categories:before,
#file-entity-edit .node-buttons .pane-content > a.manage_categories:before,
.form-actions .pane-content > a.manage_categories:before {
  content: '\e81a';
}
.media-bulk-upload-multiedit-form .pane-content > a.assign_category:before,
#edit-select-body .pane-content > a.assign_category:before,
#og_invite_page .pane-content > a.assign_category:before,
.file-widget .pane-content > a.assign_category:before,
.file-widget .input-group-btn .pane-content > a.assign_category:before,
.pane-node-share-post .pane-content > a.assign_category:before,
.modal-footer .pane-content > a.assign_category:before,
.pane-salto-core-context-actions .pane-content > a.assign_category:before,
.panel-display.file-image .field-name-action-links .pane-content > a.assign_category:before,
.pane-action-links .pane-content > a.assign_category:before,
.field-name-action-links .pane-content > a.assign_category:before,
div.action-links .pane-content > a.assign_category:before,
#file-entity-edit .node-buttons .pane-content > a.assign_category:before,
.form-actions .pane-content > a.assign_category:before {
  content: '\e81a';
}
.media-bulk-upload-multiedit-form .pane-content > a.educoncept:before,
#edit-select-body .pane-content > a.educoncept:before,
#og_invite_page .pane-content > a.educoncept:before,
.file-widget .pane-content > a.educoncept:before,
.file-widget .input-group-btn .pane-content > a.educoncept:before,
.pane-node-share-post .pane-content > a.educoncept:before,
.modal-footer .pane-content > a.educoncept:before,
.pane-salto-core-context-actions .pane-content > a.educoncept:before,
.panel-display.file-image .field-name-action-links .pane-content > a.educoncept:before,
.pane-action-links .pane-content > a.educoncept:before,
.field-name-action-links .pane-content > a.educoncept:before,
div.action-links .pane-content > a.educoncept:before,
#file-entity-edit .node-buttons .pane-content > a.educoncept:before,
.form-actions .pane-content > a.educoncept:before {
  content: '\e80e';
}
.media-bulk-upload-multiedit-form .pane-content > a.group_create:before,
#edit-select-body .pane-content > a.group_create:before,
#og_invite_page .pane-content > a.group_create:before,
.file-widget .pane-content > a.group_create:before,
.file-widget .input-group-btn .pane-content > a.group_create:before,
.pane-node-share-post .pane-content > a.group_create:before,
.modal-footer .pane-content > a.group_create:before,
.pane-salto-core-context-actions .pane-content > a.group_create:before,
.panel-display.file-image .field-name-action-links .pane-content > a.group_create:before,
.pane-action-links .pane-content > a.group_create:before,
.field-name-action-links .pane-content > a.group_create:before,
div.action-links .pane-content > a.group_create:before,
#file-entity-edit .node-buttons .pane-content > a.group_create:before,
.form-actions .pane-content > a.group_create:before {
  content: '\e80c';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_organisation:before,
#edit-select-body .pane-content > a.add_organisation:before,
#og_invite_page .pane-content > a.add_organisation:before,
.file-widget .pane-content > a.add_organisation:before,
.file-widget .input-group-btn .pane-content > a.add_organisation:before,
.pane-node-share-post .pane-content > a.add_organisation:before,
.modal-footer .pane-content > a.add_organisation:before,
.pane-salto-core-context-actions .pane-content > a.add_organisation:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_organisation:before,
.pane-action-links .pane-content > a.add_organisation:before,
.field-name-action-links .pane-content > a.add_organisation:before,
div.action-links .pane-content > a.add_organisation:before,
#file-entity-edit .node-buttons .pane-content > a.add_organisation:before,
.form-actions .pane-content > a.add_organisation:before {
  content: '\e80c';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_suborganisation:before,
#edit-select-body .pane-content > a.add_suborganisation:before,
#og_invite_page .pane-content > a.add_suborganisation:before,
.file-widget .pane-content > a.add_suborganisation:before,
.file-widget .input-group-btn .pane-content > a.add_suborganisation:before,
.pane-node-share-post .pane-content > a.add_suborganisation:before,
.modal-footer .pane-content > a.add_suborganisation:before,
.pane-salto-core-context-actions .pane-content > a.add_suborganisation:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_suborganisation:before,
.pane-action-links .pane-content > a.add_suborganisation:before,
.field-name-action-links .pane-content > a.add_suborganisation:before,
div.action-links .pane-content > a.add_suborganisation:before,
#file-entity-edit .node-buttons .pane-content > a.add_suborganisation:before,
.form-actions .pane-content > a.add_suborganisation:before {
  content: '\e80c';
}
.media-bulk-upload-multiedit-form .pane-content > a.edit_membership:before,
#edit-select-body .pane-content > a.edit_membership:before,
#og_invite_page .pane-content > a.edit_membership:before,
.file-widget .pane-content > a.edit_membership:before,
.file-widget .input-group-btn .pane-content > a.edit_membership:before,
.pane-node-share-post .pane-content > a.edit_membership:before,
.modal-footer .pane-content > a.edit_membership:before,
.pane-salto-core-context-actions .pane-content > a.edit_membership:before,
.panel-display.file-image .field-name-action-links .pane-content > a.edit_membership:before,
.pane-action-links .pane-content > a.edit_membership:before,
.field-name-action-links .pane-content > a.edit_membership:before,
div.action-links .pane-content > a.edit_membership:before,
#file-entity-edit .node-buttons .pane-content > a.edit_membership:before,
.form-actions .pane-content > a.edit_membership:before {
  content: '\e819';
}
.media-bulk-upload-multiedit-form .pane-content > a.educoncept:before,
#edit-select-body .pane-content > a.educoncept:before,
#og_invite_page .pane-content > a.educoncept:before,
.file-widget .pane-content > a.educoncept:before,
.file-widget .input-group-btn .pane-content > a.educoncept:before,
.pane-node-share-post .pane-content > a.educoncept:before,
.modal-footer .pane-content > a.educoncept:before,
.pane-salto-core-context-actions .pane-content > a.educoncept:before,
.panel-display.file-image .field-name-action-links .pane-content > a.educoncept:before,
.pane-action-links .pane-content > a.educoncept:before,
.field-name-action-links .pane-content > a.educoncept:before,
div.action-links .pane-content > a.educoncept:before,
#file-entity-edit .node-buttons .pane-content > a.educoncept:before,
.form-actions .pane-content > a.educoncept:before {
  content: '\e80e';
}
.media-bulk-upload-multiedit-form .pane-content > a.wbm:before,
#edit-select-body .pane-content > a.wbm:before,
#og_invite_page .pane-content > a.wbm:before,
.file-widget .pane-content > a.wbm:before,
.file-widget .input-group-btn .pane-content > a.wbm:before,
.pane-node-share-post .pane-content > a.wbm:before,
.modal-footer .pane-content > a.wbm:before,
.pane-salto-core-context-actions .pane-content > a.wbm:before,
.panel-display.file-image .field-name-action-links .pane-content > a.wbm:before,
.pane-action-links .pane-content > a.wbm:before,
.field-name-action-links .pane-content > a.wbm:before,
div.action-links .pane-content > a.wbm:before,
#file-entity-edit .node-buttons .pane-content > a.wbm:before,
.form-actions .pane-content > a.wbm:before {
  content: '\e80e';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_license_add:before,
#edit-select-body .pane-content > a.action_license_add:before,
#og_invite_page .pane-content > a.action_license_add:before,
.file-widget .pane-content > a.action_license_add:before,
.file-widget .input-group-btn .pane-content > a.action_license_add:before,
.pane-node-share-post .pane-content > a.action_license_add:before,
.modal-footer .pane-content > a.action_license_add:before,
.pane-salto-core-context-actions .pane-content > a.action_license_add:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_license_add:before,
.pane-action-links .pane-content > a.action_license_add:before,
.field-name-action-links .pane-content > a.action_license_add:before,
div.action-links .pane-content > a.action_license_add:before,
#file-entity-edit .node-buttons .pane-content > a.action_license_add:before,
.form-actions .pane-content > a.action_license_add:before {
  content: '\e80e';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_export:before,
#edit-select-body .pane-content > a.action_export:before,
#og_invite_page .pane-content > a.action_export:before,
.file-widget .pane-content > a.action_export:before,
.file-widget .input-group-btn .pane-content > a.action_export:before,
.pane-node-share-post .pane-content > a.action_export:before,
.modal-footer .pane-content > a.action_export:before,
.pane-salto-core-context-actions .pane-content > a.action_export:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_export:before,
.pane-action-links .pane-content > a.action_export:before,
.field-name-action-links .pane-content > a.action_export:before,
div.action-links .pane-content > a.action_export:before,
#file-entity-edit .node-buttons .pane-content > a.action_export:before,
.form-actions .pane-content > a.action_export:before {
  content: '\e81b';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_import:before,
#edit-select-body .pane-content > a.action_import:before,
#og_invite_page .pane-content > a.action_import:before,
.file-widget .pane-content > a.action_import:before,
.file-widget .input-group-btn .pane-content > a.action_import:before,
.pane-node-share-post .pane-content > a.action_import:before,
.modal-footer .pane-content > a.action_import:before,
.pane-salto-core-context-actions .pane-content > a.action_import:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_import:before,
.pane-action-links .pane-content > a.action_import:before,
.field-name-action-links .pane-content > a.action_import:before,
div.action-links .pane-content > a.action_import:before,
#file-entity-edit .node-buttons .pane-content > a.action_import:before,
.form-actions .pane-content > a.action_import:before {
  content: '\e81c';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_send:before,
#edit-select-body .pane-content > a.action_send:before,
#og_invite_page .pane-content > a.action_send:before,
.file-widget .pane-content > a.action_send:before,
.file-widget .input-group-btn .pane-content > a.action_send:before,
.pane-node-share-post .pane-content > a.action_send:before,
.modal-footer .pane-content > a.action_send:before,
.pane-salto-core-context-actions .pane-content > a.action_send:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_send:before,
.pane-action-links .pane-content > a.action_send:before,
.field-name-action-links .pane-content > a.action_send:before,
div.action-links .pane-content > a.action_send:before,
#file-entity-edit .node-buttons .pane-content > a.action_send:before,
.form-actions .pane-content > a.action_send:before {
  content: '\e807';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_start_meeting:before,
#edit-select-body .pane-content > a.action_start_meeting:before,
#og_invite_page .pane-content > a.action_start_meeting:before,
.file-widget .pane-content > a.action_start_meeting:before,
.file-widget .input-group-btn .pane-content > a.action_start_meeting:before,
.pane-node-share-post .pane-content > a.action_start_meeting:before,
.modal-footer .pane-content > a.action_start_meeting:before,
.pane-salto-core-context-actions .pane-content > a.action_start_meeting:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_start_meeting:before,
.pane-action-links .pane-content > a.action_start_meeting:before,
.field-name-action-links .pane-content > a.action_start_meeting:before,
div.action-links .pane-content > a.action_start_meeting:before,
#file-entity-edit .node-buttons .pane-content > a.action_start_meeting:before,
.form-actions .pane-content > a.action_start_meeting:before {
  content: '\a801';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_start_meeting:before,
#edit-select-body .pane-content > a.action_start_meeting:before,
#og_invite_page .pane-content > a.action_start_meeting:before,
.file-widget .pane-content > a.action_start_meeting:before,
.file-widget .input-group-btn .pane-content > a.action_start_meeting:before,
.pane-node-share-post .pane-content > a.action_start_meeting:before,
.modal-footer .pane-content > a.action_start_meeting:before,
.pane-salto-core-context-actions .pane-content > a.action_start_meeting:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_start_meeting:before,
.pane-action-links .pane-content > a.action_start_meeting:before,
.field-name-action-links .pane-content > a.action_start_meeting:before,
div.action-links .pane-content > a.action_start_meeting:before,
#file-entity-edit .node-buttons .pane-content > a.action_start_meeting:before,
.form-actions .pane-content > a.action_start_meeting:before {
  content: '\a801';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_join_meeting:before,
#edit-select-body .pane-content > a.action_join_meeting:before,
#og_invite_page .pane-content > a.action_join_meeting:before,
.file-widget .pane-content > a.action_join_meeting:before,
.file-widget .input-group-btn .pane-content > a.action_join_meeting:before,
.pane-node-share-post .pane-content > a.action_join_meeting:before,
.modal-footer .pane-content > a.action_join_meeting:before,
.pane-salto-core-context-actions .pane-content > a.action_join_meeting:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_join_meeting:before,
.pane-action-links .pane-content > a.action_join_meeting:before,
.field-name-action-links .pane-content > a.action_join_meeting:before,
div.action-links .pane-content > a.action_join_meeting:before,
#file-entity-edit .node-buttons .pane-content > a.action_join_meeting:before,
.form-actions .pane-content > a.action_join_meeting:before {
  content: '\a800';
}
.media-bulk-upload-multiedit-form .pane-content > a.add_online_meeting:before,
#edit-select-body .pane-content > a.add_online_meeting:before,
#og_invite_page .pane-content > a.add_online_meeting:before,
.file-widget .pane-content > a.add_online_meeting:before,
.file-widget .input-group-btn .pane-content > a.add_online_meeting:before,
.pane-node-share-post .pane-content > a.add_online_meeting:before,
.modal-footer .pane-content > a.add_online_meeting:before,
.pane-salto-core-context-actions .pane-content > a.add_online_meeting:before,
.panel-display.file-image .field-name-action-links .pane-content > a.add_online_meeting:before,
.pane-action-links .pane-content > a.add_online_meeting:before,
.field-name-action-links .pane-content > a.add_online_meeting:before,
div.action-links .pane-content > a.add_online_meeting:before,
#file-entity-edit .node-buttons .pane-content > a.add_online_meeting:before,
.form-actions .pane-content > a.add_online_meeting:before {
  content: '\f133';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_hourglass_o:before,
#edit-select-body .pane-content > a.action_hourglass_o:before,
#og_invite_page .pane-content > a.action_hourglass_o:before,
.file-widget .pane-content > a.action_hourglass_o:before,
.file-widget .input-group-btn .pane-content > a.action_hourglass_o:before,
.pane-node-share-post .pane-content > a.action_hourglass_o:before,
.modal-footer .pane-content > a.action_hourglass_o:before,
.pane-salto-core-context-actions .pane-content > a.action_hourglass_o:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_hourglass_o:before,
.pane-action-links .pane-content > a.action_hourglass_o:before,
.field-name-action-links .pane-content > a.action_hourglass_o:before,
div.action-links .pane-content > a.action_hourglass_o:before,
#file-entity-edit .node-buttons .pane-content > a.action_hourglass_o:before,
.form-actions .pane-content > a.action_hourglass_o:before {
  content: '\F250';
}
.media-bulk-upload-multiedit-form .pane-content > a.action_hourglass_2:before,
#edit-select-body .pane-content > a.action_hourglass_2:before,
#og_invite_page .pane-content > a.action_hourglass_2:before,
.file-widget .pane-content > a.action_hourglass_2:before,
.file-widget .input-group-btn .pane-content > a.action_hourglass_2:before,
.pane-node-share-post .pane-content > a.action_hourglass_2:before,
.modal-footer .pane-content > a.action_hourglass_2:before,
.pane-salto-core-context-actions .pane-content > a.action_hourglass_2:before,
.panel-display.file-image .field-name-action-links .pane-content > a.action_hourglass_2:before,
.pane-action-links .pane-content > a.action_hourglass_2:before,
.field-name-action-links .pane-content > a.action_hourglass_2:before,
div.action-links .pane-content > a.action_hourglass_2:before,
#file-entity-edit .node-buttons .pane-content > a.action_hourglass_2:before,
.form-actions .pane-content > a.action_hourglass_2:before {
  content: '\F252';
}
.media-bulk-upload-multiedit-form #edit-submit:before,
#edit-select-body #edit-submit:before,
#og_invite_page #edit-submit:before,
.file-widget #edit-submit:before,
.file-widget .input-group-btn #edit-submit:before,
.pane-node-share-post #edit-submit:before,
.modal-footer #edit-submit:before,
.pane-salto-core-context-actions #edit-submit:before,
.panel-display.file-image .field-name-action-links #edit-submit:before,
.pane-action-links #edit-submit:before,
.field-name-action-links #edit-submit:before,
div.action-links #edit-submit:before,
#file-entity-edit .node-buttons #edit-submit:before,
.form-actions #edit-submit:before {
  content: '\e838';
}
.media-bulk-upload-multiedit-form #edit-delete:before,
#edit-select-body #edit-delete:before,
#og_invite_page #edit-delete:before,
.file-widget #edit-delete:before,
.file-widget .input-group-btn #edit-delete:before,
.pane-node-share-post #edit-delete:before,
.modal-footer #edit-delete:before,
.pane-salto-core-context-actions #edit-delete:before,
.panel-display.file-image .field-name-action-links #edit-delete:before,
.pane-action-links #edit-delete:before,
.field-name-action-links #edit-delete:before,
div.action-links #edit-delete:before,
#file-entity-edit .node-buttons #edit-delete:before,
.form-actions #edit-delete:before {
  content: '\e828';
}
.bootbox .modal-footer .btn + .btn {
  margin: 0 10px;
  padding-left: 20px;
}
.bootbox .modal-footer .btn:before {
  content: unset;
}
.bootbox .modal-footer button.btn.btn-cancel {
  padding-left: 20px;
}
.action_link.action_link_disabled {
  background: #ccc !important;
  pointer-events: none !important;
  cursor: default !important;
}
#dynamic_actions .pane-action-links {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  #block-system-main .panels-flexible-column-last .action_link.add_article {
    display: none;
  }
}
.pane-organisations-child-organisations .pager a {
  border-radius: 0;
}
.pane-organisations-child-organisations .views-row {
  padding-top: 7px;
  padding-left: 5px;
  border-top: 1px solid #fefefe;
}
.view-knowledgebase-content-by-category .view-header {
  padding-bottom: 20px;
  margin-bottom: 32px;
}
[class$="-people-directory"] .view-header {
  color: #878787;
  padding-bottom: 20px;
}
[class$="-people-directory"] h2,
[class$="-people-directory"] .h2 {
  font-size: 31px;
  line-height: 31px;
  margin-bottom: 19px;
  margin-top: 0;
  color: #9b9b9b;
  font-weight: 300;
}
[class$="-people-directory"] .views-row {
  position: relative;
  min-height: 66px;
  border-bottom: 1px dotted #767676;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
[class$="-people-directory"] .views-row:last-child {
  border-bottom: none;
}
[class$="-people-directory"] .views-field-field-user-picture {
  float: left;
  margin-right: 20px;
}
[class$="-people-directory"] .views-field-name,
[class$="-people-directory"] .views-field-is-online,
[class$="-people-directory"] .views-field-php,
[class$="-people-directory"] .views-field-nothing,
[class$="-people-directory"] .views-field-field-profile-interests,
[class$="-people-directory"] .views-field-field-profile-competencies,
[class$="-people-directory"] .views-field-field-profile-sports {
  display: block;
  margin-left: 80px;
}
[class$="-people-directory"] .views-field a.action_user_message {
  z-index: 1;
  background-color: #fff;
  padding-left: 5px;
}
[class$="-people-directory"] .views-field a.action_user_message:hover {
  color: #555555;
}
[class$="-people-directory"] .username {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #9d0208;
  text-decoration: none !important;
  margin-bottom: 3px;
}
[class$="-people-directory"] .responsibility-organisation {
  margin-top: 5px;
  margin-bottom: 15px;
}
[class$="-people-directory"] .views-field-field-profile-interests,
[class$="-people-directory"] .views-field-field-profile-competencies,
[class$="-people-directory"] .views-field-field-profile-sports {
  position: relative;
}
[class$="-people-directory"] .views-field-field-profile-interests span,
[class$="-people-directory"] .views-field-field-profile-competencies span,
[class$="-people-directory"] .views-field-field-profile-sports span {
  margin-right: 5px;
  display: block;
  float: left;
}
[class$="-people-directory"] .views-field-field-profile-interests .field-item a,
[class$="-people-directory"] .views-field-field-profile-interests .field-item a:hover,
[class$="-people-directory"] .views-field-field-profile-competencies .field-item a,
[class$="-people-directory"] .views-field-field-profile-competencies .field-item a:hover,
[class$="-people-directory"] .views-field-field-profile-sports .field-item a,
[class$="-people-directory"] .views-field-field-profile-sports .field-item a:hover {
  margin-right: 5px;
}
[class$="-people-directory"] .field-type-taxonomy-term-reference .field-item a:hover {
  color: #555555;
}
[class$="-people-directory"] .views-field-field-profile-interests > div,
[class$="-people-directory"] .views-field-field-profile-competencies > div,
[class$="-people-directory"] .views-field-field-profile-sports > div {
  margin-left: 95px;
  margin-rigth: 80px;
}
[class$="-people-directory"] .views-field-php a {
  font-weight: 700;
  color: inherit;
  text-decoration: none !important;
}
[class$="-people-directory"] .user_links {
  bottom: 2px;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 1;
  margin-left: 0;
  padding-left: 0;
}
[class$="-people-directory"] .user_links li {
  list-style-type: none;
  display: inline-block;
  margin-left: 30px;
}
[class$="-people-directory"] .user_links li a,
[class$="-people-directory"] .user_links li a:hover,
[class$="-people-directory"] .user_links li a:focus {
  text-decoration: none;
  color: #9b9b9b;
}
[class$="-people-directory"] .action_user_chat:before,
[class$="-people-directory"] .action_user_message:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
[class$="-people-directory"] .action_user_chat:before {
  content: '\e80a';
}
[class$="-people-directory"] .action_user_message:before {
  content: '\e807';
}
[class$="-people-directory"] .views-row:after {
  content: " ";
  display: block;
  clear: both;
}
[class$="-people-directory"] .views-field-field-profile-interests,
[class$="-people-directory"] .views-field-field-profile-competencies,
[class$="-people-directory"] .views-field-field-profile-sports {
  margin-top: 5px;
}
.views-exposed-form {
  margin-bottom: 30px;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  padding: 5px 18px 0 0;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget {
  position: relative;
  padding: unset !important;
  width: 100%;
  margin-bottom: 8px;
}
.views-exposed-form .views-exposed-widget.views-submit-button,
.views-exposed-form .views-exposed-widget.views-reset-button {
  width: unset;
  margin: 0 10px;
  float: right;
}
.views-exposed-form .views-exposed-widgets > .views-submit-button button,
.views-exposed-form .views-exposed-widgets > .views-reset-button button {
  border-radius: 50px;
  float: right;
  outline: none;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.07000000000000001);
  width: 120px;
}
.views-exposed-form .views-exposed-widgets > .views-submit-button button:active,
.views-exposed-form .views-exposed-widgets > .views-reset-button button:active {
  box-shadow: none;
}
.views-exposed-form .reset-field {
  margin-top: 0;
  position: absolute;
  right: 1px;
  top: 33px;
  cursor: pointer;
  text-decoration: none !important;
  color: #f0f0f0;
  font-size: 1px;
}
.views-exposed-form .reset-field:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  font-size: 18px;
  content: '\e816';
  text-decoration: none !important;
  color: #9b9b9b;
}
#views-exposed-form-knowledgebase-content-by-category-panel-all .views-exposed-form {
  margin-bottom: 0;
}
.bip_side_box .heartbeat-stream .heartbeat-activity {
  border-bottom: 1px solid #bdbdbd;
}
.heartbeat-stream {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #1b1b1b;
}
.heartbeat-stream a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.heartbeat-stream a.readmore-js-toggle {
  color: #9d0208;
}
.heartbeat-stream blockquote {
  margin-bottom: 4px;
  word-break: break-word;
}
.heartbeat-stream .heartbeat-group-content {
  color: #1b1b1b;
}
.heartbeat-stream .heartbeat-group-content p {
  margin-top: 4px;
}
.heartbeat-stream .heartbeat-group-content p a {
  color: #9d0208;
  font-weight: 300;
}
.heartbeat-stream .views-row,
.heartbeat-stream .heartbeat-activity {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 13px;
}
.heartbeat-stream .views-row:after {
  content: " ";
  display: block;
  clear: both;
}
.heartbeat-stream .views-row:last-child,
.heartbeat-stream .heartbeat-activity:last-child {
  border-bottom: none;
}
.heartbeat-stream .views-field-field-user-picture {
  float: left;
}
.heartbeat-stream .views-field-message-render {
  margin-bottom: 4px;
  padding: 0;
}
.heartbeat-stream .views-field-message-render a,
.heartbeat-stream .views-field-message-render a:hover,
.heartbeat-stream .views-field-message-render a:focus {
  font-weight: 700;
  color: inherit;
}
.heartbeat-stream .views-field-timestamp,
.heartbeat-stream .heartbeat-time-ago a {
  color: #9b9b9b;
  font-style: normal;
  font-weight: 300;
  float: right;
}
.heartbeat-stream .views-field-timestamp {
  float: right;
}
.heartbeat-stream .views-field-message-render,
.heartbeat-stream .views-field-nothing {
  display: block;
  margin-left: 75px;
}
.heartbeat-stream #heartbeat-stream-siteactivity .heartbeat-activity {
  display: table;
  width: 100%;
}
.heartbeat-stream .heartbeat-activity:after,
.heartbeat-stream .heartbeat-activity:before {
  display: none;
}
.heartbeat-stream .heartbeat-group-left {
  display: table-cell;
  float: none;
  padding-right: 15px;
  vertical-align: top;
  width: 13%;
}
.heartbeat-stream .heartbeat-group-left img {
  max-width: none;
}
.heartbeat-stream .heartbeat-group-content {
  display: table-cell;
  float: none;
  vertical-align: top;
  width: 87%;
}
.heartbeat-stream span.heartbeat-activity-visibility,
.heartbeat-stream span.heartbeat-activity-type-help,
.heartbeat-stream span.heartbeat-activity-type-post,
.heartbeat-stream span.heartbeat-activity-comment,
.heartbeat-stream span.heartbeat-activity-type-group,
.heartbeat-stream span.heartbeat-activity-type-organisation,
.heartbeat-stream span.heartbeat-activity-type-ausbildungskonzept:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  float: right;
  color: #9b9b9b;
}
.heartbeat-stream span.heartbeat-activity-visibility {
  margin-right: 3rem !important;
}
.heartbeat-stream span.heartbeat-activity-visibility span.title-access {
  display: block;
  position: static;
  width: auto;
  height: auto;
  text-align: center;
  float: none;
}
.heartbeat-stream span.heartbeat-activity-visibility span.title-access:before {
  margin: 0;
  color: white;
}
.heartbeat-stream span.heartbeat-activity-type-group:before {
  content: '\e80c';
}
.heartbeat-stream span.heartbeat-activity-comment:before {
  content: '\e80a';
}
.heartbeat-stream span.heartbeat-activity-type-help:before {
  content: '\e818';
  font-size: 14px;
}
.heartbeat-stream span.heartbeat-activity-type-post:before {
  content: '\e822';
}
.heartbeat-stream span.heartbeat-activity-type-ausbildungskonzept:before {
  content: '\e80e';
}
.heartbeat-stream span.heartbeat-activity-type-organisation:before {
  content: '\e80c';
}
.heartbeat-stream span.heartbeat-activity-type-video:before {
  font-family: "fontello";
  content: '\e847';
}
.heartbeat-stream span.heartbeat-activity-type-video-comment:before {
  font-family: "fontello";
  content: '\e848';
}
.heartbeat-stream .field-name-heartbeat-content-preview {
  padding-top: 8px;
}
.heartbeat-stream .heartbeat-time-ago a {
  pointer-events: none;
  cursor: default;
}
.heartbeat-stream .heartbeat-time-ago,
.heartbeat-stream .hover-delete {
  padding: 0px !important;
}
.heartbeat-stream .hover-delete a {
  color: #9b9b9b;
  font-weight: 300;
}
.heartbeat-stream .hover-delete:before {
  content: '\e828';
  color: #9b9b9b;
  display: inline-block;
  font-family: "fontello";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 22px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.heartbeat-stream .field-name-heartbeat-content-preview a {
  color: #9d0208;
  font-weight: 300;
}
.heartbeat-stream .heartbeat_add_comment:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  width: 22px;
  height: 22px;
  font-size: 16px;
  float: right;
  color: #9b9b9b;
  margin-left: 8px;
}
#heartbeat-stream-kbactivity {
  padding-bottom: 20px;
}
#heartbeat-stream-kbactivity .heartbeat-activity {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #9b9b9b;
  padding-right: 8px;
  min-height: 0px;
  padding-bottom: 10px;
  margin-bottom: 11px;
  position: relative;
}
#heartbeat-stream-kbactivity .heartbeat-time-ago a {
  color: #9B9B9B;
  display: block;
  float: none;
  margin-top: 5px;
  text-align: left;
}
.field-name-heartbeat-type-symbol {
  right: 5px;
  top: 5px;
  text-align: center;
}
.heartbeat-activity .group-footer .field-name-heartbeat-type-symbol {
  position: absolute;
}
.heartbeat-messages-wrapper {
  word-wrap: break-word;
}
.panel-display .panel-panel:first-child:not(.col-md-9) .pane-views-panes a:not(.action_link),
.panel-display .panel-panel:first-child:not(.col-md-9) .pane-views-panes a:not(.action_link):hover,
.panel-display .panel-panel:first-child:not(.col-md-9) .pane-views-panes a:not(.action_link):focus,
.panel-display .panel-panel:last-child:not(.col-md-9) .pane-views-panes a:not(.action_link),
.panel-display .panel-panel:last-child:not(.col-md-9) .pane-views-panes a:not(.action_link):hover,
.panel-display .panel-panel:last-child:not(.col-md-9) .pane-views-panes a:not(.action_link):focus {
  color: #878787;
  font-weight: 700;
  text-decoration: none;
}
.pane-views-panes .views-row {
  margin-bottom: 10px;
}
.pane-people-panel-people-in-og,
.pane-people-panel-people-online-in-og,
.pane-people-online,
.pane-people-new,
.pane-people {
  margin-bottom: 20px;
}
.pane-people-panel-people-in-og .views-row,
.pane-people-panel-people-online-in-og .views-row,
.pane-people-online .views-row,
.pane-people-new .views-row,
.pane-people .views-row {
  margin-bottom: 5px;
}
.pane-people-panel-people-in-og .views-row:after,
.pane-people-panel-people-online-in-og .views-row:after,
.pane-people-online .views-row:after,
.pane-people-new .views-row:after,
.pane-people .views-row:after {
  content: " ";
  display: block;
  clear: both;
}
.pane-people-panel-people-in-og .views-field-field-user-picture,
.pane-people-panel-people-online-in-og .views-field-field-user-picture,
.pane-people-online .views-field-field-user-picture,
.pane-people-new .views-field-field-user-picture,
.pane-people .views-field-field-user-picture {
  display: table-cell;
  position: relative;
  top: 2px;
  padding-right: 11px;
}
.pane-people-panel-people-in-og .views-field-name,
.pane-people-panel-people-online-in-og .views-field-name,
.pane-people-online .views-field-name,
.pane-people-new .views-field-name,
.pane-people .views-field-name,
.pane-people-panel-people-in-og .views-field-realname,
.pane-people-panel-people-online-in-og .views-field-realname,
.pane-people-online .views-field-realname,
.pane-people-new .views-field-realname,
.pane-people .views-field-realname {
  vertical-align: middle;
  display: table-cell;
  height: 32px;
}
.pane-people-panel-people-in-og .views-field-name a,
.pane-people-panel-people-online-in-og .views-field-name a,
.pane-people-online .views-field-name a,
.pane-people-new .views-field-name a,
.pane-people .views-field-name a,
.pane-people-panel-people-in-og .views-field-realname a,
.pane-people-panel-people-online-in-og .views-field-realname a,
.pane-people-online .views-field-realname a,
.pane-people-new .views-field-realname a,
.pane-people .views-field-realname a,
.pane-people-panel-people-in-og .views-field-name a:hover,
.pane-people-panel-people-online-in-og .views-field-name a:hover,
.pane-people-online .views-field-name a:hover,
.pane-people-new .views-field-name a:hover,
.pane-people .views-field-name a:hover,
.pane-people-panel-people-in-og .views-field-realname a:hover,
.pane-people-panel-people-online-in-og .views-field-realname a:hover,
.pane-people-online .views-field-realname a:hover,
.pane-people-new .views-field-realname a:hover,
.pane-people .views-field-realname a:hover,
.pane-people-panel-people-in-og .views-field-name a:focus,
.pane-people-panel-people-online-in-og .views-field-name a:focus,
.pane-people-online .views-field-name a:focus,
.pane-people-new .views-field-name a:focus,
.pane-people .views-field-name a:focus,
.pane-people-panel-people-in-og .views-field-realname a:focus,
.pane-people-panel-people-online-in-og .views-field-realname a:focus,
.pane-people-online .views-field-realname a:focus,
.pane-people-new .views-field-realname a:focus,
.pane-people .views-field-realname a:focus {
  color: #878787;
  font-weight: 700;
  text-decoration: none;
}
.pane-organisations-panel-pane-1,
.pane-my-organisations-people-pane {
  padding: 0 !important;
}
.pane-organisations-panel-pane-1 .pane-title,
.pane-my-organisations-people-pane .pane-title {
  display: none;
}
.pane-organisations-panel-pane-1 .views-row,
.pane-my-organisations-people-pane .views-row {
  padding: 0px 12px 11px;
  margin-bottom: 9px;
  border-bottom: unset !important;
}
.pane-organisations-panel-pane-1 .views-row:last-child,
.pane-my-organisations-people-pane .views-row:last-child {
  border: none;
  margin-bottom: 0px;
}
.pane-organisations-panel-pane-1 .view-content a,
.pane-my-organisations-people-pane .view-content a,
.pane-organisations-panel-pane-1 .view-content a:hover,
.pane-my-organisations-people-pane .view-content a:hover,
.pane-organisations-panel-pane-1 .view-content a:focus,
.pane-my-organisations-people-pane .view-content a:focus {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.pane-organisations-panel-pane-1 .view-content a:before,
.pane-my-organisations-people-pane .view-content a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 22px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.pane-organisations-panel-pane-1 .view-footer,
.pane-my-organisations-people-pane .view-footer {
  padding: 0 12px 20px;
}
.home_latest_video .pane-content {
  padding-left: 18px;
  font-size: 20px;
  padding-bottom: 20px;
}
.pane-node-authors .node_authors,
.pane-node-authors .revision_authors {
  margin: 0;
  padding: 0;
}
.pane-node-authors .node_authors li,
.pane-node-authors .revision_authors li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
}
.pane-node-authors .node_authors_label,
.pane-node-authors .revision_authors_label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.pane-node-authors .node_authors {
  padding-bottom: 4px;
  margin-bottom: 9px;
  height: 56px;
}
.pane-node-authors .node_authors.has-editors {
  border-bottom: 1px dotted #767676;
}
.pane-latest-articles .pager {
  padding-top: 0;
}
.pane-node-authors {
  padding-bottom: 20px;
}
.node-shared-post .node-post .header {
  display: block;
}
.node-shared-post .node-post .reaction-footer {
  width: 100%;
}
.node-shared-post .field-items {
  position: relative;
}
.node-shared-post .field-name-field-sharedpost-reference {
  clear: both;
}
.node-shared-post .node h2 {
  margin-top: 5px;
}
.node-shared-post .node span.title-access {
  top: 20px;
  right: 5px;
}
.node-shared-post .field-item > div.node {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 10px 10px 20px 10px;
}
.node-shared-post .field-item > div.node h2 {
  font-size: 16px;
  font-weight: bold;
}
.node-shared-post .field-item > div.node h2 a {
  color: #9d0208;
}
.node-shared-post .field-item > div.node .field-name-body {
  margin-bottom: 10px;
}
.node-shared-post .node-readmore {
  float: right;
}
.node-shared-post .node-readmore a {
  color: #878787;
}
.node-shared-post .node-readmore a:before {
  font-family: "fontello";
  content: '\e803';
  margin-right: 5px;
}
.view-kb-files .views-field-php {
  text-align: right;
  color: #555555;
}
.view-kb-files .statistics_counter,
.field-name-file-views-count .statistics_counter {
  margin-left: 10px;
}
.view-kb-files .statistics_counter span:before,
.field-name-file-views-count .statistics_counter span:before,
.view-kb-files .statistics_attachments span:before,
.field-name-file-views-count .statistics_attachments span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 6px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.view-kb-files h2.pane-title,
.field-name-file-views-count h2.pane-title {
  font-size: 13px;
  color: #9d0208;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 10px;
}
.view-kb-files .statistics_counter span:before,
.field-name-file-views-count .statistics_counter span:before {
  content: '\e810';
}
.view-kb-files .statistics_attachments,
.field-name-file-views-count .statistics_attachments {
  margin-left: 5px;
}
.view-kb-files .statistics_attachments span:before,
.field-name-file-views-count .statistics_attachments span:before {
  content: '\e80d';
  font-size: 12px;
}
.view-group-content,
.view-group-shared-posts,
.view-knowledgebase-content-by-category,
.view-salto-search-node,
.view-salto-search-comment,
.view-salto-search-file,
.pane-node-content,
.comment-wrapper,
.salto_file_listing,
.salto-93,
.node-online-meeting {
  position: relative;
}
.view-group-content h2,
.view-group-shared-posts h2,
.view-knowledgebase-content-by-category h2,
.view-salto-search-node h2,
.view-salto-search-comment h2,
.view-salto-search-file h2,
.pane-node-content h2,
.comment-wrapper h2,
.salto_file_listing h2,
.salto-93 h2,
.node-online-meeting h2,
.view-group-content .h2,
.view-group-shared-posts .h2,
.view-knowledgebase-content-by-category .h2,
.view-salto-search-node .h2,
.view-salto-search-comment .h2,
.view-salto-search-file .h2,
.pane-node-content .h2,
.comment-wrapper .h2,
.salto_file_listing .h2,
.salto-93 .h2,
.node-online-meeting .h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #9b9b9b;
  font-weight: 700;
  padding-right: 25px;
}
.view-group-content h2 a,
.view-group-shared-posts h2 a,
.view-knowledgebase-content-by-category h2 a,
.view-salto-search-node h2 a,
.view-salto-search-comment h2 a,
.view-salto-search-file h2 a,
.pane-node-content h2 a,
.comment-wrapper h2 a,
.salto_file_listing h2 a,
.salto-93 h2 a,
.node-online-meeting h2 a,
.view-group-content .h2 a,
.view-group-shared-posts .h2 a,
.view-knowledgebase-content-by-category .h2 a,
.view-salto-search-node .h2 a,
.view-salto-search-comment .h2 a,
.view-salto-search-file .h2 a,
.pane-node-content .h2 a,
.comment-wrapper .h2 a,
.salto_file_listing .h2 a,
.salto-93 .h2 a,
.node-online-meeting .h2 a {
  color: #9d0208;
}
.view-group-content .views-row,
.view-group-shared-posts .views-row,
.view-knowledgebase-content-by-category .views-row,
.view-salto-search-node .views-row,
.view-salto-search-comment .views-row,
.view-salto-search-file .views-row,
.pane-node-content .views-row,
.comment-wrapper .views-row,
.salto_file_listing .views-row,
.salto-93 .views-row,
.node-online-meeting .views-row {
  position: relative;
  min-height: 66px;
  border-bottom: 1px dotted #767676;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.view-group-content .views-row:last-child,
.view-group-shared-posts .views-row:last-child,
.view-knowledgebase-content-by-category .views-row:last-child,
.view-salto-search-node .views-row:last-child,
.view-salto-search-comment .views-row:last-child,
.view-salto-search-file .views-row:last-child,
.pane-node-content .views-row:last-child,
.comment-wrapper .views-row:last-child,
.salto_file_listing .views-row:last-child,
.salto-93 .views-row:last-child,
.node-online-meeting .views-row:last-child {
  border-bottom: none;
}
.view-group-content .views-field-field-user-picture,
.view-group-shared-posts .views-field-field-user-picture,
.view-knowledgebase-content-by-category .views-field-field-user-picture,
.view-salto-search-node .views-field-field-user-picture,
.view-salto-search-comment .views-field-field-user-picture,
.view-salto-search-file .views-field-field-user-picture,
.pane-node-content .views-field-field-user-picture,
.comment-wrapper .views-field-field-user-picture,
.salto_file_listing .views-field-field-user-picture,
.salto-93 .views-field-field-user-picture,
.node-online-meeting .views-field-field-user-picture {
  float: left;
  margin-right: 20px;
}
.view-group-content .links,
.view-group-shared-posts .links,
.view-knowledgebase-content-by-category .links,
.view-salto-search-node .links,
.view-salto-search-comment .links,
.view-salto-search-file .links,
.pane-node-content .links,
.comment-wrapper .links,
.salto_file_listing .links,
.salto-93 .links,
.node-online-meeting .links {
  margin-left: 120px;
}
.view-group-content .submitted,
.view-group-shared-posts .submitted,
.view-knowledgebase-content-by-category .submitted,
.view-salto-search-node .submitted,
.view-salto-search-comment .submitted,
.view-salto-search-file .submitted,
.pane-node-content .submitted,
.comment-wrapper .submitted,
.salto_file_listing .submitted,
.salto-93 .submitted,
.node-online-meeting .submitted {
  margin-bottom: 7px;
  font-size: 12px;
}
.view-group-content .field-name-body,
.view-group-shared-posts .field-name-body,
.view-knowledgebase-content-by-category .field-name-body,
.view-salto-search-node .field-name-body,
.view-salto-search-comment .field-name-body,
.view-salto-search-file .field-name-body,
.pane-node-content .field-name-body,
.comment-wrapper .field-name-body,
.salto_file_listing .field-name-body,
.salto-93 .field-name-body,
.node-online-meeting .field-name-body {
  margin-top: 7px;
}
.view-group-content .links,
.view-group-shared-posts .links,
.view-knowledgebase-content-by-category .links,
.view-salto-search-node .links,
.view-salto-search-comment .links,
.view-salto-search-file .links,
.pane-node-content .links,
.comment-wrapper .links,
.salto_file_listing .links,
.salto-93 .links,
.node-online-meeting .links {
  margin: 10px 0 0 0;
  text-align: right;
}
.view-group-content .links li,
.view-group-shared-posts .links li,
.view-knowledgebase-content-by-category .links li,
.view-salto-search-node .links li,
.view-salto-search-comment .links li,
.view-salto-search-file .links li,
.pane-node-content .links li,
.comment-wrapper .links li,
.salto_file_listing .links li,
.salto-93 .links li,
.node-online-meeting .links li {
  list-style-type: none;
  display: inline-block;
  margin-left: 8px;
  float: right;
}
.view-group-content .links li a,
.view-group-shared-posts .links li a,
.view-knowledgebase-content-by-category .links li a,
.view-salto-search-node .links li a,
.view-salto-search-comment .links li a,
.view-salto-search-file .links li a,
.pane-node-content .links li a,
.comment-wrapper .links li a,
.salto_file_listing .links li a,
.salto-93 .links li a,
.node-online-meeting .links li a,
.view-group-content .links li a:hover,
.view-group-shared-posts .links li a:hover,
.view-knowledgebase-content-by-category .links li a:hover,
.view-salto-search-node .links li a:hover,
.view-salto-search-comment .links li a:hover,
.view-salto-search-file .links li a:hover,
.pane-node-content .links li a:hover,
.comment-wrapper .links li a:hover,
.salto_file_listing .links li a:hover,
.salto-93 .links li a:hover,
.node-online-meeting .links li a:hover,
.view-group-content .links li a:focus,
.view-group-shared-posts .links li a:focus,
.view-knowledgebase-content-by-category .links li a:focus,
.view-salto-search-node .links li a:focus,
.view-salto-search-comment .links li a:focus,
.view-salto-search-file .links li a:focus,
.pane-node-content .links li a:focus,
.comment-wrapper .links li a:focus,
.salto_file_listing .links li a:focus,
.salto-93 .links li a:focus,
.node-online-meeting .links li a:focus,
.view-group-content .links span,
.view-group-shared-posts .links span,
.view-knowledgebase-content-by-category .links span,
.view-salto-search-node .links span,
.view-salto-search-comment .links span,
.view-salto-search-file .links span,
.pane-node-content .links span,
.comment-wrapper .links span,
.salto_file_listing .links span,
.salto-93 .links span,
.node-online-meeting .links span {
  text-decoration: none;
  color: #9b9b9b;
  font-size: 12px;
}
.view-group-content .reaction-footer .footer-meta .comment-button-icon,
.view-group-shared-posts .reaction-footer .footer-meta .comment-button-icon,
.view-knowledgebase-content-by-category .reaction-footer .footer-meta .comment-button-icon,
.view-salto-search-node .reaction-footer .footer-meta .comment-button-icon,
.view-salto-search-comment .reaction-footer .footer-meta .comment-button-icon,
.view-salto-search-file .reaction-footer .footer-meta .comment-button-icon,
.pane-node-content .reaction-footer .footer-meta .comment-button-icon,
.comment-wrapper .reaction-footer .footer-meta .comment-button-icon,
.salto_file_listing .reaction-footer .footer-meta .comment-button-icon,
.salto-93 .reaction-footer .footer-meta .comment-button-icon,
.node-online-meeting .reaction-footer .footer-meta .comment-button-icon {
  margin-top: 3px;
}
.view-group-content .node-readmore a:before,
.view-group-shared-posts .node-readmore a:before,
.view-knowledgebase-content-by-category .node-readmore a:before,
.view-salto-search-node .node-readmore a:before,
.view-salto-search-comment .node-readmore a:before,
.view-salto-search-file .node-readmore a:before,
.pane-node-content .node-readmore a:before,
.comment-wrapper .node-readmore a:before,
.salto_file_listing .node-readmore a:before,
.salto-93 .node-readmore a:before,
.node-online-meeting .node-readmore a:before,
.view-group-content .comment-add a:before,
.view-group-shared-posts .comment-add a:before,
.view-knowledgebase-content-by-category .comment-add a:before,
.view-salto-search-node .comment-add a:before,
.view-salto-search-comment .comment-add a:before,
.view-salto-search-file .comment-add a:before,
.pane-node-content .comment-add a:before,
.comment-wrapper .comment-add a:before,
.salto_file_listing .comment-add a:before,
.salto-93 .comment-add a:before,
.node-online-meeting .comment-add a:before,
.view-group-content .comment-content a:before,
.view-group-shared-posts .comment-content a:before,
.view-knowledgebase-content-by-category .comment-content a:before,
.view-salto-search-node .comment-content a:before,
.view-salto-search-comment .comment-content a:before,
.view-salto-search-file .comment-content a:before,
.pane-node-content .comment-content a:before,
.comment-wrapper .comment-content a:before,
.salto_file_listing .comment-content a:before,
.salto-93 .comment-content a:before,
.node-online-meeting .comment-content a:before,
.view-group-content .comment-new-content a:before,
.view-group-shared-posts .comment-new-content a:before,
.view-knowledgebase-content-by-category .comment-new-content a:before,
.view-salto-search-node .comment-new-content a:before,
.view-salto-search-comment .comment-new-content a:before,
.view-salto-search-file .comment-new-content a:before,
.pane-node-content .comment-new-content a:before,
.comment-wrapper .comment-new-content a:before,
.salto_file_listing .comment-new-content a:before,
.salto-93 .comment-new-content a:before,
.node-online-meeting .comment-new-content a:before,
.view-group-content .statistics_counter span:before,
.view-group-shared-posts .statistics_counter span:before,
.view-knowledgebase-content-by-category .statistics_counter span:before,
.view-salto-search-node .statistics_counter span:before,
.view-salto-search-comment .statistics_counter span:before,
.view-salto-search-file .statistics_counter span:before,
.pane-node-content .statistics_counter span:before,
.comment-wrapper .statistics_counter span:before,
.salto_file_listing .statistics_counter span:before,
.salto-93 .statistics_counter span:before,
.node-online-meeting .statistics_counter span:before,
.view-group-content .statistics_attachments span:before,
.view-group-shared-posts .statistics_attachments span:before,
.view-knowledgebase-content-by-category .statistics_attachments span:before,
.view-salto-search-node .statistics_attachments span:before,
.view-salto-search-comment .statistics_attachments span:before,
.view-salto-search-file .statistics_attachments span:before,
.pane-node-content .statistics_attachments span:before,
.comment-wrapper .statistics_attachments span:before,
.salto_file_listing .statistics_attachments span:before,
.salto-93 .statistics_attachments span:before,
.node-online-meeting .statistics_attachments span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 6px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.view-group-content .node-readmore a:before,
.view-group-shared-posts .node-readmore a:before,
.view-knowledgebase-content-by-category .node-readmore a:before,
.view-salto-search-node .node-readmore a:before,
.view-salto-search-comment .node-readmore a:before,
.view-salto-search-file .node-readmore a:before,
.pane-node-content .node-readmore a:before,
.comment-wrapper .node-readmore a:before,
.salto_file_listing .node-readmore a:before,
.salto-93 .node-readmore a:before,
.node-online-meeting .node-readmore a:before {
  content: '\e803';
}
.view-group-content .comment-add a:before,
.view-group-shared-posts .comment-add a:before,
.view-knowledgebase-content-by-category .comment-add a:before,
.view-salto-search-node .comment-add a:before,
.view-salto-search-comment .comment-add a:before,
.view-salto-search-file .comment-add a:before,
.pane-node-content .comment-add a:before,
.comment-wrapper .comment-add a:before,
.salto_file_listing .comment-add a:before,
.salto-93 .comment-add a:before,
.node-online-meeting .comment-add a:before {
  content: '\e823';
}
.view-group-content .comment-content a:before,
.view-group-shared-posts .comment-content a:before,
.view-knowledgebase-content-by-category .comment-content a:before,
.view-salto-search-node .comment-content a:before,
.view-salto-search-comment .comment-content a:before,
.view-salto-search-file .comment-content a:before,
.pane-node-content .comment-content a:before,
.comment-wrapper .comment-content a:before,
.salto_file_listing .comment-content a:before,
.salto-93 .comment-content a:before,
.node-online-meeting .comment-content a:before {
  content: '\e80a';
}
.view-group-content .comment-new-content a:before,
.view-group-shared-posts .comment-new-content a:before,
.view-knowledgebase-content-by-category .comment-new-content a:before,
.view-salto-search-node .comment-new-content a:before,
.view-salto-search-comment .comment-new-content a:before,
.view-salto-search-file .comment-new-content a:before,
.pane-node-content .comment-new-content a:before,
.comment-wrapper .comment-new-content a:before,
.salto_file_listing .comment-new-content a:before,
.salto-93 .comment-new-content a:before,
.node-online-meeting .comment-new-content a:before {
  content: '\e825';
  top: 0;
}
.view-group-content .statistics_counter span:before,
.view-group-shared-posts .statistics_counter span:before,
.view-knowledgebase-content-by-category .statistics_counter span:before,
.view-salto-search-node .statistics_counter span:before,
.view-salto-search-comment .statistics_counter span:before,
.view-salto-search-file .statistics_counter span:before,
.pane-node-content .statistics_counter span:before,
.comment-wrapper .statistics_counter span:before,
.salto_file_listing .statistics_counter span:before,
.salto-93 .statistics_counter span:before,
.node-online-meeting .statistics_counter span:before {
  content: '\e810';
}
.view-group-content .statistics_attachments,
.view-group-shared-posts .statistics_attachments,
.view-knowledgebase-content-by-category .statistics_attachments,
.view-salto-search-node .statistics_attachments,
.view-salto-search-comment .statistics_attachments,
.view-salto-search-file .statistics_attachments,
.pane-node-content .statistics_attachments,
.comment-wrapper .statistics_attachments,
.salto_file_listing .statistics_attachments,
.salto-93 .statistics_attachments,
.node-online-meeting .statistics_attachments {
  margin-left: 5px;
}
.view-group-content .statistics_attachments span:before,
.view-group-shared-posts .statistics_attachments span:before,
.view-knowledgebase-content-by-category .statistics_attachments span:before,
.view-salto-search-node .statistics_attachments span:before,
.view-salto-search-comment .statistics_attachments span:before,
.view-salto-search-file .statistics_attachments span:before,
.pane-node-content .statistics_attachments span:before,
.comment-wrapper .statistics_attachments span:before,
.salto_file_listing .statistics_attachments span:before,
.salto-93 .statistics_attachments span:before,
.node-online-meeting .statistics_attachments span:before {
  content: '\e80d';
  font-size: 12px;
}
.view-group-content .views-row:after,
.view-group-shared-posts .views-row:after,
.view-knowledgebase-content-by-category .views-row:after,
.view-salto-search-node .views-row:after,
.view-salto-search-comment .views-row:after,
.view-salto-search-file .views-row:after,
.pane-node-content .views-row:after,
.comment-wrapper .views-row:after,
.salto_file_listing .views-row:after,
.salto-93 .views-row:after,
.node-online-meeting .views-row:after {
  content: " ";
  display: block;
  clear: both;
}
.view-knowledgebase-content-by-category .title-access {
  top: -2px !important;
}
.field-type-taxonomy-term-reference .field-item {
  display: inline;
}
.field-type-taxonomy-term-reference .field-item a,
.field-type-taxonomy-term-reference .field-item a:hover,
.field-type-taxonomy-term-reference .field-item a:focus {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  margin-right: 15px;
  color: #9b9b9b;
}
.field-type-taxonomy-term-reference .field-item a:before {
  display: inline-block;
  font-family: "fontello";
  content: '\e81a';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-size: 10px;
  margin-right: 4px;
}
.node-kb-article .content,
.node-kb-article .links {
  margin-left: 0px;
}
.comment-wrapper .submitted,
.comment-wrapper .content,
.comment-wrapper .links {
  margin-left: 70px;
}
#privatemsg-list-form #edit-delete {
  position: relative;
  top: -3px;
}
#privatemsg-list-form select {
  width: auto;
  display: inline;
}
#privatemsg-list-form table.privatemsg-list {
  margin-top: 20px;
}
#privatemsg-list-form th {
  font-weight: 300;
  background: none;
}
#privatemsg-list-form th a,
#privatemsg-list-form td a {
  color: #1b1b1b;
  text-decoration: none !important;
}
#privatemsg-list-form th a img {
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.view-groups-files table,
.view-kb-files table {
  width: 100%;
}
.view-groups-files td,
.view-kb-files td {
  vertical-align: top;
  width: 162px;
  padding-top: 20px;
  text-align: left;
}
.view-groups-files td:last-child,
.view-kb-files td:last-child {
  width: 142px;
}
.view-groups-files .views-field-rendered,
.view-kb-files .views-field-rendered {
  border: 1px solid #d8d8d8;
  width: 140px;
  height: 140px;
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}
.view-groups-files .views-field-rendered:before,
.view-kb-files .views-field-rendered:before {
  color: #d8d8d8;
  font-family: "fontello";
  content: '\e82e';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-size: 50px;
  position: absolute;
  z-index: -10;
  color: #dedede;
  left: 50px;
  top: 32px;
}
.view-groups-files .views-field-rendered .field-content,
.view-kb-files .views-field-rendered .field-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.view-groups-files .views-field-rendered .field-content a,
.view-kb-files .views-field-rendered .field-content a {
  color: #fff;
}
.view-groups-files .views-field-rendered .field-content .file,
.view-kb-files .views-field-rendered .field-content .file {
  display: none;
}
.view-groups-files .views-field-filename,
.view-kb-files .views-field-filename {
  margin-top: 7px;
  line-height: 16px;
}
.view-groups-files .views-field-filename a,
.view-kb-files .views-field-filename a {
  display: block;
  font-weight: bold;
  color: #9b9b9b;
  text-decoration: none;
  padding-right: 20px;
  font-size: 12px;
  overflow: hidden;
}
.view-groups-files .views-field-download,
.view-kb-files .views-field-download,
.view-groups-files .statistics_counter,
.view-kb-files .statistics_counter {
  text-align: right;
  width: auto;
  position: absolute;
}
.view-groups-files .views-field-download,
.view-kb-files .views-field-download {
  right: 7px;
  bottom: 0;
}
.view-groups-files .statistics_counter,
.view-kb-files .statistics_counter {
  right: 30px;
  bottom: -1px;
}
.view-groups-files .views-field-download a:before,
.view-kb-files .views-field-download a:before {
  color: #878787;
}
.view-groups-files .col,
.view-kb-files .col {
  margin-bottom: 20px;
}
#salto-og-invite-form #edit-invite-message-wrapper,
#salto-og-invite-api-form #edit-invite-message-wrapper {
  height: auto;
}
#og_invite_page .salto_og_users_selector:before,
#og_invite_page .salto_og_users_selector:after {
  content: none;
}
#og_invite_page .salto_og_users_selector {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#og_invite_page .salto_og_users_selector > div {
  float: none;
  display: table-cell;
  border-collapse: separate;
  border-spacing: 10px;
  vertical-align: top;
  width: 49%;
  background: #f0f0f0;
  color: #878787;
  padding: 12px;
}
#og_invite_page .salto_og_users_selector > div h2 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 10px;
}
#og_invite_page .salto_og_users_selector > div .search-query {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 20px;
}
#og_invite_page .salto_og_users_selector > div #edubreak_og_ui_searchlist {
  background: #fff;
  padding: 0;
}
#og_invite_page .salto_og_users_selector > div #edubreak_og_ui_searchlist li:before,
#og_invite_page .salto_og_users_selector > div #edubreak_og_ui_searchlist li:after {
  content: none;
}
#og_invite_page .salto_og_users_selector > div #edubreak_og_ui_searchlist li {
  margin: 0;
  display: table-row;
  width: 100%;
}
#og_invite_page .salto_og_users_selector > div #edubreak_og_ui_searchlist li > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#og_invite_page .salto_og_users_selector > div #edubreak_og_ui_searchlist li .field-name-field-user-picture {
  margin-bottom: 0;
}
#og_invite_page .salto_og_users_selector > div > .row:after,
#og_invite_page .salto_og_users_selector > div > .row:before {
  content: none;
}
#og_invite_page .salto_og_users_selector > div:first-child {
  border-right: 10px solid #FFFFFF;
}
#og_invite_page .salto_og_users_selector > div:last-child {
  border-left: 10px solid #FFFFFF;
}
#og_invite_page .salto_og_users_selector > div:last-child > .row {
  margin: 0;
}
#og_invite_page .salto_og_users_selector > div:last-child .btn-add {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}
#og_invite_page .salto_og_users_selector input {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
#og_invite_page .og_users_invite_list {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
#og_invite_page .og_users_invite_list .invitelist-header {
  background: none;
  border-bottom: 1px solid #DDDDDD;
}
#og_invite_page .og_users_invite_list .invitelist-header > .row > div {
  padding: 8px;
  font-weight: 700;
}
#og_invite_page .og_users_invite_list .items {
  margin: 0;
  padding: 0;
  overflow: visible;
}
#og_invite_page .og_users_invite_list .items li {
  padding: 8px 0 8px 8px;
}
#og_invite_page .og_users_invite_list .items .field-name-field-user-picture {
  margin-bottom: 0;
}
#og_invite_page .og_users_invite_list .items li:nth-child(2n-1) {
  background-color: #FFF;
}
#og_invite_page .og_users_invite_list .items li > div {
  display: table;
  width: 100%;
}
#og_invite_page .og_users_invite_list .items li > div > div {
  display: table-cell;
  vertical-align: middle;
}
#og_invite_page .og_users_invite_list .items li > div > div:last-child {
  text-align: right;
}
#og_invite_page .og_users_invite_list .items li > div:before,
#og_invite_page .og_users_invite_list .items li > div:after,
#og_invite_page .og_users_invite_list .items li > div > div:before,
#og_invite_page .og_users_invite_list .items li > div > div:after {
  content: none;
}
#user-profile .responsibility-organisation {
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 12px;
}
#user-profile .bip_side_box,
#user-profile .bip_side_box .panel-heading {
  background: #fff !important;
}
.main-container > *:first-child {
  margin-top: 12px;
}
.main-container > *:last-child {
  margin-bottom: 100px;
}
.front .main-container > *:first-child {
  margin-top: 25px;
}
.not-logged-in:before {
  top: 69px !important;
}
#edit-body-und-0-format {
  display: none;
}
.pane-profile2-field-profile-about-me {
  margin-bottom: 20px;
}
.user-stat-icon img {
  margin-top: -4px;
}
div.add-help {
  text-align: right;
}
.media-bulk-upload-multiedit-form button,
button#edit-next {
  padding: 10px !important;
}
.media-bulk-upload-multiedit-form button:before,
button#edit-next:before {
  content: unset !important;
}
.help_body .views-field-edit-node,
.help_body .views-field-comment-count,
.help_body .views-field-content-link {
  display: inline-block;
}
.help_body .views-field-edit-node {
  border-right: 1px solid #878787;
  padding-right: 7px;
}
.help_body .views-field-content-link {
  border-left: 1px solid #878787;
  padding-left: 7px;
}
.help_body .views-field-content-link .list-inline {
  margin: 0;
}
.help_body .views-field-content-link {
  margin-left: 7px;
}
.form-type-managed-file .salto_user-processed {
  height: 34px;
  margin-bottom: 12px;
  margin-top: -10px;
}
#block-user-login {
  padding-top: 22px;
}
.form-item-book-book-helper-link-title-custom,
.form-item-book-book-helper-link-title-sync {
  display: none;
}
.image-modal .modal-dialog {
  height: 80%;
}
.image-modal .bootbox-body,
.image-modal .modal-content {
  height: 100%;
}
#edit-profile-competencies-wrapper div.description {
  font-size: 10px;
  line-height: 12px;
  margin: 3px 0 5px;
}
li.token-input-token-minimal {
  background: none repeat scroll 0 0 #878787;
}
.node-ausbildungskonzept .field {
  padding-bottom: 20px;
}
.comment-heartbeat-content {
  margin-top: 12px;
}
.pane-membership-summary .og-membership-organisation-membership h2 {
  font-size: 12px;
  line-height: 12px;
}
body.front.not-logged-in .panels-flexible-column-last iframe {
  width: 100%;
}
#pm_fix {
  margin-top: 68px;
}
#edit-legal-content {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #8787A1;
  padding: 20px;
}
.edit-field-educoncept-file-und-0-browse-button--2 {
  padding-right: 14px;
}
.views-field-is-online {
  float: right;
}
.node .help-entry-useful-yes-and-no,
.help_body .help-entry-useful-yes-and-no {
  margin-top: 20px;
  text-align: right;
}
.node .help-entry-useful-yes-and-no div,
.help_body .help-entry-useful-yes-and-no div {
  display: inline-block;
  margin-left: 10px;
}
.node .help-entry-useful-yes-and-no div.help-flag-label,
.help_body .help-entry-useful-yes-and-no div.help-flag-label {
  margin-left: 0;
}
.node .help-entry-useful-yes-and-no div.flag-outer-help-entry-useful-no,
.help_body .help-entry-useful-yes-and-no div.flag-outer-help-entry-useful-no {
  margin-left: 5px;
}
.node .help-entry-useful-yes-and-no,
.help_body .help-entry-useful-yes-and-no,
.node .help-entry-useful-stats,
.help_body .help-entry-useful-stats {
  display: inline-block;
}
.view-content .help-entry-useful-yes-and-no {
  text-align: left;
}
.bip_side_box .view-feed-items .icon-feed-burger {
  width: 20px;
  height: 2px;
  background-color: darkgrey;
  margin: 2px 0;
}
.bip_side_box .view-feed-items .icon-feed-burger.odd {
  width: 16px;
  background-color: grey;
}
.bip_side_box .view-feed-items .views-field.views-field-nothing {
  margin: 0.2em 0;
}
.bip_side_box .view-feed-items .views-field.views-field-created {
  float: right;
  width: 90%;
}
.bip_side_box .view-feed-items .views-field.views-field-nothing {
  min-width: 10%;
  display: block;
  float: left;
  padding: 0 0.5em 0 0;
}
.help-entry-useful-container {
  margin-bottom: 20px;
}
.member-item .groups-members-state a {
  color: inherit;
  font-weight: bold;
}
.member-item .groups-members-name a {
  display: inline-block;
  margin-right: 7px;
}
.member-item .groups-members-name i.icon {
  font-size: 14px;
}
.group-actions {
  margin-top: -21px;
}
.group-actions.action-links .group-closed {
  color: #fff;
  padding: 10px;
  font-weight: bold;
  display: block;
  background-color: #878787;
  border-radius: 50px;
  width: fit-content;
  float: right;
}
.group-actions.action-links .btn-user:before {
  content: '\e806';
  font-size: 12px;
}
.group-actions.action-links a {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 5px 15px;
  font-weight: bold;
  display: block;
  background-color: #9d0208 !important;
}
.group-actions.action-links a:hover {
  background-color: #cf030b !important;
}
.main-content .group-actions.action-links {
  width: 142px;
  padding: 0;
  margin: 0;
}
.group-view-row {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
.group-view-row > div {
  position: initial;
}
.group-view-row .group-view-item-footer {
  color: #9a9a9a;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  float: left;
}
.group-view-row .group-view-item-footer .group-num-nodes,
.group-view-row .group-view-item-footer .group-num-files,
.group-view-row .group-view-item-footer .group-num-members {
  width: unset;
  margin-left: unset;
}
.group-view-row .group-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.group-view-row .group-body {
  min-height: 45px;
}
.group-view-row .group-num-nodes {
  text-align: right;
}
.group-view-row .group-footer .members.more {
  font-size: 22px;
  color: #9a9a9a;
  border: none !important;
}
.group-view-row .action-links {
  position: absolute;
  top: 74px;
  right: 10px;
}
.group-view-row .field-name-field-user-picture {
  float: left;
  margin-left: 5px;
}
.group-view-row > .field-name-field-user-picture {
  margin-left: 0;
}
.group-view-row .group-title {
  color: #878787;
}
.group-view-row .group-title a {
  color: #9d0208;
}
.group-view-row .group-title.join_mode-4:after {
  font-family: "fontello";
  position: absolute;
  right: 0;
  content: '\e830';
}
.group-view-row .group-title.join_mode-1:after {
  font-family: "fontello";
  position: absolute;
  right: 0;
  content: '\e80C';
}
.group-view-row .group-title.join_mode-2:after {
  font-family: "fontello";
  position: absolute;
  right: 0;
  content: '\e833';
}
.group-view-row .group-title.join_mode--1:after {
  font-family: "fontello";
  position: absolute;
  right: 0;
  content: '\e832';
}
.salto-og-action-links a[role="menuitem"] {
  display: none;
}
.view-id-home_tabs .field-content {
  font-size: 13px !important;
}
.view-id-home_tabs .nav-tabs li.active a {
  background: #9d0208;
  border: solid #9d0208;
}
.view-id-home_tabs .nav-tabs li.active a:hover {
  background: #7a0206;
  border: solid #7a0206;
}
.view-id-home_tabs .nav-tabs li a {
  background: #878787;
  border: solid #878787;
  font-weight: bold;
  color: #fff;
}
.view-id-home_tabs .nav-tabs li a:hover {
  background: #737373;
  border: solid #737373;
  font-weight: bold;
  color: #fff;
}
.main_layout_right h2.pane-title,
.pane-group-content-base h2.pane-title,
.view-organisations-license-overview-by-user h2.pane-title,
.pane-groups-members-panel-og-pending-memberships h2.pane-title {
  font-size: 21px;
}
.view-organisations-license-overview-by-user .views-field-title {
  max-width: 730px;
}
.view-organisations-license-overview-by-user .views-field-title h2 {
  font-size: 31px;
}
.view-organisations-license-overview-by-user > .view-header > .view-content > .views-row {
  border-bottom: 1px dotted #767676;
}
.view-organisations-license-overview-by-user .col-md-offset-9.links a {
  width: 100%;
  display: block;
}
.view-organisations-license-overview-by-user .col-md-3.help {
  float: right;
  padding: 0;
  padding-left: 15px;
}
.view-organisations-license-overview-by-user .col-md-3.help a {
  text-align: left;
}
.view-organisations-license-overview-by-user .col-md-3.help .panel.bip_side_box {
  padding: 0;
  margin: 10px 0 0;
}
.view-organisations-license-overview-by-user .col-md-3.help .panel-body {
  padding: 0 12px;
}
#user-login-form {
  margin-top: 30px;
}
#user-login-form a {
  width: 100%;
}
#user-login-form #user-login-form a {
  width: 215px;
}
#user-login-form .btn {
  place-content: center;
  width: 100%;
  margin: 10px 0;
}
#user-login button,
#user-login-form button {
  place-content: center;
  width: 100%;
  margin: 10px 0;
}
#user-login .btn:before,
#user-login-form .btn:before {
  content: '' !important;
}
#salto-facet-search-container .panel-separator {
  display: none;
}
#salto-facet-search-container .panel-default {
  margin-top: 0;
}
#salto-facet-search-container .panel-default.salto-facet-search-wrapper {
  margin: 0;
}
#salto-facet-search-container .panel-default.salto-facet-search-wrapper .panel-body {
  padding-bottom: 0px;
}
#salto-facet-search-container .main_layout_left .panel-title {
  color: #878787;
  font-size: 12px;
}
#salto-facet-search-container .salto-facet-search-wrapper {
  color: #999999;
}
#salto-facet-search-container .salto-facet-search-wrapper ul {
  padding-left: 10px;
}
#salto-facet-search-container .salto-facet-search-wrapper a,
#salto-facet-search-container .salto-facet-search-wrapper a:hover {
  color: #333333;
}
#salto-facet-search-container .views-exposed-form {
  margin-bottom: 0 !important;
}
#salto-facet-search-container .views-exposed-form button {
  margin-top: 5px;
}
#salto-facet-search-container #edit-search-api-views-fulltext-wrapper {
  margin-bottom: 0;
}
#block-salto-search-salto-block-search form {
  width: 223px;
  float: right;
  z-index: 977;
}
#block-salto-search-salto-block-search {
  position: absolute;
  right: 10px;
  top: -2px;
}
.view-salto-search-node .kb-type {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  width: 22px;
  height: 22px;
  font-size: 16px;
  float: right;
  color: #9b9b9b;
  margin-left: 8px;
  margin-top: -22px;
}
.view-salto-search-node .kb-type .post:after {
  content: '\e822';
}
.panel-display.salto-363 .accordion-container {
  background-color: #fff;
}
.panel-display.salto-363 .accordion-container .admin-settings-subheadline {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  color: #9b9b9b;
}
.panel-display.salto-363 .accordion-container .admin-settings-subheadline:first-child {
  margin-top: 0;
}
.panel-display.salto-363 .accordion-container .admin-settings-section {
  margin-bottom: 20px;
  padding-left: 15px;
}
.panel-display.salto-363 .accordion-container .admin-settings-separator {
  height: 1px;
  background-color: #e0e0e0;
  margin: 20px 0;
  padding: 0 !important;
}
.view-salto-organisations-overview .views-row {
  position: relative;
  min-height: 66px;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.view-salto-organisations-overview .org-directory-title a {
  font-size: 14px;
  font-weight: 700;
  color: #9d0208;
  text-decoration: none !important;
  margin-bottom: 3px;
}
.view-salto-organisations-overview .field-content {
  display: inline;
}
.view-salto-organisations-overview .suborganisations-directory .arrow:before {
  font-family: "fontello";
  content: '\e801';
  margin-top: 15px;
  margin-right: 5px;
}
.view-salto-organisations-overview .suborganisations-directory .views-row {
  min-height: auto;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.view-organisation-invites {
  overflow: auto;
}
#edit-field-user-organisations-target-id-wrapper {
  display: none;
}
table.cke_dialog,
.cke_dialog_body {
  z-index: 10200 !important;
}
.view-display-id-page {
  overflow: auto;
}
.diff-deletedline .diffchange {
  text-decoration: line-through;
}
table.diff-revisions {
  clear: both;
}
span.diffchange {
  font-weight: initial;
}
.diff-links {
  display: none;
}
.diff-revisions .btn {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  border-bottom: 1px dotted #fff;
  background: #9d0208;
  text-align: left !important;
}
.diff-revisions .btn:before {
  font-family: "fontello";
  content: '\e821';
  margin-right: 10px;
}
.diff-revisions .btn:hover {
  background-color: #7a0206;
}
.swf_wrapper {
  min-height: 300px;
  width: 100%;
  height: 100%;
}
.view-mode-salto_diff {
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-mode-salto_diff span.title-access {
  top: 0px;
}
.view-mode-salto_diff .main-content {
  padding-bottom: 20px;
}
.view-mode-salto_diff .col-md-6 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #fff;
}
.alert {
  float: left;
  width: 100%;
}
.alert.alert-danger:before {
  font-family: "fontello";
  content: '\e836';
  margin-right: 10px;
  float: left;
}
.alert.alert-success:before {
  font-family: "fontello";
  content: '\e815';
  margin-right: 10px;
  float: left;
}
.alert.alert-warning:before {
  font-family: "fontello";
  content: '\e834';
  margin-right: 10px;
  float: left;
}
.alert.alert-info:before {
  font-family: "fontello";
  content: '\e835';
  margin-right: 10px;
  float: left;
}
.alert.popover {
  padding: 4px;
  border-radius: 0;
}
.form-item.error label {
  color: #1b1b1b;
  padding: 5px 5px 0px 7px;
}
td.table-label {
  font-weight: bold;
}
.content video,
.content audio {
  padding: 4px;
}
#comments {
  clear: both;
}
#comments .glyphicon.glyphicon-refresh.glyphicon-spin {
  line-height: 17px;
  width: 8px;
  font-size: 11px !important;
  height: 17px;
}
#comments .field-name-comment-body .filter-wrapper.form-inline.panel.panel-default.form-wrapper {
  display: none;
}
#comments form[id^="ajax-comments-reply-form"]:not(.ajax-comments-form-add) .form-item-comment-body-und-0-value textarea[id^="edit-comment-body-und-0-value"] {
  height: 90px;
}
#comments form[id^="ajax-comments-reply-form"]:not(.ajax-comments-form-add) .form-item-comment-body-und-0-value .resizable-textarea {
  margin-bottom: 15px;
  margin-top: unset;
}
#comments form[id^="ajax-comments-reply-form"]:not(.ajax-comments-form-add) .form-item-comment-body-und-0-value .resizable-textarea textarea {
  resize: vertical;
}
#comments form[id^="ajax-comments-reply-form"]:not(.ajax-comments-form-add) .form-actions.form-wrapper.form-group {
  display: flex;
}
#comments form[id^="ajax-comments-reply-form"]:not(.ajax-comments-form-add) .form-actions.form-wrapper.form-group button[id^="edit-ajax-comments-reply-form"],
#comments form[id^="ajax-comments-reply-form"]:not(.ajax-comments-form-add) .form-actions.form-wrapper.form-group button[id^="cancel-ajax-comments-reply-form"] {
  text-align: center !important;
  border-bottom: none;
  padding: 6px 12px;
  margin-right: 10px;
}
#comments .form-actions .btn:before {
  content: none !important;
}
#comments .form-actions button {
  padding-left: 20px;
  float: right;
}
#comments > .indented {
  margin-left: 46px;
}
#comments > .indented .ajax-comments-form-reply div[id^="comment-body-add-more-wrapper"] {
  display: flex;
}
#comments > .indented .ajax-comments-form-reply div[id^="comment-body-add-more-wrapper"] .text-format-wrapper {
  width: 100%;
  margin-top: 5px;
}
#comments > .indented .ajax-comments-form-reply div[id^="comment-body-add-more-wrapper"] .grippie {
  display: none;
}
#comments > .indented .ajax-comments-form-reply button[id^="edit-ajax-comments-reply-form-"] {
  padding: 6px 12px;
  margin-left: 62px;
}
#comments > .indented .ajax-comments-form-reply button[id^="cancel-ajax-comments-reply-form"] {
  display: none;
}
#comments > .indented form[id^="ajax-comments-reply-form"] {
  margin-left: 5px;
}
#comments > .indented form[id^="ajax-comments-reply-form"] .form-item-comment-body-und-0-value label {
  display: none;
}
#comments > .indented .links li {
  margin-left: unset;
}
@media (max-width: 480px) {
  #comments > .indented {
    margin-left: 40px;
  }
  #comments > .indented .comment-edit,
  #comments > .indented .comment-delete {
    display: none;
  }
}
.salto_file_listing .fivestar-outline,
.node-teaser .fivestar-outline {
  display: inline-block;
}
.salto_file_listing .fivestar-summary-average-count,
.node-teaser .fivestar-summary-average-count {
  display: inline-block;
}
.salto_file_listing .help-block,
.node-teaser .help-block {
  display: none;
}
.salto_file_listing ul.links li,
.node-teaser ul.links li {
  float: none;
}
.field-name-salto-files-rating-action {
  margin-bottom: 30px;
}
.field-name-salto-files-rating-action,
.field-name-files-rating-view {
  float: right;
}
.field-name-file-views-count {
  clear: both;
}
.fivestar-average-stars {
  display: inline-block;
  margin-right: 5px;
}
.pane-content .fivestar-widget-static .star span {
  color: transparent;
}
.pane-content .average-rating {
  display: none;
}
.pane-content img.tils {
  max-width: 100%;
  margin: 0 0 1.5em;
  background: white;
  padding: 0.6em;
}
.field-name-file-comments-form ul.links.list-inline,
.pane-node-content ul.links.list-inline {
  float: right;
}
.field-name-file-comments-form .ajax-comment-wrapper ul.links.list-inline,
.pane-node-content .ajax-comment-wrapper ul.links.list-inline {
  margin-top: -24px;
  pointer-events: visiblePainted;
}
.field-name-file-comments-form .content_rating_display,
.pane-node-content .content_rating_display {
  display: block;
}
.field-name-file-comments-form .content_rating_display .help-block,
.pane-node-content .content_rating_display .help-block {
  display: none;
}
.field-name-file-comments-form .content_rating_display .fivestar-outline,
.pane-node-content .content_rating_display .fivestar-outline {
  display: inline-block;
}
.field-name-file-comments-form .content_rating_display .fivestar-summary-average-count,
.pane-node-content .content_rating_display .fivestar-summary-average-count {
  display: inline-block;
}
.field-name-file-comments-form li,
.pane-node-content li {
  padding: 5px;
}
.content_rating,
.field-name-salto-files-rating-action,
.field-name-files-rating-view {
  padding: 0px;
}
.content_rating a,
.field-name-salto-files-rating-action a,
.field-name-files-rating-view a {
  color: #9b9b9b;
}
.content_rating .form-group,
.field-name-salto-files-rating-action .form-group,
.field-name-files-rating-view .form-group {
  margin: 0;
}
.content_rating i.salto_rate_content:before,
.field-name-salto-files-rating-action i.salto_rate_content:before,
.field-name-files-rating-view i.salto_rate_content:before {
  font-family: "fontello";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #9b9b9b;
  margin-left: 6px;
  margin-right: 6px;
  content: '\e825';
}
.content_rating .fivestar-widget .star a,
.field-name-salto-files-rating-action .fivestar-widget .star a,
.field-name-files-rating-view .fivestar-widget .star a,
.content_rating .fivestar-widget .star a:hover,
.field-name-salto-files-rating-action .fivestar-widget .star a:hover,
.field-name-files-rating-view .fivestar-widget .star a:hover {
  color: transparent;
}
.content_rating .fivestar-user-stars,
.field-name-salto-files-rating-action .fivestar-user-stars,
.field-name-files-rating-view .fivestar-user-stars {
  display: inline-block;
  margin-right: 5px;
}
.content_rating .fivestar-user-stars .form-group,
.field-name-salto-files-rating-action .fivestar-user-stars .form-group,
.field-name-files-rating-view .fivestar-user-stars .form-group {
  margin: 0;
}
.content_rating .fivestar-static-item .help-block,
.field-name-salto-files-rating-action .fivestar-static-item .help-block,
.field-name-files-rating-view .fivestar-static-item .help-block {
  display: none;
}
.field-name-field-content-rating {
  display: none;
}
.confirmation .form-actions {
  background: none;
}
.confirmation .form-actions #edit-submit:before {
  display: none;
}
.confirmation .form-actions #edit-submit,
.confirmation .form-actions #edit-cancel {
  width: auto;
  display: inline-block;
  padding: 6px 12px;
}
.confirmation .confirmation-warning,
.confirmation #edit-actions {
  margin-top: 20px;
  margin-bottom: 30px;
}
.confirmation #edit-cancel {
  border-radius: 50px;
  background-color: #EBEBEB;
  color: #7C7C7C;
  padding: 6px 12px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.07000000000000001);
  font-weight: 700;
}
.confirmation #edit-cancel:hover {
  background-color: #eee;
}
.confirmation #edit-cancel:active {
  box-shadow: none;
}
.confirmation #edit-submit {
  background-color: #9d0208;
  color: #ffffff;
  border-color: #9d0208;
}
.confirmation #edit-submit:hover {
  background-color: #cf030b !important;
}
.pane-view-header-link {
  width: 220px;
  float: right;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.view-organisations-license-overview-by-user .view-header > :first-child {
  padding-right: 2px;
  text-align: right;
}
.view-organisations-license-overview-by-user .margin-bottom-1 {
  margin-bottom: 1em;
  float: right;
}
.row.notification-settings-row {
  padding-top: 10px;
}
#edit-field-taxonomy-post-tags {
  width: 100%;
  float: left;
  clear: both;
}
#edit-field-taxonomy-post-tags .form-type-checkbox {
  margin-right: 10px;
  float: left;
  clear: both;
}
#edit-field-taxonomy-post-tags .form-checkboxes {
  float: left;
  width: 100%;
  clear: both;
}
#edit-field-taxonomy-post-tags .form-checkboxes span {
  display: block;
  float: left;
}
#taxonomy-overview-terms a.salto-category-taxonomy-link {
  margin-right: 10px;
}
#licenses-overview-dosb-license-table #dosb_license_table {
  max-height: 400px;
}
#licenses-overview-dosb-license-table .view-content {
  clear: both;
}
.view-organisations-license-overview-by-user .history-cleanup.licenses {
  padding: 1em;
  margin: 1em 0;
}
#training-activity-fieldset-wrapper .table tr:nth-child(3) > td {
  border-top: 1px dashed #000;
}
#training-activity-fieldset-wrapper .description {
  margin-bottom: 15px;
}
.view-home-tabs .nav-tabs {
  margin-bottom: 0;
}
.view-home-tabs .tab-content {
  position: relative !important;
  height: 199px;
}
.view-home-tabs .tab-pane {
  position: absolute !important;
  display: block !important;
  opacity: 0 !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 0;
}
.view-home-tabs .tab-pane.active {
  display: block !important;
  width: 100%;
  opacity: 1 !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 4;
}
.view-home-tabs .infobox-overview {
  float: right;
  padding: 0;
  margin-right: 16px;
  margin-top: 10px;
}
#jr_close > a {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: bolder;
  text-shadow: 0 1px 0 #000000;
  opacity: 0.2;
  text-decoration: none;
  padding: 14px 18px 14px 14px;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.salto_file_listing .row {
  margin: 0 -15px;
}
.salto_file_listing .main_right h3 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 700;
  padding-right: 25px;
}
.salto_file_listing .main_right h3 a {
  color: #9d0208;
}
.salto_file_listing .license_middle {
  text-align: right;
}
.salto_file_listing .last_row {
  margin-top: 4px;
}
.salto_file_listing .license_row {
  min-height: 30px;
}
.salto_file_listing .field-name-download-link {
  position: absolute;
  right: 0px;
  bottom: -4px;
}
.salto_file_listing .field-name-download-link a {
  color: #878787;
}
.salto_file_listing .statistics_counter,
.salto_file_listing .field-name-files-rating-view {
  position: relative;
  right: 0px;
}
.chosen-container input {
  height: auto !important;
}
.views-widget .chosen-container span {
  font-size: 11px;
}
.views-widget .chosen-container .chosen-choices li {
  margin: 3px 3px 3px 5px;
  word-wrap: break-word;
  max-width: 147px;
}
footer.footer .table-striped > tbody > tr:nth-child(even) > td {
  background-color: #222;
}
footer.footer .table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #333;
}
footer.footer .table-striped > tbody .error {
  font-weight: bold;
  color: #fff;
}
footer.footer section#block-devel-node-access-dna-user,
footer.footer section#block-devel-node-access-dfa-user,
footer.footer section#block-devel-node-access-dna-node,
footer.footer section#block-devel-node-access-dfa-node {
  background-color: transparent;
  color: #eee;
}
footer.footer section#block-devel-node-access-dna-user table,
footer.footer section#block-devel-node-access-dfa-user table,
footer.footer section#block-devel-node-access-dna-node table,
footer.footer section#block-devel-node-access-dfa-node table,
footer.footer section#block-devel-node-access-dna-user tr,
footer.footer section#block-devel-node-access-dfa-user tr,
footer.footer section#block-devel-node-access-dna-node tr,
footer.footer section#block-devel-node-access-dfa-node tr,
footer.footer section#block-devel-node-access-dna-user td,
footer.footer section#block-devel-node-access-dfa-user td,
footer.footer section#block-devel-node-access-dna-node td,
footer.footer section#block-devel-node-access-dfa-node td,
footer.footer section#block-devel-node-access-dna-user span,
footer.footer section#block-devel-node-access-dfa-user span,
footer.footer section#block-devel-node-access-dna-node span,
footer.footer section#block-devel-node-access-dfa-node span {
  color: #eee;
}
.contextual-links-region,
div.region.region-content {
  clear: both;
}
.views-exposed-form .container-inline-date .form-item input {
  width: 100%;
}
div.alert-info ul {
  list-style: none;
  padding-left: 0px;
  float: left;
}
div.alert li {
  clear: both;
}
.dosb-licenese-generator-process {
  margin-top: 10px;
  margin-bottom: 2px;
}
.dosb-licenese-generator-process .progress-bar {
  margin-top: 10px;
  margin-bottom: 2px;
}
.alert-success a.btn-primary,
.alert-success a.btn-danger {
  color: #fff;
}
.view-dosb-licenses-all .btn-group.pane-action-link,
.view-dosb-licenses .btn-group.pane-action-link {
  float: right;
  margin-bottom: 20px;
}
.content-form fieldset.president_details legend.panel-heading {
  margin-bottom: 15px !important;
}
.content-form fieldset.president_details .form-wrapper {
  margin-bottom: 25px !important;
}
#dosb-license-migrate-form .sub_description {
  margin-top: 14px;
}
table.license_history_table > thead > tr > th,
table.license_history_table > tbody > tr > td {
  padding: 2px;
  border-top: none;
}
#media-tabs-wrapper {
  float: left;
}
#org-link {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#org-link a {
  color: #878787;
}
.sub-header h3 {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 4px;
  margin-top: 0;
  color: #9b9b9b;
  font-weight: 300;
}
.node-post.node-teaser ul.links .node-readmore {
  display: none;
}
.node-post.node-teaser .more-link {
  margin-top: 1em;
  display: block;
  color: #9d0208 !important;
  font-weight: bold;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.margin-left {
  margin-left: 5px;
}
.node-type-page img {
  max-width: 100%;
}
.node-type-page a {
  word-break: break-word;
}
.license-statistics-showcase {
  color: #9b9b9b;
  margin-bottom: 20px;
}
.license-statistics-showcase .nav.nav-tabs {
  border: unset;
}
.license-statistics-showcase .license-statistics-showcase-data.loading {
  display: flex;
  justify-content: center;
}
.license-statistics-showcase .pane-content .tab-content,
.license-statistics-showcase .pane-content .tab-content tbody tr.even td,
.license-statistics-showcase .pane-content .tab-content tbody tr.odd td {
  background: #f0f0f0;
}
.license-statistics-showcase th {
  border-bottom: none !important;
}
.license-statistics-showcase .views-row-first .views-field,
.license-statistics-showcase .views-row-first + .even .views-field {
  border: none;
  margin: 10px 10px 0 0;
}
.license-statistics-showcase .views-field-field-wbm {
  margin-left: 10px;
}
.license-statistics-showcase .views-field-field-wbm-gueltig:not(.header) {
  border-right: solid;
  border-width: thin;
  border-color: lightgrey;
}
.license-statistics-showcase .views-field-field-wbm {
  display: flex;
  align-items: center;
}
.license-statistics-showcase .views-field-field-wbm-gueltig,
.license-statistics-showcase .views-field-field-wbm-gesamt {
  text-align: center;
}
.license-statistics-showcase .views-field-field-wbm-gueltig .summary,
.license-statistics-showcase .views-field-field-wbm-gesamt .summary {
  color: black;
}
.license-statistics-showcase .nav-tabs {
  margin-bottom: unset;
}
.license-statistics-showcase a.salto_core-processed {
  color: white !important;
}
.license-statistics-showcase .tab-content .views-table,
.license-statistics-showcase .tab-content .views-table-data {
  width: 100%;
}
.license-statistics-showcase .tab-content .views-table tr,
.license-statistics-showcase .tab-content .views-table-data tr {
  display: flex;
}
.license-statistics-showcase .tab-content .views-table tr .views-field,
.license-statistics-showcase .tab-content .views-table-data tr .views-field,
.license-statistics-showcase .tab-content .views-table tr td,
.license-statistics-showcase .tab-content .views-table-data tr td {
  flex-grow: 1;
  font-weight: bold;
  width: 30px;
  padding: 7px;
}
.license-statistics-showcase .views-table-data {
  border-top: solid;
  border-width: thin;
  border-color: lightgrey;
}
.license-statistics-showcase .license-statistics-hint {
  padding: 15px;
}
.license-statistics-showcase .loading-lds {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.license-statistics-showcase .loading-lds div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: loading-lds 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.license-statistics-showcase .loading-lds div:nth-child(1) {
  animation-delay: -0.45s;
}
.license-statistics-showcase .loading-lds div:nth-child(2) {
  animation-delay: -0.3s;
}
.license-statistics-showcase .loading-lds div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-lds {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.post-header a {
  color: grey;
}
.pane-group-content-base div.footer-meta,
.pane-knowledgebase-content-by-category-panel-all div.footer-meta,
.pane-kb-files-files-directory div.footer-meta {
  margin-bottom: 7px !important;
  align-items: flex-end !important;
}
.pane-kb-files-files-directory div.footer-meta {
  height: 23px;
}
.comment,
.reaction-footer {
  display: flex;
  flex-direction: column;
}
.comment .footer-meta,
.reaction-footer .footer-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.comment .footer-meta .comment-button-icon,
.reaction-footer .footer-meta .comment-button-icon {
  height: 16px;
  margin-left: 8px;
  margin-top: 12px;
  min-width: unset;
}
.comment .footer-meta .footer-links,
.reaction-footer .footer-meta .footer-links {
  display: flex;
}
.comment .footer-meta .footer-links .comment-new-comments,
.reaction-footer .footer-meta .footer-links .comment-new-comments {
  padding: 0;
  margin: 0;
}
.comment .footer-meta .footer-links .comment-new-comments:before,
.reaction-footer .footer-meta .footer-links .comment-new-comments:before {
  content: '*';
  display: inline-block;
  color: #878787;
  position: relative;
}
.comment .footer-meta .footer-links .comment-new-comments a,
.reaction-footer .footer-meta .footer-links .comment-new-comments a {
  display: none;
}
.comment .footer-meta .footer-links .left,
.reaction-footer .footer-meta .footer-links .left {
  min-width: fit-content;
  padding-inline-start: unset;
}
.comment .footer-meta .footer-links .statistics_attachments,
.reaction-footer .footer-meta .footer-links .statistics_attachments {
  min-width: max-content;
}
.comment .reaction-summary,
.reaction-footer .reaction-summary {
  display: none;
  position: relative;
  vertical-align: middle;
  line-height: 25px;
  margin-bottom: -2px;
  align-items: flex-end;
}
.comment .reaction-summary > img,
.reaction-footer .reaction-summary > img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 3px;
  min-width: initial;
  background-color: #efefef;
  border: 1px solid white;
}
.comment .reaction-summary > img:not(:first-child),
.reaction-footer .reaction-summary > img:not(:first-child) {
  margin-left: -5px;
}
.comment .reaction-actions,
.reaction-footer .reaction-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  border-top: 2px solid;
  border-color: #e9e9e9;
  padding-top: 10px;
  justify-content: flex-start;
}
.comment .reaction-actions .comment-button:hover img.comment-button,
.reaction-footer .reaction-actions .comment-button:hover img.comment-button,
.comment .reaction-actions .comment-button:hover .comment-text,
.reaction-footer .reaction-actions .comment-button:hover .comment-text {
  filter: brightness(70%);
}
.comment .reaction-actions .comment-button img.comment-button,
.reaction-footer .reaction-actions .comment-button img.comment-button {
  width: 20px;
  min-width: initial;
  margin-right: 10px;
  margin-top: 1px;
  border-radius: unset;
  margin-left: 30px;
}
.comment .reaction-actions .comment-button .comment-text,
.reaction-footer .reaction-actions .comment-button .comment-text {
  float: left;
}
.comment .reaction-actions .comment-button .comment-text a,
.reaction-footer .reaction-actions .comment-button .comment-text a {
  color: #9b9b9b;
  font-size: 1.2em;
  vertical-align: bottom;
  font-weight: 400;
}
.comment .reaction-actions .comment-button ul,
.reaction-footer .reaction-actions .comment-button ul {
  padding: 0;
  margin: 0;
  float: left;
}
.comment .reaction-actions .comment-button ul li,
.reaction-footer .reaction-actions .comment-button ul li {
  padding: 0;
  margin: 0;
}
.comment .reaction-actions .comment-button ul a:before,
.reaction-footer .reaction-actions .comment-button ul a:before {
  content: '';
}
.comment .reaction-actions gt-reactions-button,
.reaction-footer .reaction-actions gt-reactions-button {
  z-index: 1;
}
.comment .reaction-actions gt-reactions-button:hover img.like-button,
.reaction-footer .reaction-actions gt-reactions-button:hover img.like-button,
.comment .reaction-actions gt-reactions-button:hover .like-text,
.reaction-footer .reaction-actions gt-reactions-button:hover .like-text {
  filter: brightness(70%);
}
.comment .reaction-actions gt-reactions-button img.like-button,
.reaction-footer .reaction-actions gt-reactions-button img.like-button {
  width: 20px;
  min-width: initial;
  margin-right: 10px;
  border-radius: unset;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.comment .reaction-actions gt-reactions-button .like-text,
.reaction-footer .reaction-actions gt-reactions-button .like-text {
  color: #9b9b9b;
  font-size: 1.2em;
  vertical-align: bottom;
}
.comment .reaction-summary {
  height: 25px;
  margin-left: 70px;
  margin-top: 10px;
  margin-bottom: 5px !important;
}
.comment .reaction-actions {
  margin-left: 45px;
  width: auto;
  bottom: 2px;
}
.comment .reaction-actions,
.comment ul.links {
  position: relative;
}
.comment .reaction-actions img,
.comment ul.links img {
  width: 17px !important;
  margin-right: 5px !important;
}
.comment .reaction-actions gt-reactions-button,
.comment ul.links gt-reactions-button {
  width: 120px;
}
.comment .reaction-actions gt-reactions-button .like-text,
.comment ul.links gt-reactions-button .like-text {
  font-size: 1.0em !important;
  line-height: 0.9em !important;
}
.salto-ics-download {
  color: #9d0208;
  float: right;
  margin-top: 5px;
}
.field-name-field-online-meeting-recordings img.img-responsive {
  border-radius: unset !important;
}
.process-recording-btn {
  margin-bottom: 15px;
  float: right;
}
.dialog-import-form-wrapper {
  border-bottom: 1px dashed #C8C8C8;
}
.pane-people-panel-people-in-og .people-in-og-header {
  margin-bottom: 25px;
  margin-left: -10px;
}
span.publishing .icon-hourglass-o,
span.publishing .icon-hourglass-2 {
  position: absolute;
  width: 22px;
  right: 3rem;
  top: 24px !important;
  height: 22px;
  float: right;
  color: #9b9b9b;
}
span.publishing .icon-hourglass-o,
span.publishing .icon-hourglass-2 {
  position: absolute;
  width: 22px;
  right: 3rem;
  top: 24px !important;
  height: 22px;
  float: right;
  color: #9b9b9b;
}
span.file-publishing-icon .icon-hourglass-o,
span.file-publishing-icon .icon-hourglass-2 {
  position: absolute;
  width: 22px;
  right: 1.5rem;
  top: 3px !important;
  height: 22px;
  float: right;
  color: #9b9b9b;
}
span.file-publishing-icon-listing .icon-hourglass-o,
span.file-publishing-icon-listing .icon-hourglass-2 {
  position: absolute;
  width: 22px;
  right: 2rem;
  top: 15px !important;
  height: 22px;
  float: right;
  color: #9b9b9b;
}
.dosb-credits-section {
  margin-top: 40px;
  margin-bottom: 20px;
}
.dosb-credits-section .dosb-credits-separator {
  border: 0;
  border-top: 1px solid #878787;
  margin: 20px 0;
}
.dosb-credits-section .dosb-credits-intro {
  margin-bottom: 20px;
}
.dosb-credits-section .dosb-credits-intro > div:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dosb-credits-section .dosb-credits-intro > div:first-child {
    margin-bottom: 0;
  }
}
.dosb-credits-section .dosb-credits-intro strong {
  display: block;
  margin-bottom: 15px;
}
.dosb-credits-section .dosb-credits-community-logo {
  max-width: 200px;
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.dosb-credits-section .dosb-credits-partners {
  margin-top: 20px;
}
.dosb-credits-section .dosb-credits-partners > div {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .dosb-credits-section .dosb-credits-partners > div {
    margin-bottom: 0;
  }
}
.dosb-credits-section .dosb-credits-partners > div p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .dosb-credits-section .dosb-credits-partners > div.dosb-credits-column-center {
    text-align: center;
  }
}
.dosb-credits-section .dosb-credits-partner-logo {
  max-height: 60px;
  max-width: 150px;
  object-fit: contain;
}
.dosb-credits-section .dosb-credits-funding-logos .dosb-credits-partner-logo {
  max-height: 45px;
  max-width: 120px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.dosb-credits-section .dosb-credits-funding-logos .dosb-credits-partner-logo:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .dosb-credits-section .dosb-credits-funding-logos .dosb-credits-partner-logo {
    max-height: 45px;
    max-width: 130px;
  }
}
.dosb-credits-section .dosb-credits-funding-logos .dosb-credits-partner-logo.bmbf-logo {
  max-height: 60px;
}
@media only screen and (max-width: 515px) {
  .field-name-field-wbm-time #edit-field-wbm-time-und-0-value2 {
    float: left !important;
  }
}
.form-control:focus {
  border-color: #9d0208;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(252, 177, 49, 0.6);
}
.glyphicon-refresh:before {
  font-family: "fontello";
  content: '\e827';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
}
.glyphicon-home:before {
  font-family: "fontello";
  content: '\e846';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  color: #9b9b9b;
  margin-left: 5px;
  margin-right: 5px;
}
.glyphicon-license:before {
  font-family: "fontello";
  content: '\f15C';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  color: #9b9b9b;
  margin-left: 5px;
  margin-right: 5px;
}
.glyphicon-star:before {
  font-family: "fontello";
  content: '\e825';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  color: #9b9b9b;
  margin-left: 5px;
  margin-right: 5px;
}
.salto-og-action-links .glyphicon:before,
.member-item .glyphicon:before {
  margin-left: 0;
}
.content-form .form-group,
.content-form fieldset,
.content-form .col-md-9 fieldset.panel {
  border-bottom: 1px dotted #767676;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.content-form .form-group .form-group,
.content-form .col-md-3 .form-group,
.content-form .form-group fieldset,
.content-form fieldset .form-group {
  border: none;
  padding: 0;
  margin: 0;
}
.content-form .field-name-field-kb-kategorie {
  border-top: 1px dotted #767676;
  margin-top: 15px;
  padding-top: 15px;
}
.content-form label,
.content-form legend {
  font-size: 14px;
  color: #9d0208;
}
.content-form label.label-small {
  color: #9b9b9b;
  font-size: 12px;
}
.content-form .form-textarea-wrapper {
  margin-top: 0;
}
.content-form .post-notifications-wrapper #edit-salto-notification {
  margin-left: 0px;
  margin-right: 10px;
}
.content-form .node-buttons {
  margin-bottom: 20px;
}
.content-form .col-md-3 > .inside > .form-group {
  background: #f0f0f0;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #878787;
  padding: 12px 0 20px;
}
.content-form .col-md-3 > .inside > .form-group > label {
  font-size: 13px;
  color: #9d0208;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 10px;
  padding: 0 12px;
}
.content-form .col-md-3 > .inside > .form-group .form-item {
  border-bottom: 1px dotted #767676;
  margin-bottom: 12px;
  padding: 0 12px;
  padding-bottom: 10px;
}
.content-form .col-md-3 > .inside > .form-group .form-group:last-child .form-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-form .col-md-3 > .inside > .form-group .form-item label {
  font-size: inherit;
  color: inherit;
}
.content-form .tabledrag-toggle-weight {
  display: none;
}
.content-form .col-md-9 .panel {
  background: none;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
.content-form .col-md-9 .panel .panel-heading {
  font-size: 14px;
  padding: 0;
  background: none;
  height: auto;
  border: none;
  margin-bottom: 10px;
}
.content-form .col-md-9 .panel .panel-body {
  padding: 0;
}
.content-form #edit-field-post-attachment thead {
  display: none;
}
.content-form #edit-field-post-attachment .browse {
  -moz-user-select: none;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 18px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  background: #9d0208;
  text-decoration: none !important;
}
.content-form #edit-field-post-attachment .preview {
  float: left;
  margin-right: 30px;
}
.content-form #edit-field-post-attachment .preview img {
  max-width: 100px;
}
.content-form #edit-field-post-attachment #edit-field-post-attachment-und-0-description {
  width: 350px;
}
.content-form #edit-field-post-attachment [class*='-description'] {
  display: none;
}
.content-form #edit-field-post-attachment fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.content-form #edit-field-post-attachment .attachment_link,
.content-form #edit-field-post-attachment .remove.btn {
  padding: 10px 20px 10px 10px;
  margin: 0.2em 0;
  border: unset;
}
.content-form #edit-field-post-attachment .button.edit {
  display: none;
}
html body .token-input-list-minimal {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: #fff;
  padding: 5px 5px 5px 5px;
}
html body .token-input-list-minimal > li {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  border: none;
  color: inherit;
  margin-bottom: 3px;
  position: relative;
  top: 5px;
  overflow: visible;
}
html body .token-input-list-minimal > li > div,
html body .token-input-list-minimal > li > span {
  position: relative;
  top: -5px;
}
html body .token-input-list-minimal > li:last-child {
  padding-top: 5px;
}
html body .token-input-list-minimal .field-name-field-user-picture {
  margin: 0;
}
html body .token-input-list-minimal .field-name-field-user-picture img {
  margin-right: 5px;
  display: block;
}
html body .token-input-list-minimal li.token-input-token-minimal span {
  font-size: 16px;
  text-align: center;
}
html body .token-input-dropdown-minimal {
  max-width: 199px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  padding-bottom: 10px;
}
html body .token-input-dropdown-minimal ul {
  position: relative;
}
html body .token-input-dropdown-minimal ul li.token-input-selected-dropdown-item-minimal,
html body .token-input-dropdown-minimal div.token-input-dropdown-minimal ul li.token-input-selected-dropdown-item-minimal.odd {
  background-color: #878787;
}
html body .token-input-dropdown-minimal p {
  padding: 5px;
}
html body .token-input-dropdown-minimal li {
  position: relative;
  top: 5px;
  overflow: visible;
  margin: 0 0 10px;
  padding: 10px 8px 0 8px;
}
html body .token-input-dropdown-minimal li:after {
  content: " ";
  clear: both;
  display: block;
}
html body .token-input-dropdown-minimal .user-picture {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 5px;
}
html body .token-input-dropdown-minimal user-picture img {
  display: block;
}
html body .token-input-dropdown-minimal .field-name-field-user-picture {
  margin-bottom: 0;
}
.legal-terms {
  overflow: auto;
}
#user-profile-form .change-profile-picture {
  background-color: #9d0208;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -49px;
  cursor: pointer;
}
#user-profile-form .change-profile-picture span {
  float: none;
  display: block;
}
#user-profile-form .change-profile-picture span:before {
  content: '\e805';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
#user-profile-form #edit-profile-main-field-profile-categories .form-type-checkbox {
  display: inline-block;
  margin-right: 5px;
}
#edit-field-group-categories .form-type-checkbox {
  display: inline-block;
  margin-right: 5px;
}
.dosb_license-edit-wrapper .container-inline-date .date-padding {
  float: none;
  padding: 0;
}
.form-buttons.affix {
  position: relative;
}
@media screen and (min-width: 992px) {
  .form-buttons.affix {
    top: 2px;
    width: 221px;
    position: fixed;
  }
}
.field-name-field-file-lizenzstufe .form-type-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.form-type-select .category_switcher {
  font-size: 10px;
}
.form-type-select .category_switcher .checker {
  margin-left: 5px;
}
.form-type-select .category_switcher .checker input {
  padding-left: 4px;
  position: relative;
  top: 2px;
}
.form-type-select .category_switcher .checker .checker_info {
  margin-left: 2px;
}
#salto_og_vocab_wrapper {
  margin-bottom: 25px;
}
#salto_og_vocab_wrapper .form-group,
#salto_og_vocab_wrapper #edit-og-vocabulary-und {
  border: none;
  padding: 0;
  background-color: transparent;
}
#salto_og_vocab_wrapper > div {
  padding: 0;
}
#salto_og_vocab_wrapper > div .panel-body {
  padding-left: 0;
}
#salto_og_vocab_wrapper #edit-field-kb-kategorie {
  margin-left: 10px;
}
#taxonomy {
  clear: both;
}
.file_dual_form > form {
  width: 48%;
  float: left;
}
.file_dual_form #media-internet-add-upload {
  margin-left: 10px;
}
.file_dual_form #media-internet-add-upload .form-item-embed-code {
  background: #DFDFDF;
  color: #42454A;
  padding: 6px 0px;
}
.file_dual_form #media-internet-add-upload label {
  font: normal 11px Verdana, sans-serif;
  padding: 2px 8px;
}
.file_dual_form #media-internet-add-upload .help-block {
  background-color: #ffffff;
  margin-top: 21px;
  padding-top: 16px;
  margin-bottom: -7px;
  min-height: 70px;
}
.file_dual_form #media-internet-add-upload .media-add-from-url {
  height: 140px;
  border: solid 1px #ccc;
}
.file_dual_form #file-entity-add-upload-multiple .help-block {
  margin-bottom: -12px;
}
.file_dual_form .form-submit {
  float: right;
}
#dosb-license-import-form #edit-file-upload {
  min-height: 45px;
  min-width: 480px;
  padding: 6px;
}
#dosb-license-import-form input[type=file]::-webkit-file-upload-button {
  min-height: 32px;
  color: #ffffff;
  background: #9d0208;
  border: none;
}
.field-name-field-wbm-time {
  position: relative !important;
}
.field-name-field-wbm-time .form-item-field-wbm-time-und-0-show-todate {
  display: block;
}
.field-name-field-wbm-time .date-float {
  clear: none;
  float: left;
  width: 100%;
}
.field-name-field-wbm-time .date-no-float {
  clear: none;
  float: left;
  width: 240px;
}
.field-name-field-wbm-time #edit-field-wbm-time-und-0-value2 {
  float: right;
  padding: 10px;
}
.field-name-field-wbm-time .form-item-field-wbm-time-und-0-value2 > label {
  position: absolute;
  left: 225px;
  top: 75px;
}
input[type=file].form-control {
  padding: 1px 0px;
}
.term-reference-tree-level .form-type-checkbox input[id^="edit-field-kb-content-category-"],
.term-reference-tree-level .form-type-checkbox input[id^="edit-field-kb-kategorie-"] {
  float: left;
  margin-left: 0;
}
.term-reference-tree-level .no-term-reference-tree-button {
  background-color: transparent !important;
}
.term-reference-tree-level label {
  margin-left: 5px;
}
#edit-title-hidden-wrapper {
  display: none;
}
.form-type-checkbox-tree.error .term-reference-tree.error {
  border: none;
}
.form-type-checkbox-tree.error .form-type-checkbox {
  border: none;
}
#user-profile-form .image-widget-data input.form-file {
  position: relative;
  margin: 0.08em 0;
  padding: 0 5.5em;
  max-width: 9em;
  width: 100%;
}
#salto-organisation-node-delete-confirm .text.danger {
  font-weight: bold;
  color: #ee334e;
}
#earemote-og-assign-form .pool-body .fulltext_filter {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#earemote-og-assign-form .pool-body .fulltext_filter:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#earemote-og-assign-form .pool-body .fulltext_filter::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#earemote-og-assign-form .pool-body .fulltext_filter:-ms-input-placeholder {
  color: #999999;
}
#earemote-og-assign-form .pool-body .fulltext_filter::-webkit-input-placeholder {
  color: #999999;
}
#earemote-og-assign-form .pool-body .fulltext_filter[disabled],
#earemote-og-assign-form .pool-body .fulltext_filter[readonly],
fieldset[disabled] #earemote-og-assign-form .pool-body .fulltext_filter {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#earemote-og-assign-form .pool-body .fulltext_filter {
  height: auto;
}
.field-name-cer-settings,
.field-name-cer-store-settings {
  display: none;
}
#dosb-license-import-assistant-wizzard-step2-form .view-content {
  overflow: scroll;
}
#dosb-license-import-assistant-wizzard-step1-form .danger,
#dosb-license-import-assistant-wizzard-step2-form .danger,
#dosb-license-import-assistant-wizzard-step3-form .danger {
  color: #ee334e;
}
#dosb-license-import-assistant-wizzard-step1-form .success,
#dosb-license-import-assistant-wizzard-step2-form .success,
#dosb-license-import-assistant-wizzard-step3-form .success {
  color: #4BB543;
}
.migrate-table {
  width: 90%;
  border: 0.1em solid darkgrey;
}
.migrate-table thead tr {
  background: lightgrey;
}
.migrate-table thead th {
  padding: 1em 0.3em;
}
.migrate-table tbody td {
  border-right: 0.1em solid darkgrey;
  padding: 0.5em 0.3em;
}
.migrate-table tbody tr {
  border-top: 0.1em solid darkgrey;
}
.migrate-table .no-border {
  border: none;
}
.action_migrate_licenses_og {
  margin-right: 0.5em;
}
#views-form-dosb-licenses-all-dosb-licenses-vbo #edit-select {
  width: 100%;
  display: block;
  background: #fff;
}
#views-form-dosb-licenses-all-dosb-licenses-vbo #dosb_license_table {
  margin: 1em 0;
}
#online-meeting-node-form .checkbox-mark.form-item-salto-notification {
  padding-bottom: 0;
}
#online-meeting-node-form .checkbox-mark.form-item-salto-notification label.control-label {
  margin: 0;
}
#online-meeting-node-form #salto_notification_description {
  margin-top: 10px;
  padding-top: 0;
}
#post-node-form #edit-field-publishing-date-und-0-value {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  padding-left: unset;
}
#post-node-form #edit-field-publishing-date-und-0-value .control-label {
  display: block;
}
#post-node-form .form-item-field-publishing-date-und-0-value {
  display: flex;
  flex-direction: column;
}
#post-node-form .form-item-field-publishing-date-und-0-value .help-block {
  font-weight: 300;
}
#post-node-form fieldset {
  border: none;
}
.form-type-password-confirm {
  display: flex;
  flex-direction: column;
}
.form-type-password-confirm .row {
  margin-bottom: -30px;
}
.form-type-password-confirm .alert-success:before {
  content: unset !important;
}
.form-type-password-confirm .help-block.password-help {
  margin-top: 0;
  padding: 15px;
}
#views-exposed-form-people-directory #edit-nid-wrapper {
  display: none;
}
#salto-core-customization-system-form .filter-wrapper {
  display: none;
}
#file_privacy_info {
  z-index: 1;
  position: relative;
  border-width: 1px !important;
  border-style: solid !important;
}
.ql-toolbar,
.ql-container {
  border: 1px solid #ccc !important;
  margin-bottom: 0 !important;
}
.ql-container {
  border-top: none !important;
}
.ql-mention-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ql-mention-list-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
  line-height: 1.75rem !important;
}
.ql-mention-list-item:hover,
.ql-mention-list-item.selected {
  background-color: #f8f9fa;
}
.ql-mention-list-item:last-child {
  border-bottom: none;
}
.mention-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}
.mention-list-item:last-child {
  border-bottom: none;
}
.mention-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}
.request-decision.delete:before {
  content: '\e828' !important;
}
.request-decision.release:before {
  content: "\f124" !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}
div.privatemsg-message ul.privatemsg-message-actions {
  padding: 0;
  float: right;
}
.row.privatemsg-message {
  margin-bottom: 8px;
}
#edit-field-privatemsg-attachment .panel,
#edit-field-privatemsg-attachment .panel-heading {
  background-color: unset;
  margin-bottom: 0;
}
#edit-field-privatemsg-attachment .help-block {
  display: none;
}
#edit-field-privatemsg-attachment .file-widget {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
}
#edit-field-privatemsg-attachment input {
  padding: 3px;
}
#edit-field-privatemsg-attachment .input-group-btn {
  display: inline;
  width: fit-content;
}
#edit-field-privatemsg-attachment .input-group-btn .btn {
  display: flex;
  float: none;
  width: 100%;
  justify-content: space-between;
  padding: 10px 30px 10px 10px !important;
  max-width: unset;
}
#edit-field-privatemsg-attachment button.form-submit {
  color: #FFF !important;
  height: unset !important;
  bottom: unset !important;
  right: unset !important;
}
#edit-field-privatemsg-attachment .file img,
#edit-field-privatemsg-attachment .file-size.badge,
#edit-field-privatemsg-attachment .tabledrag-handle,
#edit-field-privatemsg-attachment thead {
  display: none;
}
#edit-field-privatemsg-attachment td {
  background-color: unset;
  vertical-align: middle;
}
#edit-field-privatemsg-attachment td button[id*='-remove-button'] {
  padding: 4px 16px;
  width: fit-content;
}
#edit-field-privatemsg-attachment td button[id*='-remove-button']:before {
  content: "";
  font-family: inherit;
  width: fit-content;
}
#privatemsg-new .cke_button.cke_button__media {
  display: none;
}
#privatemsg-new button#edit-submit {
  padding: 8px 14px;
}
#privatemsg-new button#edit-submit:before {
  content: "\f124" !important;
}
.privatemsg-message-body .accordion-container {
  padding: 0;
}
.content_footer .content_footer_content {
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  overflow-x: hidden;
}
.content_footer .content_footer_content section:before {
  width: 100%;
  content: "......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
  overflow: hidden;
  letter-spacing: 0.05em;
  color: #767676;
  font-size: 15px;
}
.footer {
  bottom: 0;
  z-index: 1000;
  background-color: #1b1b1b;
  width: 100%;
  margin: 0;
  color: #fff;
}
.footer .region-footer {
  position: relative;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .menu-block-wrapper {
  background-color: transparent;
  border: none;
}
.footer .menu-block-wrapper .nav > li > a {
  padding: 5px 0;
  border: none;
  background: none;
  font-weight: 700;
}
.footer .menu-block-wrapper .nav > li > a:hover {
  opacity: 0.8;
}
.footer #block-menu-menu-footer-menu {
  order: 1;
}
.footer #block-menu-menu-footer-menu .nav {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer #block-menu-menu-footer-menu .nav li {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.footer #block-menu-menu-footer-menu .nav li:last-child {
  margin-bottom: 0;
}
.footer #block-menu-menu-footer-menu .nav li a {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: none !important;
  padding: 0;
  margin-left: 0;
}
.footer #block-block-1 {
  order: 2;
  text-align: left;
}
.modal-content {
  border-radius: 0;
}
@media (max-width: 992px) {
  #modalContent {
    top: 6em !important;
    left: 0;
  }
  #modalContent .close.ctools-close-modal {
    display: none;
  }
  .ctools-modal-dialog.modal-dialog {
    height: 100vh !important;
  }
  #modalContent,
  #modal-content,
  .ctools-modal-dialog.modal-dialog {
    margin: 0;
    width: 100% !important;
    border: 0;
    min-height: 300px;
  }
  #modalContent .modal-content,
  #modal-content .modal-content,
  .ctools-modal-dialog.modal-dialog .modal-content {
    border: 0;
    height: 100%;
  }
  #modalContent .close,
  #modal-content .close,
  .ctools-modal-dialog.modal-dialog .close {
    font-size: 2.5em;
    margin-right: 10px;
  }
  .progress.progress-striped,
  .progress.progress-striped.active,
  .progress-bar {
    top: 2em;
  }
  #modalBackdrop {
    display: none !important;
  }
}
.userbar-desktop {
  width: 100%;
  background-color: #1b1b1b;
}
.userbar-desktop ul.navbar-nav li.notifications-dropdown.open ul.dropdown-menu {
  width: auto !important;
  left: initial !important;
}
.userbar-desktop ul.navbar-nav li.last li.username {
  display: none;
}
.userbar-desktop ul.navbar-nav li.last.open ul.dropdown-menu {
  width: auto !important;
  left: initial !important;
}
.userbar-desktop ul.navbar-nav .card:hover,
.userbar-desktop ul.navbar-nav .card {
  box-shadow: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.userbar .navbar-nav .dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-out;
}
.userbar .navbar-nav .dropdown.open .dropdown-menu {
  height: 100%;
  visibility: visible;
}
.userbar .navbar-nav .ajax-progress-throbber {
  display: none;
}
header#navbar {
  margin: 0;
  min-height: 83px;
  padding-top: 0;
}
header#navbar .navbar-header a.logo img {
  display: block;
  height: 45px;
  margin: 1.8em 0;
}
header#navbar #navbar-primary {
  padding-left: 160px;
}
header#navbar #navbar-primary .navbar-nav li a {
  padding: 2em 0.8em;
}
.userbar {
  display: none !important;
  min-height: 83px;
}
.userbar a.logo img {
  margin: 0 0 0 10px;
}
.accordion-container.collaboration {
  display: none;
}
.add-help-link {
  display: none;
}
@media (min-width: 480px) {
  .salto-363 > .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .main_layout_left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .main-content {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  .main_layout_right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  a.context-support-tab {
    display: none;
  }
}
.toolbar {
  height: 54px;
}
.card {
  margin: 0.5em 0;
}
@media (max-width: 768px) {
  body .main-container.container {
    margin-top: 60px;
  }
  .userbar {
    display: block !important;
    border-bottom: 1px solid #eee;
  }
  .userbar-desktop {
    display: none;
  }
  header#navbar .navbar-header .navbar-header {
    display: none;
  }
  header#navbar .navbar-header a.logo img {
    display: none;
  }
  header#navbar {
    padding-top: 0;
  }
  header#navbar.container {
    height: 0 !important;
    margin: 0;
  }
  header#navbar #navbar-primary {
    padding-left: 0px;
  }
  #user-profile-form .row {
    display: flex;
    flex-direction: column;
  }
  #user-profile-form .col-md-3:first-child {
    margin-bottom: 4em;
  }
}
@media (max-width: 992px) {
  body .main-container.container {
    width: 100%;
    padding: 0 0;
  }
  .userbar {
    position: fixed !important;
    width: 100vw;
  }
  header#navbar {
    border-bottom: 1px solid #eee;
  }
  header#navbar.container {
    height: 76px;
  }
  .main-container .main-content h2.pane-title {
    display: none;
  }
  .main-container .main-content .panel-separator {
    display: none;
  }
  html body.admin-menu {
    margin-top: 0px !important;
  }
  html body.admin-menu #admin-menu {
    display: none;
  }
  #user-profile-form .col-md-3:first-child {
    margin-bottom: 5em;
  }
  #user-profile-form .image-widget {
    display: flex;
  }
  #user-profile-form .image-widget-data .imagefield-focus {
    display: none;
  }
  #user-profile-form .image-widget-data .imagefield-focus > img {
    display: none !important;
  }
  .accordion-container.collaboration {
    display: block;
  }
  .ui-dialog.media-wrapper {
    max-width: 85%;
  }
  .ui-dialog.media-wrapper iframe#mediaBrowser .plupload_buttons {
    display: flex;
    margin: 2em 0;
  }
  .ui-dialog.media-wrapper iframe#mediaBrowser .plupload_buttons .plupload_button {
    padding: 1em;
    margin: 0.5em;
  }
}
@media (min-width: 768px) {
  .salto-363 > .row {
    display: inherit;
  }
  a.context-support-tab {
    display: inherit;
  }
  .userbar {
    display: block;
  }
}
@media (min-width: 992px) {
  .toolbar {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .file-document .accordion-container,
  .pane-heartbeat-siteactivity .accordion-container,
  .main-content .accordion-container,
  .file-document .card:first-child,
  .pane-heartbeat-siteactivity .card:first-child,
  .main-content .card:first-child {
    margin-top: 0;
  }
  .file-document .pane-node-body,
  .pane-heartbeat-siteactivity .pane-node-body,
  .main-content .pane-node-body {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .toolbar {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .view-home-tabs .nav-tabs {
    margin-bottom: 1.5em;
    display: inline-flex;
    flex-flow: wrap;
    align-items: center;
  }
  .view-home-tabs .nav-tabs li {
    width: 50%;
    padding: 0.05em;
  }
  .view-home-tabs .tab-content {
    height: unset;
    margin-bottom: 27em;
  }
  .view-home-tabs .views-field-body .field-content > div {
    min-height: 350px;
    display: flex !important;
    flex-direction: column;
    padding: 0.5em;
  }
  .view-home-tabs .views-field-body .field-content > div img {
    width: 100% !important;
  }
  .view-home-tabs .views-field-body .field-content > div h3 {
    padding-top: 0 !important;
  }
  .view-home-tabs .views-field-body .field-content > div .infobox-overview {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .view-home-tabs .tab-content {
    margin-bottom: 30em;
  }
  .view-home-tabs .views-field-body .field-content > div {
    min-height: 380px;
  }
}
@media only screen and (max-width: 769px) {
  #mobile-login-form #user-login-form {
    margin-top: -2em;
  }
}
@media only screen and (max-width: 1023px) {
  #desktop-login-form {
    display: none;
  }
  .userbar .container,
  .navbar.container > .container,
  .main-container > .row,
  .region-footer {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  #mobile-login-form {
    display: none;
  }
}
.add-help-link {
  display: block;
}
.pane-my-organisations-people-pane .views-row {
  padding: 10px 12px;
  margin-bottom: 0;
}
.flex {
  display: flex;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.fna.main-container #salto_tagcloud span {
  color: #9b9b9b;
}
.fna.main-container .heartbeat-stream blockquote,
.fna.main-container .card .group-footer .submit-date,
.fna.main-container .card .links span,
.fna.main-container .heartbeat-stream span.heartbeat-time-ago,
.fna.main-container .heartbeat-stream span.heartbeat-time-ago a,
.fna.main-container .card .field-item a,
.fna.main-container .group-view-row .group-view-item-footer {
  color: #9b9b9b;
}
.pane-action-links .pane-content .dropdown-toggle.action_link.salto_core-processed {
  font-size: 12px;
}
.lsbh .confirmation #edit-submit {
  background-color: #9d0208;
  color: #ffffff;
  border-color: #9d0208;
}
header#navbar.navbar.container.navbar-default.dbaf .navbar-header a.logo img {
  display: block;
  height: 64px;
  margin: 13px 0;
}
header#navbar.navbar.container.navbar-default.dbaf #navbar-primary {
  padding-left: 96px;
}
.form-item-field-teaser-image-und-0 label {
  display: none;
}
.form-item-field-teaser-image-und-0 .help-block a {
  display: none;
}
#edit-field-teaser-image-und-0-ajax-wrapper .file img {
  max-width: 12rem;
  max-height: 5rem;
}
.field-name-field-teaser-image .file-widget {
  display: flex;
  max-width: 30rem;
  align-items: center;
}
.field-name-field-teaser-image .ajax-progress-throbber {
  background: none !important;
}
.audio-comment-notification {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.custom-pane-title {
  padding-top: unset !important;
  padding-left: unset !important;
}
.file .icon-top-right,
.node .icon-top-right,
.hearbeat-activity-stream-new .icon-top-right {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  padding: 0.6rem;
  background: #9d0208;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  z-index: 1;
}
.file .icon-top-right span,
.node .icon-top-right span,
.hearbeat-activity-stream-new .icon-top-right span {
  display: inline-block;
  position: initial;
  color: #fff;
}
.file .icon-top-right span:before,
.node .icon-top-right span:before,
.hearbeat-activity-stream-new .icon-top-right span:before {
  color: #fff;
}
.hearbeat-activity-stream-new {
  display: flex;
  flex-direction: row;
  border-radius: 1rem;
  background-color: white;
  padding: unset !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  height: 20rem;
  overflow: hidden;
}
.hearbeat-activity-stream-new .activity-stream-left {
  padding: 1.5rem 1rem 0.5rem 1.5rem;
  min-width: 60%;
  width: 100%;
  color: #9d0208;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
}
.hearbeat-activity-stream-new .activity-stream-left blockquote {
  margin-left: 0;
  padding-left: 7px;
  border-left: 2px solid #9d0208;
  color: #9d0208;
  margin-bottom: 8px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.hearbeat-activity-stream-new .activity-stream-left .reaction-actions {
  border-top: none;
}
.hearbeat-activity-stream-new .activity-stream-left .statistics {
  font-size: small;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  color: #9d0208;
}
.hearbeat-activity-stream-new .activity-stream-left .statistics .comment-button-icon {
  height: 16px;
  margin-left: 8px;
  min-width: unset;
}
.hearbeat-activity-stream-new .activity-stream-left .statistics i {
  margin-right: 2px;
}
.hearbeat-activity-stream-new .activity-stream-left .statistics a {
  font-weight: unset;
}
.hearbeat-activity-stream-new .activity-stream-right.no-image {
  min-width: 0 !important;
}
.hearbeat-activity-stream-new .video-stream {
  cursor: pointer;
}
.hearbeat-activity-stream-new .stream-icon {
  position: absolute;
  z-index: 1;
  background-color: #9d0208;
  border-radius: 0.3rem;
  padding: 0.6rem;
  height: 2.5rem;
  width: 2.5rem;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.03);
  text-align: center;
  right: 1rem;
  top: 1.5rem;
}
.hearbeat-activity-stream-new .stream-icon::before {
  color: white;
  display: block;
  font-size: large;
}
.hearbeat-activity-stream-new .activity-stream-right {
  max-width: 40%;
  min-width: 40%;
  max-height: 100%;
  display: flex;
  flex: auto;
  position: relative;
}
.hearbeat-activity-stream-new .activity-stream-right a {
  display: block;
  height: 100%;
  width: 100%;
}
.hearbeat-activity-stream-new .activity-stream-right img {
  border-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hearbeat-activity-stream-new .activity-stream-right .timecode {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: #9d0208;
  font-weight: bold;
  background: #d3d3d3;
}
.hearbeat-activity-stream-new .activity-stream-heading {
  margin-top: 1rem;
  font-size: larger;
  position: relative;
}
.hearbeat-activity-stream-new .activity-stream-main {
  width: 100%;
}
.hearbeat-activity-stream-new .activity-stream-heading h2 {
  overflow: hidden;
  line-height: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Enable flexbox layout for the container */
  -webkit-box-orient: vertical;
  /* Set box orientation to vertical */
  -webkit-line-clamp: 2;
  /* Limit the container to 4 lines */
  color: #fff;
}
.hearbeat-activity-stream-new .activity-stream-content {
  margin-top: 0.55rem;
  overflow: hidden;
  /* Hide any text that overflows beyond the width */
  text-overflow: ellipsis;
  line-height: 1.25em;
  display: -webkit-box;
  /* Enable flexbox layout for the container */
  -webkit-box-orient: vertical;
  /* Set box orientation to vertical */
  -webkit-line-clamp: 4;
  /* Limit the container to 4 lines */
}
.hearbeat-activity-stream-new .activity-stream-content .field {
  margin: 0;
}
.hearbeat-activity-stream-new .activity-stream-content .more-link {
  display: none;
}
.video-modal {
  display: flex;
  place-content: center;
}
.video-modal .modal-dialog {
  height: 80%;
  width: 60%;
  margin-top: 4rem;
  min-width: 480px;
}
.video-modal .modal-content {
  height: 100%;
}
.video-modal .modal-body {
  height: 100%;
}
.video-modal .bootbox-body {
  height: 100%;
}
.video-modal .modal-titel {
  font-size: x-large;
  display: flex;
  place-content: center;
  color: #9d0208;
  padding: 0.5rem;
  margin-top: -1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-stream-chip {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 3rem;
  background-color: #9d0208;
  color: white;
  width: 14.5rem;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
  font-size: 13px;
}
.activity-stream-chip a {
  color: white;
}
.activity-stream-chip .chip-info-date {
  font-weight: normal;
}
.activity-stream-chip .content-info {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.activity-stream-chip img {
  border-radius: 8em;
  width: 36px;
  height: inherit;
  max-width: 100%;
  margin-right: 0.5rem;
  display: inline;
}
.activity-stream-chip .user-picture {
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .heartbeat_video_add {
    flex-wrap: wrap-reverse;
  }
  .activity-stream-left {
    padding: 0.5rem 1rem 0.5rem 1rem !important;
  }
  .activity-stream-right {
    max-width: unset !important;
    margin-bottom: 0.5rem;
  }
  .activity-stream-right img {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: unset !important;
  }
  .activity-stream-main {
    position: absolute;
    bottom: 0;
  }
}
.material-card-chip,
.material-card-chip-backlink {
  background-color: #9d0208;
}
#edit-field-term-icon-und-0-ajax-wrapper a,
#edit-field-term-image-und-0-ajax-wrapper a {
  display: none;
}
.salto-file-card.preview-image a,
.salto-file-card.preview-image .content-body,
.salto-file-card.preview-image .icon-eye,
.salto-file-card.preview-image span,
.salto-file-card.preview-image .reaction-summary {
  color: white !important;
}
.salto-file-card.preview-image .content-title {
  color: white !important;
}
.salto-file-card.preview-image .comment-button-icon-mask {
  background: white !important;
}
.salto-file-card.preview-image .reaction-summary {
  display: flex;
}
.salto-file-card.preview-image .reaction-summary img {
  background-color: unset !important;
  border: unset !important;
}
.salto-file-card.preview-image .reaction-summary > :not(:last-child) {
  margin-right: 0.3rem;
}
.salto-file-card.preview-image .reaction-summary > :last-child {
  margin-right: -0.2rem;
}
.hearbeat-activity-stream-new {
  margin-bottom: 20px;
}
.hearbeat-activity-stream-new .chip-img {
  min-height: 280px;
}
@media only screen and (min-width: 1400px) {
  .hearbeat-activity-stream-new.no-image,
  .hearbeat-activity-stream-new.image,
  .hearbeat-activity-stream-new.no-image .activity-stream-left,
  .hearbeat-activity-stream-new.image .activity-stream-left {
    background: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .hearbeat-activity-stream-new {
    height: auto;
    min-height: 350px;
  }
  #heartbeat-stream-siteactivity .hearbeat-activity-stream-new {
    min-height: 250px;
    margin-bottom: 1rem;
  }
  #heartbeat-stream-siteactivity .activity-stream-left {
    padding-bottom: 1rem !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .activity-stream-left {
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    backdrop-filter: blur(5px);
    width: 100% !important;
    margin-left: unset !important;
    color: #fff;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .activity-stream-content,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .activity-stream-left .activity-stream-content {
    color: #fff;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .activity-stream-content span,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .activity-stream-left .activity-stream-content span {
    color: #fff;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .footer-container,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add).image .activity-stream-left .footer-container {
    padding-left: 1rem;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-right {
    display: none !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .activity-stream-chip {
    margin-top: 1rem;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left blockquote {
    margin-left: 0;
    color: white !important;
    border-left: unset !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left blockquote,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left blockquote blockquote {
    padding-left: unset !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics {
    margin-top: 1rem;
    font-size: small;
    display: flex;
    color: #fff;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics .comment-button-icon {
    height: 16px;
    margin-left: 8px;
    min-width: unset;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics i {
    margin-right: 2px;
    color: #fff !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) h2 a,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) a.more-link,
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) a {
    color: #fff !important;
  }
  .node-post.node-teaser:not(.heartbeat_video_add) a.more-link {
    color: #fff !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics a {
    font-weight: unset;
    color: #fff !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics .comment-button-icon-mask {
    background-color: #fff !important;
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics img {
    filter: invert(1) grayscale(100%);
  }
  .hearbeat-activity-stream-new:not(.heartbeat_video_add) .activity-stream-left .statistics .reaction-footer img {
    filter: initial;
  }
}
.salto-file-card:hover {
  filter: brightness(0.9);
}
@media (max-width: 1000px) {
  .material-cards .view-content {
    justify-content: center;
  }
}
.salto-file-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: white;
  padding: unset !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  height: 20rem;
  width: 21rem;
  position: relative;
}
.salto-file-card .icon {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  padding: 0.2rem;
  background: #9d0208;
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.salto-file-card .content-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 80%;
  padding-bottom: 0.5rem;
}
.salto-file-card .content-container .content-info {
  padding: 0 0.5rem 1rem 0.5rem;
}
.salto-file-card .content-container .content-info .content-title {
  color: #9d0208;
  font-size: large;
  font-weight: 500;
  word-break: break-word;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.salto-file-card .content-container .content-info .content-body {
  font-size: smaller;
  word-break: break-word;
}
.salto-list-view .card .header {
  justify-content: left !important;
}
.salto-list-view .card .header .content-title {
  font-weight: bold;
}
.salto-list-view .card .icon {
  background: #9d0208;
  margin-right: 0.5rem;
  position: relative;
  padding: 0;
  width: 1.5rem;
  border-radius: 0.2rem;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.salto-list-view .card .icon-mask {
  height: 1.5rem;
  background: white;
  mask-size: 100%;
}
.salto-list-view .card .footer {
  background-color: inherit;
  color: inherit;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
  padding: 0;
}
.salto-list-view .card .field-name-download-link {
  display: flex;
  position: relative;
}
@media (max-width: 380px) {
  .salto-list-view .card .footer {
    justify-content: end;
  }
}
@media (max-width: 1024px) {
  .salto-list-view .card {
    margin: 0 auto;
  }
}
.hearbeat-activity-stream-new .footer-container,
.salto-file-card .footer-container {
  bottom: 1rem;
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 0;
  padding: 0 1.0rem;
}
.hearbeat-activity-stream-new .footer-container .statistics,
.salto-file-card .footer-container .statistics {
  display: flex;
  gap: 0rem;
  align-items: center;
  height: 1rem;
}
.hearbeat-activity-stream-new .footer-container .statistics .view-count,
.salto-file-card .footer-container .statistics .view-count {
  margin-right: 0.5rem;
}
.hearbeat-activity-stream-new .footer-container .statistics .statistics-comment,
.salto-file-card .footer-container .statistics .statistics-comment {
  margin-right: 0.3rem;
}
.hearbeat-activity-stream-new .footer-container .statistics .duration-container,
.salto-file-card .footer-container .statistics .duration-container {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.1rem 0.2rem;
  border-radius: 1rem;
  font-size: 0.75rem;
}
.hearbeat-activity-stream-new .footer-container .statistics .duration-text,
.salto-file-card .footer-container .statistics .duration-text {
  color: black !important;
}
.hearbeat-activity-stream-new .footer-container .statistics .comment .reaction-summary,
.salto-file-card .footer-container .statistics .comment .reaction-summary,
.hearbeat-activity-stream-new .footer-container .statistics .reaction-footer .reaction-summary,
.salto-file-card .footer-container .statistics .reaction-footer .reaction-summary {
  margin-bottom: unset !important;
}
.hearbeat-activity-stream-new .footer-container .statistics .comment-button-icon,
.salto-file-card .footer-container .statistics .comment-button-icon {
  height: 1rem;
  margin-left: 0.5rem;
}
.hearbeat-activity-stream-new .footer-container .statistics a,
.salto-file-card .footer-container .statistics a {
  display: flex;
  gap: 0.3rem;
  color: #9d0208;
}
.hearbeat-activity-stream-new .footer-container .statistics .icon-eye,
.salto-file-card .footer-container .statistics .icon-eye {
  color: #9d0208;
}
.hearbeat-activity-stream-new .footer-container .statistics .comment-button-icon-mask,
.salto-file-card .footer-container .statistics .comment-button-icon-mask {
  width: 1rem;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background: #9d0208;
}
.hearbeat-activity-stream-new .footer-container .statistics .statistics-comment,
.salto-file-card .footer-container .statistics .statistics-comment {
  display: flex;
}
.hearbeat-activity-stream-new .footer-container .action-buttons,
.salto-file-card .footer-container .action-buttons {
  display: flex;
  justify-content: space-between;
  font-size: small;
  position: relative;
}
.hearbeat-activity-stream-new .footer-container .left-side,
.salto-file-card .footer-container .left-side,
.hearbeat-activity-stream-new .footer-container .right-side,
.salto-file-card .footer-container .right-side {
  display: flex;
  gap: 1rem;
}
.hearbeat-activity-stream-new .footer-container .like-button,
.salto-file-card .footer-container .like-button,
.hearbeat-activity-stream-new .footer-container .comment-button,
.salto-file-card .footer-container .comment-button,
.hearbeat-activity-stream-new .footer-container .download-button,
.salto-file-card .footer-container .download-button {
  width: 1rem;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.hearbeat-activity-stream-new .footer-container .footer-icon,
.salto-file-card .footer-container .footer-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0.2rem;
  background: #9d0208;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  place-content: center;
}
.hearbeat-activity-stream-new .footer-container .footer-icon:hover,
.salto-file-card .footer-container .footer-icon:hover {
  background: #c5030a;
}
.hearbeat-activity-stream-new .icon-mask,
.salto-file-card .icon-mask {
  mask-size: 100%;
  height: 1.5rem;
  background: white;
}
.salto-file-card .footer-container {
  padding: 0 0.5rem;
}
.salto-file-card .footer-container .statistics {
  margin-left: 0;
}
.material-card-chip-backlink:hover {
  background-color: #c5030a;
}
.material-cards .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.material-cards .view-content .views-row {
  padding-bottom: unset;
  margin-bottom: unset;
}
.material-cards .view-content #views-form-groups-files-files-directory .views-row {
  width: unset;
}
.material-cards .views-form {
  width: 100%;
}
.pane-node-field-online-meeting-recordings .field-items,
#views-form-groups-files-files-directory .field-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: none;
}
.pane-node-field-online-meeting-recordings .field-item,
#views-form-groups-files-files-directory .field-item {
  width: 22rem;
}
.pane-node-field-online-meeting-recordings .views-row,
#views-form-groups-files-files-directory .views-row {
  margin: 0;
  width: 100%;
}
.pane-node-field-online-meeting-recordings .field-item {
  width: 22rem;
}
.pane-node-field-online-meeting-recordings .salto-file-card {
  height: 20rem;
  width: 22rem;
}
#views-form-groups-files-files-directory > div {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  gap: 0.5rem;
}
#views-form-groups-files-files-directory .salto-file-card {
  height: 17rem;
  width: 19rem;
}
#salto-files-export-form .icon-before::before {
  width: 0;
}
.mention-suggestions {
  position: absolute;
  z-index: 100;
  display: block;
  width: 50%;
  top: 230px;
  left: 75px;
  padding: 0 !important;
}
.mention-suggestions li {
  padding: 0 !important;
  margin: 0 !important;
}
.mention-suggestions .mentions-autocomplete-list {
  height: 65px;
  padding: 10px;
}
.mention-suggestions .textcomplete-item.active .mentions-autocomplete-list {
  background-color: #6eb7db !important;
}
.mention-suggestions .textcomplete-item.active .mentions-autocomplete-list div {
  background-color: #6eb7db !important;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form .panel-heading,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form .panel-heading,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form .panel-heading,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form .panel-heading {
  display: none;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form fieldset,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form fieldset,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form fieldset,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form fieldset {
  padding: 0;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form .panel-body,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form .panel-body,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form .panel-body,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form .panel-body {
  padding: 0;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form .form-actions,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form .form-actions,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form .form-actions,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form .form-actions {
  display: flex;
  flex-direction: row-reverse;
  gap: 2em;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form .form-actions button,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form .form-actions button,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form .form-actions button,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form .form-actions button {
  max-width: 15em;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form .form-actions a,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form .form-actions a,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form .form-actions a,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form .form-actions a {
  align-self: center;
}
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_1 form .form-submit,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_1 form .form-submit,
.view.view-kb-files.view-id-kb_files.view-display-id-panel_pane_2 form .form-submit,
.view.view-groups-files.view-id-groups_files.view-display-id-panel_pane_2 form .form-submit {
  color: #ffffff;
  background-color: #9d0208;
  border-color: #840207;
  margin: 0.5em;
}
#views-form-groups-files-panel-pane-2 fieldset,
#views-form-kb-files-panel-pane-2 fieldset {
  background: unset;
}
#global-header {
  height: 60px;
  background: white;
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  z-index: 9999;
}
.has-global-header {
  --surface-overlay: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #fafafa;
  --surface-100: #f5f5f5;
  --surface-200: #eeeeee;
  --surface-300: #e0e0e0;
  --surface-400: #bdbdbd;
  --surface-500: #9e9e9e;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --yellow-500: #fbc02d;
  --highlight-bg: #023047;
}
.has-global-header #admin-menu {
  z-index: 10000;
}
.has-global-header #page-header {
  display: flex;
}
.has-global-header .context-support-tab {
  display: none;
}
.has-global-header #navbar,
.has-global-header .userbar {
  margin-top: 60px;
}
.has-global-header .modal-dialog {
  margin-top: 130px;
}
.has-global-header header#navbar {
  top: 60px;
  z-index: 100;
}
img.media-element {
  padding: 4px;
}
.pane-content node table,
.pane-content node td,
.pane-content node th {
  border-width: 1px;
  border-style: solid;
}
.ql-editor img.media-element {
  /*border: 2px dashed #ccc;*/
  /*background: #f9f9f9;*/
  /*padding: 10px;*/
  min-width: 100px;
  min-height: 60px;
  display: inline-block;
  position: relative;
}
.ql-editor img.media-element::before {
  content: "Media";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 12px;
  pointer-events: none;
}
.ql-editor img.media-element:hover {
  border-color: #999;
  background: #f0f0f0;
}
/* Style for media elements that have actual content */
.ql-editor img.media-element[src*="data:image/svg+xml"] {
  background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.ql-table-tooltip {
  background-color: #333 !important;
}
/**
 * List Styling - Data List Ordered and Bullet
 * Following Quill's structure and approach
 */
.main-content {
  /* Bullet List Styling */
  /* Ordered List Styling */
  /* Nested List Indentation and Counters */
  /* Nested Ordered Lists with proper counter increments */
  /* Counter reset support for browsers that support counter-set */
  /* Counter reset fallback for browsers that don't support counter-set */
}
.main-content .pane-content ol,
.main-content .pane-content ul {
  margin: 0;
  padding: 0;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.main-content .pane-content ol {
  padding-left: 0em;
}
.main-content .pane-content li {
  list-style-type: none;
  padding-left: 0.5em;
  position: relative;
}
.main-content .pane-content li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.main-content .pane-content li[data-list="bullet"] > .ql-ui:before {
  content: '\2022';
}
.main-content .pane-content li[data-list="ordered"] {
  counter-increment: list-0;
}
.main-content .pane-content li[data-list="ordered"] > .ql-ui:before {
  content: counter(list-0, decimal) '. ';
}
.main-content .pane-content .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.main-content .pane-content li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.main-content .pane-content .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.main-content .pane-content li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.main-content .pane-content .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.main-content .pane-content li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.main-content .pane-content .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.main-content .pane-content li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.main-content .pane-content .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.main-content .pane-content li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.main-content .pane-content .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.main-content .pane-content li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.main-content .pane-content .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.main-content .pane-content li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.main-content .pane-content .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.main-content .pane-content li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-1 {
  counter-increment: list-1;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-2 {
  counter-increment: list-2;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-3 {
  counter-increment: list-3;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-4 {
  counter-increment: list-4;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-5 {
  counter-increment: list-5;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-6 {
  counter-increment: list-6;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-7 {
  counter-increment: list-7;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) '. ';
}
.main-content .pane-content li[data-list="ordered"].ql-indent-8 {
  counter-increment: list-8;
}
.main-content .pane-content li[data-list="ordered"].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) '. ';
}
@supports (counter-set: none) {
  .pane-content li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .pane-content li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
  .pane-content li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
/**
 * @file
 * Styles for Quill Table Better functionality.
 * Converted from quill-table-better.css for LESS compilation.
 */
.ql-cell-selected-after,
.ql-cell-selected::after,
.ql-cell-focused::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(158, 207, 250, 0.3);
}
.ql-table-border-shadow,
.ql-table-select-container,
.ql-table-dropdown-list,
.ql-table-dropdown-properties-list,
.ql-table-menus-container {
  border-radius: 2px;
  border: 1px solid #ccced1;
  background: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.14901961);
}
.ql-table-triangle-common,
.ql-table-tooltip-error::before,
.label-field-view-status::before,
.ql-table-tooltip::before,
.ql-table-triangle-down:not(.ql-table-triangle-none)::after,
.ql-table-triangle-down:not(.ql-table-triangle-none)::before,
.ql-table-triangle-up:not(.ql-table-triangle-none)::after,
.ql-table-triangle-up:not(.ql-table-triangle-none)::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 10px solid rgba(0, 0, 0, 0);
}
.ql-table-input-focus,
.ql-table-color-container .color-picker .color-picker-select > .erase-container,
.ql-table-selected,
.ql-table-properties-form .ql-table-dropdown-selected,
.ql-table-properties-form .ql-table-color-selected,
.ql-table-input:focus,
.ql-table-color-container .label-field-view-color .property-input:focus,
.ql-table-properties-form .property-input:focus {
  border: 1px solid #3779eb;
  box-shadow: 0 0 0 3px #cae1fc;
}
.ql-table-input,
.ql-table-color-container .label-field-view-color .property-input,
.ql-table-properties-form .property-input {
  width: 80px;
  height: 30px;
  border: 1px solid #ccced1;
  outline: none;
  padding-left: 6px;
  background: inherit;
}
.ql-table-input:focus::placeholder,
.ql-table-color-container .label-field-view-color .property-input:focus::placeholder,
.ql-table-properties-form .property-input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.ql-table-input:focus + label,
.ql-table-color-container .label-field-view-color .property-input:focus + label,
.ql-table-properties-form .property-input:focus + label {
  display: block;
}
.ql-table-input:not(:placeholder-shown) + label,
.ql-table-color-container .label-field-view-color .property-input:not(:placeholder-shown) + label,
.ql-table-properties-form .property-input:not(:placeholder-shown) + label {
  display: block;
}
.ql-table-temporary {
  display: none;
}
.ql-table-center,
.ql-table-select-container .ql-table-select-list,
.ql-table-select-container,
.ql-table-color-container .color-picker .color-picker-palette .color-picker-wrap .iro-container,
.ql-table-color-container .color-picker,
.ql-table-properties-form .properties-form-action-row > button,
.ql-operate-line-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ql-table-selected,
.ql-table-properties-form .ql-table-dropdown-selected,
.ql-table-properties-form .ql-table-color-selected {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAyMjIyMjIiIiIyMjIyMjIyMjIyMjIxMTEyMjIyMjIyMjIwMDAzMzMxMTEwMDAzMzOYbpUsAAAAEXRSTlMA/XgF8HRua2fm2rI3rzk1Lf2cC1oAAAA8SURBVBjTY6AUsHKh8RnZ8PKZoHwBZhifHcLg5GVG4TPwsXAzQ/gwwAMUYWLkALIQIlxgPgLwc3JQ4h0Ae0ABBy2kuXoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 16px;
  box-sizing: border-box;
}
.ql-operate-line-container {
  position: absolute;
  z-index: 10;
  background-color: transparent !important;
}
.ql-operate-line-container div {
  background-color: transparent !important;
}
.ql-operate-line-container .ql-operate-line {
  background-color: #0589f3 !important;
}
.ql-operate-block {
  position: absolute;
  z-index: 10;
  border: 1px solid #979797;
  cursor: nwse-resize;
}
.ql-operate-block-move {
  cursor: crosshair;
  border: none;
}
.ql-operate-drag-table {
  border: 1px dashed #000;
  position: absolute;
}
.ql-cell-focused {
  position: relative;
}
.ql-cell-focused::after {
  border: 1px solid #3779eb;
}
.ql-cell-selected {
  position: relative;
}
.ql-table-menus-container {
  position: absolute;
  display: flex;
  align-items: center;
  height: 40px;
  width: fit-content;
  padding: 4px;
  box-sizing: border-box;
  z-index: 1;
}
.ql-table-triangle-up:not(.ql-table-triangle-none)::before {
  bottom: -20px;
  border-top-color: rgba(0, 0, 0, 0.14901961) !important;
}
.ql-table-triangle-up:not(.ql-table-triangle-none)::after {
  bottom: -19px;
  border-top-color: #fff !important;
}
.ql-table-triangle-down:not(.ql-table-triangle-none)::before {
  top: -20px;
  border-bottom-color: rgba(0, 0, 0, 0.14901961) !important;
}
.ql-table-triangle-down:not(.ql-table-triangle-none)::after {
  top: -19px;
  border-bottom-color: #fff !important;
}
.label-field-view {
  position: relative;
}
.label-field-view-input-wrapper {
  position: relative;
  height: 100%;
}
.label-field-view-input-wrapper > label {
  position: absolute;
  left: 0;
  top: -50%;
  transform: translateY(50%) scale(0.75);
  color: #999;
  background: #fff;
  display: none;
}
.label-field-view-status {
  max-width: 160px;
  width: max-content;
}
.label-field-view-error > input {
  border-color: #db3700 !important;
  animation: ql-table-input-shake 0.3s ease both;
}
.label-field-view-error > input:focus {
  box-shadow: 0 0 0 3px rgba(255, 64, 31, 0.30196078) !important;
}
.label-field-view-error > label {
  color: #db3700;
}
.ql-table-dropdown,
.ql-table-dropdown-properties {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  padding: 0 4px;
}
.ql-table-dropdown:hover,
.ql-table-dropdown-properties:hover {
  background: #f0f0f0;
}
.ql-table-dropdown-text,
.ql-table-dropdown-properties-text {
  flex: 1;
  height: 100%;
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.ql-table-dropdown-list,
.ql-table-dropdown-properties-list {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  margin: 0;
  padding: 0;
  width: 170px;
  z-index: 10;
}
.ql-table-dropdown-list li,
.ql-table-dropdown-properties-list li {
  list-style: none;
  line-height: 30px;
  padding-left: 10px;
}
.ql-table-dropdown-list li:hover,
.ql-table-dropdown-properties-list li:hover {
  background-color: #f0f0f0;
}
.ql-table-dropdown-label,
.ql-table-dropdown-properties-label {
  width: 100%;
  min-width: 100%;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.ql-table-tooltip-hover {
  display: flex;
  position: relative;
}
.ql-table-tooltip-hover:hover .ql-table-tooltip {
  display: block;
}
.ql-table-tooltip-hover:hover + .ql-table-tooltip {
  display: block;
}
.ql-table-tooltip {
  font-size: 12px;
  min-width: 32px;
  line-height: 20px;
  padding: 6px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  background: rgba(0, 0, 0, 0.85098039);
  border-radius: 6px;
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
}
.ql-table-tooltip::before {
  border-bottom-color: rgba(0, 0, 0, 0.85098039) !important;
  top: -20px;
}
.ql-table-tooltip:hover {
  display: block;
}
.ql-table-tooltip-hidden {
  display: none !important;
}
.ql-table-tooltip-error,
.label-field-view-status {
  font-size: 12px;
  min-width: 32px;
  line-height: 20px;
  padding: 6px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  background: #db3700;
  border-radius: 6px;
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
  white-space: pre-wrap;
  z-index: 9;
}
.ql-table-tooltip-error::before,
.label-field-view-status::before {
  border-bottom-color: #db3700 !important;
  top: -20px;
}
.ql-table-tooltip-error:hover,
.label-field-view-status:hover {
  display: block;
}
.ql-table-tooltip-error-hidden {
  display: none !important;
}
.ql-table-dropdown-properties {
  width: 80px;
  height: 30px;
  border: 1px solid #ccced1;
  box-sizing: border-box;
}
.ql-table-dropdown-properties:hover {
  background: none;
}
.ql-table-properties-form {
  width: 320px;
  position: absolute;
  left: 50%;
  padding-bottom: 8px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 1px 2px 1px #ccced1;
}
.ql-table-properties-form .properties-form-header {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid #ccced1;
  margin: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}
.ql-table-properties-form .properties-form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px;
  justify-content: space-between;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container {
  display: flex;
  border: 1px solid #ccced1;
  align-items: center;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-tooltip-hover {
  padding: 6px 10px;
  cursor: pointer;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-tooltip-hover:hover {
  background: #f0f0f0;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-btns-checked {
  background: #f0f7ff;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-btns-checked > svg path {
  stroke: #2977ff;
}
.ql-table-properties-form .properties-form-row-full .ql-table-color-container {
  width: 100%;
}
.ql-table-properties-form .properties-form-row-full .ql-table-color-container .property-input {
  width: 100%;
}
.ql-table-properties-form .properties-form-action-row {
  display: flex;
  justify-content: space-around;
  padding: 0 12px;
}
.ql-table-properties-form .properties-form-action-row > button {
  background: #fff;
  outline: none;
  border: none;
  height: 30px;
  cursor: pointer;
  flex: 1;
}
.ql-table-properties-form .properties-form-action-row > button > span {
  margin: 0 2px;
  display: flex;
}
.ql-table-properties-form .properties-form-action-row > button:hover {
  background: #f0f0f0;
}
.ql-table-properties-form .properties-form-action-row > button[disabled] {
  background-color: rgba(0, 0, 0, 0);
}
.ql-table-properties-form .ql-table-color-selected {
  background-position: center;
}
.ql-table-properties-form .ql-table-dropdown-selected {
  background-position: calc(90%) center;
}
.ql-table-color-container {
  border: 1px solid #ccced1;
  height: 30px;
  box-sizing: border-box;
  display: flex;
}
.ql-table-color-container .label-field-view-color {
  flex: 1;
}
.ql-table-color-container .label-field-view-color .property-input {
  border: 1px solid rgba(0, 0, 0, 0);
  height: 100%;
}
.ql-table-color-container .color-picker {
  width: 30px;
  border-left: 1px solid #ccced1;
  box-sizing: border-box;
  position: relative;
}
.ql-table-color-container .color-picker .color-button {
  width: 20px;
  height: 20px;
  border: 1px solid #ccced1;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.ql-table-color-container .color-picker .color-unselected {
  position: relative;
}
.ql-table-color-container .color-picker .color-unselected::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background: red;
  transform-origin: 50%;
  transform: rotate(45deg);
  left: 50%;
  top: -4px;
}
.ql-table-color-container .color-picker .color-picker-select {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 156px;
  transform: translateY(100%);
  background: #fff;
  z-index: 10;
  box-shadow: 0 1px 2px 1px #ccced1;
}
.ql-table-color-container .color-picker .color-picker-select .erase-container {
  display: flex;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
}
.ql-table-color-container .color-picker .color-picker-select .erase-container:hover {
  background: #f0f0f0;
}
.ql-table-color-container .color-picker .color-picker-select .erase-container > button {
  border: none;
  outline: none;
  background: inherit;
  height: 100%;
  cursor: pointer;
}
.ql-table-color-container .color-picker .color-picker-select > .erase-container {
  margin-bottom: 4px;
}
.ql-table-color-container .color-picker .color-picker-select .color-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
  margin: 0;
  justify-content: space-between;
}
.ql-table-color-container .color-picker .color-picker-select .color-list > li {
  list-style: none;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  position: relative;
  cursor: pointer;
}
.ql-table-color-container .color-picker .color-picker-select .color-list > li[data-color="#ffffff"] {
  border: 1px solid #ccced1;
  box-sizing: border-box;
}
.ql-table-color-container .color-picker .color-picker-palette {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.ql-table-color-container .color-picker .color-picker-palette .color-picker-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ql-table-color-container .color-picker .color-picker-palette .color-picker-wrap .iro-container {
  flex: 1;
}
.ql-table-disabled {
  background: #f2f2f2;
  pointer-events: none;
}
.ql-table-button-disabled {
  background: #f2f2f2 !important;
  pointer-events: none;
}
.ql-table-button-disabled svg .ql-fill {
  fill: #999 !important;
}
.ql-table-button-disabled svg .ql-stroke {
  stroke: #999 !important;
}
button.ql-table-better {
  position: relative;
}
.ql-table-select-container {
  flex-direction: column;
  width: 190px;
  padding: 2px;
  position: absolute;
  top: 24px;
  z-index: 10;
  box-sizing: border-box;
}
.ql-table-select-container .ql-table-select-list {
  flex-wrap: wrap;
}
.ql-table-select-container .ql-table-select-label {
  width: 100%;
  line-height: 16px;
  text-align: center;
  color: rgba(34, 47, 62, 0.70196078);
  margin-top: 2px;
}
.ql-table-select-container span {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: 1px;
}
ol.table-list-container {
  counter-reset: list-0;
}
@keyframes ql-table-input-shake {
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-1px);
  }
  80% {
    transform: translateX(1px);
  }
}
:root {
  --dosb-orange: #9d0208;
  --dosb-red: #9d0208;
  --dosb-black: #1b1b1b;
  --dosb-grey: #878787;
  --brand-primary: #9d0208;
  --base-color-1: #f9f9f9;
  --page-max-width: 80%;
  --page-max-width-home: 970px;
  --card-background-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.03);
  --state-success-bg: #fd555b;
}
body {
  background-color: var(--base-color-1);
  font-weight: 300;
}
@media (min-width: 740px) {
  .floater {
    float: right;
  }
}
@media (min-width: 960px) {
  .floater {
    float: left;
  }
}
html,
body {
  height: 100%;
}
body {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.userbar,
.navbar.container,
#skip-link,
.main-container,
footer {
  display: table-row;
}
.main-container {
  height: 100%;
}
.userbar .container,
.navbar.container > .container,
.main-container > .row,
.region-footer {
  width: auto;
  max-width: var(--page-max-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.page-home:not(.logged-in) .userbar .container,
body.page-home:not(.logged-in) .navbar.container > .container,
body.page-home:not(.logged-in) .main-container > .row,
body.page-home:not(.logged-in) .region-footer {
  max-width: var(--page-max-width-home) !important;
}
.main-container > .row {
  margin-bottom: 30px;
}
.userbar .container,
.navbar.container > .container,
.region-footer {
  padding-left: 10px;
  padding-right: 10px;
}
.userbar a.open,
.userbar a:hover,
.userbar a:active {
  color: var(--dosb-red) !important;
}
.field-name-field-user-picture .field-item,
.user-picture .field-item,
.views-field-field-user-picture .field-item {
  position: relative;
}
.field-name-field-user-picture .salto-user-online-status,
.user-picture .salto-user-online-status,
.views-field-field-user-picture .salto-user-online-status {
  width: 10px;
  height: 10px;
  background-color: #aaa !important;
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #eee;
}
.field-name-field-user-picture .salto-user-online-status.away,
.user-picture .salto-user-online-status.away,
.views-field-field-user-picture .salto-user-online-status.away {
  background-color: #e4e467 !important;
}
.field-name-field-user-picture .salto-user-online-status.online,
.user-picture .salto-user-online-status.online,
.views-field-field-user-picture .salto-user-online-status.online {
  background-color: #64c464 !important;
}
.views-field-field-user-picture .field-content {
  display: inline-block;
  position: relative;
}
.field-name-field-user-picture .field-item,
.user-picture .field-item,
.views-field-field-user-picture .field-item {
  display: inline-block;
}
.block-devel-node-access {
  background: #ccc;
  color: #000;
}
a.infobox-overview {
  color: white;
  display: block;
  font-weight: 700;
  text-align: right;
  padding-right: 16px;
  padding-top: 10px;
}
a.infobox-overview:before {
  font-family: "fontello";
  content: "\e82c";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 9px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.book-outline-form,
#edit-description-format {
  display: none;
}
.view-invites-mine td {
  max-width: 100px;
  word-break: break-all;
}
.view-invites-mine td.views-field-link-salto-resend-invite {
  max-width: 150px;
  word-break: break-all;
}
.view-invites-mine td.views-field-field-profile-contact-email-1 {
  max-width: 150px;
}
#node-3479 {
  font-size: 16px;
}
iframe.license_grid_iframe {
  width: 100%;
  border: none;
}
.notifications-dropdown .notifications-content {
  width: 320px;
  max-width: 420px;
}
.view-licenses-earemotes .wrapea .linkEA {
  clear: both;
  text-align: right;
  float: right;
}
.entity-message .message-content-preview {
  float: right;
}
.form-type-password label div.label {
  display: none !important;
}
.view-home-tabs .views-field-body .field-content > div {
  background-color: var(--brand-primary) !important;
}
#privatemsg-list-form .checkbox-mark .checkmark {
  display: none;
}
#privatemsg-list-form .checkbox-mark:hover {
  color: var(--dosb-grey);
}
#modal_,
#modal_Filter,
#modal_Menü,
#modal_Themenfelder {
  padding: 0;
  min-width: 300px;
  border: 0;
  box-shadow: var(--card-background-shadow);
  z-index: 1002;
}
#modal_ .modal-content,
#modal_Filter .modal-content,
#modal_Menü .modal-content,
#modal_Themenfelder .modal-content {
  width: 80vw;
  border: 0;
  left: 0;
  position: absolute;
  min-height: 100vh;
}
#modal_ .modal-content .close,
#modal_Filter .modal-content .close,
#modal_Menü .modal-content .close,
#modal_Themenfelder .modal-content .close {
  display: none;
}
#modal_ .menu.nav,
#modal_Filter .menu.nav,
#modal_Menü .menu.nav,
#modal_Themenfelder .menu.nav {
  padding: 0;
  margin: 0;
}
#modal_ .menu.nav li,
#modal_Filter .menu.nav li,
#modal_Menü .menu.nav li,
#modal_Themenfelder .menu.nav li {
  padding: 0;
  margin: 0;
}
#modal_ .panel-heading,
#modal_Filter .panel-heading,
#modal_Menü .panel-heading,
#modal_Themenfelder .panel-heading {
  padding: 0;
}
#modal_Filter .modal-content {
  right: 0;
  left: initial;
}
@media (min-width: 768px) {
  .control-label {
    text-align: right;
  }
}
.view-dosb-license-shipped .table > tbody > tr > td {
  vertical-align: middle;
}
.view-dosb-license-shipped .btn {
  padding: 0.3em;
}
.view-dosb-license-shipped .btn:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 7px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.alert.export {
  display: flex;
  align-items: center;
}
.alert.export h3 {
  margin: auto 1em;
}
.alert.export span {
  margin: auto 0;
}
.node-post .card-content .group-footer .list-inline {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
form .field-multiple-table td.field-multiple-drag {
  width: 40px;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle .handle {
  margin: -0.4em 0.25em;
  padding: 0.42em 0.6em;
}
#klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider {
  background-color: var(--brand-primary) !important;
}
#klaro a {
  color: var(--brand-primary) !important;
}
#klaro button.cm-btn-success {
  background-color: var(--brand-primary) !important;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons {
  display: flex;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons button.cm-btn {
  background-color: var(--brand-primary) !important;
  display: block;
  max-width: 100px;
  width: 100px;
  padding: 12px 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  border-radius: 0;
}
.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.arrow-down {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
.mentions-autocomplete-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mentions-autocomplete-list img {
  border-radius: 50%;
  display: initial;
  width: 50px;
}
.textcomplete-dropdown {
  width: 30%;
}
.page-groups .panel-panel.main-content .group-content img {
  border-radius: unset !important;
}
.salto-sso-login-container {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 65px;
}
.salto-sso-login-container .salto-sso-login-top {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.salto-sso-login-container .salto-sso-login-top .salto-sso-login-links-or {
  text-align: center;
  width: 100%;
}
.salto-sso-login-container .salto-sso-login-top .salto-sso-login-links-request {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.salto-sso-login-container .salto-sso-login-top .salto-sso-login-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.salto-sso-login-container .salto-sso-login-top .salto-sso-login-links a {
  display: block;
  width: unset !important;
  padding-bottom: unset !important;
  text-align: center;
}
.salto-sso-login-container .salto-sso-login-top .salto-sso-login-right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: unset;
  padding-bottom: 5px;
}
.salto-sso-login-container .salto-sso-login-top .salto-sso-login-right a {
  white-space: break-spaces;
  text-align-last: center;
}
.salto-sso-login-container .salto-sso-login-bottom .alert {
  margin-bottom: unset !important;
  padding: 23px;
  margin-top: 10px;
  white-space: break-spaces;
}
#views-bootstrap-carousel-1 .item img {
  width: 100%;
}
#tfa-form #edit-login::before {
  display: none;
}
#tfa-form #edit-login {
  padding: 0.5rem 1rem;
}
.highlight {
  color: green;
  font-weight: 700;
  background: var(--state-success-bg) !important;
}
.search-wrapper input {
  width: 100%;
}
.pane-menu-suche {
  margin-bottom: 20px;
}
.request-approval-btn:before {
  content: "\f124" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}
