body {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.bg-primary {
	background-color:#007942;
}
.btn-primary {
	background-color:#007942;
	border-color:#006537;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #006537;
  border-color: #00542E;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #007942;
  border-color: #006537;
}
a {
	color: #007942;
}
a.deco-none {
    color:#000000 !important;
    text-decoration:none;
}
.navbar {
	font-size:13px;
	font-weight:600;
}
h5 {
	font-weight:600;
}
.tablezero>tbody>tr>td {
	padding: 0px;
}
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 1px solid #ddd;
}

tr.cattr td {
  border-bottom:3px solid #4f565a;
}

div.cattr {
	padding:10px 0 10px 0;
	border-bottom:3px solid #4f565a;
}
div.prodrow {
	padding:5px 0 5px 0;
	border-bottom:1px solid #dddddd;
}


.toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.toggle input[type=checkbox] { 
  opacity: 0; /* or use display: none; to hide default checkbox */
  width: 0;
  height: 0;
}

.toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#ebebeb, #f1f1f1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 4px;
  background: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle input[type=checkbox]:checked + .slider {
  background: linear-gradient(#087447, #098752);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.toggle input[type=checkbox]:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

.toggle .slider.round {
  border-radius: 28px;
}

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


@media (max-width: 480px) {
	.long-group {
    	display: block;
    }
}