/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.06.2020, 14:28:27
    Author     : KingBalthasar
*/

/* Scrollbar */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #3c3c3c;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #616161;
}
::-webkit-scrollbar-thumb:active {
  background: #616161;
}
::-webkit-scrollbar-track {
  background: #bfbfbf;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #a5a5a5;
}
::-webkit-scrollbar-track:active {
  background: #a5a5a5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/* Anker-Link Underline */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* Body */
body {
  background-color: #efebe6;
  background-image: url("../gfx/icon/kachel-bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}
/* Rows */
.row {
  margin-left: -15px;
  margin-right: -15px;
  /* background-color: #ffffff; */
  min-height: 480px;
}
.row-2 {
  margin-left: -15px;
  margin-right: -15px;
  /* background-color: #ffffff; */
  min-height: 0px;
}
.row-footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 19px 19px -16px #a0a0a0;
  margin-left: -15px;
  margin-right: -15px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.picshadow {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
/* Container Background */
.contback {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  /* padding: 10px; */
}
/* Paddings */
.p0 {
  padding: 0px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}

/* Font-Size */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}

/* Cookie alert */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background-color: rgba(0, 9, 0, 0.9);
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

/* Messages */
.unread {
  cursor: pointer;
  background-color: #f4f4f4;
}
.messages-box {
  max-height: 33rem;
  overflow: auto;
}
.online-circle {
  border-radius: 5rem;
  width: 5rem;
  height: 5rem;
}
.messages-title {
  float: right;
  margin: 0px 5px;
}
.message-img {
  float: right;
  margin: 0px 5px;
}
.message-header {
  text-align: right;
  width: 100%;
  margin-bottom: 0.5rem;
}
.text-editor {
  min-height: 18rem;
}
.messages-list li.messages-you .messages-title {
  float: left;
}
.messages-list li.messages-you .message-img {
  float: left;
}
.messages-list li.messages-you p {
  float: left;
  text-align: left;
}
.messages-list li.messages-you .message-header {
  text-align: left;
}
.messages-list li p {
  max-width: 60%;
  padding: 5px;
  border: #e6e7e9 1px solid;
  border-radius: 5px;
}
.messages-list li.messages-me p {
  float: right;
}
.ql-editor p {
  font-size: 1rem;
}

/* Card href Link */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* User Online / Offline Color */
.u2online {
  color: #9fce42;
}
.u2offline {
  color: #afafaf;
}
a > .u2online:hover {
  color: #89b72d;
}
a > .u2offline:hover {
  color: #8c8c8c;
}

/* Gender Color */
.gender-m {
  color: #00ccff;
}
.gender-w {
  color: #ff00cc;
}
.gender-d {
  color: #8c8c8c;
}

/* Tabs Card */

.tab-card-header {
  background: none;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

.tab-card-header > .nav-tabs > li > a.active {
  border-bottom: 2px solid #007bff;
  color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
  color: #007bff;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}
/* Custom Input */
.navbar-text {
  line-height: 8px;
}
.flexbox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.nav-flexbox {
  text-align: center;
  margin: 0;
  padding: 0px 15px 0px 15px;
}
.flexbox {
  width: 60%;
  margin: 0;
}
.alert-mail {
  position: relative !important;
  padding: 0.25rem 1.45rem;
  margin-bottom: 12px !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
}
@media (max-width: 992px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show-xl {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-xs-min {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hidden-xs-min-login {
    width: 100% !important;
  }
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  /*max-width: 120px;*/
}
.collapse-nav-login {
  width: 250px;
}

@media print {
  .printshow {
    display: flex!important;
  }
}

@media print {
  .print {
    display: none;
  }
}

@media screen {
  .screen-off {
    display: none;
  }
}

.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.775rem;
  line-height: 1.1;
  border-radius: 0.2rem;
}

.table-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40px;
}

/* x-debug Start */
.xdebug-error {
  font-size: 14px !important;
  /*    width: 95% !important;
    margin: 0 auto 10px auto !important;
    border-color: #666 !important;
    background: #ddd !important;*/
}

/*.xdebug-error th, .xdebug-error td {
    padding: 2px !important;
}

.xdebug-error th {
    background: #ccc !important;
}

.xdebug-error span {
    display: none !important;
}

.xdebug-error_description th {
    font-size: 1.2em !important;
    padding: 20px 4px 20px 100px !important;
    background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
    background: #666 !important;
    color: #ddd !important;
}*/
/* x-debug Ende */
