
// Dark und Light Mode Unterstützung
:root {
    color-scheme: light dark;
}


/* allgemeine Styles f�r die e-cut Mobile Oberfl�che */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;  // i.e. Nexus5/Chrome and Kindle Fire HD 7''
}

.display_none {
	display: none !important;
}

.display_block {
	display: block;
}

.visibility_hidden {
	visibility: hidden;
}

.visibility_visible {
	visibility: visible;
}

.schriftfarbe_rot {
	color: #ff0000;
}

/* Blinkender Termin --------------------------------------------- */
.einstreichenblockblink {
	-webkit-animation: pulse 3s infinite ease-in-out;
	-o-animation: pulse 3s infinite ease-in-out;
	-ms-animation: pulse 3s infinite ease-in-out;
	-moz-animation: pulse 3s infinite ease-in-out;
	animation: pulse 3s infinite ease-in-out;
}

@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); opacity: 0.5; }
	50% { -webkit-transform: scale(1); opacity: 1; }
	100% { -webkit-transform: scale(1); opacity: 0.5; }
}

@keyframes pulse {
	0% { transform: scale(1); opacity: 0.5; }
	50% { transform: scale(1); opacity: 1; }
	100% { transform: scale(1); opacity: 0.5; }
}
/* ------------------------------------------------------------- */


/* Farben in Modals --------------------------------*/
/* Carbon Style ------------------------------------*/
.modal-bg {
	background-color: #2D3639;
	/* background-image: url("../images/background_barber.jpg"); /* Carbon Style */
	/* background-image: url("../images/background_wood.jpg"); /* Carbon Style */
	background-image: url("../images/wg_carbon_fiber_patterns.png");
	/* overflow: hidden; ENTFERNT JB 08.06.2021*/
	-webkit-user-select: none;
	user-select: none;
}
/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 80vh;
    overflow-y: auto;
}

body {
	background-color: #2D3639;
	/*background-image: url("../images/background_wood.jpg"); /* Carbon Style */
	background-image: url("../images/wg_carbon_fiber_patterns.png"); /* Carbon Style */

	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;

}

.use_aweseome {
	font-family: FontAwesome;
}

navbar-header {

    /* ... */

    /* Status bar height on iOS 10 */
    padding-top: 20px;

    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);

    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);

}


dt {
  background: #B8C1C8;
  border-bottom: 1px solid #989EA4;
  border-top: 1px solid #717D85;
  color: #FFF;
  margin: 0;
  padding: 2px 0 0 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

dd {
  font: bold 20px/45px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 0 0 12px;

}

.table-striped>tbody>tr:nth-child(even)>td {
   background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #CCF2FF 100%, #79d6f4 100%) repeat scroll 0 0;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#CCF2FF), color-stop(100%,#CCF2FF)); /* webkit */
   white-space: nowrap;
 }
.table-striped>tbody>tr:nth-child(odd)>td {
   background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 100%, #ffffff 100%) repeat scroll 0 0;
   white-space: nowrap;
 }
/* Tabellen Farbe Fix f�r IE*/
#kundenliste_kasse_kundenwahl_container table tr:nth-child(even), #vormerkbons_liste table tr:nth-child(even), #kundendaten table tr:nth-child(even), .container_rezepturenliste table tr:nth-child(even), #table_taetigkeitswahl_dauer tr:nth-child(even) {
    background: #CCF2FF;
}
#kundenliste_kasse_kundenwahl_container table tr:nth-child(odd), #vormerkbons_liste table tr:nth-child(odd), #kundendaten table tr:nth-child(odd), .container_rezepturenliste table tr:nth-child(odd), #table_taetigkeitswahl_dauer tr:nth-child(odd) {
    background: #ffffff;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover:not(#kundenliste_headline) th, .table-hover tbody tr:hover:not(#kundenliste_headline_kasse_kundenwahl) th {
  white-space: nowrap;
  background: #428bca;
}


.kunde_selektiert, .kunde_kasse_selektiert, .vormerkbon_selektiert, .mehrfachpreis_selektiert {
	border: 2px solid #428bca;
}

.table thead th {
	background-color: #ccf2ff;

}

/* Styles in Modals --------------------------------*/


.white_font {
	color: white;
}
.bg-grau {
	background-color: #eeeeee;
}

.bg-weiss {
	background-color: #ffffff;
}

.font_10 {
	font-size: 10px;
}

.no-top-border {
border-top: 0px solid #e5e5e5;

}
.lmargin-15 {
	width: 15px;
	float: left;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}


#bemerkung_dl_wahl {
	display: block;
	width: 100%;
}

.table-dl-wahl {
	background-color: white;
}

.table-dl-wahl td{
	height: 30px;
	border-top: none !important;
}

#gender_block {

}

#dl_wahl_footer_block {
	height: 95px;
	background-color: white;
}

#footer_dienstleistungsliste {
	background-color: #ffffff;

    	margin-right: 2px;
}

.dienstleistungs_btn {
	width: 99%;
}


.input-group-addon-dl-wahl {
	width: 220px !important;
}

.iw_message {
	z-index: 999999;
}

.iw_message_text {
	padding-top: 15px;
	padding-bottom: 25px;
}



.primary-color {
	background-color: #428bca;
	color: #ffffff;
}


.spacer {
    margin-top: 30px;
}

.spacer_dl_btn {
    margin-bottom: 5px;
}

.spacer_dl_last_btn {
	margin-bottom: 50px;
}



.full_width {
	width: 100%;
}

.cursor_pointer {
	cursor: pointer;
}

#ja_nein_message_container {
	min-width: 90%;
	min-height: 120px;
	background-color: #ffffff;
}

.kundendetails_portrait {
	cursor: pointer;

}

#kundensuche_portrait, #kundendetails_termin_portrait {
	cursor: pointer;

}

.es-list {
	max-height: 400px !important;
 	overflow-y: scroll !important;
  	-webkit-overflow-scrolling: touch !important;
}

#dev_notice a {
	color: #ff0000;
	font-weight: bold;
}

/* --------------------------------------------------------*/
/* CSS für Login Fenster ----------------------------*/


#kennungen_merken_box {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 13px;

}
#datenschutz-hinweis {
	padding-top: 30px;
	color: white;
	text-align: center;
	display: block;
	cursor: pointer;
}

.form-signin #inputUsername {
	margin-bottom: 10px;
}

/* --------------------------------------------------------*/
/* CSS f�r Kundensuche Fenster ----------------------------*/

#kundensuche {

z-index: 1041;
}


#kunden_such_felder .input-group {
	width: 100%;
}

.input-group-addon-kd-suche {
    width:99px;
    text-align:left;
}

.kundensuchfeld_padding_bottom_5 {
	padding-bottom: 40px;
}

.top-buffer {
	margin-top: 100px;
}

#kundenkarte_btn, #neukunde_btn, #abbrechen_kundensuche_btn, #oeffnen_btn {
	display: block;
	width: 100%;
}
.kundensuche_btn_reihe {

	padding-top: 9px;
	padding-bottom: 9px;
}

#kundenliste {
	font-size: 10px;
}
#kundendaten {
	max-height: 200px;
	overflow: auto;
}

#kundendaten > .table > tbody > tr {
	cursor: pointer;
}

#kundenportrait {
	width: 100%;
	padding: 0px;
}

#pause_markierung_typ_btn {
    	padding-left: 60px;
}
@media screen and (max-width: 1024px) {

	#pause_markierung_typ_btn {
	    	padding-left: 0px;
	}
}

/* --------------------------------------------------------*/
/* CSS f�r Pausen Modal -----------------------------------*/

#pausen_content_box {
	height: 200px;
	padding-left: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: white;
}

#bemerkung_pause {
	margin-top: 25px;
}

.pausen_modal_element_neu {
	display: none;
}

/* ENDE----------------------------------------------------*/
/* --------------------------------------------------------*/

/* CSS für Laufkunde Fenster ----------------------------*/


.geschlecht_btn {
    border-radius: 25px;
    border: 2px solid #428bca;
    padding: 20px;
    width: 91px;
    height: 91px;
    margin-right: 10px;
    cursor: pointer;
}
.geschlecht_btn:hover {
    background-color: #428bca;
    border-radius: 25px;
    border: 2px solid #428bca;
    padding: 20px;
    width: 91px;
    height: 91px;
    margin-right: 10px;
    cursor: pointer;
}
.geschlecht_btn_clicked {
    background-color: #428bca;
}



/* ENDE----------------------------------------------------*/



/* CSS f�r Neukunden Fenster ----------------------------*/

#geschlecht_sektion_neukunden {
	right: -23px;
	margin-top: 10px;
	font-size: 10px;

}


#neukunden_felder{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;

	padding: 10px 15px;
	min-height: 350px;
	position: relative;

}
#neukunde_vorname, #neukunde_name, #neukunde_telefon, #neukunde_handy {
	background-color: #ccf2ff;
}

.input-group-addon-neukunde {
    width:130px;
    text-align:left;
}
.neukunden_padding_bottom_5 {
	padding-bottom: 25px;
}
.neukunden_feldsize {
	width: 100%;
}
input #neukunde_vorname .form-control .neukunden_eingabe  {
    width: 200px;
}


.neukunde_geschlecht_btn {
	border: 2px solid #428bca;
	border-radius: 10px;
    	cursor: pointer;
    	display: inline-block;
    	height: 60px;
    	margin-right: 10px;
    	padding: 7px;
    	width: 60px;

}
.neukunde_geschlecht_btn:hover {
	border: 2px solid #428bca;
    	border-radius: 10px;
    	background-color: #428bca;
    	cursor: pointer;
    	display: inline-block;
    	height: 60px;
    	margin-right: 10px;
    	padding: 7px;
    	width: 60px;
}
.neukunde_geschlecht_btn_clicked {
    background-color: #428bca;
}
/* ENDE----------------------------------------------------*/



/* CSS f�r Mehrpreis Fenster ----------------------------*/

#mehrpeis_container {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	max-height: 490px;
	overflow-x: hidden;
	padding: 10px 15px;
	min-height: 210px;
	position: relative;
}
#mehrpreis_headline {
	margin-top: 10px;
}

.mp_taetigkeit {
	font-weight: bold;
}

#mehrpreis_liste {
	font-size: 10px;

}

/* ENDE----------------------------------------------------*/



/* CSS f�r T�tigkeitswahl Fenster ----------------------------*/

.modal-taetigkeitswahl {
	height: 555px;
}

#taetigkeits_auswahl_container {
	height: 320px;
	overflow-y: scroll;
}


#taetigkeits_block {
	height: 360px;

}

#historie_box {
	display: none;
    	width: 280px;
    	position: absolute;
    	right: -450px;
    	top: 1px;
	background-color: #ffffff;
	min-height: 380px;
}
#headline_historie {
	position: relative;
    	top: -10px;
}
#historie_close_btn {
	float: right;
	cursor: pointer;
}

#terminhistorie {

}

#termin_buchen_btn, #termin_buchen_abbrechen_btn {
	z-index: 1000;
	position: relative;
}

#termin_zurueck img {
    border-radius: 6px;
    height: 34px;
    width: 34px;
}

#termin_weiter img {
    border-radius: 6px;
    height: 34px;
    width: 34px;
    float: right;
    margin-right: 3px;
}

#historie_datum {
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}

#dienstleistungsliste {
    margin-left: 0;
    margin-right: 2px;
    margin-top: 10px;
}



#kategorie_dropdown {
float: left;
}
#ausgewaehlte_dl {
	line-height: 34px;
	min-height: 35px;
	/* float: left; */
	/* font-size: 14px; */
}

#dl_dauer {
	float: right;
}
#dl_wahl_bemerkung_container .input-group{
    float: left;
}

.geschlecht_dl_wahl_btn, .historie_btn {
    background-color: #ffffff;
    border: 2px solid #428bca;
    border-radius: 8px;
    color: black;
    font-size: 23px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    vertical-align: bottom;
    width: 36px;
    float: right;
    margin-left: 5px;
}
.geschlecht_dl_wahl_btn:hover, .historie_btn:hover {
    background-color: #428bca;
    border-radius: 8px;
    border: 2px solid #428bca;
    line-height: 35px;
    font-size: 23px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.geschlecht_dl_wahl_btn_clicked {
    background-color: #428bca;
}


.taetigkeits_btn {
	/*border: 1px solid #428bca;*/
	color: #ffffff;
	background-color: #B38FB6;
	border-radius: 5px;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 68px;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: 68px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.taetgruppe_kasse_btn, .taetigkeits_kasse_btn {
	position: absolute;
	/*border: 1px solid #428bca;*/
	color: #ffffff;
	background-color: #B38FB6;
	border-radius: 5px;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 65px;
	margin-right: 7px;
	margin-top: 7px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.art_okat_kasse_btn, .art_ukat_kasse_btn, .artikel_kasse_btn {
	position: absolute;
	/*border: 1px solid #428bca;*/
	color: #ffffff;
	background-color: #B38FB6;
	border-radius: 5px;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 65px;
	margin-right: 7px;
	margin-top: 7px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.taetigkeits_btn:hover, .taetgruppe_kasse_btn:hover, .taetigkeits_kasse_btn:hover, .art_okat_kasse_btn:hover, .art_ukat_kasse_btn:hover, .artikel_kasse_btn:hover {
	transition: all .1s ease-in;
	-webkit-transform:scale(1.5); /* Safari and Chrome */
	-moz-transform:scale(1.5); /* Firefox */
	-ms-transform:scale(1.5); /* IE 9 */
	-o-transform:scale(1.5); /* Opera */
	transform:scale(1.5);
	z-index: 999;
	font-size: 8px;
}

.taetigkeits_btn_active, .ma_btn_active {
	border: 3px solid red;
}

#terminhistorie_header {
	display: block;
	width: 100%
}

#gewaehlte_dienstleistungen {
	width: 100%;
	display: block;
}

#container_komb_reiter {
	margin-bottom: 25px;
}

#container_komb_reiter li a {
	background-color: #428bca !important;
	outline: none;
	cursor: pointer;
	color: #000000;
}

#container_komb_reiter li a:hover {
	/* background-color: white !important; */
}

#container_komb_reiter li.active a {
	background-color: white !important;
}

.aktiver_komb_reiter {
	/* border: 1px dotted red; */
}

.taet_vorschau_btn {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	margin-right: 10px;
}

#table_taetigkeitswahl_dauer_container {
	height: 420px;
}

#table_taetigkeitswahl_dauer label {
	white-space: nowrap;
	font-weight: normal;
}

/* CSS f�r Termindetail Fenster ----------------------------*/



#termindetails_kunden_details, #termindetails_termin_infos {
	background-color: #ccf2ff;
	padding-top: 15px;
	padding-left: 10px;
	height: 280px;
}

#termindetails_kunden_details {
	border-right-style: solid;
    	border-right-width: 2px;
    	/*border-right-color: slategray;*/
}

#termindetails_kunden_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#termindetails_kunden_adresse {
	font-size: 12px;
	margin-bottom: 15px;
}
#termindetails_kunden_phone {
	font-size: 12px;
	margin-bottom: 15px;
	/*font-weight: bold;*/
}
#termindetails_kunden_mobile {
	font-size: 12px;
	margin-bottom: 15px;
	/*font-weight: bold;*/
}
#termindetails_kunden_bild {
}
#termindetails_kunden_bild_container {
	min-height: 280px;
	background-color: #fff;
}
#termindetails_kundenkartei {
	margin-bottom: 15px;
}
#termindetails_termin_info {
	margin-bottom: 15px;
}

#termindetails_datum {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#termindetails_uhrzeit{
	font-size: 12px;

	margin-bottom: 15px;
}
#termindetails_ma{
	font-size: 12px;

	margin-bottom: 15px;
}
#termindetails_taetigkeit{
	font-size: 12px;

	margin-bottom: 15px;
}

#termindetails_datum_edit, #termindetails_uhrzeit_edit, #termindetails_ma_edit, #termindetails_taetigkeit_edit, #termindetails_kunde_wechseln, #termindetails_kunde_kartei  {
	font-size: 21px;
}

#termindetails_email_btn, #termindetails_sms_btn, #termindetails_phone_btn, #termindetails_mobile_btn {
	font-size: 21px;
	font-weight: bold;
}
#termindetails_email_btn {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#termindetails_sms_btn {
	position: absolute;
	bottom: 15px;
	left: 90px;
}
#termindetails_phone_btn {
	position: absolute;
	bottom: 15px;
	left: 165px;
}
#termindetails_mobile_btn {
	position: absolute;
	bottom: 15px;
	left: 240px;
}


#bemerkungszeile_termindetails {
	bottom: 15px;
	position: absolute;
	width: 100%;
	color: #337ab7;
	font-size: 21px;

}

#termindetails_bemerkungsicon {
	padding-top: 6px;
}
#termindetails_button_leiste {
	margin-top: 10px;
}


/* CSS f�r Kasse Kundenwahl Fenster ----------------------------*/

/*.nav-tabs{
  background-color:#161616;
}*/


#mitarbeiter_sektion_kasse_kundenwahl {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

#kunde_mit_termin {
	height: 350px;
}


#kasse_kundenwahl {


}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover {
  background-color: #428bca !important;
    color:#fff;
}
.nav-tabs > li > a:focus, .nav-tabs > li.active > a:focus {
  background-color: #428bca !important;
    color:#fff;
}
.nav-tabs > li > a:focus, .nav-tabs > li.active > a:active{
  background-color: #428bca !important;
    color:#fff;
}
.nav-tabs > li > a{
  background-color: #ffffff !important;
    color:#000;
}

.nav-tabs > li.active > a {
	background-color: #428bca !important;
	color:#fff;
}
.nav-tabs > li.active > a:active {
	background-color: #428bca !important;
	color:#fff;
}

#kalender_kasse_kundenwahl {
	margin-top: 15px;
	background-color: #ffffff;
	padding-bottom: 15px;
}

#kundenliste_kasse_kundenwahl_container {
	height: 400px;
	overflow: auto;
}

#kundenliste_kasse_kundenwahl {
	overflow-y: scroll;
	margin-top: 15px;
	font-size: 10px;
}

#anzeige_option_kasse_kundenwahl {
	margin-top: 10px;
	background-color: #ffffff;
	padding-bottom: 15px;
	padding-top: 10px;
	font-size: 10px;
}

#option_box_kasse_kundenwahl {
	margin: 5px;
	background-color: #ccf2ff;
	font-size: 10px;
	border-radius: 4px;
    	border: 1px solid #cccccc;
    	line-height: 20px;
    	padding: 0 10px;
}

#kasse_kundenwahl_seiten_btn {
	margin-top: 10px;
}

#kasse_kundenwahl_footer_btn {
    	border-top: 1px solid #ffffff;
    	margin-top: 10px;
    	padding-top: 10px;

}

#kunde_sektion_kasse_kundenwahl, #mitarbeiter_sektion_kasse_kundenwahl{
	margin: 5px;
	background-color: #ccf2ff;
	font-size: 10px;
	border-radius: 4px;
    	border: 1px solid #cccccc;
    	padding: 15px 10px;
}

#mitarbeiter_sektion_kasse_kundenwahl{
	min-height: 105px;
}



#geschlecht_sektion_kasse_kundenwahl {
	margin-top: 30px;
	font-size: 10px;

}

#headline_kunde_kasse_kundenwahl ,#headline_geschlecht_kasse_kundenwahl, #headline_mitarbeiter_kasse_kundenwahl {
	display: block;
    	margin-top: 15px;
    	margin-left: 15px;
    	text-align: left;
    	color: #ffffff;
    	font-size: 75%;
    	font-weight: bold;
}

#portrait_kasse_kundenwahl {

}

#portrait_kasse_kundenwahl img {
	width: 150px;
}
#kunden_details_kasse_kundenwahl {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 12px;
}

#mit_kundenkarte_suchen_kasse_kundenwahl_btn {
	margin-top: 30px;
}

#geschlecht_sektion_kasse_kundenwahl .geschlecht_btn {
	border: 2px solid #428bca;
    	border-radius: 10px;
    	cursor: pointer;
    	display: inline-block;
    	height: 60px;
    	margin-right: 10px;
    	padding: 7px;
    	width: 60px;

}

#mitarbeiter_sektion_kasse_kundenwahl .ma_btn {

    	border-radius: 10px;
    	cursor: pointer;
    	display: inline-block;
    	height: 60px;
    	margin-right: 10px;
    	width: 60px;
}
.ma_icon_kasse_kundenwahl {
	width: 48px;
	border-radius: 10px;
}

#vormerkbons_liste {
	height: 400px;
	overflow-x: hidden;
	overflow-y: scrollable;
	margin-bottom: 10px;
}

#vormerk_bons_liste_kasse_kundenwahl{
    	font-size: 10px;
    	margin-top: 15px;
}



#vormerk_bons_liste_kasse_kundenwahl table{

    	height: 400px;

}


#laufkunden_inputfeld_kasse_kundenwahl{

}


#laufkunden_inputfeld_kasse_kundenwahl input {
	font-family: 'FontAwesome';
} /* This is for the placeholder */

#vormerk_bons_liste_kasse_kundenwahl {
	table-layout: fixed;
	word-wrap: break-word;
}

#vormerk_bons_liste_kasse_kundenwahl thead {
 	background: #ffffff;
}

#vormerk_bons_liste_kasse_kundenwahl td {
	overflow: hidden;
}


/* ENDE  CSS f�r Kasse Kundenwahl Fenster ----------------------------*/

/* CSS f�r Kundendetail Fenster ----------------------------*/

body div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	/*height: 500px;*/
}


#kundendetails_tabs, #termine_kundendetails_tabs, #alle_termine_kundendetails_tabs {

	font-size: 12px;
}

#kundendetails_tabs.nav > li > a {
	padding: 7px;
}

#alle_termine_kundendetails_tabs.nav > li > a, #termine_kundendetails_tabs.nav > li > a {
     	padding: 10px;
}

.headline_kundendetails {
	font-weight: bold;
	margin-bottom: 10px;
}

.headline_rezepturen {
    font-weight: bold;
    line-height: 40px;
    padding-right: 22px;
    text-align: right;
}

.container_rezepturenliste {
	overflow-x: hidden;
	overflow-y: scrollable;
	height: 400px;

}

.subheadline_kundendetails {
	font-size: 10px;
	font-weight: bold;
}

.reiter_kundendetails{
	background-color: #ccf2ff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 5px;
	padding: 10px 15px;
	max-height: 79vh;
	position: relative;

}

#termin_details {
	margin-top: 60px;
}

#aktueller_termin_headline {
	margin-bottom: 10px;
	font-weight: bold;

}

.label_kundendetails_line_height {
	/* line-height: 30px; */
    	padding-right: 20px;
    	text-align: right;
    	font-weight: bold;
}

.label_kundendetails {
    	/*padding-right: 20px;*/
    	text-align: left;
    	font-weight: bold;
}

#tel_privat_kundendetails {
	padding-right: 15px;
}
#mobil_kundendetails {
	padding-left: 15px;
}

#geb_block, #gender_block {
	text-align: right;

}

.radio_button_korrektur {
	line-height:23px;
}

.termin_info_box{
	background-color: #ccf2ff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 5px;
	padding: 10px 5px;
	min-height: 450px;

}

#uebersicht_adress_box, #uebersicht_adress_box_2, #adress_box, #persoenliches_box, #sonstiges_box, #notiz_box, #verkauf_box, #rezepturen_box, #terminausfall_box, #empfehlung_box, #guthaben_box, #rezepturen_details_box, #termin_details_box, #ds_liste_box, #ds_box{
    	background-color: #ffffff;
    	border: 1px solid #cccccc;
    	border-radius: 4px;
    	margin: 0 5px 5px;
    	padding: 17px 15px;
}

#persoenliches_box, #adress_box, #sonstiges_box, #notiz_box, #verkauf_box {
	height: 470px;
}

#singleview_box {
	padding: 17px 15px;
	margin-bottom: 50px;
	overflow-x: hidden;


}

#rez_ausgabe {
	width: 100%;
}

.rez_titel {
	font-size: 10px;
	font-weight: bold;
}

.rez_zeile {
	margin-bottom: 5px;
}

.rez_zeile textarea{
	font-size: 11px;
	overflow-y:scroll;
}

.rez_zeile input{
	font-size: 11px;
}

#rezepturen_box {
	height: 469px;
}

#termin_details_box{
    	background-color: #ffffff;
    	border: 1px solid #cccccc;
    	border-radius: 4px;
    	margin: 0 0px 0px;
    	padding: 17px 15px;
    	height: 368px;
}

#adress_box {
	min-height: 140px;
	font-size: 12px;
}

#rezeptur_btn_reihe {



}

#guthaben_box {
	height: 350px;

}

#ds_liste_box {
	height: 300px;
}

.table_height_310 {
	max-height: 310px;
	overflow: auto;
}

.table_height_300 {
	max-height: 246px;
	overflow: auto;
}

#kundenwahl_box {
    	background-color: #ffffff;
    	border: 1px solid #cccccc;
    	border-radius: 4px;
    	font-size: 12px;
    	margin: 0 5px 13px;
    	padding: 10px 15px;
}

#kunden_info_box_1, #kunden_info_box_2 {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 5px;
	padding: 10px 15px;
	margin-bottom: 6px;
}

#adress_block, #bemerkung_kundendetails {
	margin-bottom: 0px;

}

.kundenportrait_kundendetails {
	margin-bottom: 49px;
}

.rezeptur_check {
	color: #7cfc00;
	margin-right: 7px;
}


#kundennummer_input, #vorname_input, #nachname_input, #strasse_input, #ort_input, #tel_input, #tel_office_input, #fax_input, #mobil_input, #email_input, #benutzername_input, #passwort_input, #geburtstag_input, #drink_input, #haarlaenge_input, #bemerkung_input, #aufmerksam_durch_input, #umsatz_input, #feld_1_input, #feld_2_input, #feld_3_input, #feld_4_input, #feld_5_input, #feld_6_input, #feld_7_input {
	background-color: #ccf2ff;
}

#sms_check.radio, .checkbox, #mail_check.radio, .checkbox  {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
}



#stammmitarbeiter_dropdown {
	position: fixed;
	width: 200px;
}

#stammmitarbeiter_input {
	width: 200px;
}

#notizen_kundendetails textarea {
	height: 350px;
	margin-bottom: 15px;
	font-size: 13px;
}

#neuer_eintrag_notizen_kundendetails_btn {
	margin-bottom: 10px;
    	position: relative;
    	right: 9px;
}

#verkaufsliste, #rezepturenliste, #dsgvo_liste {
	font-size: 10px;
}

#verkaufsliste_container {
	height: 355px;
	overflow-x: hidden;
	overflow-y: scrollable;
	margin-top: 15px;
}
#rezepturenliste {
	margin-top: 15px;
}
#nicht_erschienen_liste {
	margin-top: 15px;
	font-size: 10px;
}
#absagen_liste {
	margin-top: 15px;
	font-size: 10px;
}
#empfehlung_aktiv_liste {
	margin-top: 15px;
	font-size: 10px;
}
#empfehlung_passiv_liste {
	margin-top: 15px;
	font-size: 10px;
}
#guthaben_liste {
	margin-top: 15px;
	font-size: 10px;
}

.kundendetails_sidebar {
	height: 470px;
}
.kundendetails_hauptfenster {
	height: 470px;
}

.bild_schiessen_kundendetails_btn{
	position: absolute;
	bottom: 132px;
}

.bild_laden_kundendetails_btn{
	position: absolute;
	bottom: 88px;
}
.abbrechen_kundendetails_btn {
	position: absolute;
	bottom: 44px;
}

.ok_kundendetails_btn {
	position: absolute;
	bottom: 0px;
}
#kunde_loeschen_kundendetails_btn {
	position: absolute;
	bottom: 0px;
	margin-left: 5px;
	width: 150px;
}
#kunde_ds_einwilligung_btn {
	position: absolute;
	top: 446px;
	left: 21px;
	width: auto;
}


#modal_ds_formular .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#modal_ds_formular .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.ds_aktion {

	font-size: 16px;
}

#ds_content {
	height: 340px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #eeeeee;
	padding: 10px;
}

#ds_kunden_info {
	font-weight: bold;
	font-size: 14px;
}

#art_kommunikation, #art_werbung {
	width: 660px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#dropdown_kommunikation {
	top: 57px;
}

.headline_ds_checkboxes, .headline_ds_bestimmungen  {
	font-weight: bold;
	font-size: 1.5em;
	color: #1188D8;
}

#ds_checkboxes {
	margin-top: 0px;

}


#ds_close_x {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;  // i.e. Nexus5/Chrome and Kindle Fire HD 7''
}


.alte_dsgvo_zustimmung_ausgabe_img {
	width: 75%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.alte_dsgvo_zustimmung_ausgabe_text {
	margin-top: 20px;
	margin-bottom: 20px;

}
#ds_label_kommunikation, #ds_label_werbung {
	/*border: solid #999999 1px;*/
}
#ds_label_kommunikation label, #ds_label_werbung label {
	font-weight: normal;
}


/* CSS f�r Rezepturen Modal -----------------------------------------*/

#rezepturen_details_box {
	min-height: 350px;
}

.rezeptur_input {
	background-color: #ccf2ff;
}

.switch-margin {
	position: relative;
	left: 3px;
}

/* CSS für Login Modal -----------------------------------------*/
#modal_login {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* CSS f�r Kassenbon Vorbereiten Fenster ----------------------------*/


#kassenbon_container {
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 422px;
	position: absolute;
	z-index: 1;
}
#sidebar_kassenbon_vorbereiten .dropdown {
	position: fixed;
	z-index: 100;
	top: 328px;
	width: 130px;
}

.bon_zeile {
	margin-bottom: 5px;

}
#kategorie_wahl_kassenbon_vorbereiten {
	background-color: #ffffff;
	height: 560px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#gruppen_wahl_tabs {
	margin-bottom: 10px;
}

#bon_positionen_wahl_kassenbon_vorbereiten {
	background-color: #ccf2ff;
	height: 560px;
	margin-top: 15px;
	background-color: #ccf2ff;
	border: 1px solid #cccccc;
	padding: 0 10px;
	overflow: visible !important;
}
#sidebar_kassenbon_vorbereiten {
	background-color: #ffffff;
	height: 560px;
	margin-top: 15px;

}

#gruppen_wahl_btn, #kategorie_wahl_btn, #gutscheine_menue, #bon_wahl_btn {
	margin-bottom: 10px;

}

.small-tab-font {
	font-size: 14px;
}
.small-tab-font > li > a {
	padding: 5px;
	border-bottom: 0 solid #dddddd;
}

#taetigkeits_wahl_kassenbon_vorbereiten {
}

#pos_headline_kassenbon_vorbereiten {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;

}
.anzahl_kassenbon_vorbereiten, .bezeichnung_kassenbon_vorbereiten, .preis_kassenbon_vorbereiten {
    	font-size: 12px;
    	line-height: 15px;
    	margin-top: 8px;
}

.anzahl_kassenbon_vorbereiten, .preis_kassenbon_vorbereiten {
	text-align: right;
}

.loeschen_einzelposition_btn, .ma_aendern_btn, .anzahl_aendern_einzelposition_btn, .rabatt_einzelposition_btn, #gesamt_betrag_aendern_btn {
	padding: 5px;
}

.ma_aendern_btn {
	width: 50px;

}


.ma_zeile {
	margin-left: 5px;
}

#gutschein_verkaufen_btn {


}

#ma_liste_kassenbon {
	z-index: 5000;
	left: -109px;
	overflow: visible;
    	max-height: 400px;
    	overflow-x: hidden;

}
#ma_liste_kassenbon .dropdown-header {
	padding: 3px 4px;
}
#ma_liste_kassenbon a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

#bon_footer hr {
	border: 1px solid #000000;
	margin-right: 51px;
	position: absolute;
	top: 370px;
	width: 98%;
}

#bon_footer {
	z-index: -1;
}

#zwischensumme_box {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-left: 0px;
	position: absolute;
	top: 454px;
	width: 98%;
}

#rabatt_zeile {
	margin-top:10px;
}

#gesamt_betrag_aendern_btn {
	margin-top: -6px;
}

#endsumme_box {
	position: absolute;
	top: 530px;
	width: 98%;
	padding-left: 15px;
	margin-left: 0px;
	font-weight: bold;
}
#summe_aller_kunden_box, #mwst_box{
	background-color: #ccf2ff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	line-height: 20px;
	margin: 5px 5px 150px;
	padding: 0 10px;
}

#mwst_box {
	margin-bottom: 50px;
}

#barcode_box, #artikelsuche_box, #weiterer_kunde_box, #bon_leeren_box, #abbrechen_box, #vormerken_box, #kunde_wechseln_box {

	border: 0px solid #cccccc;
	border-radius: 4px;
	line-height: 20px;
	margin: 5px;
	margin-bottom: 22px;

}


#gesamtsumme_sidebar_header, #mwst_sidebar_header, #barcode_sidebar_header {
	font-size: 10px;
}

#gutscheine_liste_headline {
	font-size: 12px;
    	margin-left: 5px;
}

#gutschein_liste, #gefundene_artikel_liste {
	font-size: 10px;
	/*background-color: #ccf2ff;*/
	border: 1px solid #cccccc;
	border-radius: 4px;
	line-height: 20px;
	margin: 5px;
}


#gutschein_liste td, #gutschein_liste th {
	border: none;
	border-right: 1px solid #cccccc;
}

#gesamtsumme_sidebar, #mwst_sidebar {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


#barcode_sidebar_btn, #artikelsuche_sidebar_btn, #weiterer_kunde_sidebar_btn, #bon_leeren_sidebar_btn, #artikel_suche_sidebar_btn, #abbrechen_sidebar_btn, #vormerken_sidebar_btn, #kunde_wechseln_sidebar_btn {
	font-size: 12px;
}
#kunde_wechseln_sidebar_btn {
	position: fixed;
	top: 298px;
	width: 130px;

}


#weiterer_kunde_sidebar_btn {
	position: absolute;
	top: 260px;
	width: 130px;
	left: 8px;
}
#barcode_sidebar_btn {
	position: absolute;
	top: 310px;
	width: 130px;
}

#artikel_suche_sidebar_btn {
	position: absolute;
	top: 360px;
	width: 130px;
}


#bon_leeren_sidebar_btn {
	position: absolute;
	top: 410px;
	width: 130px;
}
#abbrechen_sidebar_btn {
	position: absolute;
	top: 460px;
	width: 130px;
}

#vormerken_sidebar_btn {
	position: absolute;
	top: 510px;
	width: 130px;
}


#gutschein_verkauf_content, #barcode_scannen_content, #artikel_suchen_content {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 5px;
	min-height: 100px;
	padding: 10px;
}

#artikel_suchen_content {
	min-height: 500px;
}

#suchbegriff{
	font-family: 'FontAwesome';
}


#gutschein_verkauf_footer, #barcode_scannen_footer {
    	margin: 3px;
    	padding-top: 10px;
}



/* CSS f�r Tagesabrechnung Modal ----------------------------*/
#tagesabrechnung_col_links, #tagesabrechnung_col_mitte, #tagesabrechnung_col_rechts{
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px;
	min-height: 525px;
}

#kassenstand_block, #buchungen_block, #umsatz_damen_block,#umsatz_herren_block, #umsatz_kinder_block, #umsatz_gesamt_block, #kalender_container  {
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 5px;
}
.tagesabrechnung_headline {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#kalender_container {
	text-align:center;
}
#kalender_tagesabrechnung {
	/*display:inline-block;*/
  	margin:0 auto;
}
#kalender_tagesabrechnung .datepicker,
#kalender_tagesabrechnung .table-condensed {
  width: 260px;
}

#kassenstand_block .gerade, #buchungen_block .gerade, #umsatz_damen_block .gerade, #umsatz_herren_block .gerade, #umsatz_kinder_block .gerade, #umsatz_gesamt_block .gerade {
	background-color: #ffffff;
}
#kassenstand_block .ungerade, #buchungen_block .ungerade, #umsatz_damen_block .ungerade, #umsatz_herren_block .ungerade, #umsatz_kinder_block .ungerade, #umsatz_gesamt_block .ungerade {
	background-color: #ccf2ff;
}
#kassenstand_block .fett, #buchungen_block .fett, #umsatz_damen_block .fett, #umsatz_herren_block .fett, #umsatz_kinder_block .fett, #umsatz_gesamt_block .fett {
	font-weight: bold;
}

/* CSS f�r News Modal ----------------------------*/
#news_content_box{
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px;
	/*min-height: 525px;*/
}
#news_noshow {
	font-size: 12px;
	font-weight: normal;
}

.carousel-indicators {
    bottom: -40px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 0px;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 2px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #000000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 129, 255, 0.6);
}

.carousel-control {
    opacity: 0.1;
    filter: alpha(opacity=90);
}

.carousel-control:hover, .carousel-control:focus {

    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.3;
    filter: alpha(opacity=90);

}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -60px;
    color: #000000;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -60px;
    color: #000000;
}


/*--------------------------------------------------------------------------*/
/* CSS f�r Singleview Termin�bersicht*/
#singleview_termin_uebersicht {
	background-color: #ffffff;
	font-size: 12px;

	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.summary {
	background-color: black;
	color: white;
	height: 50px;
}

#singleplaner {
  background-color: white;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-right: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 15px;
    font-size: large;
    color: #888888;
    height: 100px;
}
.notice-success {
    border-color: #80D651;
}
/*.notice-success>strong {
    color: #80D651;
}*/
.notice-info {
    border-color: #45ABCD;
}
/*.notice-info>strong {
    color: #45ABCD;
}*/
.notice-warning {
    border-color: #FEAF20;
}
/*.notice-warning>strong {
    color: #FEAF20;
}*/
.notice-danger {
    border-color: #d73814;
}
/*.notice-danger>strong {
    color: #d73814;
}*/


/*---------------------------------------*/
/* Einsellungen f�r die Navbar		*/

#settings_btn {
	font-size: 18px;
}
#logout {
	font-size: 18px;
}
.fullscreen_blaettern {
	font-size: 18px;
}
#datum_fullscreen {
	margin-right: 15px;
}

#settings_liste {
	width: 300px;
	font-size: 12px;
}

#ma_panel_dropdown {
	z-index: 149;
}

.navbar-default {
  /*background-image: url("../images/background_wood.jpg"); /* Carbon Style */
  background-color: #2d3639;
  border-color: #000000;
  z-index: 90;
}
.navbar-default .navbar-brand {
  color: #50cbff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #0096d6;
}
.navbar-default .navbar-text {
  color: #50cbff;
}
.navbar-default .navbar-nav > li > a {
  color: #50cbff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0096d6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0096d6;
  background-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #0096d6;
  background-color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #000000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #50cbff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #50cbff;
}
.navbar-default .navbar-link {
  color: #50cbff;
}
.navbar-default .navbar-link:hover {
  color: #0096d6;
}

.glyphicon-user, .glyphicon-euro {
  margin-right: 0px;

}

.swiper-container {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.swiper-slide {
	text-align: center;

	/*
	/* Center slide text vertically * /
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	*/
}

#ma_icons_kasse_kundenwahl_swiper .swiper-wrapper .swiper-slide {
	width: 75px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #50cbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0096d6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #0096d6;
    background-color: #000000;
  }
}


/* Zusätliche externe Klassen

*/
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

/* --- CSS für Checkboxen des DS Formulars ---*/
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.label_text_mail_cbx, .label_text_sms_cbx, .label_text_post_cbx {
	width: 90px;
}
.space_cbx {
	margin-bottom: 10px;
}
