

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom:0px;  
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-middle;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

.activeItem_0 {
	color: black;
}

.alternatingBG div:nth-child(even of .row)  {background: linear-gradient(180deg, 
	#FFF 0%, 
	#f4f4f4 20%, 
	#f4f4f4 80%, 
	#FFF  100%);}


.activeItem_1 {
	color: lightgray;
	text-decoration: line-through;
}

.flexR {
	display:flex;
	align-items: center;
	padding: 4px 1px;
}



/* Die kleinen Pfeile aus dem Number-Feld rausnehmen. */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


input[type="submit"].btnSmall {
  padding: 6px;
  margin: 0px;
}


input[type="button"], .btnSteuerung {
	font-size: 1.5rem;
	padding: 0 8px;
	margin: 0;
	width: 60px;
}

input[type="number"],
input[type="text"] {
	margin: 3px;
}

.scheduleRow {
  clear:both;
  border-bottom: 1px solid #E1E1E1; 
}
.scheduleCell {
    #background-color: #FF6600;
    float:left;
    white-space: nowrap;
}
.scheduleField {
    float:left;
    padding-right: 30px;
}
.scheduleCell:after {
  content: "";
  display: table;
  clear: both; }

  
.kbTable td {
	font-size: 1.2rem;
	padding: 3px 5px;
	text-align: left;
	border: none;
}

.kbTable .euroCol {
	text-align: right;
	white-space: nowrap;
}

.kbTable .nameCol {
	font-size: 1.1rem;
	color:lightgrey;
	white-space: nowrap;
}




.kbInputTable {
	width: 100%;
}

.kbInputTable td {
	font-size: 1.4rem;
	padding: 3px 5px;
	text-align: left;
	border: none;
}

.kbInputTable .labelCol {
	font-weight: bold;
	white-space: nowrap;
	width:10%;
	vertical-align: middle;
}



.kbTeamTable {
	width: 100%;
}

.kbTeamTable td {
	font-size: 1.4rem;
	padding: 3px 5px;
	text-align: left;
	border: none;
}

.kbTeamTable .labelCol {
	color:lightgrey;
	width:10%;
	vertical-align: middle;
	display:none;
}


.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}



.kbResultTable td {
	font-size: 1.2rem;
	padding: 8px 5px;
	text-align: left;
	border: none;
	white-space: nowrap;
}

.kbResultTable .euroCol {
	text-align: right;
	white-space: nowrap;
}

.kbResultTable .normalCell {
	color:lightgrey;
	text-align: right;
}

.kbResultTable .mussZahlenCell {
	text-align: right;
}

.kbResultTable .euroGesamt {
	font-weight: bold;
	text-align: right;
}

.kbResultTable .hatAusgelegt {
	font-style: italic;
	background-color: #f3f3f3;
	text-align: right;
	white-space: nowrap;
}

h6 {
	border-top: solid 2px;
	margin-top: 20px;
	font-size: 1.6rem;
}


.container {
	padding: 0 5px;
}
  
/* Larger than mobile */
@media (min-width: 400px) {
	.container {
		padding: 0 10px;
	}
}

/* iphone quer (also point when grid becomes active) */
@media (min-width: 550px) {
	.container {
		padding: 0 20px;
	}
	.kbTeamTable .labelCol {
		display:table-cell;
	}
}
