body {
	padding-top: 50px;

}

.starter-template {
	padding: 40px 15px;
	text-align: center;
}
.maxcontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
input.number {
	width: 50px;
}

input.numbersmall {
	width: 35px;
}

input.text {
	width: 250px;
}

.sidebar-outer {
    position: relative;
}

@media (min-width: 1024px) {
    .sidebar {
        position: fixed;
    }
}

td.spielplantext1 {
	text-align: center;
	border: 1px solid #aaa;
	padding: 2px;
}

td.spielplantext2 {
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	padding: 2px;
}

td.spielplantext3 {
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	padding: 2px;
}

.red {
	color: #c9302c;
}

.green {
	color: #5cb85c;
}

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

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

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

.score {
	font-weight: bold;
	font-size: 40px;
}
.score-one-board {
	font-weight: bold;
	font-size: 100px;
}
.stream_header{
	background: #3b3735;
	color: white;
	font-size: 14px;
}
.stream_table{
	border-style: solid;
}

.stream_footer{
	background: #3b3735;
	color: white;
	font-size: 14px;
}

.stream_name {
	font-weight: bold;
	font-size: 30px;
	background: #d4151a;
	color: white;
	border: 1px solid #3b3735;

}
.stream_legs {
	font-weight: bold;
	font-size: 30px;
	color: white;
	background: #056e06;
	border: 1px solid #3b3735;
	
}
.stream_score {
	font-weight: bold;
	font-size: 30px;
	color: white;
	background: #056e06;
	border: 1px solid #3b3735;
}
.stream_lastscore {
	font-weight: bold;
	font-size: 25px;
	border: 1px solid #3b3735;
}
.stream_arrow {
	background: white;
}
.statname {
	font-size: 12px;
}

.statvalue {
	font-weight: bold;
	font-size: 20px;
}
.statname-one-board {
	font-size: 24px;
}

.statvalue-one-board {
	font-weight: bold;
	font-size: 30px;
}
th.livescoredata,
td.livescoredata {
	padding: 3px !important;
}
.noPadding{
	padding: 0px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.grey{
	  background-color: #f9f9f9;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.form-control-inline {
 width: auto !important;
 display: inline-block !important;
}

label {
    margin-top: 10px;
}

label.switch {
    margin-top: 0px !important;
}
.marginTop{
    margin-top: 30px;
}

		