<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* INPUT GLYPHICONS */
.altai-scope .form-control-glyphicon {
    /*padding-right: 30px;*/
}

.altai-scope .glyphicon-append {
    position: absolute;
    right: 0;
    padding: 9px;
    pointer-events: none;
    bottom: 0;
    top: auto;
}

/* TEXT */
.altai-scope .center {
    margin: 0 auto;
}

.altai-scope div.overflow-auto {
    overflow: auto;
}

.altai-scope .strong,
.altai-scope .strong label {
    font-weight: bold;
}

.altai-scope span.red-text,
.altai-scope .error-msg {
    color: #f00;
}

.altai-scope span.bold-text {
    font-weight: bold;
}

.altai-scope .bold-text {
    font-weight: bold;
}

.altai-scope .altai-title {
    margin-top: 0;
    margin-bottom: 5px;
}

/* GLOBAL */
.altai-scope body { margin: 0; }
* { outline: none !important; }

/* MARGIN AND PADDING */
.altai-scope .margin-bottom-10 {
    margin-bottom: 10px;
}
.altai-scope .margin-bottom-20 {
    margin-bottom: 20px;
}

/* BOOTSTRAP OVERRIDES */
.altai-scope .navbar-collapse {
    max-height: none;
}

.altai-scope .navbar-default {
    background-color: white;
    border: none;
}

/* TABLE */
.altai-scope table.table-no-border &gt; thead &gt; tr &gt; th,
.altai-scope table.table-no-border &gt; tbody &gt; tr &gt; td,
.altai-scope table.table-no-border &gt; thead &gt; tr
.altai-scope table.table-no-border &gt; tbody &gt; tr { 
     border-top: none;
 }
.altai-scope table.table-no-border &gt; tbody &gt; tr td {
    position: relative;
}

.altai-scope table.table-no-border input[type="radio"] { margin-right: 2px; }
.altai-scope table.table-no-border label { margin-right: 6px; }

.altai-scope .rad-table {
    width: auto !important;
}
  .altai-scope .rad-table table td,
  .altai-scope .rad-table table th {
    background-color: #fff !important;
  }
  .altai-scope .rad-table table {
    border-collapse: collapse !important;
  }
  .altai-scope .rad-table-bordered table th,
  .altai-scope .rad-table-bordered table td {
    border: 1px solid #ddd !important;
  }

.altai-scope .rad-table table {
  width: 100%;
}
.altai-scope .rad-table table &gt; thead &gt; tr &gt; th,
.altai-scope .rad-table table &gt; tbody &gt; tr &gt; th,
.altai-scope .rad-table table &gt; tfoot &gt; tr &gt; th,
.altai-scope .rad-table table &gt; thead &gt; tr &gt; td,
.altai-scope .rad-table table &gt; tbody &gt; tr &gt; td,
.altai-scope .rad-table table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.altai-scope .rad-table table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.altai-scope .rad-table table &gt; caption + thead &gt; tr:first-child &gt; th,
.altai-scope .rad-table table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.altai-scope .rad-table table &gt; thead:first-child &gt; tr:first-child &gt; th,
.altai-scope .rad-table table &gt; caption + thead &gt; tr:first-child &gt; td,
.altai-scope .rad-table table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.altai-scope .rad-table table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.altai-scope .rad-table table &gt; tbody + tbody {
  border-top: 2px solid #dddddd;
}
.altai-scope .rad-table  table .rad-table table {
  background-color: #ffffff;
}
.altai-scope .rad-table-condensed table &gt; thead &gt; tr &gt; th,
.altai-scope .rad-table-condensed table &gt; tbody &gt; tr &gt; th,
.altai-scope .rad-table-condensed table &gt; tfoot &gt; tr &gt; th,
.altai-scope .rad-table-condensed table &gt; thead &gt; tr &gt; td,
.altai-scope .rad-table-condensed table &gt; tbody &gt; tr &gt; td,
.altai-scope .rad-table-condensed table &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.altai-scope .rad-table-bordered table {
  border: 1px solid #dddddd;
}
.altai-scope .rad-table-bordered table &gt; thead &gt; tr &gt; th,
.altai-scope .rad-table-bordered table &gt; tbody &gt; tr &gt; th,
.altai-scope .rad-table-bordered table &gt; tfoot &gt; tr &gt; th,
.altai-scope .rad-table-bordered table &gt; thead &gt; tr &gt; td,
.altai-scope .rad-table-bordered table &gt; tbody &gt; tr &gt; td,
.altai-scope .rad-table-bordered table &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd;
}
.altai-scope .rad-table-bordered table &gt; thead &gt; tr &gt; th,
.altai-scope .rad-table-bordered table &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.altai-scope .rad-table-striped table &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.altai-scope .rad-table-striped table &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}
.altai-scope .rad-table-hover table &gt; tbody &gt; tr:hover &gt; td,
.altai-scope .rad-table-hover table &gt; tbody &gt; tr:hover &gt; th {
  background-color: #2a6496 !important;
  color: white;
}

.altai-scope .table tr.selected-row,
.altai-scope .table table &gt; tbody &gt; tr.selected-row &gt; td {
    background-color: #2a6496 !important;
    color: white;
}

.altai-scope .rgPager a {
    padding-right: 5px;
}

@media only screen and (max-width: 767px) {
    .altai-scope .table td {
        display: block;
    }

    .altai-scope table.table-no-border &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td {
        padding-left: 0 !important;
    }

    .altai-scope .table table td {
        display: table-cell;
    }
}

/* BREADCRUMB / CRM 2013 NAV STYLES*/
.altai-scope .breadcrumb {
  text-align: center;
}
.altai-scope .breadcrumb ul {
  list-style: none;
  display: table;
  width: 100%;
}
.altai-scope .breadcrumb ul li {
  display: table-cell;
}
.altai-scope .breadcrumb ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #0066ee;
  text-align: center;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 2px 0 0;
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid #1d5894;
}
.altai-scope .breadcrumb ul li:first-child a {
  padding: 0 10px 0;
}
.altai-scope .breadcrumb ul li a:after {
  content:"";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0066ee;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}
.altai-scope .breadcrumb ul li a:before {
  content:"";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.altai-scope .breadcrumb ul li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.altai-scope .breadcrumb ul li:first-child a:before {
  display: none;
}
.altai-scope .breadcrumb ul li:last-child a {
  padding-right: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 0;
}
.altai-scope .breadcrumb ul li:last-child a:after {
  display: none;
}
.altai-scope .breadcrumb ul li a:hover,
.altai-scope .breadcrumb ul li a.active {
  background: #4d9bb5;
  border-bottom-color: #3c7f95;
}
.altai-scope .breadcrumb ul li a:hover:after,
.altai-scope .breadcrumb ul li a.active:after {
  border-left-color: #4d9bb5;
}

.altai-scope .tab-nav {
    
}


/* CRM 2013 Style Sections (Gold: d2972f, A87926; Grey: 777, 5F5F5F) */
.altai-scope .crm-column {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.altai-scope .crm-2013-nav {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.altai-scope .crm-2013-nav ul {
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.altai-scope .crm-2013-nav ul li {
  display: table-cell;
}
.altai-scope .crm-2013-nav ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  background: #777;
  text-align: center;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 4px 0 0;
  text-decoration: none;
  color: #fff;
}
.altai-scope .crm-2013-nav ul li a:after {
  content:"";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #777;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}
.altai-scope .crm-2013-nav ul li a:before {
  content:"";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.altai-scope .crm-2013-nav ul li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 10px 0;
}
.altai-scope .crm-2013-nav ul li:first-child a:before {
  display: none;
}
.altai-scope .crm-2013-nav ul li:last-child a {
  padding-right: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.altai-scope .crm-2013-nav ul li:last-child a:after {
  display: none;
}
.altai-scope .crm-2013-nav ul li:last-child a:hover {
  background-color: #777;
  cursor: default;
}
.altai-scope .crm-2013-nav ul li a:hover,
.altai-scope .crm-2013-nav ul li a.active {
  background: #d2972f;
}
.altai-scope .crm-2013-nav ul li a:hover:after,
.altai-scope .crm-2013-nav ul li a.active:after {
  border-left-color: #d2972f;
}

@media only screen and (max-width: 767px) {
  .altai-scope .crm-2013-nav ul {
    padding-left: 0;
  }
  .altai-scope .crm-2013-nav ul li {
    display: block;
    margin-bottom: 2px;
  }
  .altai-scope .crm-2013-nav ul li a {
    height: 30px;
    padding: 0;
    margin: 0;
    line-height: 30px;
  }
  .altai-scope .crm-2013-nav ul li:first-child a {
    padding: 0;
  }
  .altai-scope .crm-2013-nav ul li a:after {
    content:"";
    border: none;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
  }
  .altai-scope .crm-2013-nav ul li a:before {
    content:"";
    border: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .altai-scope .crm-2013-nav ul li:last-child a {
    display: none;
  }
  .altai-scope td &gt; span {
    margin-bottom: 4px;
  }
  .altai-scope tr td {
    margin-top: 4px;
  }
}

/* Webform */
/* CRM Column Overrides */
@media (max-width: 767px) {
    .altai-scope .crm-column.col-xs-12 {
        width: auto !important;
    }
}

.altai-scope select {
    border: none;
    padding: 6px;
}
.altai-scope .glyphicon.glyphicon-append.glyphicon-chevron-down {
    display: none;
}

td.rcbArrowCell &gt; a, td.rcbArrowCellRight &gt; a,
td.rcbArrowCell &gt; a:active, td.rcbArrowCellRight &gt; a:active,
td.rcbArrowCell &gt; a:hover, td.rcbArrowCellRight &gt; a:hover
 { /* Hide the "select" link in firefox */
    color: transparent;
}

.altai-scope .webform-label { margin-right: 10px; }
.altai-custom-tooltip { background: red; color: white; }

#errpnl, #errpnlhdr {
    display: none;
}

#ButtonPanel {
    float: right;
}
    #ButtonPanel .btn {
        margin-left: 10px;
    }

/* Store - Detail Page */

@media (min-width: 979px) {
    .altai-scope .productDetailContainer .well.affix-top {
        position: static;
        top: 75px;
    }

    .altai-scope .productDetailContainer .well.affix {
        position: fixed;
        top: 25px;
        right: 0;
        padding-right: 15px;
    }
}

#special-instructions-container {
    margin-top: 20px;
}

.altai-scope .productDetailContainer .affix,
.altai-scope .productDetailContainer .affix-top {
   position:static;
}







/* Enhancements */
* {
    border-radius: 0 !important;
}
.altai-scope .btn {
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-left: 20px;
    padding-right: 20px;
}
.altai-scope .rad-table-bordered table &gt; thead &gt; tr &gt; td.rgCommandCell {
    padding-bottom: 16px;
}
.altai-scope td {
    background-clip: padding-box;
}</pre></body></html>