﻿/*
* Custom styles for Jquery Mobile Framework
*/
/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {
font-size: 1em;
line-height: 1.3em;
font-family: sans-serif;
}
legend,
.ui-input-text input,
.ui-input-search input {
color: #000;
text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
font-weight: normal;
font-size: 16px;
}
/*Styling HTML5 Placeholder Attribute*/
input::-webkit-input-placeholder {
color: #666666;
}
input:-moz-placeholder {
color: #666666;
}
::-webkit-input-placeholder {
color: #666666;
}
:-moz-placeholder {
color: #666666;
}
[type="search"] {
-webkit-appearance: textfield;
}
p:empty{
display:none;
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
font-weight: bold;
border-width: 1px;
border-style: solid;
}
.ui-btn-error{
border: 1px solid #ac3a33 !important;
background: #c8443c !important;
}
.ui-btn:link {
text-decoration: none !important;
}
.ui-btn-active {
cursor: pointer;
color: #fff;
}
#quickadd-btn .ui-btn {
border: 1px solid #0d4f99 !important;
background: #0d4f99 !important;
color: #FFF !important;
text-shadow: 0 1px 1px #000 !important;
}
#quickadd-btn .ui-btn:hover {
background: #0d4f99 !important;
border: #0d4f99 !important;
}
.checkstock.ui-btn {
background: #f4f4f4 !important;
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(../icons/MaterialIcons-Regular.woff) format('woff'),
       url(../icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  vertical-align:middle;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-menu {color:#696969;}
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3);
}
.ui-btn:after,
html .ui-btn.ui-icon-checkbox-off:after,
html .ui-btn.ui-icon-radio-off:after {
background-color: #999;
background-color: rgba(0,0,0,.3);
background-position: center center;
background-repeat: no-repeat;
-webkit-border-radius: 1em;
border-radius: 1em;
display: none;
}
/* Alt icons */
.ui-icon-alt.ui-btn:after,
.ui-icon-alt .ui-btn:after,
html .ui-icon-alt.ui-icon-checkbox-off:after,
html .ui-icon-alt.ui-icon-radio-off:after,
html .ui-icon-alt .ui-icon-checkbox-off:after,
html .ui-icon-alt .ui-icon-radio-off:after {
background-color: #999;
background-color: rgba(255,255,255,.3);
}
/* No disc */
.ui-icon-nodisc.ui-btn:after,
.ui-icon-nodisc .ui-btn:after {
background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.ui-icon-action:after,
.ui-icon-arrow-d-l:after,
.ui-icon-arrow-d-r:after,
.ui-icon-arrow-d:after,
.ui-icon-arrow-l:after,
.ui-icon-arrow-r:after,
.ui-icon-arrow-u-l:after,
.ui-icon-arrow-u-r:after,
.ui-icon-arrow-u:after,
.ui-icon-audio:after,
.ui-icon-calendar:after,
.ui-icon-camera:after,
.ui-icon-carat-d:after,
.ui-icon-carat-l:after,
.ui-icon-carat-r:after,
.ui-icon-carat-u:after,
.ui-icon-check:after,
.ui-icon-clock:after,
.ui-icon-cloud:after,
.ui-icon-grid:after,
.ui-icon-mail:after,
.ui-icon-eye:after,
.ui-icon-gear:after,
.ui-icon-heart:after,
.ui-icon-home:after,
.ui-icon-info:after,
.ui-icon-bullets:after,
.ui-icon-bars:after,
.ui-icon-navigation:after,
.ui-icon-lock:after,
.ui-icon-search:after,
.ui-icon-location:after,
.ui-icon-minus:after,
.ui-icon-forbidden:after,
.ui-icon-edit:after,
.ui-icon-user:after,
.ui-icon-phone:after,
.ui-icon-plus:after,
.ui-icon-power:after,
.ui-icon-recycle:after,
.ui-icon-forward:after,
.ui-icon-refresh:after,
.ui-icon-shop:after,
.ui-icon-comment:after,
.ui-icon-star:after,
.ui-icon-tag:after,
.ui-icon-back:after,
.ui-icon-video:after,
.ui-icon-alert:after,
.ui-icon-delete:after {
display: block;
}
/* Checkbox and radio */
html .ui-btn.ui-icon-checkbox-off:after,
html .ui-btn.ui-icon-checkbox-on:after,
html .ui-btn.ui-icon-radio-off:after,
html .ui-btn.ui-icon-radio-on:after {
display: block;
width: 18px;
height: 18px;
margin: -9px 2px 0 2px;
}
.ui-btn.ui-icon-checkbox-off:after,
.ui-btn.ui-icon-radio-off:after {
background-image: none;
filter: Alpha(Opacity=30);
opacity: .3;
}
.ui-btn.ui-icon-checkbox-off:after,
.ui-btn.ui-icon-checkbox-on:after {
-webkit-border-radius: .1875em;
border-radius: .1875em;
}
.ui-radio .ui-btn.ui-icon-radio-on:after {
background-image: none;
background-color: #fff;
width: 8px;
height: 8px;
border-width: 5px;
border-style: solid;
}
.ui-icon-alt.ui-btn.ui-icon-radio-on:after,
.ui-icon-alt .ui-btn.ui-icon-radio-on:after {
background-color: #000;
}
/* Header
-----------------------------------------------------------------------------------------------------------*/
/* Images
-----------------------------------------------------------------------------------------------------------*/
img {
max-width: 100%;
}
li img {
margin: 4px 0 0 5px;
}
li.prod img {
margin: 25px 0 0 5px;
}
#logo {
background: url('../themes/images/logo.png') no-repeat center;
display: block;
margin: 0 auto;
padding-top: 20px;
width: 125px;
height: 70px;
text-decoration: none;
cursor: pointer;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
/* Lists
----------------------------------------------------------------------------------------------------------*/
.ui-listview>.ui-li-static,.ui-listview>.ui-li-divider, .ui-listview>li p{
overflow: visible;
text-overflow: clip;
white-space: normal;
}
.center.ui-li-static, .listdivider, .center{
text-align: center;
}
.ui-li-divider {
padding: .9em 15px .9em 15px !important;
}
.price {
color: #A90006;
font-weight: bold;
font-size: 13px;
}
.description {
white-space: normal;
}
#footer .center {
text-align: center !important;
}
.ui-listview>li h1, .ui-listview>li h2, .ui-listview>li h3, .ui-listview>li h4, .ui-listview>li h5, .ui-listview>li h6 {
  white-space: normal !important;
}
/* Kits
-----------------------------------------------------------------------------------------------------------*/
/* Collapsible Content
-----------------------------------------------------------------------------------------------------------*/
.ui-collapsible-heading {
margin: 0;
}
.ui-collapsible-content {
margin: 0;
}
/* Spec Block
-----------------------------------------------------------------------------------------------------------*/
/* table{display:none;} */
.PHBullet,
.PHBullet_1,
.PHBullet_2,
.PHBullet_3,
.PHBullet_4,
p.PrdHdr,
p.PrdHdr_1,
p.PrdHdr_2,
p.PrdHdr_3,
p.PrdHdr_4,
td.WPT_N1,
td.WPT_N2,
p.WPT_N3,
p.PrdHdr_1,
p.PrdHdr_2,
p.PrdHdr_3,
p.PrdHdr_4,
p.PrdHdr_5 {
text-align: left;
margin-left: 15px;
background: none !important;
}
/* Typography
-----------------------------------------------------------------------------------------------------------*/

/* Forms
-----------------------------------------------------------------------------------------------------------*/
/* Text Inputs */
.ui-input-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui-input-text.hidden {
border: none !important;
box-shadow: none !important;
}
#additem .ui-input-text,
#kitform .ui-input-text,
#list .ui-input-text {
width: 108px !important;
}
.qty-wrapper .ui-input-text input{
width:108px !important;
text-align:center;
}
.qty-wrapper .ui-controlgroup{
margin-left:0;
}
/* Checkboxes */
#custpartnumpopup .ui-checkbox {
margin: 0 !important;
}
/* Floats
-----------------------------------------------------------------------------------------------------------*/
.right {
float: right;
}
.left {
float: left;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* Text Align
-----------------------------------------------------------------------------------------------------------*/
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
/* Notification Messages
-----------------------------------------------------------------------------------------------------------*/
.ui-bar p {
font-weight: normal;
}
/* Links
-----------------------------------------------------------------------------------------------------------*/
.cartcommentfield.hidden {
border-top: none;
}
/* jQuery Mobile Widgets
-----------------------------------------------------------------------------------------------------------*/
/* Popup */
.ui-popup-container #popupavail {
width: 250px !important;
}
.ui-popup-container #nofilterspopup {
width: 250px !important;
text-align:center;
}
.ui-popup {
width: auto !important;
font-size: 11px;
}
.ui-popup li {
white-space: nowrap !important;
}
/* Tables */
#editkits table {
padding: 0 !important;
border-spacing: 0 !important;
}
#editkits table {
width: 100%;
border: 1px solid #BBBBBB;
margin-bottom: 5px;
}
#editkits table tr {
background: #FFFFFF;
}
#editkits table td {
  border-radius: 10px;
  border: 1px solid #bbb;
}
/* Alert Boxes */
/* General Alert*/
.ui-bar-e {
border: 1px solid #F7C942;
background: #FADB4E;
color: #333;
font-weight: 700;
text-shadow: 0 1px 0 #FFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FCEDA7), to(#FBEF7E));
background-image: -webkit-linear-gradient(#FCEDA7, #FBEF7E);
background-image: -moz-linear-gradient(#FCEDA7, #FBEF7E);
background-image: -ms-linear-gradient(#FCEDA7, #FBEF7E);
background-image: -o-linear-gradient(#FCEDA7, #FBEF7E);
background-image: linear-gradient(#FCEDA7, #FBEF7E);
}
/* Error Alert*/
.ui-bar-f,
.alert {
border: 1px solid #d6131a;
background-color: #dc1e23;
color: #ffffff;
font-weight: 700;
text-shadow: 0 0 0;
}
.ui-bar-f a,
.alert a {
color: #ffffff !important;
}
/*.ui-bar-f a:hover,*/
.alert a:hover {
font-style: italic !important;
}
/* Validation Errors
-----------------------------------------------------------------------------------------------------------*/
.req,
.portrait label.error,
.landscape label.error,
.error {
color: #A40802;
}
.portrait label.error,
.landscape label.error,
.error {
font-size: 12px;
font-weight: normal;
line-height: 1.4;
margin-top: 0.5em;
width: 100%;
float: none;
}
.landscape label.error {
display: inline-block;
margin-left: 22%;
}
.portrait label.error {
margin-left: 0;
display: block;
}
em {
color: #dd3c10;
font-weight: bold;
padding-right: .25em;
}
/*!
* Forms - Validation (Parsley)
*/
.parsley-errors-list.filled {
opacity: 1;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.parsley-success:focus,
select.parsley-success:focus,
textarea.parsley-success:focus {
color: #468847;
background-color: #DFF0D8;
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.parsley-errors-list {
margin: 2px 0 3px 0;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
opacity: 1;
}
li.parsley-required,
li.parsley-type,
li.parsley-pattern,
.parsley-errors-list li {
text-align: left;
color: #a94442;
padding-top: 5px;
}
/*
* jQuery Mobile Framework : plugin to provide a date and time picker.
* Copyright (c) JTSage
* CC 3.0 Attribution.  May be relicensed without permission/notification.
* https://github.com/jtsage/jquery-mobile-datebox
*/
.ui-input-datebox {
width: 97%;
background-image: none;
padding: .4em;
line-height: 1.4;
font-size: 16px;
display: block;
padding-top: 0;
padding-bottom: 0;
background-color: transparent
}
.ui-input-datebox {
min-height: 38px
}
.ui-datebox-container>.ui-header:first-child {
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px
}
.ui-input-datebox input {
width: 100%!important;
padding: 0!important;
margin-top: 5px!important;
margin-right: -40px!important;
border: 1px solid transparent!important;
vertical-align: middle;
display: inline-block!important;
background-color: transparent;
zoom: 1;
*display: inline
}
.ui-input-datebox input:focus {
outline: 0
}
.ui-input-datebox .ui-btn-text {
display: none
}
.ui-input-datebox.ui-mini {
min-height: 20px;
font-size: 14px
}
.ui-icon-datebox {
background-image: url('../images/datebox.png')!important;
background-repeat: no-repeat!important;
background-position: 99% 8px!important
}
.ui-icon-datebox-alt {
background-image: url('../images/datebox.png')!important;
background-repeat: no-repeat!important;
background-position: 99% -28px!important
}
.ui-mini.ui-icon-datebox {
background-position: 99% 6px
}
.ui-mini.ui-icon-datebox-alt {
background-position: 99% -30px
}
.ui-input-text>.ui-input-datebox>.ui-btn.ui-input-clear {
position: absolute;
right: 0;
top: 50%;
margin: -15px .3125em 0;
border: 0;
background-color: transparent
}
@media all and (min-width: 450px) {
.ui-field-contain .ui-input-datebox {
width: 74.7%;
display: inline-block
}
.ui-hide-label .ui-input-datebox {
width: 100%
}
}
.ui-grid-a .ui-input-datebox {
width: 97%
}
.ui-grid-b .ui-input-datebox {
width: 97%
}
.ui-grid-c .ui-input-datebox {
width: 97%
}
.ui-grid-d .ui-input-datebox {
width: 97%
}
.ui-grid-e .ui-input-datebox {
width: 97%
}
.ui-grid-e .ui-block-a,
.ui-grid-e .ui-block-b,
.ui-grid-e .ui-block-c,
.ui-grid-e .ui-block-d,
.ui-grid-e .ui-block-e,
.ui-grid-e .ui-block-f {
width: 16.65%
}
.ui-grid-e>:nth-child(n) {
width: 16.65%
}
.ui-grid-e .ui-block-a {
clear: left
}
.ui-grid-e {
overflow: hidden
}
.ui-block-f {
margin: 0;
padding: 0;
border: 0;
float: left;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box
}
.ui-datebox-gridheader {
text-align: center
}
.ui-datebox-gridheader h4 {
text-align: center;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
zoom: 1;
*display: inline
}
.ui-datebox-gridplus {
float: right
}
.ui-datebox-gridminus {
float: left
}
.ui-datebox-gridplus-rtl {
float: left
}
.ui-datebox-gridminus-rtl {
float: right
}
.ui-datebox-gridrow {
margin-left: 5px;
margin-right: 5px;
margin-bottom: -7px
}
.ui-datebox-grid {
clear: both;
margin-bottom: 5px
}
.ui-datebox-griddate {
width: 36px;
height: 30px;
padding: 0;
display: inline-block;
vertical-align: middle;
text-align: center;
line-height: 30px;
font-weight: bold;
font-size: 12px;
zoom: 1;
*display: inline
}
.ui-datebox-griddate-week {
width: 31px;
height: 30px;
display: inline-block;
vertical-align: middle;
text-align: center;
line-height: 30px;
font-weight: bold;
font-size: 12px;
zoom: 1;
*display: inline
}
.ui-datebox-griddate-empty {
border: 1px solid transparent;
color: #888
}
.ui-datebox-griddate-label {
height: 15px!important;
line-height: 15px!important;
color: black
}
.ui-datebox-griddate-disable {
color: #888!important;
cursor: default!important;
background: none repeat scroll 0 0 #f6f6f6!important
}
.ui-datebox-header h4 {
margin-top: 5px;
margin-bottom: 5px;
text-align: center
}
.ui-datebox-container fieldset div {
margin: 0!important
}
.ui-datebox-dboxin input {
padding: .4em 0!important;
text-align: center;
width: 95%
}
.ui-datebox-dboxin label {
width: 100%;
text-align: center;
display: block;
margin-top: 5px;
margin-bottom: -8px
}
.ui-datebox-controls {
text-align: center
}
.ui-datebox-controls div {
width: 77px;
text-align: center;
display: inline-block;
zoom: 1;
*display: inline
}
.ui-datebox-scontrols {
text-align: center
}
.ui-datebox-scontrols div {
width: 55px;
text-align: center;
display: inline-block;
zoom: 1;
*display: inline
}
.ui-datebox-scontrols .ui-datebox-sinput {
width: 68px
}
.ui-datebox-scontrols .ui-datebox-sinput input {
width: 48px;
text-align: center;
margin-left: 3px
}
.ui-datebox-input {
width: 74px!important;
margin-left: 1px;
margin-right: 1px;
text-align: center!important;
display: inline-block!important;
zoom: 1;
*display: inline
}
.ui-datebox-slide {
width: 280px;
margin-left: auto;
margin-right: auto
}
.ui-datebox-sliderow-d {
margin-bottom: 5px;
text-align: center;
height: 40px;
width: 280px;
overflow: hidden
}
.ui-datebox-sliderow-ym {
margin-bottom: 5px;
text-align: center;
height: 32px;
width: 280px;
overflow: hidden
}
.ui-datebox-sliderow-hi {
text-align: center;
height: 32px;
width: 280px;
overflow: hidden
}
.ui-datebox-sliderow-int {
display: inline-block;
white-space: nowrap
}
.ui-datebox-slide .ui-btn {
margin: 0;
padding: 0 1em
}
.ui-datebox-slideyear {
text-align: center;
display: inline-block;
zoom: 1;
*display: inline;
width: 84px;
vertical-align: middle;
line-height: 30px;
height: 30px;
font-size: 14px;
font-weight: bold
}
.ui-datebox-slidemonth {
text-align: center;
display: inline-block;
zoom: 1;
*display: inline;
width: 51px;
vertical-align: middle;
line-height: 30px;
height: 30px;
font-size: 12px;
font-weight: bold
}
.ui-datebox-slideday {
text-align: center;
display: inline-block;
zoom: 1;
*display: inline;
width: 32px;
vertical-align: middle;
line-height: 20px;
height: 38px;
font-size: 14px;
font-weight: bold
}
.ui-datebox-slidehour {
text-align: center;
display: inline-block;
zoom: 1;
*display: inline;
width: 32px;
vertical-align: middle;
line-height: 22px;
height: 24px;
font-size: 14px;
font-weight: bold
}
.ui-datebox-slidemins {
text-align: center;
display: inline-block;
zoom: 1;
*display: inline;
width: 32px;
vertical-align: middle;
line-height: 22px;
height: 24px;
font-size: 14px;
font-weight: bold
}
.ui-datebox-slidearrow {
text-align: center;
display: inline-block;
zoom: 1;
*display: inline;
width: 10px;
vertical-align: middle;
line-height: 38px;
height: 38px;
font-size: 10px;
font-weight: bold
}
.ui-datebox-slidewday {
font-size: 10px;
font-weight: normal
}
.ui-datebox-flipcontent {
text-align: center;
height: 125px;
margin-bottom: -40px
}
.ui-datebox-flipcontent div {
margin-left: 3px;
margin-right: 3px;
width: 77px;
height: 120px;
display: inline-block;
text-align: center;
zoom: 1;
*display: inline;
overflow: hidden
}
.ui-datebox-flipcontentd div {
width: 60px
}
.ui-datebox-flipcenter {
border: 1px solid #eee;
height: 40px;
margin-left: 10px;
width: 260px;
margin-right: auto;
margin-left: auto;
position: relative;
top: -45px
}
.ui-datebox-flipcontent ul {
list-style-type: none;
display: inline;
border: 1px solid rgba(0, 0, 0, 0)
}
.ui-datebox-flipcontent li {
height: 30px
}
.ui-datebox-flipcontent li span {
margin-top: 7px;
display: block
}
.ui-datebox-container {
border: 5px solid #111!important;
width: 280px;
-webkit-transform: translate3d(0, 0, 0)
}
.ui-datebox-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.ui-datebox-screen-modal {
background-color: black;
-moz-opacity: .8;
opacity: .80;
filter: alpha(opacity=80)
}
.ui-datebox-hidden {
display: none
}
.ui-dialog .ui-datebox-container {
border: none!important
}
.ui-popup-container .ui-datebox-container {
border: none!important
}
.ui-popup-container .ui-datebox-gridrow {
margin-left: 0;
margin-right: 0
}
.ui-datebox-collapse a {
display: inline-block;
width: 45%
}
.ui-datebox-inline,
.ui-datebox-inlineblind {
margin-top: 5px;
border: 5px solid #111!important;
margin-left: auto!important;
margin-right: auto!important;
text-align: center
}
.ui-datebox-inlineblind {
width: 300px!important;
float: none!important;
clear: left!important
}
.small {
font-size: small;
}
table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #DDD;
}
.cart-item {
margin-bottom: 0px !important;
}
h3.itemheading a {
font-weight: normal !important;
font-size: 14px !important;
white-space: normal !important;
padding-right: 45%;
height: auto;
min-height: 18px;
height: auto !important;
height: 18px;
}
h3.itemheading .ui-li-count {
margin-right: 27px !important;
}
.cart-item p {
font-weight: normal !important;
font-size: 14px !important;
white-space: normal !important;
height: auto;
min-height: 18px;
height: auto !important;
height: 18px;
}
/*li.ui-li-static > .ui-checkbox {
margin: .7em 2.3em 0 0 !important;
float: left; }*/
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
-webkit-border-radius: .6em/*{global-radii-blocks}*/
;
border-radius: .6em/*{global-radii-blocks}*/
;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/*flipswitch*/
.ui-flipswitch.ui-corner-all {
-webkit-border-radius: .3125em/*{global-radii-buttons}*/
;
border-radius: .3125em/*{global-radii-buttons}*/
;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all,
/* Count bubbles */
.ui-li-count {
-webkit-border-radius: 1em/*{global-radii-icononly}*/
;
border-radius: 1em/*{global-radii-icononly}*/
;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
-webkit-background-clip: padding;
background-clip: padding-box;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
-webkit-box-shadow: 0 1px 3px/*{global-box-shadow-size}*/
rgba(0,
0,
0,
.15)/*{global-box-shadow-color}*/
;
-moz-box-shadow: 0 1px 3px/*{global-box-shadow-size}*/
rgba(0,
0,
0,
.15)/*{global-box-shadow-color}*/
;
box-shadow: 0 1px 3px/*{global-box-shadow-size}*/
rgba(0,
0,
0,
.15)/*{global-box-shadow-color}*/
}
.ui-shadow-inset {
-webkit-box-shadow: inset 0 1px 3px/*{global-box-shadow-size}*/
rgba(0,
0,
0,
.2)/*{global-box-shadow-color}*/
;
-moz-box-shadow: inset 0 1px 3px/*{global-box-shadow-size}*/
rgba(0,
0,
0,
.2)/*{global-box-shadow-color}*/
;
box-shadow: inset 0 1px 3px 0 1px 3px/*{global-box-shadow-size}*/
rgba(0,
0,
0,
.2)/*{global-box-shadow-color}*/
;
}
.ui-overlay-shadow {
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .6);
-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .6);
box-shadow: 0 0 12px rgba(0, 0, 0, .6);
}
/* Loader */
.ui-icon-loading {
background: url(images/ajax-loader.gif);
background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
border-bottom: 0;
border-top: 0;
background: #808187;
background: -moz-linear-gradient(top, #808187 0%, #797f84 58%, #737477 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #808187), color-stop(58%, #797f84), color-stop(100%, #737477));
background: -webkit-linear-gradient(top, #808187 0%, #797f84 58%, #737477 100%);
background: -o-linear-gradient(top, #808187 0%, #797f84 58%, #737477 100%);
background: -ms-linear-gradient(top, #808187 0%, #797f84 58%, #737477 100%);
background: linear-gradient(to bottom, #0e4f99 0%, #0e4f99 58%, #0e4f99 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#808187', endColorstr='#737477', GradientType=0);
color: #F9FCFF;
font-weight: bold;
text-shadow: 0 1px 1px #000;
border-top: none !important;
}
.ui-bar-a {
border-width: 1px;
border-style: solid;
}
/* Page background */
.ui-page-theme-a,
/* Count bubble */
.ui-page-theme-a .ui-li-count,
html .ui-bar-a .ui-li-count,
html .ui-body-a .ui-li-count,
html body .ui-group-theme-a .ui-li-count,
.ui-btn.ui-btn-a > .ui-li-count,
.ui-li-static.ui-body-a > .ui-li-count,
.ui-li-divider.ui-bar-a > .ui-li-count,
.ui-listview li .ui-li-count.ui-body-a {
background: #f9f9f9/*{a-page-background-color}*/
;
border-color: #bbb
;
color: #111
;
text-shadow: 0
1px
0
#eee
;
}
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
.ui-overlay-a {
;
color: #111/*{a-body-color}*/
;
text-shadow: 0
1px
0
#eee
;
}
.ui-body-a {
border-width: 1px;
border-style: solid;
border-color: #747576;
color: #F9FCFF;
font-weight: bold;
text-shadow: 0 1px 1px #000;
background: background: #595a5e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NWE1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTNhM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #595a5e 0%, #393a3c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595a5e), color-stop(100%, #393a3c));
background: -webkit-linear-gradient(top, #595a5e 0%, #393a3c 100%);
background: -o-linear-gradient(top, #595a5e 0%, #393a3c 100%);
background: -ms-linear-gradient(top, #595a5e 0%, #393a3c 100%);
background: linear-gradient(to bottom, #595a5e 0%, #393a3c 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#595a5e', endColorstr='#393a3c', GradientType=0);
}
div.ui-datebox-container.ui-overlay-shadow.ui-corner-all.fade.ui-body-a.ui-popup.ui-body-inherit {
background: #fff !important;
text-shadow: none !important;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #595050/*{a-link-color}*/
;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #595050/*{a-link-visited}*/
;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
color: #38c/*#006e3b{a-link-hover}*/
;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
color: red/*{a-link-active}*/
;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-btn.ui-btn-a,
html body .ui-group-theme-a .ui-btn,
[class*="ui-group-theme-"] .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-btn.ui-btn-a:visited,
html body .ui-group-theme-a .ui-btn:visited,
[class*="ui-group-theme-"] .ui-btn.ui-btn-a:visited {
border-color: #bbb/*{a-bup-border}*/
;
color: #111/*{a-bup-color}*/
;
text-shadow: 0/*{a-bup-shadow-x}*/
1px/*{a-bup-shadow-y}*/
0/*{a-bup-shadow-radius}*/
#eee/*{a-bup-shadow-color}*/
;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-btn.ui-btn-a:hover,
html body .ui-group-theme-a .ui-btn:hover,
[class*="ui-group-theme-"] .ui-btn.ui-btn-a:hover {
background: #fcfcfc/*{a-bhover-background-color}*/
;
border-color: #bbb/*{a-bhover-border}*/
;
color: #111 {
a-bhover-color
}
text-shadow: 0/*{a-bhover-shadow-x}*/
1px/*{a-bhover-shadow-y}*/
0/*{a-bhover-shadow-radius}*/
#eee/*{a-bhover-shadow-color}*/
;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-btn.ui-btn-a:active,
html body .ui-group-theme-a .ui-btn:active,
[class*="ui-group-theme-"] .ui-btn.ui-btn-a:active {
background: #EC7644/*{a-bdown-background-color}*/
;
border-color: #EC7644/*{a-bdown-border}*/
;
color: #fff;
/*{a-bdown-color}*/
;
/* color:                   #fff /*{a-bdown-color}*/
;
text-shadow: 0 0 black/*{a-bdown-shadow-x}*/
1px/*{a-bdown-shadow-y}*/
0/*{a-bdown-shadow-radius}*/
#eee/*{a-bdown-shadow-color}*/
;
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-btn.ui-btn-a.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
[class*="ui-group-theme-"] .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-icon-checkbox-on:after,
html .ui-bar-a .ui-icon-checkbox-on:after,
html .ui-body-a .ui-icon-checkbox-on:after,
html body .ui-group-theme-a .ui-icon-checkbox-on:after,
.ui-btn.ui-icon-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
/* background-color:        #595050 /*{a-active-background-color};*/
background-color: #EC7644 !important;
;
/*color:                    #000 !important /*{a-active-color}*/
color: #fff/*{a-active-color}*/
;
text-shadow: none;
}
/* Active radio button icon */
.ui-page-theme-a .ui-icon-radio-on:after,
html .ui-bar-a .ui-icon-radio-on:after,
html .ui-body-a .ui-icon-radio-on:after,
html body .ui-group-theme-a .ui-icon-radio-on:after,
.ui-btn.ui-icon-radio-on.ui-btn-a:after {
border-color: #595050/*{a-active-background-color}*/
;
}
/* Focus */
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-btn.ui-btn-a:focus,
html body .ui-group-theme-a .ui-btn:focus,
[class*="ui-group-theme-"] .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-btn-a.ui-focus,
html body .ui-body-a.ui-focus,
html body .ui-group-theme-a .ui-focus,
[class*="ui-group-theme-"] .ui-btn-a.ui-focus,
[class*="ui-group-theme-"] .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #595050/*{a-active-background-color}*/
;
-moz-box-shadow: 0 0 12px #595050/*{a-active-background-color}*/
;
box-shadow: 0 0 12px #595050/*{a-active-background-color}*/
;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
background: #1d1d1d;
border-color: #1b1b1b;
color: #fff;
text-shadow: 0 1px 0 #111;
font-weight: bold;
}
.ui-bar-b {
border-width: 1px;
border-style: solid;
}
/* Page */
.ui-page-theme-b,
/* Count bubble */
.ui-page-theme-b .ui-li-count,
html .ui-bar-b .ui-li-count,
html .ui-body-b .ui-li-count,
html body .ui-group-theme-b .ui-li-count,
.ui-btn.ui-btn-b > .ui-li-count,
.ui-li-static.ui-body-b > .ui-li-count,
.ui-li-divider.ui-bar-b > .ui-li-count,
.ui-listview li .ui-li-count.ui-body-b {
background: #252525;
border-color: #454545;
color: #fff;
text-shadow: 0 1px 0 #111;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b, .top_search,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
.ui-overlay-b {
background: #2a2a2a;
border-color: #1d1d1d/*{b-body-border}*/
;
color: #fff/*{b-body-color}*/
;
text-shadow: 0/*{b-body-shadow-x}*/
1px/*{b-body-shadow-y}*/
0/*{b-body-shadow-radius}*/
#111/*{b-body-shadow-color}*/
;
}
.ui-body-b {
border: 1px solid #AAA;
color: #333;
text-shadow: 0 1px 0 #FFF;
background: #F9F9F9;
background-image: -webkit-gradient(linear, left top, left bottom, from( #F9F9F9), to( #EEE));
background-image: -webkit-linear-gradient( #F9F9F9, #EEE);
background-image: -moz-linear-gradient( #F9F9F9, #EEE);
background-image: -ms-linear-gradient( #F9F9F9, #EEE);
background-image: -o-linear-gradient( #F9F9F9, #EEE);
background-image: linear-gradient( #F9F9F9, #EEE);
}
/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
color: #33ccff/*{b-link-color}*/
;
font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
color: #33ccff/*{b-link-visited}*/
;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
color: #3399ff/*{b-link-hover}*/
;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
color: #3399ff/*{b-link-active}*/
;
}
/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-btn.ui-btn-b,
html body .ui-btn.ui-btn-b.showmore,
html body .ui-group-theme-b .ui-btn,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b,
/* Button visited */
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-btn.ui-btn-b:visited,
html body .ui-group-theme-b .ui-btn:visited,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b:visited {
border: 1px solid #0d4f99 !important;
background: #0d4f99 !important;
font-weight: bold !important;
color: #FFF !important;
text-shadow: 0 1px 1px #000 !important;
}
#panelTrigger {
	border: 1px solid #EC7644 !important;
	background: #EC7644 !important;
	text-shadow: none !important;
}
#results_header {
	border: 1px soild #0e4f99 !important;
	background: #0e4f99 !important;
	color: #FFF !important;
	text-shadow: none !important;
}
html body .ui-btn.ui-btn-b.showmore {
  background: #0D4F99 !important;
  border: 1px solid #0D4F99 !important;
}
.showmore {
  width: 95px !important;
  height: 40px !important;
  font-size: 12px !important;
}
/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-btn.ui-btn-b:hover,
html body .ui-btn.ui-btn-b.showmore:hover,
html body .ui-group-theme-b .ui-btn:hover,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b:hover {
background-color: #373737;
border-color: #1F1F1F;
color: #FFF;
text-shadow: 0 1px 0 #111;
}
html body .ui-btn.ui-btn-b.showmore:hover {
  background: #0D4F99 !important;
  border: 1px solid #0D4F99 !important;
}
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-btn.ui-btn-b:hover,
html body .ui-group-theme-b .ui-btn:hover,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b:hover {
border: 1px solid #0d4f99;
background: #0d4f99 !important;
font-weight: bold !important;
color: #FFF !important;
}
/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-btn.ui-btn-b:active,
html body .ui-group-theme-b .ui-btn:active,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b:active {
border: 1px solid #005f9c/*{b-bhover-border}*/
;
font-weight: bold;
color: #FFFFFF/*{b-bhover-color}*/
;
background: #ea480a;
/* Old browsers */
background: -moz-linear-gradient(top, #ea480a 0%, #e74709 5%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea480a), color-stop(5%, #e74709));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ea480a 0%, #e74709 5%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ea480a 0%, #e74709 5%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #ea480a 0%, #e74709 5%);
/* IE10+ */
background: linear-gradient(to bottom, #ea480a 0%, #e74709 5%);
/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea480a', endColorstr='#e74709', GradientType=0);
/* IE6-9 */
}
/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-btn.ui-btn-b.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-icon-checkbox-on:after,
html .ui-bar-b .ui-icon-checkbox-on:after,
html .ui-body-b .ui-icon-checkbox-on:after,
html body .ui-group-theme-b .ui-icon-checkbox-on:after,
.ui-btn.ui-icon-checkbox-on.ui-btn-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
background-color: #33ccff/*{b-active-background-color}*/
;
border-color: #3399ff/*{b-active-border}*/
;
color: #fff/*{b-active-color}*/
;
text-shadow: 0/*{b-active-shadow-x}*/
1px/*{b-active-shadow-y}*/
0/*{b-active-shadow-radius}*/
#3399ff/*{b-active-shadow-color}*/
;
}
/* Active radio button icon */
.ui-page-theme-b .ui-icon-radio-on:after,
html .ui-bar-b .ui-icon-radio-on:after,
html .ui-body-b .ui-icon-radio-on:after,
html body .ui-group-theme-b .ui-icon-radio-on:after,
.ui-btn.ui-icon-radio-on.ui-btn-b:after {
border-color: #33ccff/*{b-active-background-color}*/
;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-btn.ui-btn-b:focus,
html body .ui-group-theme-b .ui-btn:focus,
[class*="ui-group-theme-"] .ui-btn.ui-btn-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-btn-b.ui-focus,
html body .ui-body-b.ui-focus,
html body .ui-group-theme-b .ui-focus,
[class*="ui-group-theme-"] .ui-btn-b.ui-focus,
[class*="ui-group-theme-"] .ui-body-b.ui-focus {
-webkit-box-shadow: 0 0 12px #33ccff/*{b-active-background-color}*/
;
-moz-box-shadow: 0 0 12px #33ccff/*{b-active-background-color}*/
;
box-shadow: 0 0 12px #33ccff/*{b-active-background-color}*/
;
}
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4 */
.ui-disabled,
.ui-state-disabled,
.ui-select .ui-btn.ui-state-disabled {
filter: Alpha(Opacity=30);
opacity: .3;
cursor: default !important;
pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow * {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
outline-width: 1px;
outline-style: auto;
}
/* Custom Styles
-----------------------------------------------------------------------------------------------------------*/
.logo {
padding-top: 7px;
text-align: center;
}
.header-sub {
background: #FFF;
/*background: linear-gradient(to bottom, #006e3b 0%,#007f3f 65%);*/
height: 90px;
margin: 0;
padding: 0;
}
.ui-listview .ui-li-divider {
text-align: center;
}
.ui-listview .ui-li-divider .kitHeader{
text-align: left;
font-size: 16px !important;
}
.ui-listview .ui-li-divider .kitCheckbox{
text-align: right;
}
.ui-li-divider {
padding: 0.8em 15px!important;
}
.ui-mobile label,
.ui-controlgroup-label {
margin: 0;
}
.ui-input-search input#search-basic {
margin: 5px 0 5px 0;
border: 1px solid #999999;
border-radius: 10px;
text-shadow: none;
color: #000;
}
.ui-page-theme-a .ui-body-inherit {
/* margin: 5px 0 5px 0;
border: 1px solid #999999;
border-radius: 10px; */
text-shadow: none;
color: #000;
}
.ui-header a.ui-btn, .ui-header a.ui-btn.blue {
border: 1px solid #0e4f99 !important;
background: #0e4f99 !important;
color: #FFF !important;
text-shadow: none !important;
font-size: 12px;
box-shadow: none;
}
.ui-header a.btn-add-all, #shoppingcart #top-nav a.ui-btn, #mykits #top-nav a.ui-btn {
border: 1px solid #EC7644 !important;
background: #EC7644 !important;
color: #FFF !important;
text-shadow: none !important;
font-size: 12px;
box-shadow: none;
}
.ui-header a.ui-btn.blue {
border: 1px solid #0D4F99 !important;
background: #0D4F99 !important;
}
.ui-header a.ui-btn.blue:hover {
background: #0D4F99 !important;
}
.ui-header a.ui-btn:hover {
background: #5e5e5e !important;
}
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear {
top: 52%;
}
.ui-page-theme-a .ui-icon-radio-on:after,
html .ui-bar-a .ui-icon-radio-on:after,
html .ui-body-a .ui-icon-radio-on:after,
html body .ui-group-theme-a .ui-icon-radio-on:after,
.ui-btn.ui-icon-radio-on.ui-btn-a:after {
border-color: #005f9c/*{a-active-background-color}; */
;
}
.ui-page-theme-a {
color: #333;
text-shadow: 0 1px 0 #FFF;
background: #F0F0F0;
background-image: -webkit-gradient(linear, left top, left bottom, #EEE), #DDD));
background-image: -webkit-linear-gradient(top, #EEE, #DDD);
background-image: -moz-linear-gradient(top, #EEE, #DDD);
background-image: -ms-linear-gradient(top, #EEE, #DDD);
background-image: -o-linear-gradient(top, #EEE, #DDD);
background-image: linear-gradient(top, #EEE, #DDD);
}
.ui-page-theme-a .ui-btn {
/* background: #EEE; */
background: #ffffff;
font-weight: bold;
color: #2F3E46;
text-shadow: 0 1px 1px #F6F6F6;
/* background-image: -webkit-gradient(linear,left top,left bottom,#FDFDFD),#EEE));
background-image: -webkit-linear-gradient(top,#FDFDFD,#EEE);
background-image: -moz-linear-gradient(top,#FDFDFD,#EEE);
background-image: -ms-linear-gradient(top,#FDFDFD,#EEE);
background-image: -o-linear-gradient(top,#FDFDFD,#EEE);
background-image: linear-gradient(top,#FDFDFD,#EEE); */
}
.ui-page-theme-a .ui-bar-inherit {
border: none;
}
.ui-body-b {
border: 1px solid #0e4f99;
background: #0e4f99;
color: #222;
text-shadow: 0 1px 0 #FFF;
font-weight: normal;
background-image: -webkit-gradient(linear, left top, left bottom, from( #0e4f99), to( #0e4f99));
background-image: -webkit-linear-gradient( #0e4f99,#0e4f99);
background-image: -moz-linear-gradient( #0e4f99, #0e4f99);
background-image: -ms-linear-gradient( #0e4f99, #0e4f99);
background-image: -o-linear-gradient( #0e4f99, #0e4f99);
background-image: linear-gradient( #0e4f99, #0e4f99);
}
.ui-btn-up-b {
border: 1px solid #9D060B;
background: #D6131A;
font-weight: bold;
color: #FFF;
text-shadow: 0 1px 1px #85060B;
background-image: -webkit-gradient(linear, left top, left bottom, #D9141B), #C60C12));
background-image: -webkit-linear-gradient(top, #D9141B, #C60C12);
background-image: -moz-linear-gradient(top, #D9141B, #C60C12);
background-image: -ms-linear-gradient(top, #D9141B, #C60C12);
background-image: -o-linear-gradient(top, #D9141B, #C60C12);
background-image: linear-gradient(top, #D9141B, #C60C12);
}
html /*.top_search*/ .ui-body-b .ui-body-inherit {
border: none;
width: 100%;
padding: 0;
margin: 0;
display: block;
background: #fff;
outline: 0 !important;
}
/*html .top_search {
border: none;
width: 100%;
padding: 0;
margin: 0;
display: block;
background: #fff;
outline: 0 !important;
}
.top_search {
border: 1px solid #999;
background: #F3F3F3;
color: #222;
text-shadow: 0 1px 0 #FFF;
font-weight: normal;
background-image: -webkit-gradient(linear, left top, left bottom, from( #DDD), to( #CCC));
background-image: -webkit-linear-gradient( #DDD, #CCC);
background-image: -moz-linear-gradient( #DDD, #CCC);
background-image: -ms-linear-gradient( #DDD, #CCC);
background-image: -o-linear-gradient( #DDD, #CCC);
background-image: linear-gradient( #DDD, #CCC);
}*/
.ui-header {
border: 1px solid #BBB;
background: #BBB;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 #EEE;
background-image: -webkit-gradient(linear, left top, left bottom, from( #DDD), to( #BBB));
background-image: -webkit-linear-gradient( #DDD, #BBB);
background-image: -moz-linear-gradient( #DDD, #BBB);
background-image: -ms-linear-gradient( #DDD, #BBB);
background-image: -o-linear-gradient( #DDD, #BBB);
background-image: linear-gradient( #DDD, #BBB);
}
.ui-bar-error {
border: 1px solid #DC7F7A;
background: #EBB4B0;
color: #c8443c;
font-weight: bold;
text-shadow:none;
}
.ui-body-error{
color:#000000;
text-shadow:none;
text-align:center;
}
.ui-body-c {
border: 1px solid #B3B3B3;
color: #333;
background: #fff;
text-shadow: 0 1px 0 #FFF;
background: #F0F0F0;
background-image: -webkit-gradient(linear, left top, left bottom, #EEE), #DDD));
background-image: -webkit-linear-gradient(top, #EEE, #DDD);
background-image: -moz-linear-gradient(top, #EEE, #DDD);
background-image: -ms-linear-gradient(top, #EEE, #DDD);
background-image: -o-linear-gradient(top, #EEE, #DDD);
background-image: linear-gradient(top, #EEE, #DDD);
}
.ui-bar-d {
border: 1px solid #0e4f99;
background: #0e4f99;
color: #FFF;
font-weight: bold;
text-shadow: none;
background-image: -webkit-gradient(linear, left top, left bottom, from( #0e4f99), to( #0e4f99));
background-image: -webkit-linear-gradient( #0e4f99, #0e4f99);
background-image: -moz-linear-gradient( #0e4f99, #0e4f99);
background-image: -ms-linear-gradient( #0e4f99, #0e4f99);
background-image: -o-linear-gradient( #0e4f99, #0e4f99);
background-image: linear-gradient( #0e4f99, #0e4f99);
}
.ui-body-d,
.ui-overlay-d {
border: 1px solid #BBB;
color: #333;
text-shadow: 0 1px 0 #FFF;
background: #FFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
background-image: -webkit-linear-gradient(#FFF, #FFF);
background-image: -moz-linear-gradient(#FFF, #FFF);
background-image: -ms-linear-gradient(#FFF, #FFF);
background-image: -o-linear-gradient(#FFF, #FFF);
background-image: linear-gradient(#FFF, #FFF);
}
li.ui-block-a.footer a {
color: #fff;
text-shadow: 0 1px 0 #000;
border-right: 1px solid #5c5f61;
background: #535458;
background: -moz-linear-gradient(top, #535458 0%, #363739 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535458), color-stop(80%, #363739));
background: -webkit-linear-gradient(top, #535458 0%, #363739 80%);
background: -o-linear-gradient(top, #535458 0%, #363739 80%);
background: -ms-linear-gradient(top, #535458 0%, #363739 80%);
background: linear-gradient(to bottom, #535458 0%, #363739 80%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#535458', endColorstr='#363739', GradientType=0);
}
li.ui-block-b.footer a {
color: #fff;
text-shadow: 0 1px 0 #000;
border-left: 1px solid #282a2b;
background: #535458;
background: -moz-linear-gradient(top, #535458 0%, #363739 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535458), color-stop(80%, #363739));
background: -webkit-linear-gradient(top, #535458 0%, #363739 80%);
background: -o-linear-gradient(top, #535458 0%, #363739 80%);
background: -ms-linear-gradient(top, #535458 0%, #363739 80%);
background: linear-gradient(to bottom, #535458 0%, #363739 80%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#535458', endColorstr='#363739', GradientType=0);
}
li.ui-block-b.footer-right a {
color: #fff;
text-shadow: 0 1px 0 #000;
border-right: 1px solid #282a2b;
background: #535458;
background: -moz-linear-gradient(top, #535458 0%, #363739 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535458), color-stop(80%, #363739));
background: -webkit-linear-gradient(top, #535458 0%, #363739 80%);
background: -o-linear-gradient(top, #535458 0%, #363739 80%);
background: -ms-linear-gradient(top, #535458 0%, #363739 80%);
background: linear-gradient(to bottom, #535458 0%, #363739 80%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#535458', endColorstr='#363739', GradientType=0);
}
li.ui-block-c.footer a {
color: #fff;
text-shadow: 0 1px 0 #000;
border-right: 1px solid #5c5f61;
background: #535458;
background: -moz-linear-gradient(top, #535458 0%, #363739 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535458), color-stop(80%, #363739));
background: -webkit-linear-gradient(top, #535458 0%, #363739 80%);
background: -o-linear-gradient(top, #535458 0%, #363739 80%);
background: -ms-linear-gradient(top, #535458 0%, #363739 80%);
background: linear-gradient(to bottom, #535458 0%, #363739 80%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#535458', endColorstr='#363739', GradientType=0);
}
li.ui-block-c.footer-left a {
color: #fff;
text-shadow: 0 1px 0 #000;
border-left: 1px solid #5c5f61;
background: #535458;
background: -moz-linear-gradient(top, #535458 0%, #363739 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535458), color-stop(80%, #363739));
background: -webkit-linear-gradient(top, #535458 0%, #363739 80%);
background: -o-linear-gradient(top, #535458 0%, #363739 80%);
background: -ms-linear-gradient(top, #535458 0%, #363739 80%);
background: linear-gradient(to bottom, #535458 0%, #363739 80%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#535458', endColorstr='#363739', GradientType=0);
}
li.ui-block-d.footer a {
color: #fff;
text-shadow: 0 1px 0 #000;
border-left: 1px solid #282a2b;
background: #535458;
background: -moz-linear-gradient(top, #535458 0%, #363739 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535458), color-stop(80%, #363739));
background: -webkit-linear-gradient(top, #535458 0%, #363739 80%);
background: -o-linear-gradient(top, #535458 0%, #363739 80%);
background: -ms-linear-gradient(top, #535458 0%, #363739 80%);
background: linear-gradient(to bottom, #535458 0%, #363739 80%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#535458', endColorstr='#363739', GradientType=0);
}
li.ui-block-a.footer a:hover {
color: #fff;
text-shadow: 0 1px 0 #000;
border-right: 1px solid #5c5f61;
background: #363739;
background: -moz-linear-gradient(top, #363739 0%, #535458 78%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363739), color-stop(78%, #535458));
background: -webkit-linear-gradient(top, #363739 0%, #535458 78%);
background: -o-linear-gradient(top, #363739 0%, #535458 78%);
background: -ms-linear-gradient(top, #363739 0%, #535458 78%);
background: linear-gradient(to bottom, #363739 0%, #535458 78%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#363739', endColorstr='#535458', GradientType=0);
}
li.ui-block-b.footer a:hover {
color: #fff;
text-shadow: 0 1px 0 #000;
border-left: 1px solid #282a2b;
background: #363739;
background: -moz-linear-gradient(top, #363739 0%, #535458 78%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363739), color-stop(78%, #535458));
background: -webkit-linear-gradient(top, #363739 0%, #535458 78%);
background: -o-linear-gradient(top, #363739 0%, #535458 78%);
background: -ms-linear-gradient(top, #363739 0%, #535458 78%);
background: linear-gradient(to bottom, #363739 0%, #535458 78%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#363739', endColorstr='#535458', GradientType=0);
}
li.ui-block-b.footer-right a:hover {
color: #fff;
text-shadow: 0 1px 0 #000;
border-right: 1px solid #282a2b;
background: #363739;
background: -moz-linear-gradient(top, #363739 0%, #535458 78%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363739), color-stop(78%, #535458));
background: -webkit-linear-gradient(top, #363739 0%, #535458 78%);
background: -o-linear-gradient(top, #363739 0%, #535458 78%);
background: -ms-linear-gradient(top, #363739 0%, #535458 78%);
background: linear-gradient(to bottom, #363739 0%, #535458 78%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#363739', endColorstr='#535458', GradientType=0);
}
li.ui-block-c.footer a:hover {
color: #fff !important;
text-shadow: 0 1px 0 #000;
border-right: 1px solid #5c5f61;
background: #363739;
background: -moz-linear-gradient(top, #363739 0%, #535458 78%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363739), color-stop(78%, #535458));
background: -webkit-linear-gradient(top, #363739 0%, #535458 78%);
background: -o-linear-gradient(top, #363739 0%, #535458 78%);
background: -ms-linear-gradient(top, #363739 0%, #535458 78%);
background: linear-gradient(to bottom, #363739 0%, #535458 78%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#363739', endColorstr='#535458', GradientType=0);
}
li.ui-block-c.footer-left a:hover {
color: #fff;
text-shadow: 0 1px 0 #000;
border-left: 1px solid #5c5f61;
background: #363739;
background: -moz-linear-gradient(top, #363739 0%, #535458 78%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363739), color-stop(78%, #535458));
background: -webkit-linear-gradient(top, #363739 0%, #535458 78%);
background: -o-linear-gradient(top, #363739 0%, #535458 78%);
background: -ms-linear-gradient(top, #363739 0%, #535458 78%);
background: linear-gradient(to bottom, #363739 0%, #535458 78%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#363739', endColorstr='#535458', GradientType=0);
}
li.ui-block-d.footer a:hover {
color: #fff;
text-shadow: 0 1px 0 #000;
border-left: 1px solid #282a2b;
background: #363739;
background: -moz-linear-gradient(top, #363739 0%, #535458 78%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363739), color-stop(78%, #535458));
background: -webkit-linear-gradient(top, #363739 0%, #535458 78%);
background: -o-linear-gradient(top, #363739 0%, #535458 78%);
background: -ms-linear-gradient(top, #363739 0%, #535458 78%);
background: linear-gradient(to bottom, #363739 0%, #535458 78%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#363739', endColorstr='#535458', GradientType=0);
}
.ui-listview>li.ui-li-has-alt>a.ui-btn {
color: #000 !important;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(89%, #fcfcfc));
background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 89%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
}
.ui-listview-inset>li.ui-li-has-alt>.ui-btn+.ui-btn {
background: #f7f7f7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(99%, #f7f7f7));
background: -webkit-linear-gradient(top, #f7f7f7 0%, #f7f7f7 99%);
background: -o-linear-gradient(top, #f7f7f7 0%, #f7f7f7 99%);
background: -ms-linear-gradient(top, #f7f7f7 0%, #f7f7f7 99%);
background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 99%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0);
}
.ui-collapsible-inset,
.ui-collapsible-set {
margin-bottom: 20px !important;
}
.ul-listview,
.ui-li-static,
.ui-listview,
.ui-li-divider,
.ui-listview>li>a.ui-btn {
white-space: normal !important;
}
h4.ui-collapsible-heading {
font-size: 19px !important;
}
.ui-radio input {
left: .600em !important;
z-index: 999 !important;
}
.extralinks-wrapper {
margin-top: 35px;
text-align: center;
}
.extralinks-wrapper ul {
font-size: 12px;
list-style-type: none;
display: inline-block;
margin: 0;
padding: 0;
}
.extralinks-wrapper li {
float: left;
padding: 2px 5px;
}
a.desktop-link {
font-size: 12px;
text-align: center;
clear: both;
padding-top: 5px;
}
ul.custompartslist {
list-style-type: none;
padding: 0px;
}
.popup-background {
background: #FFF;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(89%, #FCFCFC));
background: -webkit-linear-gradient(top, #FFF 0%, #FCFCFC 89%);
background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 89%);
background: linear-gradient(to bottom, #FFF 0%, #FCFCFC 89%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
}
a.ui-btn.ui-corner-all.btn-ordermode {
display: block;
border: 1px solid #4e5052 !important;
background: #636363 !important;
color: #FFF !important;
text-shadow: 0 1px 1px #747576 !important;
font-size: 12px;
}
a.ui-btn.ui-corner-all.btn-ordermode:hover {
background: #5e5e5e !important;
}
a.ui-link.ui-btn.ui-icon-storefront-empty.ui-btn-icon-top:hover {
background-color: #535458 !important;
}
a.ui-link.ui-btn.ui-icon-storefront-savekit.ui-btn-icon-top {
color: #fff;
}
.ui-dialog {
background: rgba(0, 0, 0, 0.5) !important;
}
.custom-corners .ui-bar {
-webkit-border-top-left-radius: inherit !important;
border-top-left-radius: inherit;
-webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
}
.custom-corners .ui-body {
border-top-width: 0;
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
}
h3.section-header {
text-align: center;
display: block;
font-size: 14px;
font-weight: 700;
cursor: default;
outline: 0;
}
ul.custompartslist .ui-checkbox {
margin: .5em 0;
position: relative;
display: inline-block;
width: 35px;
}
ul.custompartslist li {
padding-bottom: 5px;
}
.productbtns {
border: 1px solid #BBB;
color: #111;
text-shadow: 0 1px 0 #EEE;
}
.ui-controlgroup-controls .ui-icon-minus,
.ui-controlgroup-controls .ui-icon-plus {
width: 12px !important;
}
img.half-img {
width: 30% !important;
}
.ui-page-theme-a .ui-body-inherit {
border-color: #BBB;
}
.pull-right {
float: right !important;
}
img.vendorlogo {
margin: 0px 0 0 5px !important;
}
.noborderbtns .ui-page-theme-a .ui-btn,
.noborderbtns .ui-header a.ui-btn {
border-color: transparent !important;
}
.ui-panel {
width: 100% !important;
}
.ui-panel.ui-panel-closed {
width: 0;
}
.ui-panel-animate.ui-panel-page-content-position-right {
transform: translate3d(-100%, 0, 0);
}
.ui-panel-inner {
padding-top: 0px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
.no-bottom-margin {
margin-bottom: 0px !important;
}
.no-border {
border: none !important;
}
.hidden {
display: none !important;
}
.search-results-margin {
margin-top: 55px !important;
}
.search-results-margin1 {
margin-top: 15px !important;
}
.navbar_float {
background: #636363 !important;
color: #FFF !important;
text-shadow: none !important;
}
.ui-panel-animate {
transition: transform 1350ms ease 0s !important;
}
.filter-headers {
background-color: #BBB !important;
}
.pt0 {
padding-top: 0 !important;
}
.pt15 {
padding-top: 15px !important;
}
.ml15 {
margin-left: 15px !important;
}
.mt0{
margin-top:0px;
}
.mt50{
margin-top:50px;
}
.mt75{
margin-top:75px;
}
.mt180{
margin-top:180px;
}
.formHint{
  color: #777;
  font-size: .85em;
}
#singleProdFooter {
  font-size: 12px !important;
}
.ui-listview > li p {
  margin: 3px 0 3px 0 !important;
}
/* --------------------------------- */
/* Start Attribute Styling     */
/* --------------------------------- */
#attributes .ui-btn-icon-right-attr:after{
margin-top:-21px;
}
#myPanelFixed {
  background-color: #eaeaea !important;
}
li.attr_li {
  border-bottom: 1px solid #bbb;
}
li.attr_li:last-child {
  border-bottom: none;
}
div.side_box a:active, div.side_box a:hover {
  color: #282727;
}
.sidebar .side_box {
position: relative;
background: #ffffff;
border: solid 1px #adadad;
margin:0px 15px 0px 15px;
padding:0;
}
.sidebar .side_box {
border-top:none;
border-left: 1px solid #adadad;
border-right: 1px solid #adadad;
}
.sidebar .side_box:nth-of-type(1){
margin-top:0;
border-radius: 10px 10px 0 0;
border-top:1px solid #adadad;
}
.sidebar .side_box:nth-of-type(1) h5{
border-radius: 10px 10px 0 0;
}
.sidebar h5 {
padding:8px 15px;
margin:0;
font-size:15px;
border-top:none;
border-left:none;
border-right:none;
background: #D3D2D2;
}
.sidebar .side_box ul {
margin:5px 0 0;
padding:0;
display: none;
}
.sidebar .side_box ul li {
margin:15px 0 15px 0;
padding:3px 5px 20px 5px;
display:block;
}
.sidebar .side_box ul li:disabled {
color:#999999;
}
.sidebar .side_box ul li:hover{
cursor: pointer;
}
.sidebar .side_box ul li.expand {
color: #E54147;
padding-left:40px;
font-weight:bold;
margin-bottom: 0 !important;
}
.sidebar .side_box ul li:last-child {
border-radius:0px 0px 5px 5px;
}
.sidebar_1 h5 a {
color:#282727;
display:block;
}
.sidebar_1 h5.active a {
background:url(../images/arrow_up.png) no-repeat right center;
}
.sidebar .col_box ul li .Attr_Link {
padding-left:35px; /*8px*/
font-size:13px !important;
line-height:1px; /*13px !important;*/
vertical-align:middle !important;
}
.attr_li .Attr_Link {
padding-left:35px; /*8px*/
font-size:13px !important;
line-height:1px; /*13px !important;*/
vertical-align:middle !important;
}
.sidebar .col_box ul li input[type='checkbox']{
line-height:16px !important;
vertical-align:top !important;
}
.sidebar .col_box ul li:last-child{
padding-bottom:10px !important;
}
.hello {
  display: block !important;
}
.noline {
  text-decoration: none !important;
}
.selection {
  font-size: 11px;
  margin: 0px;
  padding-top: 3px;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
  background-color: #eaeaea !important;
}
/* Panel Styling */
.ui-panel-animate {
    transition: transform 350ms ease 0s !important;
}
.in, .out {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 350ms !important;
}
.kits_addbtn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#ordermode-listbox>div {
  background: #fff;
  color: #2f3e46;
  text-shadow: none;
}
#ordermode-listbox>div>h1 {
  text-align: left !important;
  margin-left: 12.5px !important;
}
#shipvia-listbox>div {
  background: #fff;
  color: #2f3e46;
  text-shadow: none;
}
#shipvia-listbox>div>h1 {
  text-align: left !important;
  margin-left: 12.5px !important;
}
#singleProdFooter {
  font-size: 12px !important;
}
#currentCust label.ui-btn {
  border: 1px solid #ddd;
}
.ui-input-btn input#holdOrdBtn {
  background: #f4f4f4;
  opacity:  1;
}
a.uline {
  color: #006e3b;
}
/*Table Saw Styles*/


/*! Tablesaw - v1.0.3 - 2015-01-27
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */

table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}
/* Structure */

.tablesaw {
    border: 0;
    padding: 0;
}

.tablesaw th,
.tablesaw td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    border: 1px solid #ccc;
    background: none;
    background-color: #fafafa;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #4a4a4a;
    clear: both;
    cursor: pointer;
    display: block;
    font: bold 20px/1 sans-serif;
    margin: 0;
    padding: .5em .85em .4em .85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    /* Theming */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 255, 255, 255, .1)), color-stop(50%, rgba( 255, 255, 255, .1)), color-stop(55%, rgba( 170, 170, 170, .1)), to(rgba( 120, 120, 120, .15)));
    background-image: -webkit-linear-gradient(top, rgba( 255, 255, 255, .1) 0%, rgba( 255, 255, 255, .1) 50%, rgba( 170, 170, 170, .1) 55%, rgba( 120, 120, 120, .15) 100%);
    background-image: linear-gradient( top, rgba( 255, 255, 255, .1) 0%, rgba( 255, 255, 255, .1) 50%, rgba( 170, 170, 170, .1) 55%, rgba( 120, 120, 120, .15) 100%);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
    color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none;
}


/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 100, 100, 100, .35)), to(rgba( 255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba( 100, 100, 100, .35) 0%, rgba( 255, 255, 255, 0) 70%);
    background-image: linear-gradient( top, rgba( 100, 100, 100, .35) 0%, rgba( 255, 255, 255, 0) 70%);
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #208de3;
    background-color: #fff;
    outline: none;
}

.tablesaw-bar .btn:focus {
    -webkit-box-shadow: 0 0 .35em #4faeef !important;
    box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
    color: #208de3;
    background-color: #fff;
    border-color: #aaa;
    outline: none;
}

.tablesaw-bar .btn-select select {
    background: none;
    border: none;
    display: block;
    position: absolute;
    font-weight: inherit;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
}

.tablesaw-bar .btn-select select {
    opacity: 0;
    filter: alpha(opacity=0);
    display: inline-block;
    color: transparent;
}

.tablesaw-bar .btn select option {
    background: #fff;
    color: #000;
    font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em;
    text-align: left;
    text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
}

.tablesaw-bar .btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left;
}

.tablesaw-bar .btn-select:after {
    background: #e5e5e5;
    background: rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, .25);
    box-shadow: 0 2px 2px rgba(255, 255, 255, .25);
    content: " ";
    display: block;
    position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
    padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
    background: none;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    font-size: .55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
    width: 1.2em;
    font-size: .5em;
    padding-top: 1em;
    padding-right: .5em;
    line-height: 1.65;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left-width: 0;
}


/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
    font-size: .8125em;
    padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .5em;
    position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    top: .45em;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    left: .6em;
    border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: .7em;
    border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}


/* Table Toolbar */

.tablesaw-bar {
    clear: both;
    font-family: sans-serif;
}

.tablesaw-toolbar {
    font-size: .875em;
    float: left;
}

.tablesaw-toolbar label {
    padding: .5em 0;
    clear: both;
    display: block;
    color: #888;
    margin-right: .5em;
    text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    font-family: sans-serif;
    font-size: 1em;
    padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
    color: #888;
    text-transform: none;
    background: transparent;
}

.tablesaw-toolbar ~ table {
    clear: both;
}

.tablesaw-toolbar .a11y-sm {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media (min-width: 24em) {
    .tablesaw-toolbar .a11y-sm {
        clip: none;
        height: auto;
        width: auto;
        position: static;
        overflow: visible;
    }
}

table.tablesaw tbody th {
    font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
    color: #444;
    font-size: .9em;
}

.tablesaw th,
.tablesaw td {
    line-height: 1em;
    text-align: left;
    vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
    vertical-align: middle;
    font-size: 1.17em;
    /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
    margin: 0;
}

.tablesaw thead {
    border: 1px solid #e5e5e4;
    background: #e2dfdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2dfdc));
    background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
    background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
    font-weight: 100;
    color: #777;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
}

.tablesaw thead tr:first-child th {
    font-weight: normal;
    font-family: sans-serif;
    border-right: 1px solid #e4e1de;
}


/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
    text-align: left;
    margin-bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    line-height: 2.4;
}

@media (min-width: 25em) {
    .tablesaw caption {
        margin-bottom: .6em;
        line-height: 1.2;
    }
}


/* Stack */

.tablesaw-cell-label-top {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: normal;
}

.tablesaw-cell-label {
    font-size: .65em;
    text-transform: uppercase;
    color: #888;
    font-family: sans-serif;
}

@media (min-width: 40em) {
    .tablesaw td {
        line-height: 2em;
        font-size: 13px;
    }
}

@media only all {
    .tablesaw-swipe .tablesaw-cell-persist {
        border-right: 1px solid #e4e1de;
    }
    .tablesaw-swipe .tablesaw-cell-persist {
        -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
        box-shadow: 3px 0 4px -1px #e4e1de;
    }
}


/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}


/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
    /* Show the table cells as a block level element */
    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }
    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }
    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block;
    }
    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }
    .tablesaw-cell-label {
        display: block;
    }
    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }
    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }
    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%;
    }
    .tablesaw-cell-label {
        vertical-align: top;
    }
    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block;
    }
    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }
}


/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row;
    }
    /* Show the table header rows */
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }
    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important;
    }
}

.tablesaw-fix-persist {
    table-layout: fixed;
}

@media only all {
    /* Unchecked manually: Always hide */
    .tablesaw-swipe th.tablesaw-cell-hidden,
    .tablesaw-swipe td.tablesaw-cell-hidden {
        display: none;
    }
}

.btn.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative;
    /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em;
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}


/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
    display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0;
}


/* Hide all prioritized columns by default */

@media only all {
    .tablesaw-columntoggle th.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: none;
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none;
}


/* Preset breakpoints if "" class added to table */


/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: table-cell;
    }
}


/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-2 {
        display: table-cell;
    }
}


/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-3 {
        display: table-cell;
    }
    .tablesaw-columntoggle tbody td {
        line-height: 2;
    }
}


/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-4 {
        display: table-cell;
    }
}


/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-5 {
        display: table-cell;
    }
}


/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
    .tablesaw-columntoggle th.tablesaw-priority-6,
    .tablesaw-columntoggle td.tablesaw-priority-6 {
        display: table-cell;
    }
}

@media only all {
    /* Unchecked manually: Always hide */
    .tablesaw-columntoggle th.tablesaw-cell-hidden,
    .tablesaw-columntoggle td.tablesaw-cell-hidden {
        display: none;
    }
    /* Checked manually: Always show */
    .tablesaw-columntoggle th.tablesaw-cell-visible,
    .tablesaw-columntoggle td.tablesaw-cell-visible {
        display: table-cell;
    }
}

.tablesaw-columntoggle-popup .btn-group > label {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
    margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
    position: relative;
}

.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-bottom: .7em;
    padding-left: .6em;
    padding-right: .6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
    min-width: 100%;
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    font: inherit;
    text-transform: inherit;
    position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    width: 7px;
    height: 10px;
    content: "\0020";
    position: absolute;
    right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "↑";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "↓";
}

.tablesaw-sortable .not-applicable:after {
    content: "--";
    display: block;
}

.tablesaw-sortable .not-applicable span {
    display: none;
}

.tablesaw-advance {
    float: right;
}

.tablesaw-advance.minimap {
    margin-right: .4em;
}

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tablesaw-advance-dots li {
    display: table-cell;
    margin: 0;
    padding: .4em .2em;
}

.tablesaw-advance-dots li i {
    width: .25em;
    height: .25em;
    background: #555;
    border-radius: 100%;
    display: inline-block;
}

.tablesaw-advance-dots-hide {
    opacity: .25;
    filter: alpha(opacity=25);
    cursor: default;
    pointer-events: none;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../icons/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../icons/MaterialIcons-Regular.woff2) format('woff2'),
url(../icons/MaterialIcons-Regular.woff) format('woff'),
url(../icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
vertical-align:middle;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-menu {color:#696969;}
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3);
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.Qbubble {
	left: 0px;
	width: 150px;
	top: 75px;
	margin-left: 15px;
	background: #dc1e23 !important;
	color: #fff !important;
	font-size: 11px;
}
/*.btn-epic {
width: 100% !important;
}*/
.errMsgFont {
color: red !important;
}
.accountTools {
margin-top:0 !important;
margin-bottom:0 !important;
position: absolute;
top: 4px;
right: 60px;
width: 52px;
}
.accountToolsGuest {
margin-top: 4px !important;
position: absolute;
top: 0px;
right: 0px;
width: 52px ;
}
.kits_addbtn {
dorder-top-left-radius: 0 !important;
border-top-right-raduius: 0 !important;
}
.kitbtn {
display : table-cell !important;
}
.kitMenuIcon {
color: #fff !important;
}
#productdetails .extPrice, #editkits .extPrice, #categoryproductpage .extPrice, #searchresults .extPrice {
display: none;
}
a.photoicon, a.specicon, a.pdficon, a.linkicon {
width: 29px;
height: 29px;
display: inline-block;
text-indent: -9999px;
vertical-align: middle;
cursor: pointer
}
a.photoicon {
background: url(../images/photo.png) no-repeat 0 -29px
}
a.specicon {
background: url(../images/specicon.png) no-repeat 0 -29px
}
a.pdficon {
background: url(../images/pdficon.png) no-repeat 0 -29px
}
a.linkicon {
/*background: url(../images/linkicon.png) no-repeat 0 -29px*/
background: url(../images/pdficon.png) no-repeat 0 -29px
}
.litP p {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 10px 15px;
}
.countBubl {
	right: 10px;
	font-size: 12px;
	position: relative;
	top: -10px;
}