body{
	font-family:arial;
	font-size:16px;
	margin:0px;

}

.company {
display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
	}
	
input {padding:5px;font-size:16px;}




.buttBalk {
    border: 1px outset white;
    background-color: #76ad1c;
    padding:15px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:10px;
	display:inline-block;
}

.buttBalkSmall {
    border: 1px outset white;
    background-color: #76ad1c;
    padding:7px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:10px;
	display:inline-block;
}



.redbutt {
    border: 1px outset darkred;
    background-color: #FF0000;
    padding:10px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:7px;
	display:inline-block;
}

.yellowbutt {
    border: 1px outset darkred;
    background-color: #F4B400;
    padding:10px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:7px;
	display:inline-block;
}

.greenbutt {
    border: 1px outset darkgreen;
    background-color: green;
    padding:10px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:7px;
	display:inline-block;
}

.orangebutt {
    border: 1px outset darkgreen;
    background-color: orange;
    padding:10px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:7px;
	display:inline-block;
}

.red {
 border: 4px solid #505050!important;
    background-color: #6c4848!important;
 
}

.green {
  border: 4px solid #505050!important;
    background-color: #486c5a!important;
}

.yellow {
  border: 4px solid #505050!important;
    background-color: #F4B400!important;
}



.lightgreen {
  border: 4px solid #505050!important;
    background-color: #7E988B!important;
}


.subbutt {
    border: 1px outset red;
    background-color: #D24400;
    padding:10px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
	margin:7px;
	display:inline-block;
}


.butt {
	width:30%;
	border-radius: 5px;
    border: 4px solid #505050;
    background-color: #232323;
	padding : 40px 0px;
	cursor:pointer;
	margin:5px 0px 5px 10px;
	float:left;
	font-family:arial;
    color:white;
	text-decoration:none;
	font-size:20px;
	display:inline-block;
	min-height:120px
}


.butt a{
	margin:auto;
	color:white;
	text-decoration:none;
	font-size:30px;
}


.butt:hover {
    background-color: #4488DD;
    color:white;
}
.helptext {
margin-top:75px;
color:white;
font-size:18px;
}
.popup {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    right: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.message {
   	background-color: #129796;
	color:#fff;
	height: 23px;
	font-size: 15px;
	font-family: Arial;
	position:absolute;
	width:100%;
	z-index:10000;
	top:0;
	text-align:center;
}

.top {
	background:#76ad1c;
	color:white;
	padding:5px;
}	

.orangetop {
	background:orange;
	color:white;
	padding:5px;
}	


.subtop {
	background:#D24400!important;
	color:white;
	padding:5px;
}	
.subtop  td{
	background:#D24400!important;
	color:white;
	padding:5px;
}	
.gray {
	background:#f1f1f1;
	color:#000000;
	padding:20px;
	font-size:16px;	
}	

.balk {
	background:#76ad1c;
	width:100%;
	height:75px;
	color:white;
}

.content {
 width:100%;
 display:block;
}

.button tr {
    border: 1px outset blue;
    background-color: #76ad1c;
    padding:15px;
    cursor:pointer;
    color:white;
	font-family:arial;
	text-decoration:none;
	font-size:20px;
}


.button {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10	px ;
    margin: 3px;
    color: #000!important;
    font-size: 25px;
    background-color: #A5DC86;
    border: solid 1px #808080;
    clear: both;
    border-radius: 4pt;
	padding:25px;
}
.button:hover {
	color:white!important;
    background-color: #A5DC86;

}

.showastext {
border:none;
font-size:16px;
font-weight:bold;
width:30px;
}

.oddeven tr:first-child td {
  	background:#76ad1c;
	color:white;
	padding:5px;

}
.oddeven tr:nth-child(even) {background: #f1f1f1;	padding:5px;}
.oddeven tr:nth-child(odd) {background: #FFF;	padding:5px;}


.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding-top: 5px;	
	padding-bottom: 5px;
		overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label:first-of-type {
    background-color: #A5DC86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.double 
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.switch-field input:checked + label {
	background-color:#ff8080; 
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.bar {
	height:57px;
	width:100%;
	box-sizing:border-box;
	border-radius: 5px;
    border: 4px solid #505050;
    background-color: #13171a;
	color:white;
	display: table;
	margin:0px;
    cursor:pointer;
	float:left;
	padding:10px;
}

.batton {
	width:100%;
	box-sizing:border-box;
	border-radius: 5px;
        border: 4px solid #505050;
    background-color: #232323;
	color:white;
	display: table;
	margin:5px 0px 5px 10px;
    cursor:pointer;
	float:left;
	padding:10px;
}

.column3 {
  float: left;
  width: 33.33%;
}

a.link{
	color:white;
	text-decoration:none;
	
}

.tablerows {
	width:100%;
	border-collapse:collapse; 
	margin:0px;
		border:#000000 1px solid;
}

.tablerows td{ 
		padding:5px; 
	}
	
.tablerows tr{
		background: #E1E1E1`;
}
.tablerows tr:nth-child(odd){ 
	background: #E1E1E1;
	border:#C0C0C0 1px solid;
}
.tablerows tr:nth-child(even){
	background: #C0C0C0;
	border:#E1E1E1 1px solid;
	border-left:#C0C0C0 1px solid;
	border-right:#C0C0C0 1px solid;
}
	
	
.quantity {
    position: relative;
    display: inline-block;
    float: left;
}
.quantity input {
    width: 80px;
    height: 80px;
    line-height: 1.65;
	font-size:24px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #666;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 80px;
    margin-left: 19px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #666;
    width: 40px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 150ms ease-in, color 150ms ease-in;
    -ms-transition: background 150ms ease-in, color 150ms ease-in;
    transition: background 150ms ease-in, color 150ms ease-in;
}
.quantity-button.quantity-up {
    position: absolute;
	font-size:24px;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #fff;
}
.quantity-button.quantity-down {
    position: absolute;
	font-size:24px;
    bottom: 0;
    height: 50%;
}

  select {
        width: auto;
        
		height: 80px;
		font-size: 24px;
    }
    select:focus {
        min-width: 150px;
        width: auto;
    }
	
	select option {
			font-size: 24px;
			padding: 5px;
		
	}