/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* TABLE */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* mobile */
/* mobile */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * TEXT-BLOCK
 */
/*
 * Page-Image
 */
/*
 * Pagination
 */
/*
 * Input-Fields
 */
/*
 * Single-Content Navigation
 */
/*
 * Infinite Loading
 */
/*
 * CORE-DESIGN
 */
/*
 * CONTACT-FORM
 */
/*
 * BREADCRUMBS
 */
/*
 * SEARCH
 */
/*
 * Autosuggest
 */
/*
 * SOCIAL SHARING
 */
/*
 * CLICKLIST
 */
/*
 * CONSENT-TOOL
 */
/*
 * LOGIN-FORM FE
 */
/*
 * PROJECT ADAPTION
 */
/*
 * PAGE-ASIDE
 */
/* MODULE - ASIDE */
/*
 * aside single view
 */
/*
 * SECTION / PAGE-CONTENT
 */
/*
 * section single view
 */
/* FOOTER */
/*
 *  PLUGINS
 */
/*
 * InfoBox
 */
/*
 * InfoImage
 */
/*
 * Gallery
 */
/*
 * Accodreon
 */
/* ZOOM-INDICATOR */
/*
 * FAQ
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/*
 * WIDGETS
 */
/* Contact */
/* Top-Line */
/* Cites */
/* Reviews */
/* Text with Link */
/* Adjustments */
/* Aside Links */
/*
 * Intern
 */
/* Gradiant for Items */
/* tabs */
/* Dropzone */
/* Dashboard */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* background cld */
/* #f2f2f2 */
/* #000 */
/* Black */
/* Orange */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* MOBILE */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* FOOTER */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/* Header-Elements */
/* BREADCRUMBS */
/* SEARCH */
/*
 * COLS
 */
/* List-View */
.msg-list {
  list-style: none;
  margin: 10px 0;
  clear: both;
}
.msg-list > li {
  display: flex;
  margin: 5px 0;
  color: #333;
  overflow: hidden;
  border: 1px solid #ccc;
}
.msg-list > li span.msg-icon {
  display: block;
  width: 30px;
  padding: 5px;
  float: left;
  text-align: center;
  color: #fff;
}
.msg-list > li span.msg-content {
  display: block;
  width: calc(100% - 30px);
  padding: 5px 10px;
  float: right;
}
.msg-list > li.msg-sqlstack .msg-icon {
  background: #5195d7;
}
.msg-list > li.msg-sqlstack .msg-content-label {
  width: 100px;
  font-weight: 600;
}
.msg-list > li.msg-notice .msg-icon {
  background: #ccc;
}
.msg-list > li.msg-debug .msg-icon {
  background: #002f5d;
}
.msg-list > li.msg-warning .msg-icon {
  background: #e88615;
}
.msg-list > li.msg-error .msg-icon {
  background: #c02e2e;
}
.msg-list > li.msg-success .msg-icon {
  background: #469b2b;
}
.msg-list > li ul.db-msg {
  margin-left: 20px;
  list-style: disc;
}
.msg-list > li ul.db-msg > li b {
  display: block;
  width: 130px;
  float: left;
}
.msg-list > li ul.db-msg > li span {
  display: block;
  margin-left: 130px;
}
.msg-list > li ul.db-msg > li:nth-child(n+2) {
  padding-top: 5px;
}
.msg-list.single-list .msg-notice {
  border-color: #ccc;
}
.msg-list.single-list .msg-notice .msg-icon {
  background: #ccc;
}
.msg-list.single-list .msg-debug {
  border-color: #002f5d;
}
.msg-list.single-list .msg-debug .msg-icon {
  background: #002f5d;
}
.msg-list.single-list .msg-warning {
  border-color: #e88615;
}
.msg-list.single-list .msg-warning .msg-icon {
  background: #e88615;
}
.msg-list.single-list .msg-error {
  border-color: #c02e2e;
}
.msg-list.single-list .msg-error .msg-icon {
  background: #c02e2e;
}
.msg-list.single-list .msg-success {
  border-color: #469b2b;
}
.msg-list.single-list .msg-success .msg-icon {
  background: #469b2b;
}
.msg-list.single-list span.msg-content {
  background: #fff;
}
#msg-overview {
  overflow: hidden;
  margin: 10px 0;
}
#msg-overview li {
  display: inline-block;
  margin-right: 5px;
  border: solid 1px #ccc;
}
#msg-overview li .msg-content {
  color: #ccc;
}
#msg-overview li.active {
  cursor: pointer;
}
#msg-overview li.active .msg-content {
  color: #333;
}
#msg-overview li.active:hover :hover .msg-content {
  background: #fff;
}
#msg-overview li.triggered .msg-content {
  background: #fff;
  font-weight: 700;
}
.msg-content ul {
  margin: 5px 0 5px 25px;
}
.msg-content ul li {
  list-style: disc;
}
.msg-content ul li:nth-child(n+2) {
  border-top: dotted 1px #ccc;
  padding-top: 3px;
  margin-top: 3px;
}
div#instant-msg {
  padding: 15px;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000000;
}
div#instant-msg ul.msg-list {
  margin: 0;
  padding: 0;
}
div#instant-msg ul.msg-list li {
  background: #fff;
}
div#instant-msg span#instant-msg-info {
  cursor: pointer;
}
div#instant-msg div#instant-msg-hide {
  text-align: right;
}
div#instant-msg div#instant-msg-hide > span {
  background: #fff;
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
  font-size: 80%;
}
div#instant-msg div#instant-msg-hide > span > i.fa {
  padding-right: 5px;
  color: #880000;
}
div#instant-msg div#instant-msg-hide > span:hover {
  background: #333;
  color: #fff;
}
.open-tree-level,
.closde-tree-level {
  cursor: pointer;
}
.open-tree-level:hover,
.closde-tree-level:hover {
  color: #b2d06b;
}
.warning-color {
  color: #e88615;
}
.error-color {
  color: #c02e2e;
}
.success-color {
  color: #469b2b;
}
.array-list .msg-error {
  border-color: #404040;
}
.msg-array .msg-icon {
  background: #404040;
}
