/*
	Primary Standard:				00b2cf
	Altes Mosecker blau:				004494
	Neues Mosecker Blau(dunkel, fast schwarz):	16283a
	Neues Mosecker Blau (hell)			00b2cf
*/

/* .form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
} */

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-group {
    margin-bottom: 5px;
}

.panel {
	border: none;
	margin-bottom: 10px;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,.05);
	box-shadow:0 0px 0px rgba(0,0,0,.05);
}
.panel .panel-body {
	padding: 10px 10px;
}
.panel-heading {
	border: none !important;
	padding: 10px 10px;
}
.panel-footer {
	padding: 10px 10px;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: "\F415";
}

.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: "\F415";
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: "\F374";
  display: block;
  float: right;
  font-family: "Material Design Icons";
  font-size: 14px;
  text-align: right;
  width: 25px;
}

.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\F374';
  display: block;
  float: right;
  font-family: "Material Design Icons";
  font-size: 14px;
  text-align: right;
  width: 25px;
}

.small40 {
	font-size:40%
}
.small50 {
	font-size:50%
}
.small60 {
	font-size:60%
}
.small70 {
	font-size:70%
}
.small80 {
	font-size:80%
}

#wrapper {
	height: 100%;
	overflow: visible;
	width: 100%;
}

.topbar .topbar-left {
	background-color: #ffffff;
	float: left;
	height: 70px;
	position: relative;
	width: 200px;
	z-index: 1;
	text-align: center;
}

.text-primary {
	color: #00b2cf;
}

.social-links li a {
	-webkit-border-radius: 50%;
	background: #00b2cf;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.bg-primary {
	background-color: #00b2cf;
}

.label-primary {
	background-color: #00b2cf;
}

.badge-primary {
//	background-color: #00b2cf;
        background-color: #00b2cf;
}

.pagination > .active > span:focus {
	background-color: #00b2cf;
	border-color: #00b2cf;
}

.tabs-vertical-env .nav.tabs-vertical li.active > a {
	background-color: #00b2cf;
	color: #ffffff;
	border: 0;
}

.nav.nav-tabs > li.active > a {
/*	background-color: #00b2cf;
*/
	background-color: #57606F;
	color: #ffffff;
	border: 0;
}

.nav.tabs-vertical > li > a:hover {
	color: #00b2cf;
}

.icon-demo-content .col-sm-6:hover i {
	color: #00b2cf;
}

.btn-primary {
	background-color: #00b2cf;
	border: 1px solid #00b2cf;
}

.btn-link:hover {
	color: #00b2cf;
}

.panel .panel-body {
	padding: 10px;
}

.panel-primary > .panel-heading {
	background-color: #00b2cf;
}

.panel-fill.panel-primary {
	background-color: #00b2cf;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #00b2cf;
	border-color: #00b2cf;
}

.radio-primary input[type="radio"] + label::after {
	background-color: #00b2cf;
}

.radio-primary input[type="radio"]:checked + label::before {
	border-color: #00b2cf;
}

.radio-primary input[type="radio"]:checked + label::after {
	background-color: #00b2cf;
}

.progress-bar-primary {
	background-color: #00b2cf;
}

table.focus-on tbody tr.focused th {
	background-color: #00b2cf;
	color: #ffffff;
}

table.focus-on tbody tr.focused td {
	background-color: #00b2cf;
	color: #ffffff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	top: 15px;
	background-color: #00b2cf;
}

.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: 13px;
	margin: 5px 7px;
	padding: 5px 5px;
	text-align: center;
	background-color: #00b2cf;
}

.cd-timeline-img.cd-primary {
	background: #00b2cf;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
	stroke: #00b2cf;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
	fill: #00b2cf;
}

.gmaps-overlay {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	background: #00b2cf;
	border-radius: 4px;
	padding: 10px 20px;
}

.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #00b2cf;
}

.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #00b2cf;
}

.logo span,
.logo-sm span {
	color: #00b2cf;
}

.profile .profile-username {
	/* HUR/2017-05-16 Bilder gibts nicht bei Kunde/Mitarbeiter, also auch keinen Margin-left */
	/* margin-left: 45px; */
	margin-left: 0px;
	display: block;
	line-height: 36px;
}

.sidebar-search {
	padding: 13px 20px;
	display: none;
	background-color: #00b2cf;
}

/* .button-menu-mobile muss auch in style.css deaktiviert werden */
.button-menu-mobile {
	/* background: transparent;
	color: #16283a;
	font-size: 28px;
	height: 42px;
	width: 42px;
	border-radius: 3px;
	margin-top: 14px;
	border: 1px dashed #666666;
	line-height: 20px;
	margin-left: 15px; */
}

.user-details .user-info .text-success {
	color: #00b2cf;
}


.nav-pills > .active > a > .badge {
	color: #00b2cf;
}

.content-page {
	margin-left: 240px;
	overflow: visible;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.content-page-nomenu {
	margin-left: 0px;
}

.footer-nomenu {
	left: 0px;
}

.list-group {
	padding-left: 0;
	margin-bottom: 0px;
}

.list-group-item {
	border-radius: 0;
	padding: 10px 20px;
}
.list-group-item:first-child {
	border-radius: 0;
	padding: 10px 20px;
}
.list-group-item:last-child {
	border-radius: 0;
	padding: 10px 20px;
}

.list-group-item-0 {
	border-radius: 0;
	padding: 10px 0px;
}
.list-group-item-0:first-child {
	border-radius: 0;
	padding: 10px 0px;
}
.list-group-item-0:last-child {
	border-radius: 0;
	padding: 10px 0px;
}

.nav.nav-tabs + .tab-content {
	background: #ffffff;
	margin-bottom: 0px;
	padding: 10px 5px;
}

.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {
	background-color: transparent;
	border-radius: 0;
	border: none;
	color: #333333;
	cursor: pointer;
	line-height: 30px;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
	/* font-family: 'Source Sans Pro', sans-serif;
 */
	/* LEF 09.08.2018 */

	font-family: "Roboto Condensed", sans-serif;

}

.dropdown-menu {
  padding: 0;
  border: 0;
}

.dropdown-menu > li > a {
	padding: 6px 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #3f74d2;
	outline: 0;
}


.nav-wizard > li > a .badge {
	margin-left: 3px;

	color: #eeeeee;

	background-color: #00b2cf;
}

.nav-wizard > li.active > a,

.nav-wizard > li.active > a:hover,

.nav-wizard > li.active > a:focus {
	color: #ffffff;
	background-color: #00b2cf;

}


.nav-wizard > li.active > a:after {
	border-left-color: #00b2cf;
}


.nav-wizard > li.active > a .badge {
	color: #00b2cf;
	background-color: #ffffff;

}

.p-lr-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.p-lr-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.p-lr-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p-l-0 {
	padding-left: 0px;
}

.p-r-0 {
	padding-right: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px 5px !important;
}

.p-10 {
	padding: 10px !important;
}

/* Tabelle, die NICHT die gesamte Breite eines DIV einnehmen soll */
.table-nonfluid {
	width: auto !important;
}


/* Texte, die bei Überlänge auch innerhalb eines Wortes umbrechen */
.text-break {
	word-wrap: break-word;
}

.panel .panel-actions {
	position: absolute;
	right: 20px;
	top: 15px;
}

.panel .panel-actions i {
	/* font-size: 0.875em; */
	margin: 0 3px;
}

.panel .panel-actions i:hover {
	cursor: pointer;
}

body.fullscreen-widget-active {
	overflow: hidden;
	position: fixed;
}

body.fullscreen-widget-active .animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-name: none;
	animation-name: none;
}

body.fullscreen-widget-active .panel .panel-heading .panel-actions > .mdi-chevron-down,
body.fullscreen-widget-active .panel .panel-heading .panel-actions > .mdi-window-close {
	display: none;
}

.panel.widget-fullscreen {
	display: block;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
}

.mdi-40px
{
	font-size: 40px;
}

.mdi-60px {
  font-size: 60px;
}

.mdi-72px {
  font-size: 72px;
}

.mdi-200px {
  font-size: 200px;
}

.mdi-70pro {
	font-size: 70 vh;
}

.mdi-20px
{
	font-size: 20px;
}
.panel-footer {
  /* background: #e0e0e0; */
  border-top: 0;
}

.navbar-default .nav > li > a {
  padding: 0 10px;
  position: relative;
}

.checkbox input[type="checkbox"]:checked + label::after {

  content: "\f12c";

  font-family: "Material Design Icons";
}

.has_sub.nav-active i.mdi-chevron-right:before {
  content: "\F5DD";
}

.tokenfield {
  height: auto !important;
  min-height: 34px;
  padding-bottom: 0px;
}

.tokenfield.focus {
  background-color: #fafafa !important;
  border-color: #eee;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tokenfield .token-input:focus {
  border-color: transparent;
  background-color: #fafafa !important;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .tokenfield.focus {
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .tokenfield.focus {
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .tokenfield.focus {
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-responsive {
  border-radius: 3px;
  border: 1px solid #dddddd;
  margin-bottom: 0px;
}

.oxomi-nav > li > a:hover, .oxomi-nav > li > a:focus {
  background-color: #00b2cf;
}

.oxomi-link {
  color: #00b2cf;
}

.oxomi-basket-form .oxomi-infoplay-btn:hover {
  background-color: #00b2cf;
}

.oxomi-basket-form .oxomi-infoplay-btn {
  background-color: #00b2cf;
  border-color: 00b2cf;
}

.oxomi-catalog {
  width: 130px;
  height: 178px;
  margin-right: 10px;
}

.oxomi-catalog img {
  max-width: 140px;
}

.oxomi-brand {
  height: 140px;
  width: 140px;
}

.btn-default {
  background-color: #ffffff;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #eee;
  border: 1px solid #ddd;
}
.text-full-block {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-unfull {
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: normal !important;
}

.text-poop {
  color: #6f4e37;
}

@media (max-width: 420px) {
  .zzzbar {
    max-width: 360px;
}
}

@media (max-width: 620px) {
  .zzzbar {
    max-width: 540px;
}
}


.align-middle {
	vertical-align: middle !important;
}

.nowrap {
	white-space: nowrap;
}

.bg-hs {
	color: white;
	background-color: #007687;
}

.text-hs {
	color: #007687;
}

.input-hs
{
	background-color: rgba(0,150,167,0.4) !important;
}

.label-hs {
	color: white;
	background-color: 007687;
}

.badge-hs {
	color: white;
	background-color: 007687;
}

.alert-hs {
	color: white;
	background-color: #007687;
}
.alert-hs alert-link {
	color: white;
	background-color: #007687;
}

.alert-hs hr {
	border-top-color: #007687;
}

.btn-hs {
	color: white;
}

.btn-hs {
	color: white;
	background-color: #007687;
	border: 1px solid #007687;
}
.btn-hs:hover,
.open > .dropdown-toggle.btn-hs {
	color: white;
	background-color: #007687;
	border: 1px solid #007687;
}

.panel-hs > .panel-heading {
	background-color: rgba(0,150,167,0.2);
}

.panel-fill.panel-hs {
	background-color: rgba(0,150,167,0.2);
}

.checkbox-hs input[type="checkbox"]:checked + label::before {
	color: white;
	background-color: #007687;
	border-color: #007687;
}
.checkbox-hs input[type="checkbox"]:checked + label::after {
	color: white;
}

.radio-hs input[type="radio"] + label::after {
	color: white;
	background-color: #007687;
}

.radio-hs input[type="radio"]:checked + label::before {
	border-color: #007687;
}

.radio-hs input[type="radio"]:checked + label::after {
	color: white;
	background-color: #007687;
}

.progress-bar-hs {
	color: white;
	background-color: #007687;
}

.sweet-alert .btn-hs:focus {
	box-shadow: none;
}

.cd-timeline-img.cd-hs {
	background-color: rgba(0,150,167,0.2);
}

.table>tbody>tr.hs>td,.table>tbody>tr.hs>th,.table>tbody>tr>td.hs,.table>tbody>tr>th.hs,.table>tfoot>tr.hs>td,.table>tfoot>tr.hs>th,.table>tfoot>tr>td.hs,.table>tfoot>tr>th.hs,.table>thead>tr.hs>td,.table>thead>tr.hs>th,.table>thead>tr>td.hs,.table>thead>tr>th.hs {
	background-color: rgba(0,150,167,0.2);
}

.table-hover>tbody>tr.hs:hover>td,.table-hover>tbody>tr.hs:hover>th,.table-hover>tbody>tr:hover>.hs,.table-hover>tbody>tr>td.hs:hover,.table-hover>tbody>tr>th.hs:hover {
	background-color: rgba(0,150,167,0.2);
}