html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  height: auto !important;
}

body {
  margin-bottom: 60px;
  background: none;
}

html {
  min-height: 100%;
  position: relative;
  background: #d7e2eb;
  background: -webkit-linear-gradient(96deg, #d7e2eb 0%, #eeeeee 100%);
  background: linear-gradient(354deg, #d7e2eb 0%, #eeeeee 100%);
}

a:hover {
  cursor: pointer;
}

.page-body {
  padding-top: 40px;
}

.panel-body h3 {
  margin: 10px 0 15px 0;
}

.jumbotron {
  box-shadow: inset 0px -5px 15px -5px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none;
}

.nav-pills {
  margin-top: -12px;
}
.nav-pills li {
  margin-top: 12px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.modal-wrapper {
  position: fixed;
  top: 100px;
  left: 0;
  padding: 40px 0 100px 0;
  height: calc(100vh - 100px);
  width: 100vw;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes drive-in {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes drive-in {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal-inner {
  margin: auto;
  width: 80vw;
  max-width: 640px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-animation-name: drive-in;
          animation-name: drive-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.draggable {
  cursor: move;
  -webkit-animation: none;
          animation: none;
}

.draggable * {
  -webkit-animation: none;
          animation: none;
}

.draggable.dragging {
  opacity: 0.5;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                supported by Chrome, Edge, Opera and Firefox */
}

.green-dot {
  background: #00ab30;
  background: -webkit-linear-gradient(96deg, #00ab30 0%, #79ff00 100%);
  background: linear-gradient(354deg, #00ab30 0%, #79ff00 100%);
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-bottom: -2px;
  margin-right: 4px;
}

.red-dot {
  background: #ff7e38;
  background: -webkit-linear-gradient(292deg, #ff7e38 0%, red 100%);
  background: linear-gradient(158deg, #ff7e38 0%, red 100%);
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-bottom: -2px;
  margin-right: 4px;
}

.yellow-dot {
  background: yellow;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-bottom: -2px;
  margin-right: 4px;
}

.image-preview {
  width: 50%;
  padding: 8px;
  border: dashed 1px #cdcdcd;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #f1f1f1;
}

.image-preview img {
  width: 100%;
}

.image-preview-input {
  width: 47%;
  overflow: hidden;
}

.error {
  color: red;
  margin-bottom: 12px;
  font-size: medium;
}
.error > span:first-child {
  display: block;
  margin-right: 6px;
  font-size: 20px;
  float: left;
}
.error > span:nth-child(2) {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

/*
 * Skin: MeinJena
 * ----------
 */
.login-container {
  width: 480px;
}

.skin-meinjena {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.skin-meinjena .sweet-alert {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.skin-meinjena .sweet-alert p {
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 400;
}
.skin-meinjena .sweet-alert button {
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 32px;
  margin: 32px 8px 8px 8px;
  cursor: pointer;
  min-width: 140px;
}
.skin-meinjena .sweet-alert h2 {
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.skin-meinjena .table > tbody > tr.active > td, .skin-meinjena .table > tbody > tr.active > th, .skin-meinjena .table > tbody > tr > td.active, .skin-meinjena .table > tbody > tr > th.active, .skin-meinjena .table > tfoot > tr.active > td, .skin-meinjena .table > tfoot > tr.active > th, .skin-meinjena .table > tfoot > tr > td.active, .skin-meinjena .table > tfoot > tr > th.active, .skin-meinjena .table > thead > tr.active > td, .skin-meinjena .table > thead > tr.active > th, .skin-meinjena .table > thead > tr > td.active, .skin-meinjena .table > thead > tr > th.active {
  background-color: #ffd70059;
}
.skin-meinjena .table > tbody > tr > td, .skin-meinjena .table > tbody > tr > th, .skin-meinjena .table > tfoot > tr > td, .skin-meinjena .table > tfoot > tr > th, .skin-meinjena .table > thead > tr > td, .skin-meinjena .table > thead > tr > th {
  line-height: 32px;
}
.skin-meinjena .main-header {
  font-size: 19px;
}
.skin-meinjena .main-header .navbar {
  background: #0478c8;
  background: -webkit-linear-gradient(292deg, #0478c8 33%, #133471 100%);
  background: linear-gradient(158deg, #0478c8 33%, #133471 100%);
}
.skin-meinjena .main-header .navbar .dropdown-menu {
  background-color: #007AC9;
  font-size: 19px;
}
.skin-meinjena .main-header .navbar .dropdown-menu > li > a {
  color: white;
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.84, 0.48, 0.92);
          transition: all 0.7s cubic-bezier(0.32, 0.84, 0.48, 0.92);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 50px 0px 50px -50px rgba(0, 0, 0, 0);
}
.skin-meinjena .main-header .navbar .nav > li {
  background-color: rgba(0, 0, 0, 0);
}
.skin-meinjena .main-header .navbar .nav > li > a {
  color: white;
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.84, 0.48, 0.92);
          transition: all 0.7s cubic-bezier(0.32, 0.84, 0.48, 0.92);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 50px 0px 50px -50px rgba(0, 0, 0, 0);
}
.skin-meinjena .main-header .navbar .nav > li.open > a, .skin-meinjena .main-header .navbar .nav > li.open > a:hover, .skin-meinjena .main-header .navbar .nav > li.open > a:active, .skin-meinjena .main-header .navbar .nav > li.active > a,
.skin-meinjena .main-header .navbar .nav > li > a:hover,
.skin-meinjena .main-header .navbar .nav > li > a:active,
.skin-meinjena .main-header .navbar .nav > li > a:focus {
  color: white;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.skin-meinjena .main-header .navbar .navbar-toggle {
  padding: 18px 18px;
  border-radius: 0;
}
.skin-meinjena .main-header .navbar .navbar-toggle:hover, .skin-meinjena .main-header .navbar .navbar-toggle:active, .skin-meinjena .main-header .navbar .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  box-shadow: inset 50px 0px 50px -50px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.skin-meinjena .main-header .navbar .navbar-toggle .icon-bar {
  background-color: white;
}
.skin-meinjena .main-header li {
  background-color: #007AC9;
}
.skin-meinjena .main-header .logo {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100vw;
  color: white;
  margin-right: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.skin-meinjena .content-header {
  background: transparent;
}
.skin-meinjena .stadtwerkeOrange {
  color: #FF925E;
}
.skin-meinjena .stadtwerkeYellow {
  color: #FDE44C;
}
.skin-meinjena .navbar-image {
  height: 50px;
  background-color: white;
}
.skin-meinjena .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.skin-meinjena .switch input {
  display: none;
}
.skin-meinjena .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.skin-meinjena .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.skin-meinjena input:checked + .slider {
  background-color: #2196F3;
}
.skin-meinjena input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.skin-meinjena input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.skin-meinjena .slider.round {
  border-radius: 34px;
}
.skin-meinjena .slider.round:before {
  border-radius: 50%;
}

.color-red {
  color: red;
}

.sub-header {
  font-size: 13px;
}

.col-vertical-centered {
  float: none;
  margin: 0 auto;
  vertical-align: middle;
}

#htmlWysiwygEditor {
  border: 1px solid #999999;
  width: 98%;
  margin: 5px 0;
  padding: 1%;
}

.textareaNotResizeable {
  resize: none;
}

.customFullWidthRow {
  display: table;
  width: 100%;
}

.formCheckbox {
  zoom: 1.5;
}

.alignleft {
  float: left;
  width: 33.33333%;
  text-align: left;
}

.aligncenter {
  float: left;
  width: 33.33333%;
  text-align: center;
}

.alignright {
  float: left;
  width: 33.33333%;
  text-align: right;
}

.float-right {
  float: right;
}

.wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #F2F2F2;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #007AC9;
  color: white;
}

.form-group.required .control-label:after {
  content: "*";
  color: #FF6319;
}

.contentcontainer {
  height: 100%;
  min-height: 100%;
  display: table;
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: -160px;
  width: 100%;
}

#htmlContent {
  z-index: 1;
  position: relative;
  margin-top: 100px;
}
#htmlContent.content-hidden {
  display: none;
}

#header {
  text-align: center;
  height: 50px;
  z-index: 2;
  position: fixed;
  /*overflow: auto;*/
}

#footer {
  height: 60px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer.main-footer {
  padding: 18px !important;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  z-index: 999;
}

.progress-bar {
  -webkit-transition: none;
  transition: none;
}

.dataTables_wrapper .dataTables_filter {
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTable .header {
  cursor: pointer;
}
.dataTables_wrapper .dataTable .header:after {
  border-color: #000 transparent;
  border-style: solid;
  border-width: 0 4px 4px;
  content: "";
  float: right;
  margin-top: 7px;
  visibility: hidden;
}
.dataTables_wrapper .dataTable .header.headerSortDown, .dataTables_wrapper .dataTable .header.headerSortUp {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.dataTables_wrapper .dataTable .header.headerSortDown:hover, .dataTables_wrapper .dataTable .header.headerSortUp:hover {
  opacity: 1;
  visibility: visible;
}
.dataTables_wrapper .dataTable .header.headerSortDown:hover:after, .dataTables_wrapper .dataTable .header.headerSortUp:hover:after {
  opacity: 1;
  visibility: visible;
}
.dataTables_wrapper .dataTable .header.headerSortUp:after {
  border-color: #000 transparent -moz-use-text-color;
  border-style: solid solid none;
  border-width: 4px 4px medium;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.dataTables_wrapper .dataTable .header:hover:after {
  visibility: visible;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

code {
  display: block;
  white-space: pre-wrap;
  color: #002C77;
  background-color: #FFF7F3;
}

#logoutBtn {
  padding: 15px 20px;
}

.loading-indicator-wrapper {
  /*height: 100%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;*/
  height: 50px;
  width: 0px;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 998;
  top: 14px;
  left: 50vw;
  -webkit-transform: translateX(-66px);
          transform: translateX(-66px);
}
.loading-indicator-wrapper.loader-hidden .loader {
  -webkit-animation: none;
          animation: none;
}
.loading-indicator-wrapper.loader-hidden .loader:after, .loading-indicator-wrapper.loader-hidden .loader:before {
  -webkit-animation: none;
          animation: none;
}
.loading-indicator-wrapper .loader {
  background: #FCD900;
  color: #FCD900;
  text-indent: -9999em;
  margin: 0;
  position: relative;
  font-size: 6px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 1s -0.16s infinite ease-in-out;
  animation: load1 1s -0.16s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loading-indicator-wrapper .loader:after, .loading-indicator-wrapper .loader:before {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 0;
  content: "";
}
.loading-indicator-wrapper .loader:before {
  background: #007AC9;
  color: #007AC9;
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-indicator-wrapper .loader:after {
  background: #FF6319;
  color: #FF6319;
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
#htmlContent .nav-tabs-custom {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
}
#htmlContent .nav {
  margin-bottom: 20px;
}
#htmlContent .nav li > a {
  border-radius: 4px;
  border: 0px solid transparent;
  color: #fff;
  background-color: #a5b2b9;
  margin-right: 10px;
  font-size: 14px;
  line-height: 17px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
#htmlContent .nav li.active > a,
#htmlContent .nav li.active > a:focus,
#htmlContent .nav li.active > a:hover,
#htmlContent .nav li > a:hover,
#htmlContent .nav li > a:active,
#htmlContent .nav li > a:focus {
  color: #fff;
  background-color: #337ab7;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in;
          transition: box-shadow 0.3s ease-in;
}
#htmlContent #legalTextView {
  border-top: none;
  /*button.btn-primary {
      margin: 5px 20px 10px 20px;
  }*/
}
#htmlContent #legalTextView iframe {
  width: 100% !important;
}

#apartmentTable {
  table-layout: fixed;
  overflow-wrap: break-word;
}

#apartmentForm #languageSelect,
#apartmentForm .dropdown-toggle[data-id=languageSelect] {
  margin-top: 5px;
}
#apartmentForm label {
  font-weight: 600;
  font-size: 105%;
}
#apartmentForm .buttons button {
  margin-right: 15px;
}
#apartmentForm input#teaserImageInput,
#apartmentForm input#galleryImageInput {
  display: none;
}
#apartmentForm #teaserImagePreview h4.title,
#apartmentForm #galleryImagePreview h4.title {
  white-space: nowrap;
  width: 75%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
#apartmentForm #teaserImagePreview div.preview-image,
#apartmentForm #galleryImagePreview div.preview-image {
  width: 25%;
  height: 84px;
  float: right;
  margin-top: -10px;
  margin-right: -15px;
  border-radius: 0px 4px 4px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#supplierForm label {
  font-weight: 600;
  font-size: 105%;
}
#supplierForm .buttons button {
  margin-right: 15px;
}
#supplierForm input#teaserImageInput {
  display: none;
}
#supplierForm #teaserImagePreview h4.title {
  white-space: nowrap;
  width: 75%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
#supplierForm #teaserImagePreview div.preview-image {
  width: 25%;
  height: 84px;
  float: right;
  margin-top: -10px;
  margin-right: -15px;
  border-radius: 0px 4px 4px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fa-caret-up {
  color: black;
}

.faq-icon {
  height: 25px;
  vertical-align: sub;
}

.drop-zone-category {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid black;
  padding: 40px 0;
}

.drop-zone-faq {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid black;
  padding: 20px 0;
}

.faq-hr {
  margin: 8px -11px;
}

.fa-custom-size {
  font-size: 18px;
}

.faq-btn-transparent {
  background-color: transparent;
}

.faq-content {
  margin: 20px 10px;
}
.faq-content > .mark-box {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.faq-content > .box {
  border-top-color: #007AC9;
}
.faq-content > .box > .box-header {
  cursor: move;
  background-color: #afb3b6;
}
.faq-content > .box > .box-header:hover {
  opacity: 0.9;
}
.faq-content > .box > .box-body {
  background-color: #ececec;
}
.faq-content .btn-add-faq {
  background-color: #007AC9;
  border-color: #80BCE4;
  color: white;
}

.faq-display {
  margin-top: 10px;
  cursor: move;
}
.faq-display:hover {
  opacity: 0.9;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.btn-move-category {
  display: inline-block;
  margin-right: 5px;
  user-drag: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.container-move-faq {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-move-faq {
  cursor: move;
  display: inline-block;
  margin-right: 5px;
}

.margin-top-sm {
  margin-top: 0.5em;
}

.margin-top-md {
  margin-top: 1em;
}

.margin-bot-sm {
  margin-bottom: 0.5em;
}

.margin-bot-md {
  margin-bottom: 1em;
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 4px;
}
.dot.green {
  background-color: #007B31;
}
.dot.yellow {
  background-color: #FCD900;
}
.dot.red {
  background-color: #d21010;
}

.faq-header {
  font-weight: bold;
}

.faq-question {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.box-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 85%;
}

#editor-container {
  height: 375px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  color: #212529;
}
#editor-container .ql-editor {
  line-height: 1.5;
}
#editor-container h1, #editor-container h2, #editor-container h3, #editor-container h4, #editor-container h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#editor-container h1 {
  font-size: 20px;
}
#editor-container p, #editor-container ol, #editor-container dl, #editor-container ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
#editor-container li {
  padding-left: 0;
  margin-left: 0;
}
#editor-container li::before {
  text-align: center;
}
#editor-container ol {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  -webkit-margin-after: 1px;
          margin-block-end: 1px;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
     -moz-padding-start: 20px;
          padding-inline-start: 20px;
  list-style-type: decimal;
}
#editor-container ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  -webkit-margin-after: 1px;
          margin-block-end: 1px;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
     -moz-padding-start: 20px;
          padding-inline-start: 20px;
  list-style-type: circle;
}
#editor-container figure {
  margin-bottom: 5px;
}
#editor-container figcaption {
  font-size: 15px;
  margin-top: 10px;
}

.slider-container {
  line-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider-container > span {
  margin-left: 10px;
}

div.toggle-filter {
  background-color: #afb3b6;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  font-weight: 500;
  color: white;
}
div.toggle-filter.active {
  background-color: #337ab7;
}

.box.box-success {
  border-top-color: #a4c439;
}

.chart .placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  z-index: 10;
  margin-left: -50px;
  margin-top: -50px;
  color: #dbddde;
}
.chart .placeholder span {
  margin-top: -20px;
  display: block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #dbddde;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  background: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  margin: 0px;
  padding: 0px;
  border: solid 1px rgba(221, 221, 221, 0);
}

#userInformationTable {
  /*
  tr {
      transition: all 0.5 ease-in;
      background-color: rgba(0, 122, 201, 0.0);
      &:hover {
          background-color: rgba(0, 122, 201, 0.51);
          cursor: pointer;
      }
  }
  */
}

.userPopup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  top: 0px;
  left: 0px;
}
.userPopup .popup-content {
  width: 70vw;
  height: 80vh;
  margin: 10vh auto;
  background-color: white;
  padding: 20px;
  border: solid 1px #efefef;
  border-radius: 3px;
  overflow-y: auto;
}
.userPopup .popup-content .close-btn {
  float: right;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  width: 20%;
  text-align: right;
}
.userPopup .popup-content .close-btn:hover {
  cursor: pointer;
}
.userPopup .popup-content h3 {
  margin-top: 0px;
  line-height: 30px;
  font-size: 24px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userPopup .popup-content table tr td:first-child {
  font-weight: bold;
}
