.colorDefault {
  color: #f3f3f3
}
  
.backgroundDefault {
  background: #f3f3f3
}

.borderDefault {
  border-color: #f3f3f3
}

.colorPrimary {
  color: #1E4669 !important
}

.backgroundPrimary {
  background: #1E4669 !important
}

.borderPrimary {
  border-color: #1E4669 !important
}

.colorInfo {
  color: #1E4669 !important
}

.backgroundInfo {
  background: #1E4669 !important
}

.borderInfo {
  border-color: #1E4669 !important
}

.colorLink {
  color: #1E4669 !important
}

.colorSuccess {
  color: #97d271 !important
}

.backgroundSuccess {
  background: #97d271 !important
}

.borderSuccess {
  border-color: #97d271 !important
}

.colorWarning {
  color: #f8b763 !important
}

.backgroundWarning {
  background: #f8b763 !important
}

.borderWarning {
  border-color: #f8b763 !important
}

.colorDanger {
  color: #FC4A64 !important
}

.backgroundDanger {
  background: #FC4A64 !important
}

.borderDanger {
  border-color: #FC4A64 !important
}

.colorFont1 {
  color: #bac2c7 !important
}

.colorFont2 {
  color: #7a7a7a !important
}

.colorFont3 {
  color: #000 !important
}

.colorFont4 {
  color: #555555 !important
}

.colorFont5 {
  color: #aeaeae !important
}

.heading {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: white;
  border: none;
  padding: 10px
}

.text-center {
  text-align: center !important
}

.text-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

.img-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

::-moz-selection {
  background: #4AB464;
  color: white
}

::selection {
  background: #4AB464;
  color: white
}

#nprogress .bar {
  background-color: #003838
}

.atwho-input.form-control {
  min-height: 36px;
  height: auto
}

[data-ui-show-more] {
  overflow: hidden
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar {
  background-color: #f7f7f7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #ddd;
  position: relative;
  min-height: 1em;
  color: #666;
  padding: 1px 6px 1px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar .ProseMirror-menu-group {
  display: flex;
  width: 100%;
  height: 24px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar .ProseMirror-menu-group .ProseMirror-menuitem {
  margin-right: 5px
}

.progress {
  background: #003838
}

a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border-left: 3px solid #4AB464 !important;
  background-color: #f7f7f7 !important
}

a.list-group-item.active {
  background-color: #f7f7f7 !important
}

.btn {
  text-decoration: none !important
}

.btn-success {
  background-color: #4AB464 !important
}

.btn-success:hover {
  background-color: #003838 !important
}

.btn-info {
  background-color: #003838 !important;
  border-color: transparent !important
}

.btn-info:hover {
  background-color: #4AB464 !important
}

.btn-delete {
  background: #c40108;
  color: white;
  border: 1px solid #c40108
}

.btn-delete:hover {
  background-color: white;
  color: #c40108;
  border: 1px solid #c40108
}

.btn-outline {
  border: 1px solid #003838;
  background-color: white
}

.btn.disabled,
.btn[disabled] {
  opacity: .45
}

.btn.disabled.btn-outline:hover,
.btn[disabled].btn-outline:hover {
  background-color: #4AB464;
  border-color: #4AB464 !important;
  color: inherit
}

.label-info {
  background-color: #003838 !important
}

.label-primary {
  background-color: #4AB464 !important
}

.label-preparation {
  background-color: #04c8c8 !important
}

.label-open {
  background-color: #49b304 !important
}

.label-closed {
  background-color: #959393 !important
}

.bold {
  font-weight: bold !important
}

.clear {
  clear: both
}

.mx-auto {
  margin: 0 auto
}

.mt-0 {
  margin-top: 0px
}

.inline {
  display: inline
}

.module-controls a {
  color: #4AB464 !important
}

.dropdown-menu {
  border: 1px solid #d4d4d4 !important;
  padding: 0 .5em !important;
  background-color: white !important
}

.dropdown-menu li {
  border-left: 3px solid #4AB464 !important
}

.dropdown-menu li a {
  color: #003838 !important
}

.dropdown-menu li a:hover {
  border-color: #003838 !important;
  color: #4AB464 !important;
  background-color: white !important
}

.dropdown-menu li:hover {
  background-color: white !important;
  border-color: white !important
}

.dropdown.open .dropdown-toggle,
.dropdown-toggle:hover {
  background-color: #003838 !important
}

.dropdown.open .dropdown-toggle i,
.dropdown-toggle:hover i {
  color: white !important
}

.dropdown-toggle:hover i {
  color: #4AB464 !important
}

.tooltip-inner {
  background-color: #1E46690A !important;
  color: #003838 !important;
  font-weight: normal !important
}

.tooltip-arrow {
  border-color: #1E46690A !important
}

.info-toggle {
  color: #003838
}

.info-toggle:hover {
  color: #4AB464
}

.panel .panel-body {
  font-size: 14px
}

#termsboxModal .termsbox-body {
  border: none;
  font-size: 14px;
  max-height: 250px
}

#register .agb_check_text,
#register .regular-checkbox-box {
  display: inline
}

body.login-container {
  background-image: none;
  background-color: #1E46690A
}

body.login-container #password-recovery-form {
  max-width: 400px !important
}

.nav {
  float: left
}

.topbar {
  display: flex;
  align-items: center
}

.topbar .dropdown-header {
  font-size: 16px;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #555555
}

.topbar .dropdown-header .dropdown-header-link {
  position: absolute;
  top: 2px;
  right: 10px
}

.topbar .dropdown-header .dropdown-header-link a {
  color: #1E4669 !important;
  font-size: 12px;
  font-weight: normal
}

.topbar .dropdown-header:hover {
  color: #555555
}

#topbar-first {
  z-index: 999;
  background-color: white;
  height: auto;
  padding: 1em 0em;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%
}

#topbar-first .btn-enter {
  background-color: #003838
}

#topbar-first .notifications {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1
}

#topbar-first .notifications .btn-group {
  position: relative;
  text-align: left
}

#topbar-first .notifications .btn-group>a {
  padding: 5px 10px;
  margin: 10px 2px;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  text-align: left
}

#topbar-first .notifications .btn-group>.label {
  position: absolute;
  top: 4px;
  right: -2px
}

#topbar-first .notifications .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  z-index: 1035
}

#topbar-first .notifications .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: 1001;
  border-width: 11px;
  left: 50%;
  margin-left: -18px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -19px;
  z-index: 1035
}

#topbar-first .notifications .dropdown-menu {
  width: 350px;
  margin-left: -148px
}

#topbar-first .notifications .dropdown-menu ul.media-list {
  max-height: 400px;
  overflow: auto
}

#topbar-first .notifications .dropdown-menu li {
  position: relative
}

#topbar-first .notifications .dropdown-menu li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px
}

#topbar-first .notifications .dropdown-menu li i.accepted {
  color: #5cb85c
}

#topbar-first .notifications .dropdown-menu li i.declined {
  color: #d9534f
}

#topbar-first .notifications .dropdown-menu li .media {
  position: relative
}

#topbar-first .notifications .dropdown-menu li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px
}

#topbar-first .dropdown-footer {
  margin: 10px 10px 5px
}

#topbar-first a {
  color: white
}

#topbar-first .caret {
  border-top-color: #fff
}

#topbar-first .btn-group>a {
  background-color: #24537d
}

#topbar-first .btn-enter {
  background-color: #24537d;
  margin: 6px 0
}

#topbar-first .btn-enter:hover {
  background-color: #275b89
}

#topbar-first .media-list a {
  color: #000;
  padding: 0
}

#topbar-first .media-list li {
  color: #000
}

#topbar-first .media-list li i.accepted {
  color: #1E4669 !important
}

#topbar-first .media-list li i.declined {
  color: #FC4A64 !important
}

#topbar-first .media-list li.placeholder {
  border-bottom: none
}

#topbar-first .media-list .media .media-body .label {
  padding: .1em .5em
}

#topbar-first .account .user-title {
  text-align: right
}

#topbar-first .account .user-title span {
  color: #d7d7d7
}

#topbar-first .dropdown.account>a,
#topbar-first .dropdown.account.open>a,
#topbar-first .dropdown.account>a:hover,
#topbar-first .dropdown.account.open>a:hover {
  background-color: #1E4669
}

#topbar-first .container {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0 !important;
  width: 100% !important
}

#topbar-first .container #top-menu-nav {
  display: flex
}

#topbar-first .container #top-menu-nav .dropdown-toggle {
  display: flex
}

#topbar-first .container #top-menu-nav .dropdown-menu i {
  display: none
}

#topbar-first .container #top-menu-nav>li {
  z-index: 999
}

#topbar-first .container a {
  color: #003838 !important;
  font-weight: bold !important;
  background-color: white !important;
  font-size: 1.3em
}

#topbar-first .container a:hover {
  color: #4AB464 !important
}

#topbar-first .container .navbar-brand {
  height: 70px !important;
  padding: 0px !important
}

#topbar-first .container .navbar-brand img {
  height: 70px;
  width: auto;
  transform: scale(.7)
}

#topbar-first .container .notifications {
  position: relative
}

#topbar-first .container .notifications .dropdown-menu {
  width: 350px;
  margin-left: -148px
}

#topbar-first .container .notifications * {
  margin-right: 5px
}

#topbar-first .container .notifications #badge-notifications.label-danger,
#topbar-first .container .notifications #badge-messages.label-danger {
  background-color: #4AB464
}

#topbar-first .container .notifications #dropdown-notifications,
#topbar-first .container .notifications #dropdown-messages {
  right: -8px;
  max-width: calc(100vw - 100px);
  left: auto
}

#topbar-first .container .notifications #dropdown-notifications li,
#topbar-first .container .notifications #dropdown-messages li {
  border: none !important
}

#topbar-first .container .notifications #dropdown-notifications .dropdown-header .dropdown-header-link,
#topbar-first .container .notifications #dropdown-messages .dropdown-header .dropdown-header-link {
  position: relative;
  text-align: right
}

#topbar-first .container .notifications #dropdown-notifications .media-list li,
#topbar-first .container .notifications #dropdown-messages .media-list li {
  border: none !important
}

#topbar-first .container .notifications #dropdown-notifications .media-list .new,
#topbar-first .container .notifications #dropdown-messages .media-list .new {
  background-color: #1E46690A;
  border-left: 3px solid #4AB464 !important
}

#topbar-first .container .notifications #dropdown-notifications .media-list .new .label-danger,
#topbar-first .container .notifications #dropdown-messages .media-list .new .label-danger {
  background-color: #4AB464
}

#topbar-first .container .notifications #dropdown-notifications {
  width: auto !important
}

#topbar-first .container .notifications .arrow {
  right: 10px;
  margin-left: 0px;
  left: auto
}

#topbar-first .container .notifications .btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none
}

#topbar-first .container .menu-right {
  z-index: 1002;
  display: flex;
  align-items: center;
  margin-left: auto
}

#topbar-first .container .menu-right .account .user-title {
  font-weight: normal;
  font-size: 60%
}

#topbar-first .container .menu-right .account .dropdown-toggle span {
  font-size: 10px
}

#topbar-first .container .menu-right .dropdown.account {
  margin-left: 0px
}

#topbar-first .container .menu-right .topbar-actions {
  margin-right: 0px;
  margin-left: auto;
  z-index: 10001
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li:active #account-dropdown-link,
#topbar-first .container .menu-right .topbar-actions #account-top-menu li.open #account-dropdown-link,
#topbar-first .container .menu-right .topbar-actions #account-top-menu li:focus #account-dropdown-link {
  border-bottom: 3px solid #4AB464;
  background-color: #1E46690A
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li #account-dropdown-link {
  display: flex;
  align-items: center;
  font-weight: normal;
  text-transform: none
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li #account-dropdown-link .user-title {
  margin-right: 1em
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li #account-dropdown-link:hover,
#topbar-first .container .menu-right .topbar-actions #account-top-menu li #account-dropdown-link:active {
  border-bottom: 3px solid #4AB464;
  background-color: #1E46690A
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li .dropdown-menu {
  border: 1px solid #d4d4d4;
  padding: 0 .5em;
  background-color: white
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li .dropdown-menu li {
  border-left: 3px solid #4AB464
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li .dropdown-menu li a {
  font-size: 13px
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li .dropdown-menu li a:hover {
  border-color: white
}

#topbar-first .container .menu-right .topbar-actions #account-top-menu li .dropdown-menu li:hover {
  background-color: #1E46690A
}

body a,
body a:hover,
body a:focus,
body a:active,
body a.active {
  color: #000;
  text-decoration: none
}

body {
  position: relative;
  min-height: 100vh;
  background-color: white
}

body .container {
  width: 100%
}

body .active {
  border-color: #003838 !important
}

body .divider {
  width: 100%;
  margin: 0 auto;
  margin-top: 5em;
  margin-bottom: 2em;
  border: 2px solid #003838;
  border-left: transparent !important
}

body .divider:hover {
  border-color: #003838 !important
}

body .btn-primary:not([disabled]) {
  background: #003838;
  border: 1px solid #003838
}

body .btn-primary:not([disabled]):hover,
body .btn-primary:not([disabled]):focus,
body .btn-primary:not([disabled]):active {
  background: #4AB464 !important;
  border-color: #4AB464 !important
}

body .loader .sk-spinner-three-bounce div {
  background-color: #003838
}

body h1 {
  text-align: center;
  color: #003838;
  font-size: 300%
}

body h1.profile {
  text-align: left
}

body h1.space {
  text-align: left
}

body h2 {
  font-size: 180%;
  color: #003838;
  margin-top: 50px
}

body h3 {
  font-size: 120%;
  text-transform: uppercase;
  margin-top: 2em;
  color: #003838;
  font-weight: bold
}

body h4 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 1.5em
}

body br {
  margin-bottom: .5em
}

body .clet-hint .panel-danger {
  border-color: #4AB464
}

body .clet-hint .panel-danger .panel-heading {
  color: #4AB464
}

body #cln_foerderleiste {
  display: block;
  width: 60%;
  min-width: 300px;
  max-width: 800px;
  margin: 5% auto 2% auto
}

body .footer-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #003838;
  color: white;
  align-items: center;
  display: flex;
  justify-content: right;
  padding-right: calc(5%);
  filter: none
}

body .footer-nav .footer-content {
  margin: 0px;
  margin-right: 0px;
  margin-left: auto;
  padding: 15px 0px
}

body .footer-nav a {
  color: white !important;
  font-weight: bold;
  vertical-align: middle
}

body .footer-nav a:after {
  content: '|'
}

body .footer-nav a:last-child:after {
  display: none
}

body .footer-nav a:hover {
  color: #4AB464 !important
}

body .footer-nav a:hover:after {
  color: white !important
}

body .footer-nav a:first-child:hover {
  color: white
}

body .footer-nav a .twitter-btn {
  font-size: 150%;
  vertical-align: middle;
  margin: 0px 0px 2px 5px
}

body .cookie_consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding: 15px;
  background: #003838;
  border-radius: 6px;
  border: 3px solid #4AB464;
  color: white;
  max-width: 500px
}

body .cookie_consent .row {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center
}

body .cookie_consent a {
  color: white;
  text-decoration: underline
}

body .cookie_consent .btn {
  border-color: white;
  background-color: #003838
}

body .cookie_consent .regular-checkbox-box {
  padding: 10px;
  border-color: #4AB464
}

body .cookie_consent .regular-checkbox-box::after {
  font-size: 20px
}

body #survey_hint,
body #popup_hint {
  position: fixed;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 15px;
  background: white;
  border-radius: 6px;
  border: 3px solid #003838;
  color: #003838;
  max-width: 500px
}

body #survey_hint a,
body #popup_hint a {
  color: white;
  text-decoration: underline
}

body #survey_hint .btn,
body #popup_hint .btn {
  background-color: #4AB464;
  float: right
}

body #survey_hint .btn:hover,
body #popup_hint .btn:hover {
  background-color: white
}

body #survey_hint .btn:hover a,
body #popup_hint .btn:hover a {
  color: #4AB464
}

body #survey_hint .btn.not-now,
body #popup_hint .btn.not-now {
  background-color: transparent
}

body #survey_hint .btn.not-now a,
body #popup_hint .btn.not-now a {
  color: #003838
}

body #survey_hint .btn_close,
body #popup_hint .btn_close {
  background-color: transparent
}

body #survey_hint .btn_close i,
body #popup_hint .btn_close i {
  color: #003838;
  font-size: 150%
}

body #survey_hint .btn_close i:hover,
body #popup_hint .btn_close i:hover {
  color: #4AB464
}

body #popup_hint {
  max-width: 80%;
  padding: 1% 4%
}

body #popup_hint h2 {
  color: #4AB464;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center
}

body #add_space_btn {
  text-align: right;
  padding: 0px 10px
}

body #add_space_btn a {
  text-align: center
}

body .space-help.help-block {
  margin-left: 10px
}

body form .form-control.form-search {
  border-radius: 30px;
  background-image: url(../img/icon_search16x16.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 34px
}

body form .form-control:focus {
  border: 2px solid #003838
}

body form div.required label:after {
  color: #4AB464
}

body form .regular-checkbox:checked+.regular-checkbox-box {
  border-color: #003838;
  background: #003838
}

body form #recoverPasswordBtn {
  color: #003838
}

body .selection .select2-selection {
  border-radius: 4px;
  background-color: #fff;
  border-color: #ededed;
  border: 2px solid;
  box-shadow: none;
  color: #ededed;
  font-family: inherit
}

body .selection .select2-selection .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap
}

body .selection .select2-selection .select2-selection__rendered .select2-search__field {
  background: transparent;
  color: #555;
  padding: 0 5px;
  width: auto !important;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
  border: none !important;
  border-width: 0px !important;
  outline: none !important
}

body .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  color: #555;
  border-radius: 4px;
  cursor: default;
  padding: 0 6px;
  background-color: #4AB464;
  color: #fff;
  border-radius: 3px;
  font-size: 12px !important;
  padding: 0 5px 2px 2px;
  float: left;
  margin: 2px;
  height: 28px
}

body .selection .select2-selection .select2-selection__rendered .select2-selection__choice i {
  margin: 0px 2px;
  line-height: 27px
}

body .selection .select2-selection .select2-selection__rendered .select2-selection__choice img {
  margin-right: 5px
}

body .selection .select2-selection .select2-selection__rendered .select2-selection__choice .picker-close {
  cursor: pointer
}

body .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: none;
  font-weight: bold;
  margin-right: 3px
}

body .select2-container--humhub.select2-container--focus .select2-selection,
body .select2-container--humhub.select2-container--open .select2-selection {
  border-color: #003838
}

body .select2-container--humhub .select2-selection--multiple .select2-selection__choice {
  background-color: #4AB464
}

body .select2-container--humhub .select2-results__option--highlighted[aria-selected] {
  border-color: #4AB464
}

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

body #layout-content {
  margin-bottom: 5em
}

body #layout-content h1 {
  text-align: center;
  color: #003838;
  font-size: 300%
}

body #layout-content h1.profile {
  text-align: left
}

body #layout-content h1.space {
  text-align: left
}

body #layout-content h2 {
  font-size: 180%;
  color: #003838
}

body #layout-content h3 {
  font-size: 120%;
  text-transform: uppercase;
  color: #003838;
  font-weight: bold
}

body #layout-content h4 {
  font-size: 100%;
  font-weight: normal
}

@media (max-width:550px) {
  body #layout-content .event .events {
    padding-left: 5px;
    padding-right: 5px
  }
}

body #layout-content .event .events .panel.event {
  margin: 0 auto
}

body #layout-content .event .events .panel.event .event-header {
  position: relative
}

body #layout-content .event .events .panel.event .event-header .header-img {
  width: 100%;
  opacity: .4
}

body #layout-content .event .events .panel.event .event-header .logo {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 10%
}

body #layout-content .event .events .panel.event .event-header h3 {
  color: #003838;
  font-size: 500%;
  position: absolute;
  top: 30%;
  left: 30%;
  text-decoration: none
}

@media (max-width:1500px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    top: 25%
  }
}

@media (max-width:1250px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    top: 20%
  }
}

@media (max-width:991px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    font-size: 400%
  }
}

@media (max-width:700px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    font-size: 300%
  }
}

@media (max-width:550px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    font-size: 200%
  }
}

@media (max-width:450px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    font-size: 180%;
    top: 13%
  }
}

@media (max-width:400px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    top: 10%
  }
}

@media (max-width:350px) {
  body #layout-content .event .events .panel.event .event-header h3 {
    top: 3%;
    font-size: 150%
  }
}

body #layout-content .event .events .panel.event .panel-body {
  padding: 2em
}

@media (max-width:550px) {
  body #layout-content .event .events .panel.event .panel-body {
    padding: 1em
  }
}

body #layout-content .event .events .panel.event h3 {
  margin: 20px auto;
  color: #4AB464;
  text-decoration: underline;
  font-size: 160%;
  text-align: center
}

@media (max-width:550px) {
  body #layout-content .event .events .panel.event h3 {
    font-size: 120%
  }
}

body #layout-content .event .events .panel.event a {
  text-decoration: underline
}

body #layout-content .event .events .panel.event .event-details {
  margin: 20px 0px
}

body #layout-content .event .events .panel.event .event-details ul {
  padding-left: 0px
}

body #layout-content .event .events .panel.event .event-details ul li {
  list-style: none
}

body #layout-content .event .events .panel.event .event-details h4 {
  color: #003838;
  font-weight: bold;
  margin-top: 10px
}

body #layout-content .event .events .panel.event .event-details tr {
  border-bottom: 1px solid #f0f0f0
}

body #layout-content .event .events .panel.event .event-details tr:last-child {
  border-bottom: none
}

body #layout-content .event .events .panel.event .event-details tr td {
  padding: 10px 0px
}

body #layout-content .event .events .panel.event .event-document {
  margin: 15px 0px;
  text-align: center;
  display: flex;
  justify-content: center
}

body #layout-content .event .events .panel.event .event-document form {
  margin: 0px 5px
}

body #layout-content .event .events .panel.event .event-signup {
  text-align: center
}

body #layout-content .event .events .panel.event .event-agenda h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 130%;
  color: #4AB464
}

body #layout-content .event .events .panel.event .event-agenda ul {
  padding-left: 0px
}

body #layout-content .event .events .panel.event .event-agenda ul li {
  list-style: none;
  margin: 25px 0px
}

body #layout-content .event .events .panel.event .event-agenda ul li h5 {
  font-weight: bold;
  color: #003838
}

body #layout-content #wallStream .billboard-entry {
  margin-top: 15px
}

body #layout-content #wallStream .billboard-entry .billboard-img img {
  width: 75px;
  height: 75px;
  border: 1px solid grey;
  border-radius: 200px;
  margin-right: 20px;
  float: left
}

body #layout-content #wallStream .wall-entry .wall-entry-header {
  position: relative
}

body #layout-content #wallStream .wall-entry .wall-entry-header .stream-entry-icon-list {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  padding-top: 2px
}

body #layout-content #wallStream .wall-entry .wall-entry-header .stream-entry-icon-list .icon-pin {
  color: #4AB464
}

body #layout-content .dashboard-spaces .dash-heading,
body #layout-content .dashboard-stream .dash-heading {
  margin-bottom: 15px;
  text-decoration: underline
}

body #layout-content .dashboard-spaces {
  float: right
}

body #layout-content .dashboard-spaces #space-menu {
  display: none
}

body #layout-content .dashboard-spaces .dropdown {
  list-style: none
}

body #layout-content .dashboard-spaces #space-menu-dropdown {
  display: block;
  box-shadow: 0 0 3px #dadada;
  -webkit-box-shadow: 0 0 3px #dadada;
  -moz-box-shadow: 0 0 3px #dadada;
  border: none !important;
  width: 100% !important;
  margin-top: 0px
}

body #layout-content .dashboard-spaces #space-menu-dropdown li {
  border-left: none !important
}

body #layout-content .dashboard-spaces #space-menu-dropdown #space-search-reset {
  display: block;
  float: right;
  font-size: 130%
}

body #layout-content .dashboard-spaces #space-menu-dropdown #space-menu-spaces {
  max-height: 65vh
}

body #layout-content .dashboard-spaces #space-menu-dropdown .dropdown-footer {
  margin: 15px 0px
}

body #layout-content .dashboard-spaces #space-menu-dropdown .dropdown-footer .btn {
  color: white !important
}

body #layout-content .dashboard-spaces #space-menu-dropdown .dropdown-footer .btn:hover {
  background-color: #4AB464 !important
}

body #layout-content #notification_overview_markseen {
  color: #003838 !important
}

body #layout-content #notification_overview_list li.new {
  border-left: 3px solid #4AB464;
  background-color: #1E46690A
}

body #layout-content #notification_overview_list li.new .label-danger {
  background-color: #4AB464
}

body #layout-content .clet-home {
  margin: 0 auto
}

body #layout-content .clet-home .row {
  margin-left: 0 !important;
  margin-right: 0 !important
}

body #layout-content .clet-home .row .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

body #layout-content .clet-home .home-title-img {
  position: relative
}

body #layout-content .clet-home .home-title-img img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .03;
  z-index: -1
}

body #layout-content .clet-home .home-content .home-heading img {
  max-width: 25%;
  max-height: 15vh;
  margin: 0px auto;
  display: block
}

body #layout-content .clet-home .home-content .home-heading h1 {
  font-size: 300%;
  font-weight: 500;
  margin-top: 20px;
  color: #003838
}

body #layout-content .clet-home .home-content .home-heading h3 {
  text-align: center;
  font-size: 130%;
  margin-top: 20px
}

body #layout-content .clet-home .home-content .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background-size: cover
}

body #layout-content .clet-home .home-content .flex-container.head {
  background-image: url('/static/img/home/network.jpg')
}

body #layout-content .clet-home .home-content .flex-container.wiki {
  background-image: url('/static/img/home/wiki.jpg')
}

body #layout-content .clet-home .home-content .flex-container.kollab {
  background-image: url('/static/img/home/kollab.jpg')
}

body #layout-content .clet-home .home-content .flex-container.transfer {
  background-image: url('/static/img/home/transfer.jpg')
}

body #layout-content .clet-home .home-content .flex-container .panel-body {
  background-color: #fffffff5;
  height: 80vh;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center
}

body #layout-content .clet-home .home-content .anchor {
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center
}

body #layout-content .clet-home .home-content .anchor .fa {
  font-size: 300%;
  padding: 10px;
  color: #f0f0f0
}

body #layout-content .clet-home .clet-home-subhead {
  text-align: center;
  margin-top: 10vh
}

body #layout-content .clet-home .clet-home-subhead .btn {
  font-size: 130%
}

body #layout-content .clet-home .clet-home-subhead .btn a {
  color: white
}

body #layout-content .clet-home .divider {
  width: 100%
}

body #layout-content .clet-home .clet-home-description {
  margin: 0 auto
}

body #layout-content .clet-home .clet-home-description img {
  max-height: 300px;
  width: auto;
  max-width: 100%
}

body #layout-content .clet-home .clet-home-description h2 {
  margin-top: 0px
}

body #layout-content .clet-home .clet-home-description .row {
  margin-top: 80px
}

body #layout-content .clet-home .clet-home-description a {
  text-decoration: underline;
  color: #4AB464
}

body #layout-content .clet-home .clet-project-sponsor {
  margin: 0 auto;
  margin-top: 10em;
  text-align: center
}

body #layout-content .clet-home .clet-project-sponsor img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto
}

body #layout-content .clet-home .clet-project-sponsor p {
  font-size: .7em;
  text-align: center
}

body #layout-content .clet-project {
  margin: 0 auto;
  padding: 0px !important;
  margin-bottom: 2em
}

body #layout-content .clet-project .projectcontainer {
  background-size: cover;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vh
}

body #layout-content .clet-project .projectcontainer.value-partner {
  background-image: url('/static/img/home/network.jpg')
}

body #layout-content .clet-project .projectcontainer.partner {
  background-image: url('/static/img/home/partner.jpg')
}

body #layout-content .clet-project .projectcontainer.project {
  background-image: url('/static/img/home/project.jpg')
}

body #layout-content .clet-project .projectcontainer.project .panel-body {
  background: #fffffff7
}

body #layout-content .clet-project .projectcontainer h1 {
  font-size: 300%;
  font-weight: 500;
  margin-top: 20px;
  color: #003838
}

body #layout-content .clet-project .projectcontainer .panel-body {
  background: #fffffff5;
  margin: 0 auto;
  padding: 50px
}

body #layout-content .clet-project .project-title-img {
  position: relative
}

body #layout-content .clet-project .project-title-img img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .03;
  z-index: -1
}

body #layout-content .clet-project .row {
  margin: 0px
}

body #layout-content .clet-project .clet-project-goals h2,
body #layout-content .clet-project .clet-project-concept h2,
body #layout-content .clet-project .clet-project-cluster h2,
body #layout-content .clet-project .clet-project-background h2,
body #layout-content .clet-project .news h2 {
  margin-top: 2em;
  margin-bottom: 1em
}

body #layout-content .clet-project .clet-partner,
body #layout-content .clet-project .clet-value {
  display: flex;
  margin-top: 2em
}

body #layout-content .clet-project .clet-partner .col,
body #layout-content .clet-project .clet-value .col {
  width: 75%
}

body #layout-content .clet-project .clet-partner .col:first-child,
body #layout-content .clet-project .clet-value .col:first-child {
  width: 25%
}

body #layout-content .clet-project .clet-partner .col:first-child img,
body #layout-content .clet-project .clet-value .col:first-child img {
  width: 80%;
  margin-top: 20px
}

body #layout-content .clet-project .clet-partner .col a,
body #layout-content .clet-project .clet-value .col a {
  text-decoration: underline
}

body #layout-content .clet-project .clet-project-sponsor {
  margin-top: 5em
}

body #layout-content .clet-project .clet-project-sponsor img {
  width: 100%
}

body #layout-content .clet-project .clet-project-sponsor p {
  font-size: .7em;
  text-align: justify
}

body #layout-content .clet-impressum {
  width: 70%;
  margin: 0 auto;
  padding: 0px !important;
  margin-bottom: 2em
}

body #layout-content .clet-impressum .row {
  margin: 0px
}

body #layout-content .clet-impressum .row img {
  width: 200px;
}

body #layout-content .clet-impressum p,
body #layout-content .clet-impressum li {
  font-weight: lighter
}

body #layout-content .clet-impressum a {
  color: #003838
}

body #layout-content .clet-privacy {
  width: 70%;
  margin: 0 auto;
  padding: 0px !important;
  margin-bottom: 2em
}

body #layout-content .clet-privacy .row {
  margin: 0px
}

body #layout-content .clet-privacy p,
body #layout-content .clet-privacy li {
  font-weight: lighter
}

body #layout-content .clet-privacy a {
  color: #003838
}

body #layout-content .companies .companies-content.row .company {
  width: 98%;
  margin: 40px auto
}

body #layout-content .companies .companies-content.row .company .company-name {
  margin-top: 5px
}

@media (max-width:767px) {
  body #layout-content .companies .companies-content.row .company .company-name {
    margin-top: 40px
  }
}

@media (min-width:1600px) {
  body #layout-content .companies .companies-content.row .company {
    width: 70%
  }
}

body #layout-content .companies .companies-content.row .company .company-logo {
  width: 60%;
  margin-top: 5px
}

@media (max-width:767px) {
  body #layout-content .companies .companies-content.row .company .company-logo {
    max-width: 150px
  }
}

body #layout-content .companies .companies-content.row .company .company-details a {
  text-decoration: underline;
  color: #003838
}

body #layout-content .companies .companies-content.row .company .company-description {
  border-left: 1px solid #eee
}

@media (max-width:767px) {
  body #layout-content .companies .companies-content.row .company .company-description {
    border-left: none
  }
}

body #layout-content .global_wiki .row {
  margin: 0px
}

body #layout-content .global_wiki .head h2 {
  margin-top: 0px
}

body #layout-content .global_wiki .wiki-page-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 15px
}

body #layout-content .global_wiki .wiki-page-list li {
  margin: .8em 0
}

body #layout-content .global_wiki .wiki-page-list li .wiki-page-control {
  color: #999999
}

body #layout-content .global_wiki .mb-2 {
  margin-bottom: 2em
}

body #layout-content .global_wiki .layout-nav-container {
  position: fixed;
  width: 15%;
  padding: 0px 10px;
  height: 80vh;
  border-right: 1px solid #003838
}

body #layout-content .global_wiki .layout-nav-container #category_list_view {
  height: 100%;
  overflow: scroll
}

body #layout-content .global_wiki .layout-nav-container #category_list_view .fa-bars {
  display: none
}

body #layout-content .global_wiki .layout-nav-container #category_list_view .page-category-title {
  font-weight: bold
}

body #layout-content .global_wiki .layout-nav-container #category_list_view .wiki-category-list-item .wiki-page-list {
  display: none
}

body #layout-content .global_wiki .layout-nav-container .panel-heading {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  background-color: white;
  border: none;
  padding: 10px
}

body #layout-content .global_wiki .right-nav-container {
  position: fixed;
  right: 5%;
  width: 15%;
  min-height: 80vh;
  border-left: 1px solid #eeeeee
}

body #layout-content .global_wiki .right-nav-container .wiki-menu {
  width: auto
}

body #layout-content .global_wiki .right-nav-container .wiki-menu .wiki-menu-fixed {
  margin-top: 0px !important
}

body #layout-content .global_wiki .right-nav-container .wiki-menu .wiki-menu-fixed #wiki_index {
  display: none
}

body #layout-content .global_wiki .wiki_content {
  width: 65%;
  display: flex;
  margin: 0 auto
}

body #layout-content .global_wiki .wiki_content .markdown-render {
  margin-top: 40px
}

body #layout-content .global_wiki .wiki_content h2 {
  margin-top: 50px
}

body #layout-content .global_wiki .wiki_content h2:first-child {
  margin-top: 5px
}

body #layout-content .global_wiki .wiki_content h3 {
  margin-top: 25px;
  font-size: 1.1em !important
}

body #layout-content .global_wiki .wiki_content #wiki-page-richtext a {
  color: #4AB464 !important
}

body #layout-content .global_wiki .wiki-content {
  border: none
}

body #layout-content .global_wiki #wiki-page-edit,
body #layout-content .global_wiki .wiki_history {
  border: none
}

body #layout-content .global_wiki #wiki-page-edit h1,
body #layout-content .global_wiki .wiki_history h1 {
  font-size: 200%;
  color: grey
}

body #layout-content .global_wiki #wiki-page-edit h1 strong,
body #layout-content .global_wiki .wiki_history h1 strong {
  font-weight: normal
}

body #layout-content .global_wiki #wiki-page-edit #wikipage-title,
body #layout-content .global_wiki .wiki_history #wikipage-title,
body #layout-content .global_wiki #wiki-page-edit .wiki-page-history-title,
body #layout-content .global_wiki .wiki_history .wiki-page-history-title {
  font-weight: bold;
  color: #003838;
  font-size: 150%;
  min-height: 45px;
  text-align: left
}

body #layout-content .global_wiki #wiki-page-edit #wikipage-parent_page_id option[value="0"] {
  display: none
}

body #layout-content .global_wiki .wiki_start {
  text-align: justify
}

body #layout-content .global_wiki .fullwidth {
  width: 100%
}

body #layout-content .global_wiki .fullwidth.wiki-page-content {
  border: none
}

body #layout-content .global_wiki .clearfix {
  clear: both
}

body #layout-content .global_wiki .label {
  float: none
}

body #layout-content .global_wiki .specifiers {
  display: flex
}

body #layout-content .global_wiki .comment-container {
  background-color: #1E46690A
}

body #layout-content .global_wiki .comment-container .dropdown-menu.pull-right {
  right: 5px
}

body #layout-content .global_wiki .dropdown-toggle {
  background-color: transparent !important;
  color: #003838 !important
}

body #layout-content .global_wiki .dropdown-toggle:hover {
  color: #003838 !important
}

body #layout-content .global_wiki .wiki_administration,
body #layout-content .global_wiki .wiki_filter {
  width: 75%;
  margin-left: 20%
}

body #layout-content .global_wiki .wiki_administration h2,
body #layout-content .global_wiki .wiki_filter h2 {
  margin-top: 0px
}

body #layout-content #mail-conversation-overview .panel-heading {
  background-color: white !important
}

body #layout-content #mail-conversation-overview .panel-heading button {
  float: right
}

body #layout-content #mail-conversation-root .panel-heading {
  background-color: white !important
}

body #layout-content #mail-conversation-root .panel-heading#mail-conversation-header .pull-right button {
  float: right
}

body #layout-content #mail-conversation-root .panel-body {
  border-top: 1px solid #f0f0f0
}

body #layout-content .container.codex {
  max-width: 1200px
}

body #layout-content .container.codex .panel {
  margin-top: 20px
}

body #layout-content .container.codex .panel ol {
  list-style: decimal
}

body #layout-content .container.codex .panel ol ol {
  list-style: lower-alpha
}

body #layout-content .container.codex .panel h3 {
  margin-top: 10px;
  text-transform: none;
  font-weight: normal
}

body #layout-content .container.codex .panel h3 i {
  color: #4AB464;
  margin-right: 10px
}

body #layout-content .container.codex .panel h4 {
  font-size: 110%;
  font-weight: bold
}

body #layout-content .container.codex .panel .panel-body {
  padding: 10px 30px;
  border-top: 1px solid #f0f0f0
}

body #layout-content .container.codex .quality-criteria .info-text>ol>li {
  margin-top: 20px
}

body #layout-content .container.codex .quality-criteria .info-text ol li ol {
  margin-top: 5px
}

body #layout-content .container.codex .quality-criteria .info-text ol li ol li {
  margin-bottom: 5px
}

body #layout-content .container.codex .quality-process img {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  width: 100%
}

body #layout-content .container.codex .quality-documents li {
  list-style: none
}

body #layout-content .container.codex .quality-documents li a {
  color: #4AB464;
  text-decoration: underline
}

body #layout-content .container.codex .quality-documents li a i {
  color: #003838;
  text-decoration: none;
  margin-right: 5px
}

@media (max-width:1050px) {
  body #layout-content .global_wiki .layout-nav-container {
    width: 20%
  }

  body #layout-content .global_wiki .wiki_content {
    width: 70%;
    margin-right: 80px;
    margin-left: auto
  }

  body #layout-content .global_wiki .wiki_content h1 {
    font-size: 250%
  }

  body #layout-content .global_wiki .right-nav-container {
    right: 0;
    width: 80px;
    font-size: 0px
  }
}

@media (max-width:768px) {
  .hide-xs {
    display: none !important
  }

  body {
    padding-top: 100px
  }

  body #popup_hint {
    max-width: 90%;
    width: 90%;
    z-index: 5000
  }

  body #layout-content .dashboard-spaces {
    width: 98%;
    float: none;
    margin: 0 auto;
    height: 500px
  }

  body #layout-content .dashboard-spaces #space-menu-dropdown {
    max-width: 100%
  }

  body #layout-content .dashboard-spaces #space-menu-spaces {
    height: 300px
  }

  body #layout-content .dashboard-spaces .dash-heading,
  body #layout-content .dashboard-stream .dash-heading {
    text-align: center
  }

  body #layout-content .clet-home .home-content .flex-container {
    height: auto
  }

  body #layout-content .clet-home .home-content .flex-container .panel {
    height: auto
  }

  body #layout-content .clet-home .home-content .flex-container .panel-body {
    height: auto
  }

  body #layout-content .clet-home .home-content .flex-container .hide-sm {
    margin-bottom: 3vh;
    text-align: center
  }

  body #layout-content .clet-home .home-content .flex-container .hide-sm img {
    height: 8vh
  }

  body #layout-content .clet-home .home-content .anchor {
    height: 1vh
  }

  body #layout-content .clet-home .home-content .anchor .fa {
    display: none
  }

  body #layout-content .global_wiki .layout-nav-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0px;
    height: auto;
    border-bottom: 1px solid #003838;
    border-right: none
  }

  body #layout-content .global_wiki .layout-nav-container #dropdown-list {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 1;
    border: 2px solid #ededed;
    border-radius: 4px;
    padding: 10px;
    list-style: none
  }

  body #layout-content .global_wiki .layout-nav-container #category_list_view {
    height: 100%;
    overflow: scroll
  }

  body #layout-content .global_wiki .layout-nav-container #category_list_view .fa-bars {
    display: none
  }

  body #layout-content .global_wiki .layout-nav-container #category_list_view .page-category-title {
    font-weight: bold
  }

  body #layout-content .global_wiki .layout-nav-container #category_list_view .wiki-category-list-item .wiki-page-list {
    display: none
  }

  body #layout-content .global_wiki .layout-nav-container .panel-heading {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    background-color: white;
    border: none;
    padding: 10px
  }

  body #layout-content .global_wiki .layout-content-container .right-nav-container {
    position: relative;
    right: auto;
    width: 100%;
    min-height: auto;
    border-left: none
  }

  body #layout-content .global_wiki .layout-content-container .right-nav-container .wiki-menu {
    width: 100%;
    margin-bottom: 15px
  }

  body #layout-content .global_wiki .layout-content-container .right-nav-container .wiki-menu .nav-pills {
    margin-top: 0px;
    background-color: transparent;
    border-bottom: 1px solid #ededed
  }

  body #layout-content .global_wiki .layout-content-container .right-nav-container .wiki-menu .nav-pills a {
    color: black;
    font-size: 0px
  }

  body #layout-content .global_wiki .layout-content-container .right-nav-container .wiki-menu .nav-pills a:hover {
    background-color: white
  }

  body #layout-content .global_wiki .layout-content-container .right-nav-container .wiki-menu .nav-pills li {
    float: left
  }

  body #layout-content .global_wiki .wiki_content {
    width: auto;
    margin-right: 0px
  }

  body #topbar-first {
    padding: .3em 0
  }

  body .topbar {
    position: absolute
  }

  body #cln_foerderleiste {
    width: 70%
  }

  body .footer-nav {
    justify-content: center;
    padding-right: 0px
  }

  body .footer-nav .footer-content {
    margin: 0px;
    padding: 15px 10px
  }

  body #layout-content .divider {
    margin-top: 5%;
    margin-bottom: 2%;
    border-width: 1px
  }

  body #layout-content .clet-project {
    width: 96%
  }

  body #layout-content .clet-project .clet-partner,
  body #layout-content .clet-project .clet-value {
    display: block;
    margin-top: 2em
  }

  body #layout-content .clet-project .clet-partner .col,
  body #layout-content .clet-project .clet-value .col {
    width: 100%;
    text-align: justify
  }

  body #layout-content .clet-project .clet-partner .col:first-child,
  body #layout-content .clet-project .clet-value .col:first-child {
    text-align: center;
    width: 100%
  }

  body #layout-content .clet-project .clet-partner .col:first-child img,
  body #layout-content .clet-project .clet-value .col:first-child img {
    width: 40%;
    margin-top: 20px
  }

  body #layout-content .clet-project .clet-partner .col h2,
  body #layout-content .clet-project .clet-value .col h2 {
    text-align: center
  }

  body #layout-content .clet-project .projectcontainer .panel-body {
    padding: 10px
  }

  body #layout-content .clet-project .clet-project-goals,
  body #layout-content .clet-project .clet-project-background,
  body #layout-content .clet-project .clet-project-concept,
  body #layout-content .clet-project .clet-project-cluster {
    text-align: justify
  }

  body #layout-content .clet-home,
  body #layout-content .clet-project,
  body #layout-content .clet-impressum,
  body #layout-content .clet-privacy,
  body #layout-content .news,
  body #layout-content .offer,
  body #layout-content .billboard {
    width: 96%
  }

  body #layout-content .clet-home h1,
  body #layout-content .clet-project h1,
  body #layout-content .clet-impressum h1,
  body #layout-content .clet-privacy h1,
  body #layout-content .news h1,
  body #layout-content .offer h1,
  body #layout-content .billboard h1,
  body #layout-content .wiki_content h1,
  body #layout-content .selfcheck h1,
  body #layout-content .codex h1 {
    font-size: 250%
  }

  body #layout-content .clet-home h2,
  body #layout-content .clet-project h2,
  body #layout-content .clet-impressum h2,
  body #layout-content .clet-privacy h2,
  body #layout-content .news h2,
  body #layout-content .offer h2,
  body #layout-content .billboard h2,
  body #layout-content .wiki_content h2,
  body #layout-content .selfcheck h2,
  body #layout-content .codex h2 {
    font-size: 150%
  }

  body #layout-content .clet-home h3,
  body #layout-content .clet-project h3,
  body #layout-content .clet-impressum h3,
  body #layout-content .clet-privacy h3,
  body #layout-content .news h3,
  body #layout-content .offer h3,
  body #layout-content .billboard h3,
  body #layout-content .wiki_content h3,
  body #layout-content .selfcheck h3,
  body #layout-content .codex h3,
  body #layout-content .clet-home [data-ui-richtext] h3,
  body #layout-content .clet-project [data-ui-richtext] h3,
  body #layout-content .clet-impressum [data-ui-richtext] h3,
  body #layout-content .clet-privacy [data-ui-richtext] h3,
  body #layout-content .news [data-ui-richtext] h3,
  body #layout-content .offer [data-ui-richtext] h3,
  body #layout-content .billboard [data-ui-richtext] h3,
  body #layout-content .wiki_content [data-ui-richtext] h3,
  body #layout-content .selfcheck [data-ui-richtext] h3,
  body #layout-content .codex [data-ui-richtext] h3 {
    font-size: 120%
  }

  #termsboxModal .termsbox-body {
    max-height: 100vh
  }
}

@media (max-width:410px) {
  body #layout-content .clet-home .clet-home-subhead {
    font-size: 80%;
    margin-top: 5vh;
    margin-bottom: 5vh
  }

  body #popup_hint {
    max-width: 100%;
    width: 100%;
    height: 100vh
  }
}

@media (max-width:575px) {
  body #cln_foerderleiste {
    width: 90%
  }

  body #layout-content .clet-home h1,
  body #layout-content .clet-project h1,
  body #layout-content .clet-impressum h1,
  body #layout-content .clet-privacy h1,
  body #layout-content .news h1,
  body #layout-content .offer h1,
  body #layout-content .billboard h1,
  body #layout-content .wiki_content h1,
  body #layout-content .selfcheck h1,
  body #layout-content .codex h1 {
    font-size: 200%
  }

  body #layout-content .clet-home h2,
  body #layout-content .clet-project h2,
  body #layout-content .clet-impressum h2,
  body #layout-content .clet-privacy h2,
  body #layout-content .news h2,
  body #layout-content .offer h2,
  body #layout-content .billboard h2,
  body #layout-content .wiki_content h2,
  body #layout-content .selfcheck h2,
  body #layout-content .codex h2 {
    font-size: 130%
  }

  body #layout-content .clet-home h3,
  body #layout-content .clet-project h3,
  body #layout-content .clet-impressum h3,
  body #layout-content .clet-privacy h3,
  body #layout-content .news h3,
  body #layout-content .offer h3,
  body #layout-content .billboard h3,
  body #layout-content .wiki_content h3,
  body #layout-content .selfcheck h3,
  body #layout-content .codex h3,
  body #layout-content .clet-home [data-ui-richtext] h3,
  body #layout-content .clet-project [data-ui-richtext] h3,
  body #layout-content .clet-impressum [data-ui-richtext] h3,
  body #layout-content .clet-privacy [data-ui-richtext] h3,
  body #layout-content .news [data-ui-richtext] h3,
  body #layout-content .offer [data-ui-richtext] h3,
  body #layout-content .billboard [data-ui-richtext] h3,
  body #layout-content .wiki_content [data-ui-richtext] h3,
  body #layout-content .selfcheck [data-ui-richtext] h3,
  body #layout-content .codex [data-ui-richtext] h3 {
    font-size: 100%;
    margin-top: 1.5em
  }

  body #layout-content .clet-home [data-ui-richtext] h3:first-child,
  body #layout-content .clet-project [data-ui-richtext] h3:first-child,
  body #layout-content .clet-impressum [data-ui-richtext] h3:first-child,
  body #layout-content .clet-privacy [data-ui-richtext] h3:first-child,
  body #layout-content .news [data-ui-richtext] h3:first-child,
  body #layout-content .offer [data-ui-richtext] h3:first-child,
  body #layout-content .billboard [data-ui-richtext] h3:first-child,
  body #layout-content .wiki_content [data-ui-richtext] h3:first-child,
  body #layout-content .selfcheck [data-ui-richtext] h3:first-child,
  body #layout-content .codex [data-ui-richtext] h3:first-child {
    margin-top: 0px
  }

  body #layout-content .clet-home .clet-home-description,
  body #layout-content .clet-project .clet-home-description,
  body #layout-content .clet-impressum .clet-home-description,
  body #layout-content .clet-privacy .clet-home-description,
  body #layout-content .news .clet-home-description,
  body #layout-content .offer .clet-home-description,
  body #layout-content .billboard .clet-home-description,
  body #layout-content .wiki_content .clet-home-description,
  body #layout-content .selfcheck .clet-home-description,
  body #layout-content .codex .clet-home-description {
    width: 96%
  }

  body #layout-content .clet-home .divider {
    width: 90%
  }

  body #layout-content .clet-project .divider {
    width: 100%
  }

  body #layout-content .global_wiki .wiki_content .wiki-content {
    padding: 0px
  }
}

@media (max-width:360px) {
  .notifications .dropdown-menu .dropdown-footer a {
    font-size: 8px !important
  }

  body #layout-content .clet-home .clet-home-subhead {
    font-size: 70%
  }

  body #layout-content .container.codex {
    padding: 0px 5px
  }

  body #layout-content .container.codex .row {
    margin: 0px
  }
}

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

  body #layout-content .project-description .singlenews,
  body #layout-content .clet-home-description,
  body #layout-content .event.panel {
    width: 86%
  }

  body #layout-content .space_form {
    width: 65%;
    margin: 0 auto;
    max-width: 950px
  }

  body #layout-content .space_form .help-block.info {
    margin: 50px 0px
  }
}

@media (min-width:1200px) {
  body .container {
    width: 90%
  }

  body #cln_foerderleiste {
    width: 50%
  }

  body #layout-content .clet-impressum,
  body #layout-content .clet-privacy {
    width: 65%
  }

  body #layout-content .clet-home .divider {
    width: 90%
  }

  body #layout-content .clet-home .home-content .panel-body {
    font-size: 120%
  }

  body #layout-content .clet-project .projectcontainer p,
  body #layout-content .clet-project .projectcontainer li,
  body #layout-content .clet-project .projectcontainer a {
    font-size: 120%
  }

  body #layout-content .singlenews .event.panel {
    width: 70%
  }
}

@media (min-width:1600px) {

  body #layout-content .clet-impressum,
  body #layout-content .clet-privacy {
    width: 55%
  }

  body #layout-content .singlenews .event.panel {
    width: 60%
  }

  body #layout-content .clet-home-description,
  body #layout-content .project-description {
    width: 70%
  }

  body #layout-content .project-description {
    margin: 0 auto
  }

  body #layout-content .clet-home .divider {
    width: 80%
  }

  body #layout-content .clet-home .home-content .panel-body {
    font-size: 130%
  }

  body #layout-content .clet-project .projectcontainer p,
  body #layout-content .clet-project .projectcontainer li,
  body #layout-content .clet-project .projectcontainer a {
    font-size: 130%
  }
}

@media (min-width:2000px) {

  body #layout-content .clet-impressum,
  body #layout-content .clet-privacy {
    width: 45%
  }

  body #layout-content .singlenews .event.panel {
    width: 50%
  }

  body #layout-content .clet-home .home-content .panel-body {
    font-size: 140%
  }
}

@media (max-width:991px) {
  body #cln_foerderleiste {
    margin-bottom: 50px
  }

  body #layout-content .container.codex .panel .panel-body {
    padding: 10px
  }
}

.radio,
.checkbox {
  margin-top: 5px !important;
  margin-bottom: 0
}

div.required>label:after {
  content: " *";
  color: #1E4669
}

div.required.has-error>label:after {
  content: " *";
  color: #FC4A64
}

.radio label,
.checkbox label {
  padding-left: 10px
}

.form-control {
  border: 2px solid #ededed;
  box-shadow: none;
  min-height: 35px
}

.form-control:focus {
  border: 2px solid #1E4669;
  outline: 0;
  box-shadow: none
}

.form-control.form-search {
  border-radius: 30px;
  background-image: url("../img/icon_search16x16.png");
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 34px
}

.form-group-search {
  position: relative
}

.form-group-search .form-button-search {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 30px
}

textarea {
  resize: none;
  height: 1.5em
}

select.form-control:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/select_arrow.png") !important;
  background-repeat: no-repeat;
  background-position: right 13px;
  overflow: hidden
}

label {
  font-weight: normal
}

div.PendingRegistrations thead>tr>th>label,
div.PendingRegistrations tbody>tr>td>label {
  margin-bottom: 0;
  height: 17px
}

label.control-label {
  font-weight: bold
}

::placeholder {
  color: #bac2c7 !important
}

::-webkit-input-placeholder {
  color: #bac2c7 !important
}

::-moz-placeholder {
  color: #bac2c7 !important
}

:-ms-input-placeholder {
  color: #bac2c7 !important
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

input:-moz-placeholder {
  color: #555555 !important
}

.placeholder {
  padding: 10px
}

input.placeholder,
textarea.placeholder {
  padding: 0 0 0 10px;
  color: #999
}

.help-block-error {
  font-size: 12px
}

.hint-block,
.help-block:not(.help-block-error) {
  color: #aeaeae !important;
  font-size: 12px
}

.hint-block:hover,
.help-block:not(.help-block-error):hover {
  color: #7a7a7a !important;
  font-size: 12px
}

.input-group-addon {
  border: none
}

a.input-field-addon {
  font-size: 12px;
  float: right;
  margin-top: -10px
}

a.input-field-addon-sm {
  font-size: 11px;
  float: right;
  margin-top: -10px
}

.timeZoneInputContainer {
  padding-top: 10px
}

.timeZoneInputContainer~.help-block {
  margin: 0px
}

.label {
  text-transform: uppercase
}

.label {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px 4px;
  font-weight: 600;
  font-size: 10px !important;
  color: white !important;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none
}

.label-default {
  background: #ededed;
  color: #7a7a7a !important
}

a.label-default:hover {
  background: #e0e0e0 !important
}

.label-info {
  background-color: #1E4669
}

a.label-info:hover {
  background: #183955 !important
}

.label-danger {
  background-color: #FC4A64
}

a.label-danger:hover {
  background: #fc314f !important
}

.label-success {
  background-color: #97d271
}

a.label-success:hover {
  background: #89cc5e !important
}

.label-warning {
  background-color: #f8b763
}

a.label-warning:hover {
  background: #f7ac4b !important
}

.regular-checkbox:checked+.regular-checkbox-box {
  border: 2px solid #1E4669;
  background: #1E4669;
  color: white
}

.regular-checkbox-box.disabled {
  background: #d7d7d7 !important;
  border: 2px solid #d7d7d7 !important;
  cursor: not-allowed
}

.regular-radio:checked+.regular-radio-button:after {
  background: #1E4669
}

.regular-radio:checked+.regular-radio-button {
  background-color: transparent;
  color: #99a1a7;
  border: 2px solid #d7d7d7;
  margin-right: 5px
}

.regular-radio.disabled {
  background: #d7d7d7 !important;
  border: 2px solid #d7d7d7 !important;
  cursor: not-allowed
}

div.form-group div.checkbox .help-block {
  margin-left: 33px
}

div.form-group div.checkbox .help-block.help-block-error:empty {
  display: none
}

.errorMessage {
  color: #FC4A64;
  padding: 10px 0
}

.error {
  border-color: #FC4A64 !important
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #FC4A64 !important
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FC4A64;
  -webkit-box-shadow: none;
  box-shadow: none
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #97d271
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #97d271;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #f8b763;
  -webkit-box-shadow: none;
  box-shadow: none
}

.bootstrap-timepicker-widget .form-control {
  padding: 0
}

.form-collapsible-fields {
  margin-bottom: 12px;
  border-left: 3px solid #1E4669;
  background-color: #F4F4F4
}

.form-collapsible-fields-label {
  margin-bottom: 0px;
  padding: 12px
}

.form-collapsible-fields fieldset {
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px
}

.form-collapsible-fields.opened fieldset {
  display: block
}

.form-collapsible-fields.opened .iconClose {
  display: inline
}

.form-collapsible-fields.opened .iconOpen {
  display: none
}

.form-collapsible-fields.closed fieldset,
.form-collapsible-fields.closed .iconClose {
  display: none
}

.form-collapsible-fields.closed .iconOpen {
  display: inline
}

.panel {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 3px #dadada;
  -webkit-box-shadow: 0 0 3px #dadada;
  -moz-box-shadow: 0 0 3px #dadada;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px
}

.panel h1 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  color: #000
}

.panel .panel-heading {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: white;
  border: none;
  padding: 10px;
  border-radius: 4px
}

.panel .panel-heading .heading-link {
  color: #6fdbe8 !important;
  font-size: .8em
}

.panel .panel-body {
  padding: 10px;
  font-size: 13px
}

.panel .panel-body p {
  color: #555
}

.panel .panel-body p a {
  color: #1E4669
}

.panel .panel-body .usersearch-statuses,
.panel .panel-body .spacesearch-visibilities {
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:992px) {

  .panel .panel-body .usersearch-statuses,
  .panel .panel-body .spacesearch-visibilities {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }
}

.panel .statistics .entry {
  margin-left: 20px;
  font-size: 12px;
  color: #000
}

.panel .statistics .entry .count {
  color: #1E4669;
  font-weight: 600;
  font-size: 20px;
  line-height: .8em
}

.panel h3.media-heading small {
  font-size: 75%
}

.panel h3.media-heading small a {
  color: #1E4669
}

.panel-danger {
  border: 2px solid #FC4A64
}

.panel-danger .panel-heading {
  color: #FC4A64
}

.panel-success {
  border: 2px solid #97d271
}

.panel-success .panel-heading {
  color: #97d271
}

.panel-warning {
  border: 2px solid #f8b763
}

.panel-warning .panel-heading {
  color: #f8b763
}

.panel.profile {
  position: relative
}

.panel.profile .controls {
  position: absolute;
  top: 10px;
  right: 10px
}

.panel.members .panel-body a img,
.panel.groups .panel-body a img,
.panel.follower .panel-body a img,
.panel.spaces .panel-body a img {
  margin-bottom: 5px
}

.panel-profile .panel-profile-header {
  position: relative;
  border: 3px solid #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-profile .panel-profile-header .img-profile-header-background {
  border-radius: 3px;
  min-height: 110px
}

.panel-profile .panel-profile-header .img-profile-data {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-left: 180px;
  padding-top: 30px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.38)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0)
}

.panel-profile .panel-profile-header .img-profile-data h1 {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 7px;
  color: #fff;
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.panel-profile .panel-profile-header .img-profile-data h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0
}

.panel-profile .panel-profile-header .img-profile-data h1.space {
  font-size: 30px;
  font-weight: 700
}

.panel-profile .panel-profile-header .img-profile-data h2.space {
  font-size: 13px;
  font-weight: 300;
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.panel-profile .panel-profile-header .profile-user-photo-container {
  position: absolute;
  bottom: -50px;
  left: 15px
}

.panel-profile .panel-profile-header .profile-user-photo-container .profile-user-photo {
  border: 3px solid #fff;
  border-radius: 5px
}

.panel-profile .panel-profile-controls {
  padding-left: 160px
}

.panel.pulse,
.panel.fadeIn {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms
}

@media (max-width:767px) {
  .panel-profile-controls {
    padding-left: 0 !important;
    padding-top: 50px
  }

  .panel-profile .panel-profile-header .img-profile-data h1 {
    font-size: 20px !important;
    margin-bottom: 2px
  }
}

.panel-body>.tab-menu {
  margin-left: -10px;
  margin-right: -10px
}

.list-group-item {
  padding: 6px 15px;
  border: none;
  border-width: 0 !important;
  border-left: 3px solid #fff !important;
  font-size: 12px;
  font-weight: 600
}

.list-group-item i {
  font-size: 14px
}

a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #000;
  background-color: #6EAAD7;
  border-left: 3px solid #1E4669
}

@media (max-width:991px) {
  .list-group {
    margin-left: 4px
  }

  .list-group-item {
    display: inline-block !important;
    border-radius: 3px !important;
    margin: 4px 0;
    margin-bottom: 4px !important
  }

  .list-group-item {
    border: none !important
  }

  a.list-group-item:hover,
  a.list-group-item.active,
  a.list-group-item.active:hover,
  a.list-group-item.active:focus {
    border: none !important;
    background: #1E4669 !important;
    color: #fff !important
  }
}

.space-owner {
  text-align: center;
  margin: 14px 0;
  font-size: 13px;
  color: #999
}

.space-member-sign {
  color: #97d271;
  position: absolute;
  top: 42px;
  left: 42px;
  font-size: 16px;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 2px 3px 1px 4px;
  border-radius: 50px;
  border: 2px solid #97d271
}

#space-menu-dropdown i.type {
  font-size: 16px;
  color: #BFBFBF
}

#space-menu-spaces [data-space-chooser-item] {
  cursor: pointer
}

#space-menu-dropdown .input-group-addon {
  border-radius: 0 4px 4px 0
}

#space-menu-dropdown .input-group-addon.focus {
  border-radius: 0 4px 4px 0;
  border: 2px solid #1E4669;
  border-left: 0
}

.input-group #space-menu-search {
  border-right: 0
}

#space-menu-dropdown div:not(.input-group)>.search-reset {
  top: 10px !important;
  right: 15px !important
}

#space-directory-link i {
  margin-right: 0
}

.space-acronym {
  color: #fff;
  text-align: center;
  display: inline-block
}

.current-space-image {
  margin-right: 3px;
  margin-top: 3px
}

@media (max-width:767px) {
  #space-menu>.title {
    display: none
  }

  #space-menu-dropdown {
    width: 300px !important
  }
}

.tab-sub-menu {
  padding-left: 10px
}

.tab-sub-menu li>a:hover,
.tab-sub-menu li>a:focus {
  background-color: #f7f7f7;
  border-bottom-color: #ddd
}

.tab-sub-menu li.active>a {
  background-color: #fff;
  border-bottom-color: transparent
}

#profile-tabs{
  width: 100%;
}

.nav-tabs>li>a,
.nav-tabs>li>a[data-toggle] {
  color: #555
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  color: #000
}

.tab-menu {
  padding-top: 10px;
  background-color: #fff
}

.tab-menu .nav-tabs {
  padding-left: 10px;
  float: none !important
}

.tab-menu .nav-tabs li>a {
  padding-top: 12px;
  color: #555;
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
  max-height: 41px;
  outline: none
}

.tab-menu .nav-tabs li>a:hover,
.tab-menu .nav-tabs li>a:focus {
  padding-top: 10px;
  border-top: 3px solid #ddd
}

.tab-menu .nav-tabs li>a:hover {
  background-color: #f7f7f7
}

.tab-menu .nav-tabs li.active>a,
.tab-menu .nav-tabs li.active>a:hover {
  padding-top: 10px;
  color: #000;
  border-top: 3px solid #003838
}

.tab-menu .nav-tabs li.active>a {
  background-color: #fff;
  border-bottom-color: transparent
}

ul.tab-menu {
  padding-top: 10px;
  background-color: #fff;
  padding-left: 10px
}

ul.tab-menu-settings li>a {
  padding-top: 12px;
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
  max-height: 41px;
  outline: none
}

ul.tab-menu-settings li>a:hover,
ul.tab-menu-settings li>a:focus {
  padding-top: 10px;
  border-top: 3px solid #ddd !important
}

ul.tab-menu-settings li>a:hover {
  background-color: #f7f7f7
}

ul.tab-menu-settings li.active>a,
ul.tab-menu-settings li.active>a:hover,
ul.tab-menu-settings li.active>a:focus {
  padding-top: 10px;
  border-top: 3px solid #003838 !important
}

ul.tab-menu-settings li.active>a {
  background-color: #fff;
  border-bottom-color: transparent !important
}

.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.account .dropdown-menu {
  background-color: #1E4669;
  border: none
}

.nav-pills .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider,
.account .dropdown-menu li.divider {
  background-color: #183955;
  border-bottom: none;
  margin: 9px 1px !important
}

.nav-pills .dropdown-menu li,
.nav-tabs .dropdown-menu li,
.account .dropdown-menu li {
  border-left: 3px solid #1E4669
}

.nav-pills .dropdown-menu li a,
.nav-tabs .dropdown-menu li a,
.account .dropdown-menu li a {
  color: white;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 15px
}

.nav-pills .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i,
.account .dropdown-menu li a i {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  width: 14px
}

.nav-pills .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover,
.account .dropdown-menu li a:hover,
.nav-pills .dropdown-menu li a:visited,
.nav-tabs .dropdown-menu li a:visited,
.account .dropdown-menu li a:visited,
.nav-pills .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover,
.account .dropdown-menu li a:hover,
.nav-pills .dropdown-menu li a:focus,
.nav-tabs .dropdown-menu li a:focus,
.account .dropdown-menu li a:focus {
  background: none
}

.nav-pills .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.account .dropdown-menu li:hover,
.nav-pills .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected,
.account .dropdown-menu li.selected {
  border-left: 3px solid #1E4669;
  color: #fff !important;
  background-color: #183955 !important
}

.nav-pills.preferences .dropdown .dropdown-toggle i {
  color: #1E4669;
  font-size: 15px;
  font-weight: 600
}

.nav-pills.preferences .dropdown.open .dropdown-toggle,
.nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
  background-color: #1E4669
}

.nav-pills.preferences .dropdown.open .dropdown-toggle i,
.nav-pills.preferences .dropdown.open .dropdown-toggle:hover i {
  color: #fff
}

.nav-pills.preferences li.divider:last-of-type {
  display: none
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #1E4669
}

.nav-tabs {
  margin-bottom: 10px;
}


.list-group a [class^="fa-"],
.list-group a [class*=" fa-"] {
  display: inline-block;
  width: 18px
}

.nav-pills.preferences {
  position: absolute;
  right: 10px;
  top: 10px
}

.nav-pills.preferences .dropdown .dropdown-toggle {
  padding: 2px 5px
}

.nav-pills.preferences .dropdown.open .dropdown-toggle,
.nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
  color: white
}

.nav-tabs li {
  font-weight: 600;
  font-size: 12px
}

.tab-content .tab-pane a {
  color: #1E4669
}

.tab-content .tab-pane .form-group {
  margin-bottom: 5px
}

.nav-tabs.tabs-center li {
  float: none;
  display: inline-block
}

.nav-tabs.tabs-small li>a {
  padding: 5px 7px
}

.nav.nav-tabs.tab-menu {
  float: none !important
}

.nav .caret,
.nav .caret:hover,
.nav .caret:active {
  border-top-color: #000;
  border-bottom-color: #000;
  height: 6.928px
}

.nav li.dropdown>a:hover .caret,
.nav li.dropdown>a:active .caret {
  border-top-color: #000;
  border-bottom-color: #000
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  border-color: #ededed;
  color: #000
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
  color: #000
}

.footer-nav {
  filter: opacity(.6);
  font-size: 12px;
  text-align: center
}

@media (max-width:991px) {
  .controls-header {
    text-align: left !important
  }
}

.ProsemirrorEditor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 3px);
  z-index: 9998
}

.ProsemirrorEditor.fullscreen .ProseMirror-menubar-wrapper {
  height: 100%
}

.ProsemirrorEditor.fullscreen .humhub-ui-richtext {
  max-height: none !important
}

.ProsemirrorEditor.fullscreen .ProseMirror {
  position: static;
  overflow: auto;
  height: calc(100% - 26px)
}

.ProsemirrorEditor.fullscreen .ProseMirror-menubar {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important
}

.login-container .ProsemirrorEditor.fullscreen,
.modal-dialog .ProsemirrorEditor.fullscreen {
  width: 100%;
  height: 100%
}

.ProsemirrorEditor .ProseMirror {
  padding-right: 12px
}

.ProsemirrorEditor .ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1
}

.ProsemirrorEditor .ProseMirror-tooltip .ProseMirror-menu {
  width: -webkit-fit-content;
  width: fit-content;
  white-space: pre
}

.ProsemirrorEditor .ProseMirror-menuitem {
  margin-right: 0;
  display: inline-block
}

.ProsemirrorEditor .ProseMirror-menuseparator {
  border-right: 1px solid #ddd;
  margin-right: 3px
}

.ProsemirrorEditor .ProseMirror-menubar-wrapper {
  z-index: 200
}

.ProsemirrorEditor .ProseMirror-menuitem .ProseMirror-menu-group {
  border-right: 1px solid #ddd
}

.ProsemirrorEditor .ProseMirror-menuitem .ProseMirror-menu-group.last {
  border-right: none
}

.ProsemirrorEditor .ProseMirror-menuitem .seperator {
  border-right: 1px solid #ddd;
  margin-right: 2px;
  padding-right: 2px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown,
.ProsemirrorEditor .ProseMirror-menu-dropdown-menu {
  font-size: 90%;
  white-space: nowrap
}

.ProsemirrorEditor .ProseMirror-menu-dropdown {
  cursor: pointer;
  position: relative;
  padding-right: 15px !important
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-wrap {
  padding: 1px 0 1px 0;
  display: inline-block;
  position: relative
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-right {
  right: 0
}

.ProsemirrorEditor .ProseMirror-menu-dropdown:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: .6;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px)
}

.ProsemirrorEditor .ProseMirror-menu-submenu {
  border-top-right-radius: 4px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-menu,
.ProsemirrorEditor .ProseMirror-menu-submenu {
  position: absolute;
  background: white;
  color: #666;
  border: 1px solid #aaa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-menu {
  z-index: 15;
  min-width: 6em;
  margin-top: 2px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-item {
  cursor: pointer
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-item div[title],
.ProsemirrorEditor .ProseMirror-menu-submenu-wrap {
  padding: 4px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-item:hover {
  background: #f2f2f2
}

.ProsemirrorEditor .ProseMirror-menu-submenu-wrap {
  position: relative
}

.ProsemirrorEditor .ProseMirror-menu-submenu-label:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  opacity: .6;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px)
}

.ProsemirrorEditor .ProseMirror-menu-submenu {
  display: none;
  min-width: 4em;
  left: 100%;
  top: 0
}

.ProsemirrorEditor .ProseMirror-menu-active {
  background: #eee;
  border-radius: 4px;
  border: 1px solid #ededed !important
}

.ProsemirrorEditor .ProseMirror-menu-disabled {
  opacity: .3
}

.ProsemirrorEditor .ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu,
.ProsemirrorEditor .ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu {
  display: block
}

.ProsemirrorEditor .ProseMirror-icon {
  display: inline-block;
  line-height: .8;
  vertical-align: -2px;
  padding: 1px 7px;
  cursor: pointer;
  border: 1px solid transparent
}

.ProsemirrorEditor .ProseMirror-menu-disabled.ProseMirror-icon {
  cursor: default
}

.ProsemirrorEditor .ProseMirror-icon svg {
  fill: currentColor;
  height: 1em
}

.ProsemirrorEditor .ProseMirror-icon span {
  vertical-align: text-top
}

.ProsemirrorEditor.plainMenu .ProseMirror {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-width: 1px !important;
  min-height: 100px
}

.ProsemirrorEditor.plainMenu .ProseMirror-menu-group {
  padding: 5px
}

.ProsemirrorEditor.plainMenu .ProseMirror-menuitem .ProseMirror-menu-group {
  padding: 2px
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar~.ProseMirror-focused {
  border-color: #1E4669 !important
}

.ProsemirrorEditor.plainMenu .ProseMirror-textblock-dropdown {
  min-width: 3em
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar-wrapper {
  z-index: 8
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar {
  background-color: #f7f7f7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #ddd;
  position: relative;
  min-height: 1em;
  color: #666;
  padding: 1px 6px 1px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible
}

.ProsemirrorEditor.focusMenu .form-control:focus {
  border-top-left-radius: 0 !important
}

.ProsemirrorEditor.focusMenu .ProseMirror-menubar {
  display: table;
  min-height: 1em;
  color: #666;
  padding: 2px 6px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  margin-top: -25px;
  background: white;
  border: 1px solid #aeaeae;
  border-bottom: 0;
  border-top: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  float: left
}

@-moz-document url-prefix() {
  .ProsemirrorEditor.focusMenu .ProseMirror-menubar {
    margin-top: -26px
  }
}

.ProsemirrorEditor .ProseMirror {
  position: relative;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none
}

.ProsemirrorEditor .ProseMirror ul,
.ProsemirrorEditor .ProseMirror ol {
  cursor: default
}

.ProsemirrorEditor .ProseMirror pre {
  white-space: pre-wrap
}

.ProsemirrorEditor .ProseMirror li {
  position: relative
}

.ProsemirrorEditor .ProseMirror img {
  max-width: 100%
}

.ProsemirrorEditor .ProseMirror-hideselection *::selection {
  background: transparent
}

.ProsemirrorEditor .ProseMirror-hideselection *::-moz-selection {
  background: transparent
}

.ProsemirrorEditor .ProseMirror-selectednode {
  outline: 2px dashed #8cf
}

.ProsemirrorEditor li.ProseMirror-selectednode {
  outline: none
}

.ProsemirrorEditor li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none
}

.ProsemirrorEditor .ProseMirror-textblock-dropdown {
  min-width: 3em
}

.ProsemirrorEditor .ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1
}

.ProsemirrorEditor .ProseMirror-tooltip .ProseMirror-menu {
  width: -webkit-fit-content;
  width: fit-content;
  white-space: pre
}

.ProsemirrorEditor .ProseMirror-gapcursor {
  display: none;
  pointer-events: none;
  position: absolute
}

.ProsemirrorEditor .ProseMirror-gapcursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid black;
  animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite
}

@keyframes ProseMirror-cursor-blink {
  to {
    visibility: hidden
  }
}

.ProsemirrorEditor .ProseMirror-focused .ProseMirror-gapcursor {
  display: block
}

.ProsemirrorEditor .ProseMirror-example-setup-style hr {
  padding: 2px 10px;
  border: none;
  margin: 1em 0
}

.ProsemirrorEditor .ProseMirror-example-setup-style hr:after {
  content: "";
  display: block;
  height: 1px;
  background-color: silver;
  line-height: 2px
}

.ProsemirrorEditor .ProseMirror-example-setup-style img {
  cursor: default
}

.ProsemirrorEditor .ProseMirror p {
  margin-top: 1.2em
}

.ProsemirrorEditor .ProseMirror p:first-child {
  margin: 0
}

.ProsemirrorEditor .ProseMirror>p:first-child+* {
  margin-top: 1.2em
}

.ProsemirrorEditor .ProsemirrorEditor {
  position: relative
}

.ProsemirrorEditor .ProsemirrorEditor .ProseMirror {
  padding-right: 12px !important
}

.ProsemirrorEditor .ProsemirrorEditor img {
  max-width: 100%
}

.ProsemirrorEditor .ProseMirror h1:first-child,
.ProsemirrorEditor .ProseMirror h2:first-child,
.ProsemirrorEditor .ProseMirror h3:first-child,
.ProsemirrorEditor .ProseMirror h4:first-child,
.ProsemirrorEditor .ProseMirror h5:first-child,
.ProsemirrorEditor .ProseMirror h6:first-child {
  margin-top: 10px
}

.ProsemirrorEditor .ProseMirror [data-mention] {
  color: #1E4669
}

.ProsemirrorEditor .ProseMirror {
  outline: none
}

.ProsemirrorEditor .ProseMirror [data-oembed] {
  font-size: 0
}

.ProsemirrorEditor .ProseMirror iframe {
  pointer-events: none;
  display: block
}

.ProsemirrorEditor .ProseMirror p {
  margin-bottom: 1em
}

.ProsemirrorEditor .ProseMirror-textblock-dropdown {
  min-width: 3em
}

.ProsemirrorEditor .ProseMirror .placeholder {
  padding: 0 !important;
  pointer-events: none;
  height: 0
}

.ProsemirrorEditor .ProseMirror:focus .placeholder {
  display: none
}

.ProsemirrorEditor .ProseMirror .tableWrapper {
  overflow-x: auto
}

.ProsemirrorEditor .ProseMirror .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 4px;
  z-index: 20;
  background-color: #adf;
  pointer-events: none
}

.ProsemirrorEditor .ProseMirror.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize
}

.ProsemirrorEditor .ProseMirror .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none
}

.ProsemirrorEditor .ProseMirror-menubar-wrapper {
  position: relative;
  outline: none
}

.ProsemirrorEditor .ProseMirror table {
  margin: 0
}

.ProsemirrorEditor .ProseMirror .tableWrapper {
  margin: 1em 0
}

.ProseMirror-prompt {
  background: white;
  padding: 5px 10px 5px 15px;
  border: 1px solid silver;
  position: fixed;
  border-radius: 3px;
  min-width: 300px;
  z-index: 999999;
  box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2)
}

.ProseMirror-prompt h5 {
  font-weight: bold;
  font-size: 100%;
  margin: 15px 0
}

.ProseMirror-prompt input {
  margin-bottom: 5px
}

.ProseMirror-prompt-close {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #666;
  border: none;
  background: transparent;
  padding: 0
}

.ProseMirror-prompt-close:after {
  content: "✕";
  font-size: 12px
}

.ProseMirror-invalid {
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  min-width: 10em
}

.ProseMirror-prompt-buttons {
  margin: 15px 0;
  text-align: center
}

.atwho-view .cur {
  border-left: 3px solid #59d6e4;
  background-color: #f7f7f7 !important
}

.atwho-user,
.atwho-space,
.atwho-input a {
  color: #59d6e4
}

.atwho-input a:hover {
  color: #59d6e4
}

.atwho-view strong {
  background-color: #f9f0d2
}

.atwho-view .cur strong {
  background-color: #f9f0d2
}

[data-emoji-category] {
  max-height: 200px;
  display: block;
  position: relative;
  overflow: auto
}

[data-emoji-category] .atwho-emoji-entry {
  width: 24px;
  height: 28px;
  overflow: hidden
}

[data-emoji-category] .atwho-emoji-entry.cur {
  background-color: #ededed !important
}

.emoji-nav {
  padding-top: 10px
}

.emoji-nav .emoji-nav-item {
  border-top: 2px solid #fff8e0
}

.emoji-nav .emoji-nav-item.cur {
  border-left: 0;
  border-top: 2px solid #1E4669
}

[data-ui-markdown],
[data-ui-richtext] {
  overflow-x: auto;
  overflow-wrap: break-word
}

[data-ui-markdown] a,
[data-ui-richtext] a {
  color: #1E4669
}

#wallStream [data-ui-markdown],
#wallStream [data-ui-richtext] {
  overflow-wrap: initial;
  word-break: initial;
  hyphens: initial
}

@media screen and (max-width:768px) {
  .ProsemirrorEditor.focusMenu .form-control:focus {
    border-top-right-radius: 0 !important
  }

  .ProsemirrorEditor.focusMenu .ProseMirror-menubar {
    min-height: 1em;
    margin-top: 0
  }

  .ProsemirrorEditor.focusMenu .humhub-ui-richtext {
    margin-top: 0
  }
}

.contentForm_options {
  margin-top: 10px;
  min-height: 29px
}

.contentForm_options .btn_container {
  position: relative
}

.contentForm_options .btn_container .label-public {
  position: absolute;
  right: 40px;
  top: 11px
}

#content-topic-bar {
  margin-top: 5px;
  text-align: right
}

#content-topic-bar .label {
  margin-left: 4px
}

#contentFormError {
  color: #FC4A64;
  padding-left: 0;
  list-style: none
}

.placeholder-empty-stream {
  background-image: url("../img/placeholder-postform-arrow.png");
  background-repeat: no-repeat;
  padding: 37px 0 0 70px;
  margin-left: 90px
}

#streamUpdateBadge {
  text-align: center;
  z-index: 9999;
  margin-bottom: 15px;
  margin-top: 15px
}

#streamUpdateBadge .label {
  border-radius: 10px;
  font-size: .8em !important;
  padding: 5px 10px
}

#wallStream .back_button_holder {
  padding-bottom: 15px
}

.wall-entry {
  position: relative
}

.wall-entry .panel .panel-body {
  padding: 10px
}

.wall-entry .wall-entry-header {
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee
}

.wall-entry .wall-entry-header .img-space {
  top: 25px;
  left: 25px
}

.wall-entry .wall-entry-header .wall-entry-container-link {
  color: #1E4669
}

.wall-entry .wall-entry-header .stream-entry-icon-list {
  position: absolute;
  top: 0;
  right: 25px;
  display: inline-block;
  padding-top: 2px
}

.wall-entry .wall-entry-header .stream-entry-icon-list i {
  padding-right: 5px
}

.wall-entry .wall-entry-header .stream-entry-icon-list .icon-pin {
  color: #FC4A64
}

.wall-entry .wall-entry-header .stream-entry-icon-list .fa-archive {
  color: #f8b763
}

.wall-entry .wall-entry-header .wall-entry-header-image {
  display: table-cell;
  width: 40px;
  padding-right: 10px
}

.wall-entry .wall-entry-header .wall-entry-header-image .fa {
  font-size: 2.39em;
  color: #1E4669;
  margin-top: 5px
}

.wall-entry .wall-entry-header .wall-entry-header-info {
  display: table-cell;
  padding-right: 30px;
  width: 100%
}

.wall-entry .wall-entry-header .wall-entry-header-info .media-heading {
  font-size: 15px;
  padding-top: 1px;
  margin-bottom: 3px
}

.wall-entry .wall-entry-header .wall-entry-header-info i.archived {
  color: #f8b763
}

.wall-entry .wall-entry-header .preferences {
  position: absolute;
  right: 0;
  top: 0
}

.wall-entry .wall-entry-header .media-subheading i.fa-caret-right {
  margin: 0 2px
}

.wall-entry .wall-entry-header .media-subheading .wall-entry-icons {
  display: inline-block
}

.wall-entry .wall-entry-header .media-subheading .wall-entry-icons i {
  margin-right: 2px
}

.wall-entry .wall-entry-header .media-subheading .time,
.wall-entry .wall-entry-header .media-subheading i,
.wall-entry .wall-entry-header .media-subheading span {
  font-size: 11px;
  white-space: nowrap
}

.wall-entry .wall-entry-body {
  padding-left: 50px
}

.wall-entry .wall-entry-body .wall-entry-content {
  margin-bottom: 5px
}

.wall-entry .wall-entry-body .wall-entry-content .post-short-text {
  font-size: 1.6em
}

.wall-entry .wall-entry-body .wall-entry-content .post-short-text .emoji {
  width: 20px
}

.wall-entry .wall-entry-body .wall-entry-topics {
  margin-bottom: 10px
}

.wall-entry .wall-entry-body .wall-entry-topics a {
  margin-right: 4px
}

.wall-entry .wall-entry-body .wall-entry-topics .label {
  padding: 5px;
  background-color: transparent;
  color: #7a7a7a;
  border: 1px solid #bababa;
  border-radius: 4px
}

.wall-entry .wall-entry-body audio,
.wall-entry .wall-entry-body video {
  width: 100%
}

.wall-entry .wall-stream-footer .wall-stream-addons .files {
  margin-bottom: 5px
}

.wall-entry .content a {
  color: #1E4669
}

.wall-entry .content img {
  max-width: 100%
}

.wall-entry .media {
  overflow: visible
}

.wall-entry .well {
  margin-bottom: 0
}

.wall-entry .well .comment .show-all-link {
  font-size: 12px;
  cursor: pointer
}

.wall-entry .media-heading {
  font-size: 14px;
  padding-top: 1px;
  margin-bottom: 3px
}

.wall-entry .media-heading .labels {
  padding-right: 32px
}

.wall-entry .media-heading .viaLink {
  font-size: 13px
}

.wall-entry .media-heading .viaLink i {
  color: #555555;
  padding-left: 4px;
  padding-right: 4px
}

.wall-entry .media-subheading {
  color: #555555;
  font-size: 12px
}

.wall-entry .media-subheading .time {
  font-size: 12px;
  white-space: nowrap
}

.wall-entry [data-ui-richtext] h1 {
  font-size: 1.45em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h2 {
  font-size: 1.3em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h3 {
  font-size: 1.2em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h4 {
  font-size: 1.1em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h5 {
  font-size: 1em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h6 {
  font-size: .85em;
  font-weight: normal
}

@media (max-width:767px) {
  .wall-entry .wall-entry-body {
    padding-left: 0
  }

  #wallStream .back_button_holder {
    padding-bottom: 5px;
    text-align: center
  }
}

.wall-entry-controls a {
  font-size: 11px;
  color: #1E4669 !important;
  margin-top: 10px;
  margin-bottom: 0
}

#wall-stream-filter-nav {
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 2px;
  border-radius: 0 0 4px 4px
}

#wall-stream-filter-nav .wall-stream-filter-root {
  margin: 0;
  border: 0 !important
}

#wall-stream-filter-nav .filter-panel {
  padding: 0 10px
}

#wall-stream-filter-nav .wall-stream-filter-head {
  padding: 5px 5px 10px 5px;
  border-bottom: 1px solid #ddd
}

#wall-stream-filter-nav .wall-stream-filter-body {
  overflow: hidden;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px
}

#wall-stream-filter-nav hr {
  margin: 5px 0 0 0
}

#wall-stream-filter-nav .topic-remove-label {
  float: left
}

#wall-stream-filter-nav .topic-remove-label,
#wall-stream-filter-nav .content-type-remove-label {
  margin-right: 6px
}

#wall-stream-filter-nav .select2 {
  width: 260px !important;
  margin-bottom: 5px;
  margin-top: 2px
}

#wall-stream-filter-nav .select2 .select2-search__field {
  height: 25px !important
}

#wall-stream-filter-nav .select2 .select2-selection__choice {
  height: 23px !important
}

#wall-stream-filter-nav .select2 .select2-selection__choice span,
#wall-stream-filter-nav .select2 .select2-selection__choice i {
  line-height: 19px !important
}

#wall-stream-filter-nav .select2 .select2-selection__choice .img-rounded {
  width: 18px !important;
  height: 18px !important
}

#wall-stream-filter-nav .wall-stream-filter-bar {
  display: inline;
  float: right;
  white-space: normal
}

#wall-stream-filter-nav .wall-stream-filter-bar .label {
  height: 18px;
  padding-top: 4px;
  background-color: #fff
}

#wall-stream-filter-nav .wall-stream-filter-bar .btn,
#wall-stream-filter-nav .wall-stream-filter-bar .label {
  box-shadow: 0 0 2px #7a7a7a;
  -webkit-box-shadow: 0 0 2px #7a7a7a;
  -moz-box-shadow: 0 0 2px #7a7a7a
}

@media (max-width:767px) {
  #wall-stream-filter-nav {
    margin-bottom: 5px
  }

  #wall-stream-filter-nav .wall-stream-filter-root {
    white-space: nowrap
  }

  #wall-stream-filter-nav .wall-stream-filter-body {
    overflow: auto
  }
}

.filter-root {
  margin: 15px
}

.filter-root .row {
  display: table !important
}

.filter-root .filter-panel {
  padding: 0 5px;
  display: table-cell !important;
  float: none
}

.filter-root .filter-panel .filter-block strong {
  margin-bottom: 5px
}

.filter-root .filter-panel .filter-block ul.filter-list {
  list-style: none;
  padding: 0;
  margin: 0 0 5px
}

.filter-root .filter-panel .filter-block ul.filter-list li {
  font-size: 12px;
  padding: 2px
}

.filter-root .filter-panel .filter-block ul.filter-list li a {
  color: #000
}

.filter-root .filter-panel div.filter-block:last-of-type ul.filter-list {
  margin: 0
}

.filter-root .filter-panel+.filter-panel {
  border-left: 2px solid #ededed
}

.stream-entry-loader {
  float: right;
  margin-top: 5px
}

.load-suppressed {
  margin-top: -17px;
  margin-bottom: 15px;
  text-align: center
}

.load-suppressed a {
  display: inline-block;
  background-color: white;
  padding: 5px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd;
  font-size: 11px
}

@media print {
  .wall-entry {
    page-break-inside: avoid
  }

  #wall-stream-filter-nav,
  #contentFormBody {
    display: none
  }
}

.files,
#postFormFiles_list {
  padding-left: 0
}

ul.files {
  list-style: none;
  margin: 0 0 5px;
  padding: 0
}

ul.files li.file-preview-item {
  padding-left: 24px;
  display: none
}

ul.files li.file-preview-item .file-fileInfo {
  padding-right: 20px
}

.contentForm-upload-list {
  padding-left: 0
}

.contentForm-upload-list li:first-child {
  margin-top: 10px
}

.file_upload_remove_link,
.file_upload_remove_link:hover {
  color: #FC4A64;
  cursor: pointer
}

.file-preview-item {
  text-overflow: ellipsis;
  overflow: hidden
}

.post-files {
  margin-top: 10px;
  margin-bottom: 10px
}

.post-files video {
  border-radius: 4px
}

.post-files .jp-audio {
  margin-bottom: 10px
}

.post-files .col-media {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.post-files img {
  vertical-align: top;
  padding: 2px;
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px
}

@media (max-width:650px) {
  .post-files img {
    height: 100px
  }
}

.post-file-list {
  padding: 10px;
  padding-bottom: 1px;
  margin-bottom: 10px !important
}

.post-file-list a,
.post-file-list a:active,
.post-file-list a:focus,
.post-file-list a:hover {
  color: #1E4669
}

#wallStream.mobile .post-files {
  margin-top: 10px;
  display: flex;
  overflow-x: auto
}

#wallStream.mobile .post-files img {
  max-width: 190px;
  height: 100px;
  width: auto
}

.file-preview-content {
  cursor: pointer
}

.image-upload-container {
  position: relative
}

.image-upload-container .image-upload-buttons {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px
}

.image-upload-container input[type="file"] {
  position: absolute;
  opacity: 0
}

.image-upload-container .image-upload-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f8f8f8
}

.mime {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 4px 26px
}

.mime-word {
  background-image: url("../img/mime/word.png")
}

.mime-excel {
  background-image: url("../img/mime/excel.png")
}

.mime-powerpoint {
  background-image: url("../img/mime/powerpoint.png")
}

.mime-pdf {
  background-image: url("../img/mime/pdf.png")
}

.mime-zip {
  background-image: url("../img/mime/zip.png")
}

.mime-image {
  background-image: url("../img/mime/image.png")
}

.mime-file {
  background-image: url("../img/mime/file.png")
}

.mime-photoshop {
  background-image: url("../img/mime/photoshop.png")
}

.mime-illustrator {
  background-image: url("../img/mime/illustrator.png")
}

.mime-video {
  background-image: url("../img/mime/video.png")
}

.mime-audio {
  background-image: url("../img/mime/audio.png")
}

@media (max-width:480px) {
  .jp-current-time {
    margin-left: 0 !important
  }

  .jp-audio {
    width: auto !important;
    margin-left: 0 !important
  }

  .jp-audio .jp-controls {
    padding: 2px 12px 0 !important
  }

  .jp-audio .jp-progress {
    left: 3px !important;
    top: 45px !important;
    width: 200px !important
  }

  .jp-audio .jp-volume-controls {
    position: absolute !important;
    top: 15px !important;
    left: 170px !important
  }

  .jp-audio .jp-time-holder {
    left: 3px !important;
    top: 60px !important;
    width: 200px !important
  }

  .jp-audio .jp-toggles {
    left: 210px !important;
    top: 45px !important;
    width: auto !important
  }

  .jp-playlist ul {
    padding: 0 0 0 0 !important
  }
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
div.jp-type-playlist div.jp-playlist a:hover {
  color: #1E4669 !important
}

.jp-details,
.jp-playlist {
  border-top: 1px solid #1E4669
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  border: 1px solid #1E4669
}

.panel-profile .panel-profile-header .image-upload-container {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.panel-profile .panel-profile-header .image-upload-container #bannerfileupload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.panel-profile .panel-profile-header .img-profile-header-background {
  width: 100%;
  max-height: 192px
}

#layout-content .profile-layout-container .profile-content .layout-content-container .panel .panel-body .nav-tabs{
  width: 100%;
}

@media print {
  .panel-profile {
    display: none
  }
}

@media only screen and (max-width : 768px) {
  body {
    padding-top: 105px
  }

  .modal-open #layout-content>.container {
    overflow-x: unset
  }

  #layout-content .left-navigation .list-group {
    -webkit-overflow-scrolling: auto;
    white-space: nowrap;
    overflow-x: auto
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar {
    -webkit-appearance: none
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar:vertical {
    width: 8px
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar:horizontal {
    height: 8px
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff
  }

  #layout-content .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none
  }

  #layout-content .table-responsive::-webkit-scrollbar:vertical {
    width: 8px
  }

  #layout-content .table-responsive::-webkit-scrollbar:horizontal {
    height: 8px
  }

  #layout-content .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff
  }

  #layout-content .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff
  }

  #layout-content .panel {
    margin-bottom: 5px
  }

  #layout-content .panel .statistics .entry {
    margin-left: 10px
  }

  #layout-content>.container {
    padding-right: 2px !important;
    padding-left: 2px !important;
    overflow-x: hidden
  }

  #layout-content .layout-nav-container .panel-heading {
    display: none
  }

  #layout-content .panel-profile-header #profilefileupload,
  #layout-content .panel-profile-header .profile-user-photo-container,
  #layout-content .panel-profile-header .space-acronym,
  #layout-content .panel-profile-header .profile-user-photo {
    height: 100px !important;
    width: 100px !important
  }

  #layout-content .image-upload-container .image-upload-buttons {
    right: 2px !important
  }

  #layout-content .space-acronym {
    padding: 6px 0 !important
  }

  #layout-content .panel-profile .panel-profile-header .img-profile-header-background {
    min-height: 80px !important
  }

  #layout-content .panel-profile .panel-profile-header .img-profile-data {
    padding-top: 50px !important;
    padding-left: 130px
  }

  .modal-dialog {
    width: calc(100vw - 4px) !important;
    padding: 0 !important;
    margin: 2px !important
  }

  .dropdown-menu>li a,
  .nav-pills .dropdown-menu li a,
  .nav-tabs .dropdown-menu li a,
  .account .dropdown-menu li a,
  .modal .dropdown-menu li a,
  .panel .dropdown-menu li a,
  .nav-tabs .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }

  .dropdown-menu {
    max-width: 320px
  }

  select.form-control:not([multiple]) {
    padding-right: 23px;
    width: auto
  }

  .modal.in {
    padding-right: 0 !important
  }

  .load-suppressed {
    margin-top: -8px;
    margin-bottom: 5px
  }

  .ProsemirrorEditor .ProseMirror-menuitem {
    font-size: 1.2em !important
  }
}

.media-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  border-left: 3px solid white;
  font-size: 12px
}

.media-list li a {
  color: #555
}

.media-list .badge-space-type {
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  color: #b2b2b2;
  padding: 3px 3px 2px 3px
}

.media-list li.new {
  border-left: 3px solid #1E4669;
  background-color: #8eb9df
}

.media-list li:hover,
.media-list li.selected {
  background-color: #f7f7f7;
  border-left: 3px solid #003838
}

.media-list li.placeholder {
  font-size: 14px !important;
  border-bottom: none
}

.media-list li.placeholder:hover {
  background: none !important;
  border-left: 3px solid white
}

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

.media:after {
  content: '';
  clear: both;
  display: block
}

.media .time {
  font-size: 11px;
  color: #555555
}

.media .img-space {
  position: absolute;
  top: 35px;
  left: 35px
}

.media .media-body {
  overflow: hidden !important;
  font-size: 13px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

.media .media-body h4.media-heading {
  font-size: 14px;
  font-weight: 500;
  color: #000
}

.media .media-body h4.media-heading a {
  color: #000
}

.media .media-body h4.media-heading small,
.media .media-body h4.media-heading small a {
  font-size: 11px;
  color: #555555
}

.media .media-body h4.media-heading .content {
  margin-right: 35px
}

.media .media-body .content a {
  word-break: break-all
}

.media .media-body strong {
  color: #000
}

.media .media-body h5 {
  color: #aeaeae;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 15px
}

.media .media-body .module-controls {
  font-size: 85%
}

.media .media-body .module-controls a {
  color: #1E4669
}

.media .content a {
  color: #1E4669
}

.media .content .files a {
  color: #000
}

.content span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

#blueimp-gallery .slide img {
  max-height: 80%
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
  height: auto
}

img {
  image-orientation: from-image
}

.btn {
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background-image: none;
  text-shadow: none;
  border-radius: 3px;
  outline: none !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px
}

.input.btn {
  outline: none
}

.btn-lg {
  padding: 16px 28px
}

.btn-sm {
  padding: 4px 8px;
  font-size: 12px
}

.btn-sm i {
  font-size: 14px
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px
}

.btn-default {
  background: #f3f3f3;
  color: #7a7a7a !important
}

.btn-default:hover,
.btn-default:focus {
  background: #eee;
  text-decoration: none;
  color: #7a7a7a
}

.btn-default:active,
.btn-default.active {
  outline: 0;
  background: #e6e6e6
}

.btn-default[disabled],
.btn-default.disabled {
  background: #f8f8f8
}

.btn-default[disabled]:hover,
.btn-default.disabled:hover,
.btn-default[disabled]:focus,
.btn-default.disabled:focus {
  background: #f8f8f8
}

.btn-default[disabled]:active,
.btn-default.disabled:active,
.btn-default[disabled].active,
.btn-default.disabled.active {
  background: #f8f8f8
}

.btn-primary {
  background: #1E4669;
  color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus {
  background: #183955;
  text-decoration: none
}

.btn-primary:active,
.btn-primary.active {
  outline: 0;
  background: #183955 !important
}

.btn-primary[disabled],
.btn-primary.disabled {
  background: #24537d
}

.btn-primary[disabled]:hover,
.btn-primary.disabled:hover,
.btn-primary[disabled]:focus,
.btn-primary.disabled:focus {
  background: #24537d
}

.btn-primary[disabled]:active,
.btn-primary.disabled:active,
.btn-primary[disabled].active,
.btn-primary.disabled.active {
  background: #24537d !important
}

.btn-info {
  background: #1E4669;
  color: #fff !important
}

.btn-info:hover,
.btn-info:focus {
  background: #183955 !important;
  text-decoration: none
}

.btn-info:active,
.btn-info.active {
  outline: 0;
  background: #183955
}

.btn-info[disabled],
.btn-info.disabled {
  background: #24537d
}

.btn-info[disabled]:hover,
.btn-info.disabled:hover,
.btn-info[disabled]:focus,
.btn-info.disabled:focus {
  background: #24537d
}

.btn-info[disabled]:active,
.btn-info.disabled:active,
.btn-info[disabled].active,
.btn-info.disabled.active {
  background: #24537d !important
}

.btn-danger {
  background: #FC4A64;
  color: #fff !important
}

.btn-danger:hover,
.btn-danger:focus {
  background: #fc314f;
  text-decoration: none
}

.btn-danger:active,
.btn-danger.active {
  outline: 0;
  background: #fc314f !important
}

.btn-danger[disabled],
.btn-danger.disabled {
  background: #fc6379
}

.btn-danger[disabled]:hover,
.btn-danger.disabled:hover,
.btn-danger[disabled]:focus,
.btn-danger.disabled:focus {
  background: #fc6379
}

.btn-danger[disabled]:active,
.btn-danger.disabled:active,
.btn-danger[disabled].active,
.btn-danger.disabled.active {
  background: #fc6379 !important
}

.btn-success {
  background: #97d271;
  color: #fff !important
}

.btn-success:hover,
.btn-success:focus {
  background: #89cc5e;
  text-decoration: none
}

.btn-success:active,
.btn-success.active {
  outline: 0;
  background: #89cc5e !important
}

.btn-success[disabled],
.btn-success.disabled {
  background: #a5d884
}

.btn-success[disabled]:hover,
.btn-success.disabled:hover,
.btn-success[disabled]:focus,
.btn-success.disabled:focus {
  background: #a5d884
}

.btn-success[disabled]:active,
.btn-success.disabled:active,
.btn-success[disabled].active,
.btn-success.disabled.active {
  background: #a5d884 !important
}

.btn-warning {
  background: #f8b763;
  color: #fff !important
}

.btn-warning:hover,
.btn-warning:focus {
  background: #f8b259;
  text-decoration: none
}

.btn-warning:active,
.btn-warning.active {
  outline: 0;
  background: #f8b259 !important
}

.btn-warning[disabled],
.btn-warning.disabled {
  background: #f9c27b
}

.btn-warning[disabled]:hover,
.btn-warning.disabled:hover,
.btn-warning[disabled]:focus,
.btn-warning.disabled:focus {
  background: #f9c27b
}

.btn-warning[disabled]:active,
.btn-warning.disabled:active,
.btn-warning[disabled].active,
.btn-warning.disabled.active {
  background: #f9c27b !important
}

.btn-link {
  color: #1E4669 !important
}

.btn-link:hover,
.btn-link:focus {
  color: #1c4161;
  text-decoration: none
}

.btn-link:active,
.btn-link.active {
  outline: 0;
  color: #1c4161 !important
}

.btn-link[disabled],
.btn-link.disabled {
  color: #24537d
}

.btn-link[disabled]:hover,
.btn-link.disabled:hover,
.btn-link[disabled]:focus,
.btn-link.disabled:focus {
  color: #24537d
}

.btn-link[disabled]:active,
.btn-link.disabled:active,
.btn-link[disabled].active,
.btn-link.disabled.active {
  color: #24537d !important
}

.dropdown-menu li a i {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  width: 14px
}

.dropdown-menu li a:hover,
.dropdown-menu li a:visited,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: none;
  cursor: pointer
}

.dropdown-menu li:hover,
.dropdown-menu li.selected {
  color: #000
}

.dropdown-menu li:first-child {
  margin-top: 3px
}

.dropdown-menu li:last-child {
  margin-bottom: 3px
}

.modal .dropdown-menu,
.panel .dropdown-menu,
.nav-tabs .dropdown-menu {
  border: 1px solid #d7d7d7
}

.modal .dropdown-menu li.divider,
.panel .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider {
  background-color: #f7f7f7;
  border-bottom: none;
  margin: 9px 1px !important
}

.modal .dropdown-menu li,
.panel .dropdown-menu li,
.nav-tabs .dropdown-menu li {
  border-left: 3px solid white
}

.modal .dropdown-menu li a,
.panel .dropdown-menu li a,
.nav-tabs .dropdown-menu li a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 15px
}

.modal .dropdown-menu li a i,
.panel .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i {
  margin-right: 5px
}

.modal .dropdown-menu li a:hover,
.panel .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover {
  background: none
}

.modal .dropdown-menu li:hover,
.panel .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.modal .dropdown-menu li.selected,
.panel .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected {
  border-left: 3px solid #1E4669;
  background-color: #f7f7f7 !important
}

ul.contextMenu {
  border: 1px solid #d7d7d7;
  margin-top: -360px;
  margin-left: -360px;
}

ul.contextMenu li.divider {
  background-color: #f7f7f7;
  border-bottom: none;
  margin: 9px 1px !important
}

ul.contextMenu li {
  border-left: 3px solid white
}

ul.contextMenu li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 15px
}

ul.contextMenu li a i {
  margin-right: 5px
}

ul.contextMenu li a:hover {
  background: none
}

ul.contextMenu li:hover,
ul.contextMenu li.selected {
  border-left: 3px solid #1E4669;
  background-color: #f7f7f7 !important
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5)
}

.modal-dialog.fadeIn,
.modal-dialog.pulse {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden
}

@media screen and (max-width:768px) {
  .modal-dialog {
    width: calc(100vw - 4px) !important
  }
}

.modal-top {
  z-index: 999999 !important
}

.modal {
  overflow-y: visible
}

.modal.in {
  padding-right: 0 !important
}

.modal-dialog-extra-small {
  width: 400px
}

.modal-dialog-small {
  width: 500px
}

.modal-dialog-normal {
  width: 600px
}

.modal-dialog-medium {
  width: 768px
}

.modal-dialog-large {
  width: 900px
}

@media screen and (max-width:991px) {
  .modal-dialog-large {
    width: auto !important;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.modal {
  border: none
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
  margin-top: 20px;
  color: #000;
  font-weight: 300
}

.modal h4.media-heading {
  margin-top: 0
}

.modal-title {
  font-size: 20px;
  font-weight: 200;
  color: #000
}

.modal-dialog,
.modal-content {
  min-width: 150px
}

.modal-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none
}

.modal-content .modal-header {
  padding: 20px 20px 0;
  border-bottom: none;
  text-align: center
}

.modal-content .modal-header .close {
  margin-top: 2px;
  margin-right: 5px
}

.modal-content .modal-body {
  padding: 20px;
  font-size: 13px
}

.modal-content .modal-footer {
  margin-top: 0;
  text-align: left;
  padding: 10px 20px 30px;
  border-top: none;
  text-align: center
}

.modal-content .modal-footer hr {
  margin-top: 0
}

.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 120px;
  max-width: 265px;
  z-index: 11110 !important;
  padding: 5px 0
}

.atwho-view strong,
.atwho-view b {
  font-weight: normal
}

.atwho-view ul li.hint {
  background: #fff !important;
  border-left: 3px solid transparent !important;
  font-size: 12px;
  color: #999
}

.atwho-view .cur small {
  color: red
}

.atwho-view strong {
  background-color: #f9f0d2
}

.atwho-view .cur strong {
  background-color: #f9f0d2
}

.atwho-view ul {
  list-style: none;
  padding: 0;
  margin: auto
}

.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-left: 3px solid transparent;
  padding: 4px 15px 4px 8px;
  cursor: pointer
}

.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal
}

.atwho-input.form-control {
  min-height: 36px;
  height: auto;
  padding-right: 95px;
  word-wrap: break-word
}

.atwho-input p {
  padding: 0;
  margin: 0
}

.atwho-placeholder {
  color: #bebebe !important
}

.atwho-emoji-entry {
  float: left;
  padding: 4px !important;
  margin: 0px !important;
  border: none !important
}

.atwho-emoji-entry:hover,
.atwho-emoji-entry:active,
.atwho-emoji-entry:focus {
  padding: 4px !important;
  margin: 0px !important;
  border: none !important;
  background-color: #f7f7f7 !important;
  border-radius: 3px
}

.atwho-view .cur {
  border-left: 3px solid #1E4669;
  background-color: #f7f7f7 !important
}

.atwho-user,
.atwho-space,
.atwho-input a {
  color: #1E4669
}

.atwho-input a:hover {
  color: #1E4669
}

.atwho-view strong {
  background-color: #f9f0d2
}

.atwho-view .cur strong {
  background-color: #f9f0d2
}

.atwho-view span {
  padding: 5px
}

.well-small {
  padding: 10px;
  border-radius: 3px
}

.well {
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
  margin-bottom: 1px
}

.well hr {
  margin: 10px 0;
  border-top: 1px solid #d9d9d9
}

.well table>thead {
  font-size: 11px
}

.comment-container {
  margin-top: 10px
}

.comment-container .wall-entry-controls {
  margin-left: 35px
}

@media (max-width:767px) {
  .comment .post-files img {
    height: 100px
  }
}

.comment .media {
  position: relative !important;
  margin-top: 0
}

.comment .media .nav-pills.preferences {
  display: none;
  right: -3px
}

.comment .media-body {
  overflow: visible
}

.comment .jp-progress {
  background-color: #dbdcdd !important
}

.comment .jp-play-bar {
  background: #cacaca
}

.comment .post-file-list {
  background-color: #ededed
}

.comment.guest-mode .media:last-child .wall-entry-controls {
  margin-bottom: 0;
  margin-left: 35px
}

.comment.guest-mode .media:last-child hr {
  display: none
}

.comment_create,
.content_edit {
  position: relative
}

.comment_create .comment-buttons,
.content_edit .comment-buttons {
  position: absolute;
  bottom: 2px;
  right: 5px;
  z-index: 300
}

.comment_create .comment-buttons button,
.content_edit .comment-buttons button {
  background-color: #1E4669 !important;
  color: #fff !important
}

.comment_create .has-error+.comment-buttons,
.content_edit .has-error+.comment-buttons {
  bottom: 19px !important
}

.comment_create .btn-comment-submit,
.content_edit .btn-comment-submit {
  margin-top: 3px
}

.comment_create .fileinput-button,
.content_edit .fileinput-button {
  float: left;
  padding: 6px 10px;
  background: transparent !important
}

.comment_create .fileinput-button i,
.content_edit .fileinput-button i {
  color: #aeaeae
}

.comment_create .fileinput-button i:hover,
.content_edit .fileinput-button i:hover {
  color: #1E4669
}

.comment_create .fileinput-button:hover i,
.content_edit .fileinput-button:hover i {
  color: #1E4669
}

.comment_create .fileinput-button:active,
.content_edit .fileinput-button:active {
  box-shadow: none !important
}

.post-richtext-input-group {
  position: relative
}

.post-richtext-input-group .comment-buttons {
  bottom: 7px !important
}

.comment-container .content_edit {
  margin-left: 35px
}

.comment-container .media {
  overflow: visible
}

.comment-container [data-ui-richtext] pre,
.comment-container [data-ui-richtext] pre code.hljs {
  background-color: #eaeaea
}

.comment_edit_content {
  margin-left: 35px;
  margin-top: 0
}

.comment-message {
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

.comment-create-input-group {
  position: relative
}

.comment-create-input-group .ProsemirrorEditor .ProseMirror {
  padding-right: 72px
}

.comment-create-input-group .form-group,
.comment-create-input-group .help-block {
  margin: 0
}

.comment-create-input-group.scrollActive .comment-buttons {
  right: 22px
}

.comment .media .media-body h4.media-heading a {
  font-size: 13px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 500
}

div.comment>div.media:first-of-type hr.comment-separator {
  display: none
}

div.comment>div.media:first-of-type .nav-pills.preferences {
  display: none;
  top: -3px
}

hr.comments-start-separator {
  margin-top: 10px
}

div.nested-comments-root {
  margin-left: 28px
}

div.nested-comments-root .ProseMirror-menubar-wrapper {
  z-index: 210
}

div.nested-comments-root hr.comment-separator {
  display: inherit !important
}

div.nested-comments-root hr.comments-start-separator {
  display: none
}

div.nested-comments-root a.show-all-link {
  margin-top: 10px
}

div.nested-comments-root div.comment .media {
  position: relative !important;
  margin-top: 0
}

div.nested-comments-root div.comment .media .nav-pills.preferences {
  display: none;
  top: 8px;
  right: 0
}

div.nested-comments-root div.comment-container {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0
}
