body {
  font-family: 'Open Sans', serif;
  color: #868e96;
}

.container{
	padding-top: 130px;
	
}

.tab-content{
	margin-top: 30px;
	
}

.img-thumbnail{
	height: 50px !important;
}


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

/* Hide default HTML checkbox */
.switch input {display:none;}

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

.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%;
}

.checkboxtext{
	line-height: 2;
    margin-left: 80px;
}

.handle-counter { 
	overflow: hidden; 
	width: 80px;
}

.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
	float: left;
	text-align: center;
	width: 10px;
	height: 34px;
}

.handle-counter .counter-minus,  .handle-counter .counter-plus { 
	text-align: center; 
	padding: 0px 10px;
}

.handle-counter input {
	width: 30px;
	border: none;
}

.btn {
  padding: 6px 12px;
  border: 1px solid transparent;
  color: #fff;
}

.btn:disabled, .btn:disabled:hover {
  background-color: darkgrey;
  cursor: not-allowed;
}

#customer_all{
	overflow: auto;
	height: 350px;
	
}


.table-fixed{
  width: 100%;
  background-color: #f3f3f3;
  tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
    }
  thead,tbody,tr,td,th{
    display:block;
  }


.ui-selecting { background: #FECA40; }
.ui-selected { background: #F39814; color: white; }

/*
.btn-primary { background-color: #009dda; }
.btn-primary:hover, .btn-primary:focus { background-color: #0486b9; }
*/
