@charset "utf-8";
/* CSS Document */

.btn {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: auto;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
}
.btn-primary, a.button-primary, input.button-primary{
	color: #fff !important;
	border-color: #d44601;
	font-size: 12px !important;
	text-decoration: none !important;
	border-radius: 5px;
	padding: 4px 10px 4px 10px;
	font-family: Arial, Helvetica, Sans, " sans-serif";
	font-weight: bold;
	background: #ff9d4e; /* Old browsers */
	background-image: -moz-linear-gradient(top, #ff9d4e 1%, #fb5d10 32%, #d54803 98%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, #ff9d4e 1%, #fb5d10 32%, #d54803 98%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom, #ff9d4e 1%, #fb5d10 32%, #d54803 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	background-size: auto 200%;
	background-position: 0 0;
	transition: background-position 0.5s ease;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:visited  {
	background: #bbbbbb none repeat scroll 0 0 !important;
	border: 1px solid #999 !important;
	cursor: default;
}
#content a.btn-primary:hover, #content a.btn-primary:focus, 
#content button.btn-primary:hover, #content button.btn-primary:focus,
#right-nav a.btn-primary:hover, #right-nav a.btn-primary:focus, 
#find-products-container a.btn-primary:hover, #find-products-container a.btn-primary:focus,  
#search a.btn-primary:hover, #search a.btn-primary:focus {
	background-position: 0 100%;
}
.btn-default, a.btn-default {
	color: #fff !important;
	border-color: #4a4848;
	font-size: 12px;
	text-decoration: none !important;
	border-radius: 5px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;	
	background: #848383; /* Old browsers */
	background-image: -moz-linear-gradient(top, #848383 1%, #5b5b5b 32%, #444444 98%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, #848383 1%, #5b5b5b 32%, #444444 98%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom, #848383 1%, #5b5b5b 32%, #444444 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848383', endColorstr='#444444', GradientType=0 ); /* IE6-8 */
	background-size: auto 200%;
	background-position: 0 0;
	transition: background-position 0.5s ease;
}
/* Reduce font for French buttons */
a.btn-primary:lang(fr), a.btn-default:lang(fr), a.btn-neutral:lang(fr) {
  	font-size:11px !important;
}
a.btn-primary:lang(fr), a.btn-default:lang(fr), a.btn-neutral:lang(fr) {
  	font-size:11px !important;
}
a.btn-pills {
	text-decoration: none !important;
	font-size: 14px;
	padding: 6px 14px;
}
.btn-pills:hover, .btn-pills:active, .btn-pills:focus {
	border: 1px solid #1b3fb2;
	border-radius: 5px;
}
a.btn-pills.selected {
	border: 1px solid #1b3fb2;
	border-radius: 5px;
	font-weight: bold;
}

/* --- */
#content a.btn-default:hover, #content a.btn-default:focus, 
#find-products-container a.btn-default:hover , #find-products-container a.btn-default:focus {
	background-position: 0 100%;
}
#search a.btn-primary {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
#right-nav a.btn-smaller, #content a.btn-smaller, #find-products-container a.btn-smaller {
	font-size: 11px !important;
	padding: 3px 5px;
}
.addmarginbottom5 {
	margin-bottom: 5px;
}
.addpadright5 {
	padding-right: 5px;
}
.addpadleft5 {
	padding-left: 5px;
}
.addpadtop5 {
	padding-top: 5px;
}
.addmarginright10 {
	margin-right: 10px;
}
.addmarginright5 {
	margin-right: 5px;
}
#content .quickorder-box a.btn {
	min-width: 145px;
}
.btn-sm {
	border-radius: 4px !important;
	padding: 3px 6px 3px 6px !important;
	font-size:11px !important;
}
.center{
	text-align:center;	
}
.brand-color {
	color: #007934 !important;
}

.btn-neutral, a.button-neutral, input.button-neutral {
    background: #ffffff linear-gradient(to bottom, #ffffff 20%, #d3d3d3 45%, #e5e5e5 99%) repeat scroll 0 0 / auto 200%;
    border-color: #bbbbbb;
    border-radius: 5px;
    color: #333333 !important;
    font-size: 12px !important;
    padding: 5px 10px;
    text-decoration: none !important;
    transition: background-position 0.5s ease 0s;
}
#content a.btn-neutral:hover, #content a.btn-neutral:focus,
#right-nav a.btn-neutral:hover, #right-nav a.btn-neutral:focus, 
#find-products-container a.btn-neutral:hover, #find-products-container a.btn-neutral:focus,  
#search a.btn-neutral:hover, #search a.btn-neutral:focus, 
#content button.btn-neutral:hover, #content button.btn-neutral:focus {
    background-position: 0 100%;
}
.v-center {
    display: table;
    height: 100vh;
    position: relative;
    text-align: center;
    width: 100%;
}
.v-center > div {
    display: table-cell;
    position: relative;
    top: -10%;
    vertical-align: middle;
	
}

.btn-small {
    font-size: 0.8em !important;
    padding: 0.75em 1em;
}
.modal-box {
    background: white none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
	position: fixed;
    left: 50%;
 	top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-tiny {
    border-radius: 3px !important;
    font-size: 10px !important;
    padding: 0 6px !important;
    line-height: 15px;
}
.modal-box-sm {
    max-width: 300px;
}
.modal-box header, .modal-box .modal-header {
    border-bottom: 1px solid #ddd;
    padding: 8px 2.5em 8px 1.5em;
	background: #fafafa;
	min-height: 30px;
}
.modal-box .modal-body {
    padding: 2em 1.5em;
    overflow: auto;
    max-height: 425px;
	max-width: 950px;
}
.modal-box footer, .modal-box .modal-footer {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    padding: 1em;
    text-align: right;
}
.modal-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 900;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;

}
.modal-box-vid {
	width: 800px;
	background: #000;
}
.modal-box-vid .modal-body {
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}
a.close {
    background: #bbbbbb none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 0 3px 2px;
    position: absolute;
    right: 2%;
    text-decoration: none !important;
    top: 5%;
}

a.close:hover {
    background: #666;
    transition: background .7s ease 0s;
}
.modal-box-vid header {
	padding: 10px 1em;
	background: #d5d5d5;
}
.modal-box-vid footer {
	padding: 6px 1em;
	background: #d5d5d5;
}
.modal-box-vid a.close {
	margin-top: -25px;
	background: #999;
}
.float-right {
	float: right;
}
.btn-alt, a.btn-alt {
	color: #1b3fb2 !important;
	font-weight: normal;
	background: #848383 linear-gradient(to bottom, #fff 25%, #e9e7e7 70%, #fff 98%) repeat scroll 0 0 / auto 200%;
	border-color: #bbbbbb;
	border-radius: 5px;
	font-size: 12px;
	padding: 4px 10px;
	text-decoration: none !important;
	transition: background-position 0.5s ease 0s;
}
#content a.btn-alt:hover {
	background-position: 0 100%;
}
.modal-box-md {
    max-width: 450px;
}
.modal-box .modal-body.margin-adjust {
	margin-top: -10px !important;
}
ul.clean li {
	list-style: none;
	margin-left: -40px;
	line-height: 18px;
}
.modal-box-auto  {
	width: auto;
	height: auto;
	min-width: 300px;
	min-height: 100px;
	max-width: 960px;
}
.modal-box-auto .modal-body {
	max-height: 400px;
}

/* EB-17110 */
input[type="button"].btn-primary,
button.btn-primary {
    color: #fff !important;
    color: #fff !important;
	border: 1px solid #d44601;
	font-size: 12px !important;
	text-decoration: none !important;
	border-radius: 5px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	background: #d54803; /* Old browsers */
	background-image: -moz-linear-gradient(top, #ff9d4e 1%, #fb5d10 32%, #d54803 98%);
	background-image: -webkit-linear-gradient(top, #ff9d4e 1%, #fb5d10 32%, #d54803 98%); 
	background-image: linear-gradient(to bottom, #ff9d4e 1%, #fb5d10 32%, #d54803 98%); 
	background-size: auto 200%;
	background-position: 0 0;
	transition: background-position 0.5s ease;
}
input[type="button"].btn-primary:hover,
button.btn-primary:hover {
	background-position: 0 100%;
	cursor: pointer;
}

.modal-box-lg footer {
     padding: 7px;
}

.modal-box-lg .form-row {
     margin-bottom: 8px;
}

/* EB-17372 */
.modal-box-vid .modal-body {
	background: #000;
	height: 500px;
	max-height: 500px;	
}
.modal-box-vid header {
	padding: 10px 1em;
	background: #000;
	 border-bottom: 1px solid #333;
}
.modal-box-vid footer {
	padding: 6px 1em;
	background: #000;
	border-top: 1px solid #333;
}
.modal-box-vid a.close {
	margin-top: -26px;
	background: #666;
}
.modal-box-vid a.close:hover {
	background: #333;
}
table.list button.btn-neutral.btn-tiny {
     color: #1b3fb2 !important;
     font-family: arial, sans-serif;
     font-weight: bold;
}

/*---------for french translations-------------*/

#content:lang(fr) > form[name="confirmOrder"] > table > tbody > tr:nth-child(8) > td.bc1 > select[name="deliveryDay"] {
    float: left;
}
#content:lang(fr) > form[name="confirmOrder"] > table > tbody > tr:nth-child(8) > td.bc1 > select[name="deliveryMonth"] {
    margin-left: 3px;
}

/*----- enhanced view toggle----*/

 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}
		

.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: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

#e-view {
  color:#007934; 
  width: 98%; 
  font-size: 15px; 
  font-weight: bold;
}
