/* breadcrumb/navbar corrections */
div.breadcrumb {
    margin-top: -6px;
}

div#body-bg-blue {
  background-image: url(../images/bg_level3-dana.jpg);
  background-repeat: repeat-x;
}

p.bc-nav-grey {
    color: #FFFFFF !important;
}

p.bc-nav-grey a, p.bc-nav-grey a:hover, p.bc-nav-grey a:active {
    color: white !important;
}

p.bc-nav-grey a {
    color: #FFFFFF;
    text-decoration: none;
}

p.bc-nav-grey a, p.bc-nav-grey a:hover, p.bc-nav-grey a:active {
    color: #858484;
    text-decoration: none;
    font-weight: normal;
}

p.bc-nav-grey a:hover {
   background-color: transparent !important;
}

/* /End breadcrumb corrections */

.pull-right {
  float: right;
}

.container {
    width: 784px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

.container a {
    text-decoration: none;
    color: #3f75a2;
}

.container a:hover, .container a:active {
    background-color: #C8DFEE;
    color: #16316F;
    text-decoration: none;
}

.center {
    text-align: center;
}

.pull-right {
    float: right;
}

div.product-thumbnail {
    text-align: center;
    width: 250px;
}

.product-thumbnail img {
    max-height: 200px;
    vertical-align: middle;
}

.product-thumbnail a#thumbnail:hover {
    background:none;
}

.product-thumbnail .thumbnail-caption {
    font-size: 10px;
    color: #777;
    position: relative;
    top: 5px;
    display: inline-block;
}

.product-heading .product-name {
    font-size: 1.45em;
    font-weight: 700;
    padding: 0px;
    margin-top: -12px;
}

.product-heading .product-slogan {
    font-size: 1.1em;
}

.product-heading .product-price-header {
    font-size: 1.0em;
    color: #9b1e24;
}

.product-heading .product-price-header span.quantity {
    font-size: 0.8em;
}

.product-highlights h3 {
    margin-top: 10px;
    font-size: 1.0em;
    border-bottom: 1px solid #dadada;
}

.product-highlights ul {
    padding-left: 0px;
    margin-left: 0px; /*IE7*/
    margin-top: -10px;
    font-size: 14px;

    list-style-type: none;
    list-style-image: none;
    font-size: 14px;
}

.product-highlights ul li {
    background-image: url(../images/img_arrow_small.gif);
    background-repeat: no-repeat;
    background-position: 0em .5em;
    padding: 2px 2px 2px 15px;
}

.product-heading .pricing {
    margin: 0px;
    text-align: right;
    float: right;
    font-size: 1.45em;
}

.quick-links a {
  margin-right: 10px;
}

.related-combo {
    padding: 10px;
    margin: 0px 0px 10px 0px;
    /*background: #d3d7df;
    border: 1px solid #16316f;*/
}

.related-combo img {
    margin-left: 10px;
}

.related-combo h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.related-combo h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.related-combo h6 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.btn {
  text-transform: none !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  color: #FFF !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none;
}

.btn-video {
  color: #fff;
  background-color: #CC181E;
}

.btn-video:hover {
  background-color: #B8151A !important;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #3071a9 !important;
  border-color: #285e8e !important;
}

.btn-ts {
  color: #fff;
  background-color: #16316F;
  border-color: #16316F;
}

.btn-ts:hover, .btn-ts:focus, .btn-ts:active {
  color: #fff;
  background-color: #102147 !important;
  border-color: #285e8e !important;
}

.product-heading .product-details {
    float: left;
    text-align: left;
    font-size: .8em;
    margin-top: 5px;
    width: 100%;
}

.product-heading .product-details ul {
    padding-left: 0px;
}

.product-heading .product-details ul li {
    list-style: none;
}

.product-configuration table {
    font-size: 12px;
    width: 100%;
    border: 1px solid #333;
}

.product-configuration th {
    padding: 5px;
    background: #16316F;
    color: #fff;
}

.product-configuration td {
    padding: 5px;
}

.product-configuration tr {
    border-bottom: 1px solid #333;
}

.product-configuration tr.heading {
   font-size: 13px;
}

.even {
   background: #d3d7df; /*#dadada;*/ 
}

.odd {
   background: #F2F2F2;
}

#block-diagram img {
  width: 755px;
}

label.required::after {
  content: " *";
  color: red;
}

.product-configuration tr.details {
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

ul#tabs {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold; 
}

ul#tabs li:first-child {
    margin-left: 0px;
}

ul#tabs li {
    display: inline; 
    margin-right: -2px;
    margin-left: -2px;
}

ul#tabs li a {
    color: #42454a;
    background-color: #dedbde;
    border: 1px solid #c9c3ba;
    border-bottom: none;
    padding: 10px;
    text-decoration: none;
}

ul#tabs li a:hover {
    background-color: #f1f0ee;
}

ul#tabs li a.selected, 
ul#tabs li a[href="#order"].selected {
    color: #FFF;
    background-color: #16316F;
    border: 1px solid #16316F;
}

div.tabContent {
    border: 1px solid #c9c3ba;
    padding: 1em;
    background-color: #eee;
    font-size: 0.8em;
}

ul#tabs li a[href="#order"] {
    background-color: #428bca;
    border: 1px solid #428bca;
    color: #fff;
}

div.tabContent.hide {
    display: none;
}

div.tabContent ul {
    font-size: 14px;
    list-style-type: none;
    list-style-image: none;
    font-size: 14px;
}

div.tabContent ul li {
    background-image: url(../images/img_arrow_small.gif);
    background-repeat: no-repeat;
    background-position: 0em .5em;
    padding: 2px 2px 2px 15px;
    margin-left: -20px;
}

.included ul {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.included li {
    float: left;
    display: inline;
}

#double li {
    width: 50%;
}

#triple li {
    width:33.333%;
}

.product-specs-table {
    width: 100%;
    text-align: left;
}

#specs td,
#pricing td {
   border: 1px solid black;
   padding: 5px;
}

#pricing td {
   text-align: right;
}

/* Remove padding on first spec group */
.product-specs-table tr:first-child th {
    padding-top: 0px;
}

tr.spec-group th {
    padding-top: 20px;
    padding-bottom: 5px;    
    width: 30%;
    font-size: 1em;
    color: #16316f;
    text-align: left;
}

td.spec-name {
    width:50%;
}

td.spec-value {
    width:50%;
}


.inquiry label {
    text-align: left;
    width: 110px;
    float: left;
    font-weight: bold;
    padding: 5px;
}

.inquiry input, 
.inquiry textarea {
    width: 300px;
    padding: 5px;
    font-size: 1em;
}

.inquiry textarea {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.inquiry input[type="button"],
.order button[type="button"],
.order input[type="reset"] {
    padding: 8px 15px;
    background: #16316f;
    border: 1px solid #000;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form#finq input[type="button"] {
  width: initial;
}

.order button[type="button"],
.order input[type="reset"] {
    width: initial;
    font-size: 1em;
}

.order input[type="reset"] {
    background: #747474;
}

div.order-buttons {
    margin-top: 20px;
    text-align: center;
}

.inquiry input[type="button"]:hover,
.order button[type="button"]:hover {
    background: #112552;
}

.order input[type="reset"]:hover {
    background: #474747;
}

.inquiry input[type="radio"] {
    width: 15px;
    clear: both;
    font-style: bold;
}

.inquiry input[type="checkbox"] {
    width: 15px;
    clear: both;
    font-style: bold;
}

.inquiry .label-caption {
    font-size: 10px;
    font-style: italic;
    color: #8b8b8b;
}

form p {
    clear: both;
}

table.pricing {
    width: 100%;
    text-align: left;
}

table.pricing tr:first-child.spacer {
    height: 0px;
}
table.pricing tr.spacer {
    height: 20px;
}

table.pricing .group-type th {
    padding: 10px 0px;
    text-align: center;
    width: 30%;
    font-size: 1.1em;
    color: #fff;
    background: #16316f;
    border: 1px solid #16316f;
}

table.pricing td.incompat {
    color: gray;
}

table.pricing td.part-name {
    width: 25%;
}

table.pricing td.part-desc {
    width: 70%;
}

table.pricing td.part-price {
    width: 7%;
    text-align: right;
}

table.pricing td.part-qty {
    width: 1%;
    text-align: right;
}

table.pricing th.part-price {
    text-align: right;
}

table.pricing th.part-price span {
    font-size: 10px;
    font-style: italic;
}


table.pricing td.part-qty input {
    text-align: right;
    border: 1px solid #16316F;
}

table.pricing td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #16316F;
    background: #fff;
}

table.pricing .header th {
    background: #d3d7df;
    color: #000;
    padding: 0px 5px;
    vertical-align: middle;
}

table.pricing tr.header {
    border: 1px solid #16316F;
}

.part-info {
  vertical-align: middle;
}

.meOptionsBottom h3 {
  font-size: 1em;
  color: #16316F;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  padding: 0px;
}

.meOptionsBottom table.pricing td:first-child {
  width: 30%; 
}

.meOptionsBottom table.pricing .header th {
  padding: 5px 5px;
  text-align: right;
}

.meOptionsBottom .options td:first-child {
  width: 80%;
}

div.lifecycle-alert {
  background-color:#FFFCCA; 
  border: 1px solid #C9C3BA;
  padding: 5px;
  margin: 0px 0px 10px 0px;
}

div.quick-survey {
/*  border-top:1px solid gray;
  border-bottom:1px solid gray;*/
  margin-left: 118px;
  width: 300px;
}

.inquiry .quick-survey textarea {
  width: 278px;
}

.quick-survey fieldset {
  border: 1px solid #999;
}

.quick-survey fieldset legend {
  font-size: 14px;
  font-weight: bold;
}

div.share-link {
  margin-top:10px;
}

#share-link-text-box {
  display:none;
}

#share-link-text-box-label {
  display:none;
  font-size:10px;
}

.blank-cell {
  background:none !important;
  border:none !important;
}

.align-left {
  text-align:left !important;
}

.customize td {
  text-align: left !important;
}

div.nested-product {
  background-color: #F2F2F2;
  border: 1px solid #C9C3BA;
  padding: 5px;
  margin-top: 5px;
}

img.rohs {
  vertical-align: text-bottom;
  margin: 3px 0 0 0; 
}


.img-container {
    position:relative;
}

.lifecycle-badge {
   position: absolute; 
   bottom: -15px;
   left: 5px;
   text-align: center; 
   width: 100%; 
   box-shadow: 0px -3px 15px -5px black;
    -webkit-box-shadow: 0px -3px 15px -5px black;
    -moz-box-shadow: 0px -3px 15px -5px black;
   padding: 1px 0px;
}

.lifecycle-badge.concept {
   background: rgba(248, 150, 27, 0.85);
}
.lifecycle-badge.sampling {
   background: rgba(41, 167, 225, 0.85);
}
.lifecycle-badge.new {
   background: rgba(132, 176, 63, 0.85);
}

.lifecycle-badge span { 
  color: white;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 12px;
}

div.combo-details {
  text-align: center;
}

div.combo-details div.combo-box {
}

div.combo-details div.combo-icon {
  margin-top: 60px;
  font-size: 3em;
}

div.combo-details div.combo-box h3 {
  font-size: 14px;
  margin: 0; 
}

div.combo-details div.combo-box img {
  min-height: 100px;
  max-height: 100px;
  margin: 5px 0 5px 0;
}

div.combo-details div.combo-box span {
  display: block;
  font-size: 14px;
}



/* Large Devices, Wide Screens */
/* Min-Width: Refers to everything greater than or equal to the amount given */
/* Max-Width: Refers to everything less than or equal to the amount given */

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 770px) {
}

@media only screen and (max-width : 760px) {
  div.product-heading {
    margin-top: -15px;
  }

  .container {
    width:100%;
  }

  .product-overview {
    clear: both;
  }

  .product-thumbnail {
    margin: auto 0;
    width: 100% !important;
    margin-top: 20px;
  }

  .product-details {
    margin-left: 15px;
  }

  .quick-links {
    display: none;
  }

  .product-name {
    padding: 5px 0px !important;
    margin-top: 0px !important;
  }
  .product-name,
  .product-slogan,
  .product-price-header
  {
    margin: auto 0;
    text-align: center;
  }
  .product-highlights {
    padding: 0px 15px;
  }

  .product-highlights li {
    font-size: 0.6em;
  }

  .product-highlights h3 {
    font-size: 0.8em;
  }

  div.section.product-information {
    /*display: none;*/
    margin-bottom: -22px;
  }
  .product-information iframe {
    width: 100%;
  }
  .product-information ul#tabs li {
    display: inline-flex !important;
    margin: 5px 5px 5px 5px;
  }
  div.tabContent {
    border: none !important;
  }

  ul#tabs li a {
   border-bottom: 1px solid #c9c3ba !important;
   border-radius: 4px;
  }
  .included a {
    font-size:1em !important;
  }
  #triple li {
    width: 100%;
    margin-bottom: 5px;
  }
  .included li {
    float: initial;
    display: block;
  }
  table.pricing td.part-qty input {
    border: 1px solid grey; 
  }
  #watch-video-button,
  #contact-us-button,
  #order-now-button {
    display: none;
  }

  div.quick-survey {
    margin-left: 0px;
    width: 100%;
  }

  #newsletter-checkbox {
    margin-left: 0px !important;
  }

  #newsletter-why {
    margin-left: 0px !important;
    width: 93% !important;
  }
  .inquiry input, .inquiry textarea {
    width: 96%;
  }
}

/* Extra Small Devices, Phones 480px */ 
@media only screen and (max-width : 570px) {

}

@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

