/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * XPDF styles
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css,v 1.56.2.1 2010/08/16 07:16:11 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

a.xpdf-link {
	margin-right: 20px !important;
}

.width-100 {
  width: 100%;
}

.width_new{width:auto !important;text-align:left !important;display:inline-block;}
/**
 * Order invoice
 */
.order-invoice {
  background: #fff none;
}

.invoice-company-icon {
  text-align: right;
  vertical-align: top;
  padding-top: 30px;
}

.invoice-data-box {
  width: 100%;
  padding-left: 0px;
}

.invoice-data-box table {
  width: 100%;
}

.invoice-data-box table tr td {
  padding: 2px;
  vertical-align: top;
}

.invoice-title {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.invoice-data-box table tr td.invoice-right-info {
  text-align: right;
  vertical-align: bottom;
}

hr.invoice-line {
  margin: 2px 0 17px;
  border-bottom: 2px solid #58595b;
}

.invoice-personal-info {
  width: 45%;
  margin-bottom: 15px;
}

.invoice-personal-info tr td {
  padding: 0;
}

.invoice-personal-info tr td strong {
  white-space: nowrap;
}

.invoice-address-box {
  width: 100%;
  margin-bottom: 30px;
}

.invoice-address-title {
  width: 45%;
  height: 25px;
}

td.invoice-line {
  vertical-align: top;
  padding: 0;
  height: 4px;
}

td.invoice-line img {
  height: 2px;
  width: 100%;
  background: #58595b none;
}

.invoice-address-box table {
  width: 100%;
}

.invoice-address-box table tr td {
  padding: 0;
}

.invoice-address-box table tr td strong {
  white-space: nowrap;
}

.invoice-customer-notes {
  padding-top: 30px;
}

.invoice-customer-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.invoice-customer-notes div {
  border: 1px solid #cecfce;
  height: 50px;
  overflow: hidden;
  padding: 5px;
}

.invoice-bottom-note {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}

p.invoice-products-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.invoice-products {
  width: 100%;
  background: #000 none;
}

.invoice-products tr td,
.invoice-products tr th
{
  background: #fff none;
}

.invoice-products tr th {
  padding: 3px;
  background: #ccc none;
  white-space: nowrap;
}

.invoice-products tr th.invoice-sku-column,
.invoice-products tr th.invoice-quantity-column,
.invoice-products tr th.invoice-total-column
{
  width: 60px;
}

.invoice-products tr th.invoice-tax-column {
  width: 100px;
}

.invoice-products tr th.invoice-price-column {
  width: 100px;
  text-align: center;
}

.invoice-products tr td {
  padding: 3px;
}

.invoice-products tr td.invoice-price-column,
.invoice-products tr td.invoice-tax-column,
.invoice-products tr td.invoice-quantity-column
{
  text-align: center;
}

.invoice-products tr td.invoice-product-column span {
  font-size: 11px;
}

.invoice-products tr td.invoice-product-column table tr td {
  vertical-align: top;
  padding: 0 3px 3px 0;
}

.invoice-products tr td.invoice-product-column p {
  white-space: nowrap;
}

.invoice-products tr td.invoice-product-column div {
  padding-left: 10px;
  white-space: nowrap;
}

.invoice-products tr td.invoice-price-column {
  text-align: right;
  white-space: nowrap;
}

.invoice-products tr td.invoice-total-column {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

.invoice-totals {
  width: 100%;
}

.invoice-totals tr td {
  padding: 0;
}

.invoice-totals tr .invoice-total-title {
  text-align: right;
  width: 100%;
  height: 20px;
}

.invoice-totals tr .invoice-total-name {
  text-align: right;
  width: 100%;
  height: 20px;
  padding-right: 3px;
}

.invoice-totals tr .invoice-total-value {
  text-align: right;
  height: 20px;
  padding-right: 5px;
  white-space: nowrap;
}

.invoice-totals tr .invoice-total-name-fin {
  text-align: right;
  width: 100%;
  height: 25px;
  padding-right: 3px;
  background: #ccc none;
}

.invoice-totals tr .invoice-total-value-fin {
  text-align: right;
  height: 25px;
  padding-right: 5px;
  background: #ccc none;
  white-space: nowrap;
}

.invoice-totals tr td.invoice-line {
  height: 2px;
}

.invoice-giftcerts {
  width: 100%;
}

.invoice-giftcerts tr td {
  padding: 0;
}

.invoice-giftcerts tr th {
  background: #ccc none;
}

.invoice-giftcerts tr th.invoice-giftcert-id {
  width: 60px;
}

.invoice-giftcerts tr td.invoice-giftcert-id {
  text-align: center;
}

.invoice-giftcerts tr .invoice-giftcert-cost {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ctl=themeroller&ctl=themeroller&ffDefault=Verdana,%20Tahoma,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=5c9ccc&bgTextureHeader=02_glass.png&bgImgOpacityHeader=30&borderColorHeader=4385b6&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a3b8c8&fcContent=262626&iconColorContent=4088bf&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=9dc4e1&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=2d4462&iconColorActive=274977&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=295289&fcHighlight=363636&iconColorHighlight=549fde&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=e08080&fcError=a41e1e&iconColorError=cd0a0a&bgColorOverlay=212121&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=262626&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family:Arial, Verdana, Tahoma,  sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border-top: 1px solid #949494; background: #fcfdfd url(../../skin/tonermobile/lib/jqueryui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #262626; }
.ui-widget-content a { color: #262626; }
.ui-widget-header { border: 1px solid #4c6923; background: #4c6923; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: #dbdbdb; font-weight: bold; color: #000; border: 1px solid #dbdbdb;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background: #dbdbdb; font-weight: bold; color: #000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #949494; background: #fff; font-weight: bold; color: #000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #547020; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #295289; background: #ffffff url(../../skin/tonermobile/lib/jqueryui/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e08080; background: #fef1ec url(../../skin/tonermobile/lib/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #a41e1e; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #a41e1e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #a41e1e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_4088bf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_4088bf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_274977_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_549fde_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../skin/tonermobile/lib/jqueryui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */


/* Overlays */
.ui-widget-overlay { background: #212121 url(../../skin/tonermobile/lib/jqueryui/images/ui-bg_flat_0_212121_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #262626 url(../../skin/tonermobile/lib/jqueryui/images/ui-bg_flat_0_262626_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/sourcesanspro-regular-webfont.eot);
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/sourcesanspro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../../skin/tonermobile/css/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../../skin/tonermobile/css/sourcesanspro-regular-webfont.woff) format("woff"), url(../../skin/tonermobile/css/sourcesanspro-regular-webfont.ttf) format("truetype"), url(../../skin/tonermobile/css/sourcesanspro-regular-webfont.svg#source_sans_proregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'source_sans_probold';
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/sourcesanspro-bold-webfont.eot);
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/sourcesanspro-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../../skin/tonermobile/css/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../../skin/tonermobile/css/sourcesanspro-bold-webfont.woff) format("woff"), url(../../skin/tonermobile/css/sourcesanspro-bold-webfont.ttf) format("truetype"), url(../../skin/tonermobile/css/sourcesanspro-bold-webfont.svg#source_sans_probold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/sourcesanspro-semibold-webfont.eot);
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/sourcesanspro-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../../skin/tonermobile/css/sourcesanspro-semibold-webfont.woff2) format("woff2"), url(../../skin/tonermobile/css/sourcesanspro-semibold-webfont.woff) format("woff"), url(../../skin/tonermobile/css/sourcesanspro-semibold-webfont.ttf) format("truetype"), url(../../skin/tonermobile/css/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'arialregular';
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/arial-regular-webfont.eot);
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/arial-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../../skin/tonermobile/css/arial-regular-webfont.woff2) format("woff2"), url(../../skin/tonermobile/css/arial-regular-webfont.woff) format("woff"), url(../../skin/tonermobile/css/arial-regular-webfont.ttf) format("truetype"), url(../../skin/tonermobile/css/arial-regular-webfont.svg#arialregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'arialbold';
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/arial-bold-webfont.eot);
    src: url(../../skin/tonermobile/css/../../skin/tonermobile/css/arial-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../../skin/tonermobile/css/arial-bold-webfont.woff2) format("woff2"), url(../../skin/tonermobile/css/arial-bold-webfont.woff) format("woff"), url(../../skin/tonermobile/css/arial-bold-webfont.ttf) format("truetype"), url(../../skin/tonermobile/css/arial-bold-webfont.svg#arialbold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url(../../skin/tonermobile/css/robotocondensed-regular-webfont.eot);
    src: url(../../skin/tonermobile/css/robotocondensed-regular-webfont.eot?#iefix) format("embedded-opentype"), url(robotocondensed-regular-webfont.woff2) format("woff2"), url(robotocondensed-regular-webfont.woff) format("woff"), url(robotocondensed-regular-webfont.ttf) format("truetype"), url(robotocondensed-regular-webfont.svg#roboto_condensedregular) format("svg");
    font-weight: 400;
    font-style: normal
}

body,
html {
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 0
}

html {
    -ms-overflow-style: scrollbar
}

body,
button,
input,
select,
textarea {
    font-family: arial, verdana, helvetica, sans-serif;
    color: #2c3e49;
    font-size: 11px
}

a:active,
a:hover,
a:link,
a:visited {
    color: #043fa0;
    text-decoration: underline
}

a:hover {
    color: #000;
    text-decoration: underline
}

h1 {
    margin: 8px 0!important;
    padding: 18px 0 0;
    font-size: 24px!important;
    color: #527c00!important;
    font-weight: 700!important;
    font-family: arial
}

hr {
    border: 0;
    border-bottom: 1px solid #888;
    margin: 20px 0 10px;
    padding: 0;
    height: 0
}

hr.style-two {
    border: 0;
    height: 2px;
    margin: 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

form {
    margin: 0
}

img,
table {
    border: 0
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

.clearing {
    height: 0;
    font-size: 0;
    clear: both
}

.valign-middle {
    vertical-align: middle
}

.valign-middle-adv-lvl1 {
    height: 100%;
    display: table
}

.valign-middle-adv-lvl2 {
    display: table-cell;
    vertical-align: middle
}

.halign-center,
.halign-center-noscript {
    display: table;
    margin: 0 auto;
    text-align: center
}

.center {
    text-align: center
}

.right-box {
    width: 100%;
    text-align: right;
    background: #f6f6f6;
    border: 1px solid #aeaeae;
    padding: 8px 0
}

.text-block {
    margin-bottom: 15px;
    font-family: 'source_sans_proregular'
}

.text-pre-block {
    margin-top: 15px
}

.nowrap {
    white-space: nowrap
}

.width-100 {
    padding-bottom: 0;
    width: 100%
}

.page-break {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    page-break-after: always
}

.pointer {
    cursor: pointer
}

.overflow {
    position: relative;
    margin-right: 20px;
    padding-bottom: 20px;
    overflow: auto
}

.hidden {
    display: none
}

label {
    vertical-align: bottom;
    line-height: 15px
}

label input {
    margin: 0;
    vertical-align: bottom
}

label.input-block {
    vertical-align: middle;
    line-height: 21px
}

label.input-block input,
label.input-block select {
    vertical-align: middle
}

.input-row label,
label.input-row {
    float: left;
    padding-right: 20px
}

.plain-box {
    display: block;
    padding-bottom: 15px
}

.plain-box .label-title {
    display: block
}

.default-value {
    color: #aaa
}

.underline {
    text-decoration: underline
}

.dotted {
    text-decoration: none!important;
    border-bottom: 1px dotted #888
}

.toggle-link {
    background: url(/skin/common_files/images/arrow_down.png) right 8px no-repeat;
    padding-right: 15px
}

.cursor-hover:hover {
    border: 1px solid #1a478f!important
}

.input-style,
input[type=password],
input[type=text],
select,
textarea {
    border: 1px solid #bbb;
    padding: 2px;
    background: #fff;
    font-family: 'source_sans_proregular'
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border: 1px solid #999
}

.error-message {
    color: #b51a00
}

input.err,
select.err,
textarea.err {
    border: 1px solid #b51a00;
    background-color: #f7f3f3
}

div.error-message {
    margin: 0 0 15px
}

.form-text {
    color: #112536;
    font-weight: 700
}

.list-item a:link,
.list-item a:visited,
a.list-item:link,
a.list-item:visited {
    color: #043fa0;
    text-decoration: none
}

.list-item a:hover,
a.list-item:hover {
    color: #2863c2;
    text-decoration: underline
}

.list-item a:active,
a.list-item:active {
    color: #043fa0;
    text-decoration: none
}

tr.head-row th {
    background: #ccc;
    font-weight: 700
}

tr.center-row th {
    text-align: center
}

div.ajax-popup-error-message {
    padding: 0 5px;
    margin: 10px 0;
    display: none
}

div.ajax-popup-error-message span {
    float: left;
    margin: 0 10px 0 3px
}

.currency {
    white-space: nowrap
}

input.datepicker-formatted {
    border: 1px solid #bbb;
    margin-right: 5px
}

input.datepicker-formatted[disabled] {
    background: #fff;
    color: #bbb
}

input.zipcode {
    width: 100px
}

input.zip4 {
    width: 60px
}

span.validate-mark {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

span.validate-mark img {
    width: 15px;
    height: 15px;
    margin-left: 3px
}

span.validate-matched img {
    background: url(/skin/common_files/images/icon_ok.png) left top no-repeat
}

span.validate-non-matched img {
    background: url(/skin/common_files/images/icon_nok.png) left top no-repeat
}

#page-container {
    min-height: 100%;
    position: relative;
    max-width: 95%;
    margin: 0 auto
}

.checkout-container .minicart-box {
    top: 119%;
}

#content-container {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 39px;
    margin-top: 115px
}

#content-container2 {
    float: left;
    position: relative;
    right: 100%;
    width: 200%
}

#center {
    float: left;
    position: relative;
    width: 50%;
    left: 50%
}

#left-bar {
    float: left;
    position: relative;
    width: 195px;
    margin-left: 6px
}

#right-bar {
    float: right;
    right: 6px;
    position: relative;
    width: 150px
}

#center-main {
    margin: 0;
    position: relative;
    overflow: hidden
}

#header {
    height: 125px;
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%
}

.rtl {
    direction: rtl
}

#header .line1 {
    position: relative;
    height: auto;
    display: inline-block;
    direction: ltr;
    padding-top: 10px;
    width: 100%
}

#header .line1 .banner {
    position: absolute;
    top: 7px;
    right: 6px;
    width: auto;
    direction: rtl
}

.minicart.ajax-minicart-icon {
    cursor: pointer
}

.login-signin {
    font-family: 'source_sans_proregular';
    font-size: 15px
}

#horizontal-menu li.orange:hover,
#horizontal-menu li:hover,
.horizontal-menu-li-hover {
    color: #0063af;
    background: #fff
}

#horizontal-menu li a:active,
#horizontal-menu li a:hover,
#horizontal-menu li a:link,
#horizontal-menu li a:visited {
    text-decoration: none;
    color: #661A1A
}

#horizontal-menu li a:hover {
    color: #0063af
}

#horizontal-menu li div {
    display: none;
    padding: 0;
    white-space: nowrap;
    margin-top: 2px
}

#horizontal-menu li.orange:hover div,
#horizontal-menu li:hover div,
.horizontal-menu-li-hover-div {
    display: block;
    position: absolute;
    left: -1px;
    top: 16px;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0 none;
    min-width: 170px
}

#horizontal-menu li div a,
#horizontal-menu li.orange div a {
    font-size: 12px;
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    float: none!important
}

#horizontal-menu li.orange {
    height: 17px;
    background: url(/skin/common_files/images/head_linebg.gif) left top repeat-x;
    font-weight: 700
}

#horizontal-menu li.orange a:active,
#horizontal-menu li.orange a:hover,
#horizontal-menu li.orange a:link,
#horizontal-menu li.orange a:visited {
    color: #FFF
}

#horizontal-menu li.orange:hover a:active,
#horizontal-menu li.orange:hover a:hover,
#horizontal-menu li.orange:hover a:link,
#horizontal-menu li.orange:hover a:visited {
    color: #f26202
}

#horizontal-menu li div a.support-link:hover {
    background: url(/skin/common_files/images/external_link.gif) no-repeat 96% #c2d5e4
}

#horizontal-menu li div a:active,
#horizontal-menu li div a:hover,
#horizontal-menu li div a:link,
#horizontal-menu li div a:visited,
#horizontal-menu li.orange div a:active,
#horizontal-menu li.orange div a:hover,
#horizontal-menu li.orange div a:link,
#horizontal-menu li.orange div a:visited,
#horizontal-menu li.orange:hover div a:active,
#horizontal-menu li.orange:hover div a:hover,
#horizontal-menu li.orange:hover div a:link,
#horizontal-menu li.orange:hover div a:visited {
    color: #003072;
    text-decoration: none;
    font-weight: 400
}

#horizontal-menu li div a.support-link {
    background: url(/skin/common_files/images/external_link.gif) no-repeat 96% #e3ebf6
}

#horizontal-menu li div a:hover {
    background: #e3ebf6
}

#horizontal-menu li.orange div a {
    background: url(/skin/common_files/images/external_link.gif) no-repeat 96% #e3ebf6
}

.tabs {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 25px;
    width: 80%;
    text-align: right
}

.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tabs li {
    float: right;
    margin: 0 1px 0 0;
    padding: 0;
    background: url(/skin/common_files/images/tab_r.png) right top no-repeat;
    height: 25px
}

.tabs a {
    display: block;
    background: url(/skin/common_files/images/tab_l.png) left top no-repeat;
    margin: 0 5px 0 0;
    padding: 5px 10px 5px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #253161;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    height: 25px;
    outline-style: none
}

.tabs a:hover {
    color: #2863c2
}

#header .phones {
    position: absolute;
    right: 10px;
    top: 25px;
    height: 42px;
    vertical-align: middle;
    line-height: 42px;
    color: #5480a2;
    text-align: right;
    white-space: nowrap;
    font-size: 11px
}

#header .phones span {
    padding-left: 15px
}

#header .line2 div,
#header .line2 span {
    color: #000
}

#header .line2 a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'source_sans_prosemibold';
    text-decoration: none
}

#header .line2 a:hover {
    text-decoration: underline
}

.menu_chkout a {
    font-size: 19px!important
}

#header .line2 .full-mini-cart a {
    color: #000;
    font-size: 12px
}

#header .line2 a:hover {
    color: #fff;
    text-align: underline
}

#header div.search {
    top: 0;
    height: 39px;
    line-height: 25px;
    vertical-align: middle
}

#header span.search {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 5px;
    font-weight: 700
}

#header input.text {
    width: 100%;
    padding: 8.5px 4px;
    height: 45px
}

#header input.text2 {
    width: 69%;
    height: 43px;
    padding-left: 5px
}

#header a.search {
    text-decoration: underline
}

#header div.toplinks {
    position: absolute;
    top: 0;
    left: 400px;
    height: 39px;
    line-height: 25px;
    vertical-align: middle
}

#header div.toplinks a:link,
#header div.toplinks a:visited {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 12px
}

#header div.toplinks a:active,
#header div.toplinks a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 12px
}

#header div.rightlinks {
    position: absolute;
    top: 0;
    right: 5px;
    height: 39px;
    line-height: 25px;
    vertical-align: middle
}

#header div.rightlinks a:link,
#header div.rightlinks a:visited {
    font-weight: 700;
    color: #661A1A;
    text-decoration: none;
    font-size: 12px
}

#header div.rightlinks a:active,
#header div.rightlinks a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 12px
}

.search_new {
    position: relative
}

#header input[type=text] {
    border: 4px solid #a1ba58;
    font-size: 15px;
    line-height: 0
}

#header button.simple-button {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px
}

#header button.simple-button img {
    margin-left: 0
}

#header .languages {
    position: absolute;
    top: 7px;
    right: 20px;
    text-align: right;
    vertical-align: middle
}

#header .languages-flags,
#header .languages-row {
    top: 9px
}

#header .languages-flags a,
#header .languages-flags strong {
    padding-left: 5px;
    padding-right: 5px
}

#header .languages label {
    line-height: 21px;
    vertical-align: middle;
    font-size: 12px
}

#header .languages select {
    margin-left: 5px
}

#header .line3 {
    position: relative;
    width: 100%;
    height: 39px;
    text-align: right
}

.printable-bar a {
    background: url(../../skin/tonermobile/css/../images/printer.png) no-repeat 0 0;
    padding: 2px 20px 6px 33px;
    color: #262626;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none
}

div.printable-bar {
    float: right;
    padding: 11px 34px;
    background: #ebebeb
}

#footer .box {
    width: 100%;
    border: none;
    padding: 0
}

#footer .subbox {
    background: url(../../skin/tonermobile/css/../images/footer_border.png) no-repeat;
    color: #fff;
    height: 40px;
    vertical-align: middle;
    padding: 0;
    position: relative;
    background-size: cover
}

#footer .subbox .left {
    line-height: 40px;
    vertical-align: middle;
    text-align: center
}

#footer .subbox .right {
    background: 0 0;
    position: absolute;
    right: 12px;
    top: 0;
    text-align: right;
    line-height: 40px;
    vertical-align: middle
}

#footer .subbox a {
    color: #667d92;
    text-decoration: underline
}

#footer .subbox a:hover {
    text-decoration: none
}

#location {
    min-height: 25px;
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #818891
}

font.bread-crumb {
    font-size: 13px;
    color: #262626
}

a.bread-crumb {
    font-size: 13px;
    color: #262626;
    text-decoration: underline
}

a.bread-crumb:hover,
font.last-bread-crumb {
    text-decoration: none
}

#location span {
    padding: 0 5px
}

#location0 span {
    padding: 0
}

#dialog-message {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 1000
}

#dialog-message .box {
    position: relative;
    border: 1px solid #000;
    border-top: 3px solid #000;
    padding: 10px 25px 10px 59px;
    vertical-align: middle;
    text-align: left;
    min-height: 32px
}

#dialog-message a.close-link {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
    text-decoration: none
}

#dialog-message .close-img {
    width: 13px;
    height: 13px;
    background: url(/skin/common_files/images/but_cross.gif) left top no-repeat
}

#dialog-message .message-i {
    color: #112536;
    border-color: #7a97c1;
    background: url(/skin/common_files/images/icon_info.gif) 10px 10px no-repeat #f4f5f7
}

#dialog-message .message-w {
    color: #3e3104;
    border-color: #c3902f;
    background: url(/skin/common_files/images/icon_warning.gif) 10px 10px no-repeat #f8f7f3
}

#dialog-message .message-e {
    color: #590a0a;
    border-color: #d30000;
    background: url(/skin/common_files/images/icon_error.gif) 10px 10px no-repeat #f7f3f3
}

#dialog-message .anchor {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    height: 15px;
    text-align: right;
    vertical-align: middle
}

#dialog-message .anchor img {
    width: 12px;
    height: 10px;
    vertical-align: middle;
    background: url(/skin/common_files/images/goto_arr.gif) left top no-repeat
}

.dialogtr {
    color: #1a2b3c
}

.fill-error label {
    color: #ce0000
}

.fill-error input[type=password],
.fill-error input[type=text],
.fill-error select,
.fill-error textarea {
    border: 1px solid #ce0000;
    background-color: #ffebeb
}

div.error-label {
    color: #ce0000;
    font-size: 9px!important;
    display: none
}

.fill-error div.error-label {
    display: block
}

.inline-message {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding: 1px 1px 15px;
    margin: 0
}

.inline-message img.icon-w {
    vertical-align: top;
    width: 18px;
    height: 18px;
    background: url(/skin/common_files/images/icon_warning_small.gif) no-repeat
}

.cart-message {
    padding: 5px 5px 5px 35px;
    text-align: left;
    min-height: 20px;
    color: #4f6280;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.cart-message-w {
    background: url(/skin/common_files/images/icon_warning_small.gif) 5px 5px no-repeat #efefef
}

.cart-message div.close-link {
    float: right;
    width: 25px;
    height: 13px;
    text-align: right;
    cursor: pointer;
    background: url(/skin/common_files/images/but_cross.gif) right top no-repeat
}

.menu-dialog {
    margin-bottom: 15px
}

.menu-dialog .title-bar {
    width: 100%;
    background: #D1D1D1;
    border: 0;
    border-bottom: #000 1px solid;
    height: 23px;
    overflow: hidden
}

.menu-dialog .title-bar img.icon {
    vertical-align: middle;
    margin: 0 2px 3px
}

.menu-dialog .title-bar h2 {
    font-size: 11px;
    color: #000;
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
    white-space: nowrap
}

.menu-dialog .link-title span.title-link {
    float: right;
    padding: 8px 7px 8px 0
}

.menu-dialog .link-title a.title-link {
    text-decoration: none;
    outline-style: none
}

.menu-dialog .link-title .title-link img {
    width: 7px;
    height: 11px;
    background: url(/skin/common_files/images/spriteme1.png) -10px -167px no-repeat
}

.menu-dialog .content {
    border: 0;
    background-color: #fff;
    padding: 3px;
    overflow: hidden
}

.menu-dialog .content a:link,
.menu-dialog .content a:visited {
    color: #000;
    text-decoration: underline
}

.menu-dialog .content a:active,
.menu-dialog .content a:hover {
    color: red;
    text-decoration: underline
}

.menu-dialog ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-dialog ul li {
    padding: 0;
    vertical-align: middle
}

.menu-dialog .item {
    color: #112536;
    font-size: 10px
}

.menu-dialog ul li a {
    font-size: 13px;
    text-decoration: none
}

.menu-dialog ul li a:hover {
    text-decoration: underline
}

.menu-dialog hr {
    background-color: #999
}

.menu-dialog .login-text ul li {
    padding: 1px 0
}

.menu-dialog .Tbl {
    display: table;
    width: 100%
}

.menu-dialog .Tbr {
    display: table-row;
    width: auto
}

.menu-dialog .Tbc {
    width: 95px;
    display: table-cell;
    border: none;
    padding: 3px 3px 3px 8px;
    font-family: Arial
}

.Tbc a:active,
.Tbc a:hover,
.Tbc a:visited,
.menu-dialog .Tbc a:link {
    text-decoration: none
}

.dialog {
    padding: 0;
    margin: 0 0 30px;
    page-break-inside: avoid
}

.dialog .title {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border: 0;
    vertical-align: middle;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden
}

.dialog .title h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    color: #527c00;
    font-family: 'source_sans_prosemibold'
}

.dialog .content {
    border: 0;
    background: 0 0;
    text-align: left;
    padding: 10px 10px 25px 0;
    color: #333F56;
    font-family: Arial
}

.list-dialog .title h2 {
    width: 100%
}

.list-dialog .title div.sort-box {
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    overflow: hidden
}

.list-dialog .title div.sort-box .search-sort-bar {
    padding: 0;
    margin: 7px 0
}

.list-dialog .title div.sort-box .search-sort-cell,
.list-dialog .title div.sort-box .search-sort-title {
    padding-right: 10px
}

.noborder {
    border: 0
}

.noborder .content {
    padding: 0
}

button.button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin: 0 0 8px 0 !important;
    vertical-align: top;
    overflow: visible;
    outline-style: none
}

button.button .button-right {
    display: block;
    padding: 0 10px 0 0
}

button.button .button-left {
    display: block;
    margin: 0 0 0 -6px;
    background: #f7f7f7;
    border: 1px solid #aeaeae;
    padding: 1px 15px;
    border-radius: 3px;
    vertical-align: middle;
    white-space: nowrap;
    font-family: arial;
    font-weight: 600;
    color: #2e2e2e;
    font-size: 15px;
    height: auto
}

div.button {
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0 10px 0 0;
    white-space: nowrap;
    float: left
}

div.button a,
div.button div {
    display: block;
    padding: 0 5px 0 15px;
    line-height: 21px;
    white-space: nowrap;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #111d4d;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    outline-style: none
}

button.simple-button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    height: 15px;
    margin: 3px 0 0;
    padding: 0;
    white-space: nowrap;
    color: #043fa0;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    vertical-align: middle;
    outline-style: none
}

button.simple-button span {
    text-decoration: underline
}

button.simple-button img {
    display: none
}

a.simple-button {
    font-size: 11px;
    white-space: nowrap;
    color: #043fa0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 21px;
    vertical-align: bottom;
    text-decoration: underline;
    outline-style: none
}

a.simple-button:hover {
    color: #2863c2
}

input.image-button {
    padding: 0;
    border: 0;
    width: 50px;
    height: 37px;
    background: url(../../skin/tonermobile/css/../images/Sprite_images.jpg) -10px -10px no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 18px;
    top: 7%
}

a.image-button {
    text-decoration: none
}

a.image-button img {
    margin: 0 0 2px;
    padding: 0;
    border: 0;
    width: 19px;
    height: 18px;
    background: url(/skin/common_files/images/spriteme1.png) -10px -346px no-repeat;
    vertical-align: middle
}

button.main-button .button-right {
    background: url(/skin/common_files/images/but_main_right.png) right top no-repeat
}

button.main-button .button-left {
    background: #f7f7f7!important;
    border: 1px solid #aeaeae;
    color: #2e2e2e;
    padding: 1px 8px;
    height: auto;
    width: auto;
    border-radius: 4px
}

button.main-button.added-to-cart-button .button-left {
    background: url(/skin/common_files/images/but_main_check_left.png) left top no-repeat;
    padding-left: 27px
}

div.main-button a,
div.main-button div {
    background: #db4f03;
    background: -moz-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%, #db4f03), color-stop(55%, #fb9a00));
    background: -webkit-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: -o-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: -ms-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: linear-gradient(to top, #db4f03 0%, #fb9a00 55%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db4f03', endColorstr='#fb9a00', GradientType=1);
    border-radius: 3px;
    color: #fff;
    padding: 5px 18px;
    font-size: 15px
}

a.simple-main-button,
button.simple-main-button {
    color: #800
}

button.light-button {
    padding-right: 10px
}

button.light-button .button-right {
    background: url(/skin/common_files/images/but_light_right.gif) right top no-repeat;
    padding: 0 2px 0 0
}

button.light-button .button-left {
    background: #f7f7f7!important;
    padding: 3px 11px 0 15px;
    color: #2e2e2e!important;
    font-size: 15px;
    border: 1px solid #aeaeae;
    width: auto!important;
    line-height: 24px;
    border-radius: 3px;
    height: auto;
    font-family: arial
}

div.light-button {
    padding: 0 5px 0 0;
    background: url(/skin/common_files/images/but_light_right.gif) right top no-repeat
}

div.light-button a,
div.light-button div {
    background: url(/skin/common_files/images/but_light_left.gif) left top no-repeat;
    padding: 0 5px 0 11px;
    color: #365f8f;
    font-size: 11px
}

a.simple-delete-button {
    color: transparent;
    background: url(../../skin/tonermobile/css/../images/delete_cross.png) left 7px no-repeat;
    padding-left: 13px
}

a.simple-delete-button-woicon {
    color: #800
}

div.drop-out-button {
    padding: 0 23px 0 0;
    background: url(/skin/common_files/images/but_right_dropout.png) right top no-repeat
}

div.drop-out-button a,
div.drop-out-button div {
    background: url(/skin/common_files/images/but_left.png) left top no-repeat;
    padding-right: 10px
}

div.dropout-container {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0
}

div.dropout-wrapper {
    float: left;
    position: relative;
    z-index: 1;
    margin: 0
}

div.dropout-box {
    border: 1px solid #adb6c6;
    background-color: #fff;
    padding: 5px 0;
    margin-top: 26px;
    position: absolute;
    display: none
}

div.dropout-wrapper ul {
    margin: 0;
    padding: 0
}

div.dropout-wrapper ul li {
    list-style-position: outside;
    list-style-type: none;
    padding: 5px 15px;
    float: left
}

div.dropout-wrapper ul li .button {
    float: left;
    position: relative
}

div.dropout-wrapper .button {
    float: none;
    position: absolute;
    margin-right: 0;
    margin-top: 2px
}

button.menu-button {
    height: 22px
}

button.menu-button .button-right {
    background: url(/skin/common_files/images/but_menu_right.png) right top no-repeat;
    padding-right: 7px;
    height: 20px
}

button.menu-button .button-left {
    background: url(/skin/common_files/images/but_menu_left.png) left top no-repeat;
    padding: 0 1px 0 8px;
    color: #deedf7;
    font-size: 10px;
    height: 21px;
    line-height: 20px
}

div.menu-button {
    background: url(/skin/common_files/images/but_menu_right.png) right top no-repeat;
    padding-right: 7px
}

div.menu-button a,
div.menu-button div {
    background: url(/skin/common_files/images/but_menu_left.png) left top no-repeat;
    padding: 0 1px 0 8px;
    line-height: 20px;
    color: #deedf7!important;
    font-size: 10px
}

button.do-add2cart-error,
button.do-add2cart-success,
button.do-add2cart-wait {
    cursor: default
}

button.do-add2cart-error .button-right,
button.do-add2cart-success .button-right,
button.do-add2cart-wait .button-right {
    background: url(/skin/common_files/images/but_light_right.gif) right top no-repeat;
    padding: 0 5px 0 0
}

button.do-add2cart-error .button-left,
button.do-add2cart-success .button-left,
button.do-add2cart-wait .button-left {
    background: url(/skin/common_files/images/but_light_left.gif) left top no-repeat;
    padding: 0 10px 0 15px;
    color: #365f8f;
    font-size: 11px
}

button.do-add2cart-wait .button-left .progress {
    display: block;
    background: #547020 url(/skin/common_files/images/progress.gif) left 45% repeat-x
}

.button-row,
.button-row-right {
    margin-top: 20px;
    padding: 0;
    height: 23px;
    line-height: 23px
}

.buttons-row .button,
.buttons-row a.simple-button,
.buttons-row button.simple-button {
    float: left
}

.button-row-right .button,
.button-row-right a.simple-button,
.button-row-right button.simple-button,
.buttons-row-right .button,
.buttons-row-right a.simple-button,
.buttons-row-right button.simple-button {
    float: right
}

.buttons-row,
.buttons-row-right {
    margin: 5px 0 0
}

.buttons-row .button-separator {
    float: left;
    width: 20px;
    height: 22px
}

. .button-separator {
    float: right;
    width: 30px;
    height: 15px
}

table tr td.button-row,
table tr td.button-row-right,
table tr td.buttons-row,
table tr td.buttons-row-right {
    margin: 0;
    padding-top: 15px
}

.buttons-auto-separator .button,
.buttons-auto-separator a.simple-button,
.buttons-auto-separator button.simple-button {
    margin-right: 20px
}

a.popup-link {
    text-decoration: none
}

a.popup-link img {
    vertical-align: bottom;
    width: 20px;
    height: 18px;
    background: url(/skin/common_files/images/question_button.gif) left top no-repeat;
    margin-bottom: 1px
}

.shipping-method a {
    font-weight: 700;
    font-size: 11px;
    text-decoration: underline
}

.shipping-method a:hover {
    text-decoration: none
}

.shipping-method label {
    display: block;
    vertical-align: middle
}

.shipping-warning {
    color: #3c6992;
    text-decoration: none;
    font-size: 9px;
    font-family: arial, verdana, helvetica, sans-serif
}

a.simple-delete-button:hover {
    color: transparent!important
}

.estimator-container {
    width: 100%
}

.giftwrapping-cart {
    text-align: left;
    padding: 10px 0
}

.giftwrap-option {
    padding: 5px 0 5px 5px
}

.giftwrap-message-label {
    padding: 5px 0
}

.giftwrap-message-text textarea {
    width: 300px;
    height: 80px
}

.giftwrap-cart-note {
    margin-left: 15px;
    color: #b51800
}

.cart-total-row .total-name a,
.invoice-total-name span {
    font-weight: 400
}

.invoice-giftwrap-notes {
    padding-top: 30px
}

.invoice-giftwrap-notes p {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.invoice-giftwrap-notes div {
    border: 1px solid #cecfce;
    height: 50px;
    overflow: hidden;
    padding: 5px
}

.images-preview-bg {
    background: url(/skin/common_files/images/grey.png) left top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000
}

.images-preview {
    position: absolute;
    top: 100px;
    right: 220px;
    bottom: 100px;
    left: 220px;
    background: #fff;
    border: 5px solid #e3e3e3;
    overflow: hidden;
    min-width: 700px;
    min-height: 500px;
    z-index: 4000
}

.images-preview .wait {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
    background: url(/skin/common_files/images/loading.gif) center center no-repeat #fff;
    z-index: 1500
}

.images-preview a.close {
    position: absolute;
    top: 9px;
    right: 11px;
    background: url(/skin/common_files/images/close_images_preview.gif) left center no-repeat;
    padding-left: 12px;
    padding-bottom: 2px;
    font-size: 11px;
    color: #4e4e4e;
    text-decoration: none;
    outline-style: none;
    text-transform: lowercase
}

.images-preview .list-box {
    margin: 50px 50px 0;
    padding: 0;
    text-align: center;
    position: relative;
    border: 1px solid #fff
}

.images-preview a.arrow {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    outline-style: none;
    cursor: pointer
}

.images-preview a.hidden {
    display: none
}

.images-preview a.left {
    left: 0;
    background: url(/skin/common_files/images/arrow_left.gif) left center no-repeat
}

.images-preview a.right {
    right: 0;
    background: url(/skin/common_files/images/arrow_right.gif) right center no-repeat
}

.images-preview a.left-disabled {
    background: url(/skin/common_files/images/arrow_left_disabled.gif) left center no-repeat;
    cursor: auto
}

.images-preview a.right-disabled {
    background: url(/skin/common_files/images/arrow_right_disabled.gif) 6px center no-repeat;
    cursor: auto
}

.images-preview div.list-subbox {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.images-preview ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    position: absolute
}

.images-preview ul li {
    display: block;
    padding: 0;
    margin: 0 12px;
    border: 1px solid #fff;
    background: 0 0;
    text-align: center;
    vertical-align: middle;
    float: left;
    cursor: pointer
}

.images-preview ul li.over,
.images-preview ul li:hover {
    border: 1px solid #ccc
}

.images-preview ul li.selected {
    border: 1px solid #215485
}

.images-preview ul li img {
    display: inline;
    text-align: center;
    vertical-align: middle
}

.images-preview ul li.loading {
    background-image: url(/skin/common_files/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.images-preview ul li.loading img {
    display: none
}

.images-preview .box {
    position: relative;
    margin: 50px;
    vertical-align: middle;
    text-align: center;
    background: 0 0
}

.images-preview .box.loading {
    background-image: url(/skin/common_files/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.images-preview .box img {
    cursor: pointer;
    vertical-align: middle;
    text-align: center
}

.data-table td {
    padding: 4px 1px;
    line-height: 21px;
    vertical-align: top
}

.data-table.light-table td {
    line-height: 16px;
    padding: 3px
}

.data-table td.data-name {
    vertical-align: top;
    color: #112536;
    padding-right: 5px
}

.data-table td.data-required,
td.data-required {
    color: #800
}

.data-table td.data-required {
    padding-right: 4px;
    text-align: center;
    width: 5px
}

.data-table .error-message {
    color: #800;
    vertical-align: middle
}

.data-table div.error-message {
    margin: 0
}

.data-table tr.head-row th {
    padding-left: 5px;
    padding-right: 5px
}

.data-table tr th.data-checkbox-column {
    width: 10px
}

.data-table tr .data-right-column {
    text-align: right
}

.data-table tr .data-width-100 {
    width: 100%
}

.data-table tr td.data-name label {
    line-height: 21px;
    vertical-align: top
}

span.star {
    padding-left: 5px;
    color: #800
}

.search-sort-bar {
    vertical-align: middle;
    line-height: 16px;
    height: 16px;
    padding-right: 20px;
    white-space: nowrap;
    margin: 15px 0 0;
    text-align: right
}

.search-sort-cell,
.search-sort-title {
    padding-right: 20px
}

a.search-sort-link {
    text-decoration: underline
}

.search-sort-bar img,
.search-sort-bar-float img {
    width: 9px;
    height: 9px;
    margin-right: 5px
}

.search-sort-bar a.up-direction {
    font-weight: 700;
    padding-left: 14px;
    background: url(/skin/common_files/images/uarrow.gif) left 3px no-repeat
}

.search-sort-bar a.down-direction {
    font-weight: 700;
    padding-left: 14px;
    background: url(/skin/common_files/images/darrow.gif) left 3px no-repeat
}

.expand-section {
    height: 16px;
    margin: 20px 0;
    vertical-align: middle;
    line-height: 16px;
    font-family: 'source_sans_probold';
    font-size: 15px
}

.expand-section img {
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin: 2px 5px 3px 0
}

.expand-section img.plus {
    background: url(/skin/common_files/images/plus.gif) left top no-repeat
}

.expand-section img.minus {
    background: url(/skin/common_files/images/minus.gif) left top no-repeat
}

.expand-section a {
    font-weight: 700;
    text-decoration: underline
}

.nav-pages {
    white-space: nowrap;
    vertical-align: bottom;
    padding: 0;
    margin: 0
}

.nav-pages-title {
    padding-right: 10px
}

.nav-pages img {
    vertical-align: bottom;
    width: 15px;
    height: 15px
}

.nav-pages a {
    text-align: center;
    text-decoration: underline
}

.nav-pages .left-arrow img {
    background: url(/skin/common_files/images/navigation_arrow_left.gif) left top no-repeat
}

.nav-pages .right-arrow img {
    background: url(/skin/common_files/images/navigation_arrow_right.gif) left top no-repeat
}

.nav-pages .current-page {
    text-align: center;
    font-weight: 700
}

.nav-pages .right-delimiter {
    padding-right: 12px
}

h3 {
    margin: 0 0 10px;
    color: #b51a00;
    font-weight: 700;
    font-size: 12px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #9d1500
}

h3.grey {
    color: #666;
    font-size: 11px;
    border-bottom: 1px solid #ccc
}

h3.black {
    color: #010101;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #000
}

h3.red {
    border-bottom: 1px solid #acb7c7
}

h3.separator {
    margin-top: 30px
}

.img-down-direction {
    width: 7px;
    height: 6px;
    vertical-align: middle;
    background: url(/skin/common_files/images/r_bottom.gif) left top no-repeat;
    margin-right: 3px
}

.img-up-direction {
    width: 7px;
    height: 6px;
    vertical-align: middle;
    background: url(/skin/common_files/images/r_top.gif) left top no-repeat;
    margin-right: 3px
}

.noscript-warning {
    position: absolute;
    top: 10px;
    padding: 10px;
    left: 25%;
    right: 25%;
    margin: 0;
    overflow: hidden;
    border: 5px solid #ddd;
    background: #fff
}

.noscript-warning .content {
    background: url(/skin/common_files/images/icon_warning.gif) left top no-repeat;
    font-weight: 700;
    padding-left: 37px;
    min-height: 32px;
    line-height: 16px
}

.lbl {
    display: inline!important;
    color: #6d9327!important;
    font-weight: 700!important;
    width: auto!important;
    margin: 0!important;
    padding: 0!important
}

.section {
    margin: 0!important;
    padding: 0!important;
    width: auto!important
}

.blockMsg {
    padding: 0;
    margin: 0;
    min-width: 200px;
    top: 40%;
    text-align: center;
    color: #000;
    border: 3px solid #aaa;
    background-color: #fff;
    cursor: wait
}

.blockUI span.waiting {
    background: url(/skin/common_files/images/loading.gif) no-repeat #fbfbfb;
    color: #617683;
    display: inline-block;
    font-size: 18px;
    margin: 8px 5px;
    padding: 5px 0 5px 45px
}

.ui-dialog .blockOverlay {
    background: #fff!important;
    opacity: 1!important;
    filter: Alpha(Opacity=100)
}

.ui-dialog .blockMsg {
    border: 0!important
}

.menu-categories-list img.icon {
    background: url(/skin/common_files/images/dingbats_categorie.gif) left top no-repeat
}

.menu-categories-list ul li {
    padding: 4px 0 5px 20px;
    background: url(/skin/common_files/images/category_bullet.gif) 8px 5px no-repeat
}

.menu-categories-list ul li a {
    font-size: 12px
}

.menu-toner img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -10px no-repeat;
    height: 20px;
    width: 20px
}

.menu-ink img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -50px no-repeat;
    height: 17px;
    width: 30px
}

.menu-cddvd img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -87px no-repeat;
    height: 20px;
    width: 20px
}

.menu-tape img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -127px no-repeat;
    height: 20px;
    width: 20px
}

.menu-ribbon img.icon {
    background: url(/skin/common_files/images/ribbon_sm.gif) no-repeat;
    height: 20px;
    width: 20px
}

.menu-special img.icon {
    background: url(/skin/common_files/images/dingbats_categorie.gif) no-repeat;
    height: 17px;
    width: 17px
}

.arrow_list img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -380px no-repeat;
    height: 11px;
    width: 7px
}

.menu-help img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -198px no-repeat;
    height: 17px;
    width: 17px
}

.pirate-wheel img.icon {
    background-image: url(/skin/common_files/images/dingbats_wheel.gif);
    height: 20px;
    width: 20px
}

.menu-minicart .title-bar h2 {
    color: #2c3e49
}

.menu-minicart img.icon {
    height: 27px;
    width: 32px
}

.order_filter .new-button {
    background: #f7f7f7!important;
    border: 1px solid #aeaeae;
    color: #2e2e2e;
    padding: 3.5px 8px;
    height: auto;
    width: auto;
    margin-right: 15px;
    border-radius: 4px;
    font-family: arial;
    font-weight: 600;
    text-decoration: none
}

.full-mini-cart .title-bar img.icon {
    background: url(/skin/common_files/images/cart_full.gif) left top no-repeat;
    width: 18px;
    height: 13px
}

div.minicart {
    color: #112536;
    font-size: 10px
}

div.minicart img {
    width: 19px;
    height: 16px
}

div.minicart .empty b {
    line-height: 18px
}

div.minicart table {
    margin: 0 0 0 1px
}

div.minicart table tr td {
    color: #112536;
    font-size: 10px;
    padding: 1px
}

hr.minicart {
    clear: both;
    margin: 5px 0;
    padding: 0;
    height: 0
}

.ajax-minicart .title-bar {
    position: relative;
    overflow: visible
}

#content-container .ajax-minicart img.minicart-button {
    background: url(/skin/common_files/images/cart_button.gif) left top no-repeat;
    width: 38px;
    height: 21px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 4px;
    z-index: 100
}

#content-container .ajax-minicart img.minicart-button-show {
    background-position: left -21px
}

.minicart-box {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 93%;
    width: 250px;
    padding: 10px 10px 10px 5px;
    border: 1px solid #99a4ad;
    background: #fff;
    white-space: normal;
    z-index: 2500;
    font-weight: 400
}

.minicart-box .progress {
    background: url(/skin/common_files/images/progress.gif) left top repeat-x;
    height: 11px
}

.minicart-box hr {
    margin-left: 5px
}

.minicart-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.minicart-box ul li {
    position: relative;
    margin: 0;
    padding: 6px 15px 34px 5px;
    overflow: hidden;
    white-space: normal;
    line-height: normal
}

.minicart-box ul li a.delete {
    padding-left: 10px
}

.minicart-box ul li a.delete img {
    background: url(/skin/common_files/images/delete_cross.gif) left top no-repeat;
    width: 9px;
    height: 9px
}

.minicart-box ul li a {
    text-decoration: underline;
    white-space: normal!important
}

.minicart-box .price-row {
    margin-top: 4px
}

.minicart-box input.quantity {
    width: 35px
}

.minicart-box .buttons-row {
    margin-top: 5px;
    margin-left: 5px;
    height: 30px
}

.minicart-box .buttons-row .light-button .button-left,
.minicart-box .buttons-row .light-button a,
.minicart-box .buttons-row .light-button div {
    font-size: 10px;
    font-weight: 400
}

.minicart-box ul.menu li.checkout-link a,
.minicart-box ul.menu li.view-cart-link a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.minicart-box li.checkout-popup-link {
    overflow: visible;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px
}

.minicart-box .checkout-popup-link a.link:active,
.minicart-box .checkout-popup-link a.link:hover,
.minicart-box .checkout-popup-link a.link:link,
.minicart-box .checkout-popup-link a.link:visited {
    text-decoration: none
}

.minicart-box .checkout-popup-link a.link {
    border: 1px solid #fff;
    z-index: 1000;
    background-color: #fff;
    padding: 4px 0 4px 5px;
    position: relative;
    outline-style: none
}

.minicart-box .checkout-popup-link a.show {
    border-top: 1px solid #99a4ad;
    border-left: 1px solid #99a4ad;
    border-right: 1px solid #99a4ad;
    border-bottom: 1px solid #fff;
    padding-right: 5px
}

.minicart-box .checkout-popup-link .link span {
    border-bottom: 1px dashed #043fa0;
    cursor: pointer
}

.minicart-box .checkout-popup-link a.link img {
    background: url(/skin/common_files/images/checkout_arrow.gif) right top no-repeat;
    width: 9px;
    height: 7px;
    cursor: pointer
}

.minicart-box .checkout-popup-link div.buttons-box {
    position: absolute;
    border: 1px solid #99a4ad;
    background: #fff;
    left: 0;
    top: 19px;
    display: none;
    padding: 10px
}

.minicart-box .minicart-checkout-button {
    background: url(/skin/common_files/images/but_flc_arrow_right.png) right top no-repeat;
    padding-right: 31px
}

.minicart-box .minicart-checkout-button a:active,
.minicart-box .minicart-checkout-button a:hover,
.minicart-box .minicart-checkout-button a:link,
.minicart-box .minicart-checkout-button a:visited {
    background: url(/skin/common_files/images/but_flc_main_left.png) no-repeat;
    line-height: 29px;
    color: #510000;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    float: left
}

.minicart-box .gcheckout-cart-buttons a img {
    width: inherit;
    height: inherit;
    background: 0 0
}

.minicart-box .gcheckout-cart-buttons,
.minicart-box .gcheckout-cart-buttons p,
.minicart-box .paypal-cart-button,
.minicart-box .paypal-cart-button p {
    text-align: left
}

.minicart-box .gcheckout-cart-buttons div,
.minicart-box .paypal-cart-button div {
    text-align: left;
    margin: 0
}

iframe.minicart-bg {
    position: absolute;
    display: none;
    width: 250px;
    border: 0;
    background: #fff
}

iframe.minicart-checkout-bg {
    position: absolute;
    display: none;
    border: 0;
    background: #fff
}

.help-link {
    border-bottom: 1px dashed #000;
    cursor: help;
    text-decoration: none!important
}

#tooltip {
    position: absolute;
    border: 1px solid #000;
    padding: 5px;
    background: #fff;
    top: 0;
    left: 0;
    text-align: left;
    max-width: 300px;
    z-index: 10000
}

#tooltip div,
#tooltip h3 {
    margin: 0
}

.menu-auth img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -272px no-repeat;
    height: 17px;
    width: 17px
}

.menu-auth input {
    width: 120px
}

.login-buttons {
    margin: 3px 0 5px
}

.login-buttons .button {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px
}

.menu-dialog .recovery {
    clear: both;
    margin-bottom: 2px
}

.menu-dialog .recovery a {
    text-decoration: underline;
    font-size: 10px
}

.menu-dialog .left {
    text-align: left
}

.menu-dialog .login-text {
    vertical-align: top
}

.small-link,
.small-note {
    color: #3c6992;
    text-decoration: none;
    font-size: 9px;
    font-family: arial, verdana, helvetica, sans-serif
}

.small {
    font-weight: 400;
    font-size: 10px
}

.small-link:hover {
    text-decoration: underline
}

.menu-news img.icon {
    background: url(/skin/common_files/images/spriteme1.png) -10px -309px no-repeat;
    height: 17px;
    width: 17px
}

.menu-dialog .subscribe {
    margin-right: 23px
}

.menu-dialog a.prev-news {
    text-decoration: underline
}

.menu-interneka img.icon {
    background: url(/skin/common_files/images/dingbats_affiliates.gif) no-repeat
}

div.popup-dialog {
    text-align: left;
    min-width: 300px
}

ul.subcategories {
    list-style: none;
    margin: 0;
    padding: 0 0 15px
}

ul.subcategories li {
    margin: 0 0 10px;
    text-align: left
}

ul.subcategories a {
    text-decoration: underline;
    font-weight: 700
}

span.subcategories {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    text-align: left;
    padding-bottom: 0;
    overflow: hidden
}

span.sub_categories {
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px;
    text-align: left;
    padding-bottom: 0;
    overflow: hidden
}

.subcategory-image {
    float: left;
    margin: 0 10px 10px 0
}

.subcategory-descr {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    font-family: Arial
}

.product-details {
    position: relative;
    margin-bottom: 50px
}

.product-details .image {
    text-align: center;
    vertical-align: top;
    padding: 0;
    float: left
}

.product-details .image .image-box {
    margin: 0 auto;
    padding: 0
}

.product-details .details {
    padding-left: 30px
}

.product-details .details .descr {
    vertical-align: top;
    padding-right: 20px;
    font-family: Arial
}

.product-details .details .save-percent-container {
    margin-left: 10px;
    width: 57px;
    height: 57px
}

.product-details .details .save {
    float: left;
    width: 57px;
    height: 29px;
    padding-top: 28px;
    padding-left: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    background: url(/skin/common_files/images/save_money.gif) left top no-repeat
}

.product-details .product-subtitle {
    padding: 23px 0 10px
}

.product-details .product-subtitle div {
    color: #b51a00;
    font-weight: 700;
    font-size: 12px;
    border: 0
}


A.collapsible-title {color: #cc230c;}
A.collapsible-title:link  {text-decoration: none; color: #cc230c; font-weight: 600; font-style: italic;}
A.collapsible-title:visited {text-decoration: none; color: #cc230c; font-weight: 600; font-style: italic;}
A.collapsible-title:hover {text-decoration: none; color: #cc230c; font-weight: 400; font-style: italic;}
A.collapsible-title:active {text-decoration: none; color: #cc230c; font-weight: 600; font-style: italic;}

.collapsible-content {
  padding: 5px 18px;
  font-size: 12px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.product-details .message {
    color: #b51a00
}

.product-details .warning-message {
    color: red
}

.product-details .customer-message {
    color: #b51a00;
    font-weight: 700
}

.product-details .quantity-row td {
    padding-top: 15px
}

.product-details .button-row {
    margin-top: 15px
}

#product-tabs-container {
    margin-bottom: 30px
}

.product-details .ask-question {
    margin-top: 16px;
    float: none
}

table.product-properties {
    width: 100%;
    margin: 0
}

table.product-properties tr td {
    padding: 2px;
    vertical-align: top
}

table.product-properties .property-name {
    width: 40%
}

table.product-properties .property-value {
    width: auto
}

table.product-properties .product-price {
    color: #010101;
    font-weight: 700;
    font-size: 12px
}

table.product-properties .product-price-value {
    color: #b51a00;
    font-weight: 700;
    font-size: 12px;
    font-family: verdana;
    white-space: nowrap
}

table.product-properties .product-market-price {
    color: #787878;
    padding-left: 5px;
    font-size: 12px;
    font-family: verdana;
    white-space: nowrap;
    font-weight: 700
}

table.product-properties .product-taxed-price {
    color: #383838;
    white-space: nowrap;
    font-weight: 400;
    vertical-align: bottom
}

table.product-properties .product-input {
    height: 25px;
    padding-right: 10px
}

table.product-properties .product-min-amount,
table.product-properties .product-one-quantity {
    font-size: 14px
}

table.product-properties .separator td {
    height: 18px
}

input.send2friend {
    width: 300px
}

textarea.send2friend {
    width: 400px
}

#send_message_box {
    margin-top: 10px
}

.products {
    margin-bottom: 5px;
    margin-top: 5px
}

.products .image {
    text-align: center;
    vertical-align: top;
    white-space: nowrap
}

.products a.see-details {
    display: block;
    text-align: center;
    text-decoration: underline
}

.product-details .product-title,
.products .product-title {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline
}

.products .descr {
    padding: 15px 0 0;
    margin: 0
}

.products .sku {
    margin-top: 15px
}

.products .price-row {
    margin: 0;
    padding: 0;
    text-align: center
}

.products .market-price-value {
    background: url(/skin/common_files/images/spacer_black.gif) left 8px repeat-x
}

.products .price {
    font-size: 16px;
    font-family: 'source_sans_prosemibold';
    color: #010101
}

.products .price-value {
    font-weight: 700;
    font-size: 18px;
    color: #b51a00;
    font-family: Arial
}

.products .price-save {
    padding: 0;
    margin: 0;
    color: #b51a00
}

.products .taxes {
    padding: 2px 2px 2px 30px
}

.products .buy-now {
    margin: 10px 0 0
}

.products .buy-now .quantity {
    height: auto;
    white-space: nowrap;
    vertical-align: middle
}

.products .buy-now .quantity-empty {
    height: 45px
}

.products .buy-now .quantity-title {
    width: 75px;
    padding-right: 16px
}

.products .buy-now .quantity select {
    vertical-align: middle
}

.products .buy-now .out-of-stock {
    white-space: nowrap;
    font-weight: 700
}

.products .buy-now .prices {
    height: 15px;
    vertical-align: middle
}

.products .product-details-title {
    color: #b51a00;
    font-weight: 700;
    font-size: 12px
}

.products .product-price-text {
    color: #010101;
    font-weight: 700;
    font-size: 15px;
    font-family: Arial
}

.quantity-text {
    color: #818891;
    padding-left: 3px
}

.products-list .item {
    position: relative;
    margin: 0 0 45px
}

.products-list .image {
    float: left;
    position: relative;
    padding: 3px 20px 3px 10px;
    margin-right: auto;
    min-height: 170px
}

.products-list .details {
    vertical-align: top;
    padding-left: 30px;
    border: 0;
    text-align: center
}

.products-list .details hr {
    margin: 5px 5px 5px 0
}

.products-list .buy-now .center,
.products-list .buy-now .halign-center {
    margin-left: 0;
    text-align: left
}

.products-table .product-cell {
    background: #fff;
    padding: 8px;
    vertical-align: top;
    text-align: center
}

.products-table .first.products-row td.product-cell {
    padding-top: 0;
    text-align: center
}

.products-table td.product-cell-price {
    padding-top: 2px
}

.products-table td.product-cell-buynow {
    padding-top: 3px;
    vertical-align: bottom
}

.products-table td.product-cell-buynow .button-row {
    text-align: center;
    margin: 9px 0 5px
}

.products-table td.product-cell-buynow .quantity-empty {
    height: auto
}

.products-table .image {
    padding: 0;
    margin: 0;
    text-align: center
}

.products-table a.see-details {
    text-align: left;
    display: inline
}

.products-table .sku {
    margin-top: 5px
}

.products-table .product-title {
    font-size: 15px;
    font-family: 'source_sans_proregular';
    padding-bottom: 13px;
    display: inline-block
}

.products-table a.product-title:link,
.products-table a.product-title:visited {
    color: #000;
    text-decoration: none
}

.products-table a.product-title:active,
.products-table a.product-title:hover {
    color: red;
    text-decoration: underline
}

.products-table .button-row,
.products-table .buttons-row {
    margin: 0
}

.products-table .button-row button,
.products-table .buttons-row button {
    float: none
}

.products-table .buy-now {
    margin-top: 5px
}

.products-table .buy-now .quantity-title {
    width: auto;
    padding-right: 5px
}

.products-table tr.separator td {
    padding: 0;
    height: 20px
}

.adv-search table td {
    white-space: nowrap;
    padding: 3px 5px 3px 0
}

.adv-search table .data-name {
    width: 20%;
    vertical-align: top;
    color: #112536;
    font-weight: 700
}

.adv-search table .data-input {
    white-space: nowrap
}

.adv-search table .pattern {
    padding-bottom: 0
}

.adv-search table .pattern input,
.adv-search table .pattern select {
    width: 95%;
    vertical-align: bottom
}

.adv-search table .search-button {
    width: 25%;
    padding: 0
}

#adv_search_box {
    margin-bottom: 15px
}

.search-again {
    position: relative;
    margin-top: -17px;
    text-align: right;
    margin-left: 400px
}

.results-found {
    position: relative;
    width: 400px
}

td.search-extra-fields.input-row {
    white-space: normal
}

.register-note {
    color: #000;
    margin-bottom: 15px;
    line-height: 15px;
    font-family: 'source_sans_proregular'
}

.register-newbie-note {
    text-align: center;
    margin-top: 30px
}

.register-bottom-note {
    margin-top: 30px;
    padding-bottom: 45px
}

.register-ups-box {
    margin-top: 45px;
    margin-bottom: 15px
}

.register-section-title {
    height: 30px;
    vertical-align: middle
}

.register-section-title div {
    vertical-align: middle;
    padding: 2px 0;
    border-bottom: 1px solid #000
}

.register-section-title div * {
    vertical-align: middle
}

.register-sec-minimized div {
    border-bottom: 0 none
}

.register-section-title label {
    color: #262626;
    font-size: 19px;
    font-family: 'source_sans_prosemibold'
}

.register-table .register-exp-section label {
    border-bottom: 1px dashed #2c3e49
}

table.register-table .register-exp-section {
    padding-top: 16px;
    padding-bottom: 16px
}

table.register-table td.data-name {
    text-align: right;
    font-weight: 400;
    width: 30%
}

.cart .item {
    margin: 0;
    display: inline-block;
}

.cart .item .image {
    position: relative;
    padding: 3px 8px 3px 3px;
    height: 100%;
    text-align: left!important
}

.cart .details {
    vertical-align: top
}

.cart .product-title {
    text-decoration: underline
}

.cart .descr {
    padding-bottom: 15px;
    font-family: Arial
}

.cart .poptions-title {
    font-weight: 700
}

.cart .poptions-list {
    margin-bottom: 15px
}

.cart .buttons {
    position: relative;
    vertical-align: top;
    margin-top: 30px;
    height: 23px
}

.cart .buttons .buttons-row {
    margin-top: 0
}

.cart .left-buttons-row {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0
}

.cart .right-buttons-row {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%
}

.cart .right-buttons-row .checkout-button {
    float: right
}

.cart-total-line {
    width: 50%;
    margin-left: 50%
}

.cart-total-row {
    text-align: right
}

div.shipping-method {
    color: #112536;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: right
}

th.shipping-method {
    color: #112536;
    font-weight: 700;
    text-align: left
}

.shipping-method select {
    font-weight: 400
}

.shipping-method table {
    margin: 0 0 0 auto;
    text-align: right
}

.shipping-method table td {
    font-weight: 400;
    text-align: left
}

.shipping-method tr.selected {
    background: #eee
}

.totals {
    margin: 0 0 0 auto;
    text-align: right;
    width: 30%
}

.totals td {
    padding: 3px
}

.totals .total-name {
    white-space: nowrap;
    color: #112536;
    font-weight: 700;
    padding-right: 8px;
    text-align: left
}

.totals .total-value {
    white-space: nowrap;
    color: #b51a00;
    font-weight: 700;
    text-align: right
}

.totals .total-alt-value {
    white-space: nowrap;
    text-align: right
}

.totals .total-line {
    height: 1px
}

.totals .total-line img {
    background: #000;
    width: 100%;
    height: 1px
}

.totals .total {
    white-space: nowrap;
    color: #112536;
    font-weight: 700;
    padding-right: 8px;
    text-transform: uppercase;
    text-align: left
}

.totals .total-taxes {
    font-weight: 700;
    text-align: right
}

.totals .total-tax-line {
    background-color: #eee
}

.totals .total-tax-line td {
    text-align: right;
    white-space: nowrap
}

.totals .total-tax-name {
    padding-right: 8px
}

.cart hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #d7d9e4
}

.cart-content {
    margin-bottom: 15px
}

.cart-content tr td,
.cart-content tr th {
    padding: 1px 3px;
    text-align: left;
    vertical-align: top
}

.cart-content tr td.summary-cell {
    text-align: right
}

.cart-content .cart-column-tax {
    text-align: center
}

.cart-content td.cart-column-price,
.cart-content td.cart-column-total {
    text-align: right
}

.cart-content .cart-content-text {
    color: #b51a00;
    font-weight: 700
}

.cart-content .cart-column-product {
    width: 100%
}

.cart-content input.cart-quantity {
    width: 30px
}

.cmpi-vbv-icon {
    width: 49%;
    float: left;
    text-align: center
}

.cmpi-vbv-icon img {
    width: 71px;
    height: 57px;
    background: url(/skin/common_files/images/vbv_logo.gif) left top no-repeat
}

.cmpi-mcsc-icon {
    width: 49%;
    text-align: center
}

.cmpi-mcsc-icon img {
    width: 74px;
    height: 40px;
    background: url(/skin/common_files/images/mcsc_logo.gif) left top no-repeat
}

.checkout-payments tr td {
    padding: 2px;
    text-align: left
}

.checkout-payments tr td.checkout-payment-name {
    width: 20%;
    white-space: nowrap
}

.checkout-payments tr td.checkout-payment-name label {
    font-weight: 700
}

.checkout-payments tr td.checkout-payment-descr {
    width: 80%
}

.checkout-payments tr td.checkout-payment-paypal {
    width: 100%
}

.checkout-payments tr td.checkout-payment-paypal img {
    border: 0
}

.checkout-update-button {
    float: left;
    margin: 0
}

.order-placed-msg {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 13px;
    text-align: center
}

body.payment-wait {
    text-align: center
}

body.payment-wait .payment-details-title,
body.payment-wait .payment-wait-title {
    border-top: 30px solid #d0ddeb
}

body.payment-wait h1 {
    display: block;
    padding: 40px 0 0;
    border-top: 1px solid #d0ddeb;
    margin-top: 1px;
    color: #2c3e49
}

body.payment-wait img.payment-wait-image {
    background: url(/skin/common_files/images/progress.gif) repeat-x;
    width: 350px;
    height: 11px;
    margin-top: 10px
}

.help-index {
    list-style: none;
    padding: 0;
    margin: 0
}

.help-index li {
    margin: 0;
    padding: 10px 0 0
}

.help-index li.first-item {
    padding-top: 0
}

.help-usps-test-dir {
    text-decoration: underline;
    margin-bottom: 15px
}

.images-viewer {
    text-align: center;
    margin: 10px 0
}

.images-viewer-list {
    position: relative;
    white-space: nowrap
}

.images-viewer-list .side-arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 10px;
    height: 54px;
    text-decoration: none;
    outline-style: none
}

.images-viewer-list .left-arrow {
    text-align: left;
    left: 0
}

.images-viewer-list .right-arrow {
    padding-left: 3px;
    text-align: right;
    right: 0
}

.images-viewer-list .side-arrow img {
    width: 7px;
    height: 100%
}

.images-viewer-list .left-arrow .enabled {
    display: block;
    background: url(/skin/common_files/images/arrow_left.gif) left center no-repeat
}

.images-viewer-list .left-arrow .disabled {
    display: block;
    background: url(/skin/common_files/images/arrow_left_disabled.gif) left center no-repeat
}

.images-viewer-list .hidden {
    display: none
}

.images-viewer-list .right-arrow .enabled {
    display: block;
    background: url(/skin/common_files/images/arrow_right.gif) left center no-repeat
}

.images-viewer-list .right-arrow .disabled {
    display: block;
    background: url(/skin/common_files/images/arrow_right_disabled.gif) left center no-repeat
}

.images-viewer-icons {
    text-align: left;
    padding: 0;
    margin: 0 10px;
    overflow: hidden
}

.images-viewer-icons a {
    display: block;
    border: 1px solid #fff;
    padding: 0;
    margin: 0 10px;
    float: left;
    outline-style: none;
    background: #eee;
    text-align: center;
    vertical-align: middle
}

.images-viewer-icons a.selected {
    border: 1px solid #215485
}

.images-viewer-icons a:hover {
    border: 1px solid #ccc
}

.images-viewer-icons img {
    margin: 1px;
    vertical-align: middle;
    border: 0
}

.order-invoice {
    background: #fff
}

.invoice-company-icon {
    text-align: right;
    vertical-align: top;
    padding-top: 30px
}

.invoice-data-box {
    width: 100%;
    padding-left: 30px
}

.invoice-data-box table {
    width: 100%
}

.invoice-data-box table tr td {
    padding: 2px;
    vertical-align: top
}

.invoice-title {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase
}

.invoice-data-box table tr td.invoice-right-info {
    text-align: right;
    vertical-align: bottom
}

hr.invoice-line {
    margin: 2px 0 17px;
    border-bottom: 2px solid #58595b
}

.invoice-personal-info {
    width: 45%;
    margin-bottom: 15px
}

.invoice-personal-info tr td {
    padding: 0
}

.invoice-personal-info tr td strong {
    white-space: nowrap
}

.invoice-address-box {
    width: 100%;
    margin-bottom: 30px
}

.invoice-address-title {
    width: 45%;
    height: 25px
}

td.invoice-line {
    vertical-align: top;
    padding: 0;
    height: 4px
}

td.invoice-line img {
    height: 2px;
    width: 100%;
    background: #58595b
}

.invoice-address-box table {
    width: 100%
}

.invoice-address-box table tr td {
    padding: 0
}

.invoice-address-box table tr td strong {
    white-space: nowrap
}

.invoice-customer-notes {
    padding-top: 30px
}

.invoice-customer-notes p {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.invoice-customer-notes div {
    border: 1px solid #cecfce;
    height: 50px;
    overflow: hidden;
    padding: 5px
}

.invoice-bottom-note {
    text-align: center;
    padding-top: 30px;
    font-size: 12px
}

p.invoice-products-title {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.invoice-products {
    width: 100%;
    background: #000
}

.invoice-products tr td,
.invoice-products tr th {
    background: #fff
}

.invoice-products tr th {
    padding: 3px;
    background: #ccc;
    white-space: nowrap
}

.invoice-products tr th.invoice-quantity-column,
.invoice-products tr th.invoice-sku-column,
.invoice-products tr th.invoice-total-column {
    width: 60px
}

.invoice-products tr th.invoice-tax-column {
    width: 100px
}

.invoice-products tr th.invoice-price-column {
    width: 100px;
    text-align: center
}

.invoice-products tr td {
    padding: 3px
}

.invoice-products tr td.invoice-price-column,
.invoice-products tr td.invoice-quantity-column,
.invoice-products tr td.invoice-tax-column {
    text-align: center
}

.invoice-products tr td.invoice-product-column span {
    font-size: 11px
}

.invoice-products tr td.invoice-product-column table tr td {
    vertical-align: top;
    padding: 0 3px 3px 0
}

.invoice-products tr td.invoice-product-column p {
    white-space: nowrap
}

.invoice-products tr td.invoice-product-column div {
    padding-left: 10px;
    white-space: nowrap
}

.invoice-products tr td.invoice-price-column {
    text-align: right;
    white-space: nowrap
}

.invoice-products tr td.invoice-total-column {
    text-align: right;
    white-space: nowrap;
    padding-right: 5px
}

.invoice-totals {
    width: 100%
}

.invoice-totals tr td {
    padding: 0
}

.invoice-totals tr .invoice-total-title {
    text-align: right;
    width: 100%;
    height: 20px
}

.invoice-totals tr .invoice-total-name {
    text-align: right;
    width: 100%;
    height: 20px;
    padding-right: 3px
}

.invoice-totals tr .invoice-total-value {
    text-align: right;
    height: 20px;
    padding-right: 5px;
    white-space: nowrap
}

.invoice-totals tr .invoice-total-name-fin {
    text-align: right;
    width: 100%;
    height: 25px;
    padding-right: 3px;
    background: #ccc
}

.invoice-totals tr .invoice-total-value-fin {
    text-align: right;
    height: 25px;
    padding-right: 5px;
    background: #ccc;
    white-space: nowrap
}

.invoice-totals tr td.invoice-line {
    height: 2px
}

.invoice-giftcerts {
    width: 100%
}

.invoice-giftcerts tr td {
    padding: 0
}

.invoice-giftcerts tr th {
    background: #ccc
}

.invoice-giftcerts tr th.invoice-giftcert-id {
    width: 60px
}

.invoice-giftcerts tr td.invoice-giftcert-id {
    text-align: center
}

.invoice-giftcerts tr .invoice-giftcert-cost {
    text-align: right;
    white-space: nowrap;
    padding-right: 5px
}

.error-page #header {
    height: 87px
}

.error-page #header .line2 {
    height: 20px
}

.error-page #header .logo {
    margin-left: 167px
}

.error-page #content-container {
    margin-top: 87px
}

.error-page #center-main {
    text-align: center;
    margin: 0 10px
}

.error-page #header .line1 .phones,
.error-page #header .line1 .tabs,
.error-page #header .line2 .languages,
.error-page #header .line2 .search,
.error-page #left-bar,
.error-page #location,
.error-page #right-bar {
    display: none
}

.error-page .subcontainer {
    text-align: left;
    width: 700px;
    margin: 32px auto 0;
    position: relative;
    clear: both
}

.error-page .code-number {
    font: 400 74px arial, sans-serif;
    color: #d8d8d8;
    width: 186px;
    float: left;
    text-align: center
}

.error-page .description {
    font-family: verdana;
    width: 514px;
    float: right
}

.error-page .description h1 {
    font-weight: 400;
    color: #000
}

.error-page .description a {
    text-decoration: underline
}

.error-page .description ul {
    margin: 0;
    padding: 5px 0;
    list-style-position: inside
}

.error-page .reason {
    font-weight: 700;
    color: #a10000
}

.error-page .description hr {
    margin: 10px 0 15px
}

.error-page ul.links {
    margin: 0;
    padding: 5px 0;
    list-style: none
}

.paypal-cart-button {
    text-align: right;
    height: 65px
}

.paypal-cart-button div {
    width: 200px;
    height: 65px;
    margin-left: auto;
    margin-right: 0;
    overflow: visible;
    text-align: right
}

.paypal-cart-button p {
    width: 100%;
    text-align: right;
    margin: 10px 0
}

.paypal-cart-icon {
    float: left;
    padding-right: 10px
}

div.note-box {
    position: absolute;
    border: 1px solid #000;
    background-color: #f6f5eb;
    margin: 0 0 0 30px;
    padding: 3px;
    width: 150px;
    line-height: 15px;
    white-space: normal;
    overflow: hidden
}

.printable #content-container {
    position: static;
    padding: 0;
    margin-top: 82px
}

.printable #content-container2 {
    float: none;
    position: static;
    left: 0;
    right: 0;
    width: 100%
}

.printable #center {
    float: none;
    position: static;
    width: 100%;
    left: 0
}

.printable #header {
    position: static;
    height: 82px
}

.printable #header .line2,
.printable #header .printable,
.printable #header .tabs {
    display: none
}

.printable #center-main {
    margin: 0 10px!important;
    position: static
}

.printable #footer {
    position: static!important
}

.printable #footer .subbox {
    background: 0 0
}

.printable a.simple-button,
.printable button.button,
.printable div.button {
    display: none
}

.printable .dialog .title {
    background: 0 0
}

.title h2 {
    margin: 0
}

.printable .product-details .dropout-wrapper {
    height: 150px
}

.printable .no-print {
    display: none
}

.printable #center-main,
.printable #content-container {
    overflow: visible!important
}

.uo-container #content-container {
    padding-bottom: 74px
}

.uo-container #footer {
    height: 74px
}

.normal {
    font-weight: 400
}

.admin-preview #footer,
.admin-preview #header,
.admin-preview #left-bar,
.admin-preview #location,
.admin-preview #right-bar,
.admin-preview .creviews-dialog,
.admin-preview .offers-short-list,
.admin-preview .send2friend-dialog {
    display: none
}

.admin-preview #content-container {
    margin: 0;
    padding: 0
}

.admin-preview #center-main {
    margin: 5px
}

.need-help-link {
    text-decoration: none!important;
    cursor: help;
    border: none;
    border-bottom: 1px dashed #3c6992!important;
    white-space: nowrap;
    color: #3c6992!important
}

div.need-help-box,
div.need-help-box div {
    position: relative;
    width: 200px;
    margin: 0;
    padding: 0
}

div.need-help-box div {
    position: absolute;
    top: 0;
    left: 14px;
    border: 1px solid #888;
    background: #FFF;
    padding: 6px;
    white-space: normal;
    font-weight: 400;
    overflow: hidden
}

select.adv-search-select {
    width: 400px
}

div.evaluation-notice {
    border: 5px solid #c3c3c3;
    background: #f8f8f8;
    padding: 2px 18px 8px;
    color: #2c3e49;
    margin-bottom: 25px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px
}

div.evaluation-notice p.license-warning {
    color: #970e0e;
    font-weight: 700;
    font-size: 15px
}

div.evaluation-notice p.evaluation-notice-title {
    font-weight: 700;
    font-size: 16px
}

div.evaluation-notice div.evaluation-notice-button {
    width: 100%;
    text-align: center
}

div.evaluation-notice div.evaluation-notice-button div.button {
    display: inline-block;
    float: center
}

.language-code img.language-code-out,
a.language-code img {
    padding: 2px;
    border: 0
}

.language-code-over,
strong.language-code img {
    padding: 1px!important;
    border: 1px solid #fff!important
}

div.market-price {
    margin-top: 4px
}

div.man-url {
    margin-bottom: 6px
}

ul.address-container {
    text-align: left;
    padding: 0;
    margin: 0
}

div.address-bg {
    background: url(/skin/common_files/images/bg_post.png) top left;
    margin: 2px;
    padding: 8px;
    width: 230px
}

li.address-box {
    display: inline-block;
    margin: 0 25px 25px 0;
    padding: 0;
    border: 1px solid #ddd;
    width: 250px;
    min-height: 220px;
    overflow: hidden;
    text-decoration: none;
    vertical-align: top;
    text-align: left;
    list-style: none
}

.address-main {
    padding: 5px 10px;
    background: #fff;
    min-height: 190px
}

.address-main a.new-address {
    font-size: 22px;
    line-height: 36px
}

.address-main .new-address-label {
    padding-top: 40px;
    text-align: center
}

.address-default {
    font-weight: 700;
    vertical-align: top
}

.address-default img {
    margin-right: 5px
}

.address-line {
    margin: 5px 0
}

.popup-address {
    min-width: 780px;
    text-align: left
}

.popup-address .address-box {
    margin: 0 25px 25px 0;
    padding: 0;
    border: 1px solid #ddd;
    width: 230px;
    float: left;
    min-height: 230px;
    overflow: hidden
}

.popup-address .address-current {
    border: 1px solid #1a478f
}

.popup-address .address-main {
    min-height: 200px
}

.popup-address .address-bg {
    width: 210px
}

.popup-address .address-main hr {
    margin: 15px 0 30px
}

.popup-address .address-main .new-address-label {
    padding-top: 28px
}

.popup-address .address-main a.new-address {
    line-height: 32px
}

.per-page-selector,
.popup-address .address-default {
    float: right
}

.transactions {
    border-top: 1px solid #666;
    margin-top: 10px;
    padding-top: 15px
}

.delete-icon {
    width: 8px;
    height: 8px;
    background: url(/skin/common_files/images/delete_record.gif) left top no-repeat
}

.checkout-sns-button {
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%
}

.checkout-sns-button img {
    width: 9px;
    height: 9px
}

.checkout-top-login {
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    line-height: 21px;
    text-align: right;
    width: 50%;
    vertical-align: middle
}

#header .checkout-top-login .simple-button {
    margin-bottom: 7px
}

.checkout-top-login-text {
    white-space: nowrap;
    padding: 0 10px 0 0
}

.checkout-container #header .line2 {
    height: 20px
}

.checkout-container #content-container {
    margin-top: 138px
}

.checkout-container #header {
    height: 102px
}

.checkout-container #center {
    text-align: center
}

.checkout-container #center-main {
    text-align: left
}

.checkout-buttons .checkout-1-button {
    float: right;
    padding: 1px 13px 1px 0;
    border-radius: 3px
}

.checkout-buttons .checkout-2-button,
.checkout-buttons .checkout-3-button {
    margin-left: 20px;
    float: right
}

div.checkout-2-button a:active,
div.checkout-2-button a:hover,
div.checkout-2-button a:link,
div.checkout-2-button a:visited,
div.checkout-2-button div {
    line-height: 29px;
    color: #510000;
    font-weight: 700;
    font-size: 11px
}

div.checkout-1-button {
    background: #f1f1f1;
    border: 1px solid #aeaeae
}

div.checkout-1-button a:active,
div.checkout-1-button a:hover,
div.checkout-1-button a:link,
div.checkout-1-button a:visited {
    line-height: 29px;
    color: #111d4d;
    font-weight: 700;
    font-size: 12px
}

div.checkout-buttons div.checkout-3-button {
    padding: 2px 16px 1px 9px;
    background: #db4f03;
    background: -moz-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%, #db4f03), color-stop(55%, #fb9a00));
    background: -webkit-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: -o-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: -ms-linear-gradient(bottom, #db4f03 0%, #fb9a00 55%);
    background: linear-gradient(to top, #db4f03 0%, #fb9a00 55%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db4f03', endColorstr='#fb9a00', GradientType=1);
    border-radius: 3px
}

.product_details-button .quantity >select {
    padding: 5px
}

div.checkout-3-button a:active,
div.checkout-3-button a:hover,
div.checkout-3-button a:link,
div.checkout-3-button a:visited,
div.checkout-3-button div {
    line-height: 29px;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

ul.simple-list,
ul.simple-list-left {
    list-style: none;
    padding: 0;
    margin: 0
}

.simple-list-left {
    padding-bottom: 14px
}

.item-left {
    float: left
}

.item-right {
    float: right
}

.ui-tabs {
    padding: 0;
    border: 0
}

.ui-tabs .ui-tabs-panel {
    border-width: 1px
}

.ui-tabs .ui-widget-header {
    background: 0 0;
    border: 0
}

.ui-tabs .ui-tabs-nav {
    padding-left: 0
}

#top-links .ui-widget-content {
    height: 1px;
    padding: 0;
    border-width: 1px 0 0
}

img.separator {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #5F94C0
}

.cart .buttons .left-buttons-row.buttons-row button.button {
    margin-top: -1px
}

.simple-products-table tr.separator td {
    height: 30px;
    padding: 0
}

.simple-products-table .product-cell {
    padding-right: 10px
}

.simple-products-table td.last {
    padding-right: 0
}

.color_red {
    color: #ea5300
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000;
    opacity: 1
}

::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000
}

:placeholder-shown {
    color: #000
}

ul.login-signin #href_Sign_in {
    background: url(../../skin/tonermobile/css/../images/Sprite_images.jpg) -87px -78px no-repeat;
    padding-left: 14px
}

ul.login-signin li {
    list-style: none;
    float: left;
    margin: 0 14px 0 3px;
    text-transform: uppercase;
    margin-top: 8px
}

ul.login-signin li.modify-profile-link {
    float: right;
    margin-right: 0
}

.login-signin
/*** nav ***/

.dropdown-menu > li.kopie > a {
    padding-left: 5px
}

.cart-items a {
    font-size: 15px
}

.checkout_menu .menu-minicart .valign-middle.empty {
    color: #fff!important;
    font-size: 20px;
    padding-left: 6px
}

.checkout_menu .valign-middle.full {
    color: #fff!important;
    font-size: 17px;
    font-family: 'source_sans_prosemibold'
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline
    }
    .navbar-default .navbar-brand {
        display: inline
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #fff;
        border-radius: 0
    }
    .dropdown-menu {
        padding-left: 10px
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px
    }
    li.dropdown.open {
        border: 0 solid red
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block
    }
    #navbar {
        text-align: center
    }
}

.margin-bottom {
    margin-bottom: 5px
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%
}

.nbs-flexisel-item {
    float: left;
    margin: 24px 0 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
    min-height: 342px
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 220px;
    min-height: 150px;
    height: auto!important
}

.sub_category .menu-dialog.menu-cddvd {
    border: none
}

.sub_category .menu-cddvd h2 {
    display: none
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100
}

.nbs-flexisel-nav-left {
    margin-left: -14px;
    background: url(../../skin/tonermobile/css/../images/Sprite_images.jpg) -8px -123px no-repeat;
    width: 22px;
    height: 43px
}

.nbs-flexisel-nav-right {
    z-index: 0;
    right: 0;
    background: url(../../skin/tonermobile/css/../images/Sprite_images.jpg) -208px -123px no-repeat;
    width: 22px;
    height: 43px
}

.f_product_name {
    width: 100%;
    display: inline-block;
    padding-top: 18px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #6d9327
}

.menu-mobile {
    display: none;
    padding: 11px
}

.menu-mobile:after {
    background: url(../../skin/tonermobile/css/../images/menu_mob.png) 0 0 no-repeat;
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.menu-dropdown-icon:before {
    background: url(../../skin/tonermobile/css/../images/menu_mob.png) 0 0 no-repeat;
    display: none;
    cursor: pointer;
    float: right;
    color: #333
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table
}

.menu > ul:after {
    clear: both
}

.menu > ul > li {
    border-left: 1px solid #fff;
    float: left;
    background: #6d9327;
    padding: 9px 14px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'source_sans_prosemibold'
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block
}

.menu > ul > li:hover {
    background: #6d9327;
    cursor: pointer
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 8px 0 0;
    list-style: none;
    box-sizing: border-box;
    border: 2px solid #577620
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table
}

.menu > ul > li > ul:after {
    clear: both
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    float: left
}

.menu > ul > li > ul > li a {
    color: #000!important;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin:0px;
    list-style: none;
    box-sizing: border-box
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table
}

.menu > ul > li > ul > li > ul:after {
    clear: both
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 25%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em
}

.menu > ul > li > ul > li > ul > li a {
    border: 0
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
    opacity: 99999!important
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 8px 0
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%
    }
    .menu-mobile {
        display: block;
        background: url(../../skin/tonermobile/css/../images/menu_mob.png) 94% center no-repeat
    }
    .menu-dropdown-icon:before {
        display: block
    }
    .menu > ul {
        display: none
    }
    .menu > ul > li {
        width: 100%;
        display: block
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block
    }
    .menu > ul > li > ul {
        position: relative
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%!important
    }
    .menu > ul > li > ul > li {
      /*  float: none; */
        width: 100%!important;
        margin-top: 3px
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0
    }
    .menu > ul > li > ul > li > ul {
        position: relative
    }
    .menu > ul > li > ul > li > ul > li {
        float: none
    }
    .menu .show-on-mobile {
        display: block;
        z-index: 13
    }
}

#flexiselDemo3 .product-title {
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #000;
    font-family: 'source_sans_prosemibold';
    min-height: 70px
}

#flexiselDemo3 .products .buy-now .quantity {
    text-align: left!important;
    margin-left: 5px
}

#flexiselDemo3 .quantity {
    float: left;
    width: 23%;
    padding: 0
}

#flexiselDemo3 .quantity select {
    height: 33px;
    background: #ebebeb
}

#flexiselDemo3 .button-row {
    padding: 0;
    float: right;
    height: auto;
    margin: 0
}

#flexiselDemo3 .price-value {
    color: #cc230c;
    font-size: 19px;
    font-family: 'source_sans_prosemibold';
    margin-left: 6px
}

#flexiselDemo3 .product-title:hover {
    text-decoration: underline
}

.login-signin a {
    color: #000;
    text-decoration: none
}

.head_text {
    margin-top: 6px;
    font-weight: 700;
    font-size: 13px;
    font-family: Arial
}

.modify-profile-link ul {
    display: none;
    height: auto;
    padding: 38px 24px;
    margin: 0;
    border: 0;
    position: absolute;
    width: 183px;
    z-index: 200;
    right: 0;
    background: url(../../skin/tonermobile/css/../images/myaccount.png) no-repeat
}



.hello-name {
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'source_sans_proregular'
}

.hello-name ~ ul.login-signin li {
    margin-top: 0
}

ul.menu_checkout_cart > li {
    list-style: none;
    float: left;
    padding: 6px 15px;
    color: #fff;
    background: #252525;
    width: 50%
}

.menu-container .menu {
    width: 80%;
    float: left
}

.menu-container .menu_checkout_cart {
    width: 20%;
    float: right;
    margin-bottom: 0;
    padding-left: 0
}

.minicart-box .cart-items li a,
.minicart-box .cart-items span,
.minicart-box .cart-items .price-row {
    color: #000!important
}

.ui-tabs {
    margin-top: 50px;
    font-family: 'source_sans_prosemibold'
}

#top-links ~ h1 {
    padding-top: 10px;
    font-family: 'source_sans_prosemibold'
}

.register-table .button-row a {
    background: #f7f7f7!important;
    border: 1px solid #aeaeae;
    color: #2e2e2e;
    padding: 4px 9px;
    border-radius: 4px;
    font-family: arial;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none
}

.details_tab {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 16px;
    width: 52%;
    background: #ececec;
    padding: 11px 9px;
    font-family: Arial
}

.register-table {
    font-family: 'source_sans_prosemibold';
    margin-bottom: 15px
}

.reg_del {
    margin-top: 3px
}

.products.cart.wishlist ~ .button a {
    background: #f7f7f7!important;
    border: 1px solid #aeaeae;
    color: #2e2e2e;
    padding: 4px 14px;
    border-radius: 4px;
    font-family: arial;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none
}

#tabs-container {
    width: 348px;
    margin: 38px auto;
    min-height: 294px
}

#tabs-container-one {
    width: 348px;
    margin: 33px auto;
    min-height: 303px
}

#tabs-container h2,
#tabs-container-one h2 {
    color: #fff;
    font-size: 25px;
    font-family: 'source_sans_probold'
}

.tabs-menu-one,
.tabs-menu {
    font-family: 'arialbold';
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding-left: 0
}

.tabs-menu-one li,
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 50%;
    background-color: #858585;
    border-bottom: 1px solid #858585;
    list-style: none;
    font-size: 12px;
    text-align: left;
    padding-left: 24px
}

#toner_p_browser,
#toner_c_browser,
#ink_p_browser,
#ink_c_browser {
    width: 100%
}

iframe#toner_p_browser {
    height: 180px;
    padding: 4px 0
}

iframe#ink_p_browser {
    height: 173px
}

.tabs-menu-one li.current,
.tabs-menu li.current {
    position: relative;
    border: none;
    background-color: rgba(74, 100, 1, 0.0);
    z-index: 5
}

.tabs-menu-one li a,
.tabs-menu li a {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none
}

.tabs-menu-one .current a,
.tabs-menu .current a {
    color: #fff
}

.tab {
    border: 1px solid #4a641d;
    background-color: rgba(74, 100, 1, 0.7);
    margin-bottom: 20px;
    width: auto
}

.tab-content-one .menu-dialog .content,
.tab-content .menu-dialog .content {
    background-color: rgba(74, 100, 1, 0.0)
}

#toner_p_browser td.VertMenuBox {
    background-color: #4a641d!important
}

.tab-content {
    padding: 23px;
    display: none;
    min-height: 190px
}

.tab-content-one {
    padding: 6px 20px;
    display: none;
    min-height: 190px
}

#tab-1 {
    display: block;
    padding: 0 20px
}

#tab-3 {
    display: block
}

#tab-4 {
    padding: 23px 23px 0;
    height: 232px
}

.banner_two {
    background: url(../../skin/tonermobile/css/../images/banner_one.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banner_one {
    background: url(../../skin/tonermobile/css/../images/banner_two.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banner-black {
    background: #000;
    margin-bottom: 32px;
    display: inline-block;
    margin-top: 32px;
    width: 100%
}

.second-row {
    margin-bottom: 33px
}

.second-row h2 {
    font-size: 23px;
    margin-bottom: 17px;
    color: #527c00;
    font-family: 'source_sans_proregular';
    padding-left: 26px
}

.horizondal-line {
    border-right: 1px solid #d9d9d9;
    min-height: 260px;
    font-family: 'source_sans_proregular'
}

.top_line {
    border-top: 5px solid #7ba134;
    width: 100%;
    margin-left: -15px
}

.margin-top-10 {
    margin-top: 10px
}

.menu-tape h2,
.menu-cddvd h2 {
    margin-top: 0;
    background: #4c6923;
    color: #fff;
    font-size: 15px;
    padding: 6px;
    font-family: Arial
}

.soc-footer-links li {
    list-style: none;
    float: left;
    margin-left: 5px
}

.soc-footer-links {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 12px;
    padding-left: 0
}

.phone {
    margin-bottom: 23px;
    margin-top: 10px;
    padding-left: 9px
}

#footer h2 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    font-family: Arial
}

.mews_msg span,
.mews_msg a {
    text-decoration: none!important
}

.float-right {
    float: right
}

.menu-help a {
    text-decoration: none!important;
    font-family: Arial
}

.left-border {
    border-left: 1px solid #d2d2d2;
    min-height: 295pxmargin-bottom: 14px
}

.reward_text {
    text-align: center;
    color: #c20000;
    font-size: 17px;
    font-family: 'source_sans_prosemibold';
    width: 100%;
    margin: 0 auto
}

.emt {
    padding: 9px
}

#flexiselDemo3 button.main-button .button-left {
    background: url(../../skin/tonermobile/css/../images/Sprite_images.jpg) -10px -70px no-repeat!important;
    width: 39px;
    height: 32px;
    margin: 0
}

#flexiselDemo3 button.main-button .button-right {
    background: none;
    padding: 0
}

#flexiselDemo3 button.button .button-left {
    background: url(../../skin/tonermobile/css/../images/wishlist_button.png) no-repeat;
    width: 39px;
    height: 32px;
    padding: 0;
    color: transparent
}

.product-details button.button .button-left {
    border: none;
    background: url(../../skin/tonermobile/css/../images/details_wishlist.png) no-repeat 5px 0;
    width: 81px;
    height: 22px;
    padding: 0;
    color: transparent
}

button.button .button-right {
    background: none
}

.itemdiv-flex {
    width: 201px;
    margin: 0 auto
}

#flexiselDemo3 .buy-now {
    width: 100%;
    margin: 0 auto
}

#flexiselDemo3 .product-cell-price {
    display: inline-block;
    margin: 15px 0 -12px
}

#location0 {
    padding: 9px 0;
    background: #ebebeb;
    color: #262626;
    font-family: Arial
}

#flexiselDemo3 button.button .button-left {
    width: 39px!important
}

.green {
    color: #527c00;
    font-weight: 500!important
}

.simple-list button.button .button-left {
    background: #547020!important;
    background-image: none!important;
    color: #fff!important;
    width: 159px!important;
    padding: 6px 11px;
    border-radius: 3px;
    height: 38px!important
}

.mobile-view {
    display: none
}

.estimator-container.cart-border .button-row {
    margin-top: 0
}

.estimator-container {
    background: #f6f6f6;
    border: 1px solid #aeaeae;
    border-top: none;
    padding: 12px 10px
}

.update_cart_button button.button .button-left {
    font-family: Arial;
    height: 32px;
    color: #000;
    background: #f5f5f5;
    width: auto;
    padding: 5px 24px;
    border: 1px solid #aeaeae;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 15px
}

.update_cart_button a.simple-delete-button {
    font-family: Arial;
    font-size: 15px;
    color: #000;
    background: url(../../skin/tonermobile/css/../images/delete_cross.png) right 50% no-repeat;
    padding: 4px 20px;
    border: 1px solid #aeaeae;
    background: #f5f5f5;
    border-radius: 3px;
    font-weight: 700;
    text-decoration: none
}

.update_cart_button a.simple-delete-button:hover {
    color: #000!important
}

.submit-coupon button.button .button-left {
    background: #f5f5f5;
    border: 1px solid #aeaeae;
    color: #000;
    width: auto;
    padding: 3px 18px;
    border-radius: 3px;
    height: 29px
}

.submit-coupon .button-row {
    margin-top: 0
}

#checkout_login button.main-button .button-left {
    background: #4c6923!important;
    color: #fff!important;
    padding: 3px 26px;
    width: auto;
    height: auto;
    border-radius: 4px;
    margin-left: 3px
}

#checkout_login button.button {
    height: 35px
}

.featuerd_prod {
    margin-top: 0!important;
    font-size: 19px!important;
    background: #4c6923;
    color: #fff!important;
    padding: 7px 5px;
    text-transform: uppercase
}

.image_list {
    list-style: none;
    background: url(../../skin/tonermobile/css/../images/list-style-img.png) no-repeat 43px 8px;
    margin-left: -30px;
    width: 100%
}

.product_details-button .buttons-row {
    margin: 0
}

.product_details-button button.main-button .button-left {
    background: url(../../skin/tonermobile/css/../images/cart_button.png) no-repeat!important;
    width: 39px;
    height: 32px;
    padding: 0;
    color: transparent
}

.product_details-button button.button .button-left {
    background: url(../../skin/tonermobile/css/../images/wishlist_button.png) no-repeat;
    width: 39px;
    height: 32px;
    padding: 0;
    color: transparent
}

.product_details-button button.button .button-right {
    padding-right: 4px
}

#tabs-container_product .tabs-menu {
    float: left;
    clear: both
}

#tabs-container_product .tabs-menu li {
    height: 41px;
    line-height: 30px;
    float: left;
    margin-right: 3px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    width: auto
}

#tabs-container_product .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5
}

#tabs-container_product .tabs-menu li a {
    padding: 5px 17px 9px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-family: arial;
    font-weight: 700
}

#tabs-container_product .tabs-menu .current a {
    color: #547020;
    font-family: arial;
    font-weight: 700
}

#tabs-container_product .tab {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%
}

#tabs-container_product .tabs-container_product {
    width: 660px;
    padding: 20px;
    display: none
}

#tabs-container_product #tab-11 {
    display: block
}

#tabs-container_product #tab-3 {
    display: none
}

.product-details .acr-general-product-rating table {
    float: left
}

.price_qty .price_value {
    color: #cc230c;
    font-size: 28px;
    font-family: 'source_sans_proregular'
}

.price_qty #product_avail {
    background: #ebebeb;
    padding: 4px;
    margin-left: 39px;
    width: auto!important
}

.product_shipping_cost {
    background: #ececec;
    padding: 17px 23px;
    font-family: Arial
}

.price_qty .simple-list button.button .button-left {
    font-size: 14pt
}

.title_multi_qty {
    color: #527c00;
    font-size: 14pt;
    font-family: arial
}

button.button .price_qty button.button .button-right {
    height: auto!important
}

.price_qty {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px
}

.valign-middle.empty strong {
    font-weight: 500;
    font-size: 16px
}

.item_bestseller {
    margin-bottom: 30px
}

.item_bestseller .image-wrapper {
    text-align: center
}

.item_bestseller .buttons-row .button {
    float: none
}

.item_bestseller .price-value {
    color: #cc230c;
    font-size: 13pt;
    font-family: arial;
    font-weight: 600
}

.item_bestseller .product-title {
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #000;
    font-family: 'source_sans_prosemibold';
    min-height: 70px
}

.minicart-box .menu {
    width: 100%
}

.minicart-box .view-cart-link a,
.minicart-box .checkout-link a {
    border: none!important;
    color: #fff!important;
    text-decoration: none
}

.minicart-box .view-cart-link,
.minicart-box .checkout-link {
    float: left;
    margin-left: 21px;
    background: #547020!important;
    color: #fff!important;
    padding: 5px 10px;
    border-radius: 3px
}

#footer {
    color: #000;
    display: inline-block;
    border-top: 1px solid #adadad;
    font-family: Arial
}

.reviews_order div.button a {
    padding-left: 0!important;
    color: #cc230c;
    font-family: arial;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px
}

.ask-question a.simple-button {
    font-size: 15px
}

.reviews_order ul {
    width: 100%;
    padding: 0
}

.reviews_order ul li {
    list-style: none;
    float: left;
    margin-left: 2px
}

.live_support {
    position: fixed;
    top: 20%;
    right: -214px;
    z-index: 16
}

.left_live {
    width: auto;
    float: left;
    margin-top: 10%
}

.live_close {
    width: 20px;
    width: 20px;
    position: absolute;
    top: -9px;
    left: -3px
}

.hr_to_help {
    font-family: arial;
    font-weight: 600;
    font-size: 16px;
    margin: 12px 0
}

.online_q {
    margin-bottom: 18px
}

.live_msg {
    margin-bottom: 11px
}

.checkout-top-login {
    display: none
}

.banner-black .menu-dialog.menu-toner {
    display: inline-block
}

.banner-black .menu-dialog.menu-ink {
    display: inline-block
}

.sub_category #toner_p_browser {
    width: 83%;
    height: 123px
}

#tabs-container_product .tabs-menu li {
    padding-left: 0!important
}

.item_bestseller {
    min-height: 250px!important
}

.login-signin {
    display: inline-block;
    padding-left: 0
}

#tab-2 {
    height: 190px
}

#tabs-container #toner_c_browser {
    height: 205px!important
}

#tabs-container #tab-1 .content {
    height: 190px
}

#tabs-container-one #ink_c_browser {
    height: 244px!important
}

#tabs-container-one #tab-3 .content {
    height: 187px
}

.wishlist_but {
    margin-top: 12px;
    float: right
}

.checkout-container #header input.text {
    max-width: 100%!important
}

.browser_cat {
    font-family: arial;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.quantity.but-left {
    float: left
}

.buttons-row.but_right {
    float: right;
    margin-top: -4px
}

.price-row {
    text-align: center;
    margin-bottom: -23px
}

#Add_to_cart_popup_window .upselling.details img {
    width: 200px!important;
    height: 150px!important
}

.products-list .item .itemdiv .acr-general-product-rating {
    display: none!important
}

.products.products-table.simple-products-table .product_details-button.details {
    margin-top: -32px
}

.minicart-box .cart-items a {
    color: #000
}

.minicart-box .cart-items a:hover {
    color: #000!important
}

#Add_to_cart_popup_window .title {
    text-align: center
}

#Add_to_cart_popup_window .price {
    text-align: center
}

#Add_to_cart_popup_window .buy.product-input {
    text-align: center
}

#Add_to_cart_popup_window .buy.product-input .main-button .button-left {
    background: url(../../skin/tonermobile/css/../images/cart_button.png) no-repeat!important;
    border: none;
    width: 39px;
    height: 32px;
    color: transparent;
    padding: 0!important
}

#Add_to_cart_popup_window .details .title {
    text-align: left
}

#Add_to_cart_popup_window .details .price {
    text-align: left
}

.item_b {
    min-height: 270px!important
}

.send2friend-dialog .data-table label {
    font-weight: 400!important;
    font-family: 'source_sans_proregular'
}

.acr-dialog .button a {
    font-family: 'source_sans_prosemibold';
    font-size: 14px
}

.menu-news,
.menu-news .news {
    font-family: Arial
}

.menu-news .mews_msg {
    font-family: Arial
}

.menu-reviews-section .acr-item {
    font-family: Arial
}

.price_qty .property-value {
    font-family: Arial
}

.products.products-table.simple-products-table .item_products {
    min-height: 260px
}

.item_products .image-wrapper img {
    width: 200px
}

.best_sell_div .image-wrapper img {
    width: 200px;
    height: auto
}

.item_b .image-wrapper {
    min-height: 166px
}

#tab-31 .acr-general-product-rating {
    width: 100%
}

#tab-31 .acr-general-product-rating table {
    width: 130px;
    float: left
}

#tab-31 .reviews_order {
    width: 100%
}

.prodetails_left .acr-general-product-rating {
    display: inline-table
}

.products .item .itemdiv .image img {
    width: 200px!important;
    height: auto!important
}

.dialog-featured-list .title h2 {
    background: #e0e0db;
    color: #000!important;
    padding: 8px 16px;
    font-size: 20px
}

.checkout-container .search div.checkout-container input[type=text] {
    padding: 11px 5px!important
}

.estimator-container-width {
    width: 45%;
    margin-left: 55%
}

.float-left {
    font-weight: 600
}

.line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
    position: relative
}

.prodetails_left {
    width: 70%;
    float: left
}

.product_details-button button.button .button-left {
    width: 39px!important
}

.live_msg a {
    text-decoration: none
}

.live_msg a:hover {
    text-decoration: none
}

.text-font-pop {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    padding-left: 7px
}

.product-ask-form .input-style,
input[type=password],
input[type=text],
select,
textarea {
    margin-bottom: 3px
}

.products.cart .right-box.cart-border {
    display: inline-block;
}

@media screen and (max-width:360px) {
    .acr-general-product-rating table {
        width: 100% !important
    }
    .acr-product-info .acr-image {
        width: 100%;
    }
    . acr-product-info .acr-details {
        width: 100% !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    #content-container {
        margin-top: 169px
    }
    #header input.text2 {
        width: 100%
    }
    input.image-button {
        right: 4px
    }
    .menu-container .menu_checkout_cart {
        width: 59%
    }
    .logo img {
        width: 109px!important;
        height: 28px!important
    }
    .register_login {
        position: absolute!important;
        right: 0;
        font-size: 11px;
        padding-right: 0!important;
        top: 2px;
        z-index: 1
    }
    .login-signin {
        padding: 3px;
        margin-left: 2px
    }
    .desktop_view {
        display: none
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    ul.menu_checkout_cart > li {
        padding: 0 15px
    }
    ul.menu_checkout_cart > li:nth-child(1) {
        padding: 0 18px 0 8px
    }
    .mobile-view a {
        color: #fff;
        text-decoration: none
    }
    ul.login-signin li {
        margin: 0 0 0 3px
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.product-added.ui-draggable {
        width: 96%!important;
        left: 4px!important
    }
    .checkout-container #content-container {
        margin-top: 184px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .products {
        margin-top: 50px;
        display: inline-block
    }
    .checkout-buttons {
        top: 1%!important;
        right: 0!important
    }
    .cart .right-buttons-row {
        position: relative;
        top: 42px;
        width: auto;
        right: 8px;
        display: none
    }
    .dialog {
        margin: 0;
        margin-bottom: 38px
    }
    .login-signin {
        font-size: 12px
    }
    .menu_chkout a {
        font-size: 14px!important
    }
    .menu-minicart img.icon {
        height: 13px;
        width: 16px
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%
    }
    #tabs-container_product .tabs-menu li {
        width: 100%;
        text-align: left
    }
    input.send2friend {
        width: auto
    }
    .login-signin {
        margin-top: 0;
        float: right!important
    }
    .hello-name {
        font-size: 10px;
        text-align: right;
        margin-right: 0px;
    }
    .modify-profile-link ul {
        width: 200%;
        text-align: left
    }
    .menu-container .menu {
        width: 100%
    }
    .menu > ul > li > ul.normal-sub > li {
        width: 100%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 0
    }
    ul.address-container {
        text-align: center
    }
    .buttons-row .button-separator {
        margin-bottom: 14px
    }
    .emt {
        display: none
    }
    .hello-name ~ .login-signin {
        margin-top: -17px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .details_tab {
        width: 100%
    }
    .checkout_menu .menu-minicart .valign-middle.empty {
        font-size: 17px
    }
    #tabs-container,
    #tabs-container-one {
        width: 240px
    }
    .live_support {
        top: 43%
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .product-details .details {
        padding-left: 9px;
        margin-top: 20px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: 18%!important
    }
    h1.green {
        padding: 0
    }
    .checkout_menu .valign-middle.full {
        font-size: 12px;
        font-family: arial;
        width: auto;
        display: inline-block;
        padding-top: 1px;color:#000 !important
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .checkoutAddressBook {
        display: none
    }
    .register_login {
        width: 100%!important;
        height: 20px
    }
    .logo a {
        z-index: 12
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .products-list .item .itemdiv .image img {
        width: 200px!important;
        height: 150px!important
    }
    .menu-container .menu {
        width: 100%
    }
    .product-price-text input[type=text] {
        width: auto!important
    }
    div.checkout-container h1 {
        padding: 53px 5px 11px!important
    }
    .modify-profile-link ul li {
        float: none;
        padding: 4px 0;
        text-align: left
    }
    .products-list .image {
        padding: 0
    }
    .buttons-auto-separator .button,
    .buttons-auto-separator a.simple-button,
    .buttons-auto-separator button.simple-button {
        margin-right: 0!important
    }
    input.image-button {
        top: 5%!important
    }
    .menu-reviews-section .acr-link {
        text-align: center!important
    }
    .menu-reviews-section .acr-link a {
        width: 100%
    }
    .checkoutImageBox img {
        width: 227px!important
    }
    div#checkoutModalPasswordRecovery {
        width: 100%!important
    }
    .help_menu_ {
        padding-left: 5px!important
    }
    .print-id {
        display: none
    }
    .valign-middle.empty strong {
        font-size: 13px
    }
    .menu-line-height {
        line-height: 19px!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding: 0 0 0 16px !important
    }
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .totalsDisplayContainer {
        width: 100%!important;
        margin-top: 10px
    }
    .emt {
        display: none
    }
    .register-table .button-row a {
        padding: 4px 7px!important
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    .submit-coupon {
        width: 100%!important
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .AJAXSearch {
        top: 13%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
    #colorbox {
        width: 100%!important;
        height: 100%!important;
        top: 20%!important;
        position: fixed!important
    }
    #cboxWrapper {
        width: 98%!important;
        height: auto!important
    }
    #cboxWrapper #cboxMiddleLeft {
        height: 100%!important
    }
    #cboxWrapper #cboxContent {
        width: 100%!important;
        height: 100%!important
    }
    #cboxWrapper #cboxLoadedContent {
        width: 100%!important;
        height: 96%!important
    }
    #cboxWrapper #cboxLoadedContent .cboxPhoto {
        width: 100%!important;
        height: 96%!important;
        margin: 0 auto!important
    }
    #cboxMiddleRight,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxTopCenter {
        display: none!important
    }
}

@media screen and (min-width:361px) and (max-width:509px) {
    .tabs-menu-one li,
    .tabs-menu li {
        padding-left: 9px !important;
    }
    .acr-product-info .acr-image {
        width: 100%;
    }
    .acr-general-product-rating table {
        width: 100% !important
    }
    .acr-product-info .acr-details {
        width: 100% !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .submit-coupon {
        width: 100%!important
    }
    .totalsDisplayContainer {
        width: 100%!important;
        margin-top: 10px
    }
    .modify-profile-link ul li {
        float: none;
        padding: 5px 27px 0px 13px;
        text-align: left
    }
    #content-container {
        margin-top: 170px
    }
    ul.login-signin li {
        margin: 5px;
        margin-top: -1px
    }
    #header input.text2 {
        width: 100%
    }
    input.image-button {
        right: 18px
    }
    .menu-container .menu_checkout_cart {
        width: 59%
    }
    .logo img {
        width: 133px!important;
        height: 33px!important
    }
    .register_login {
        position: absolute!important;
        right: 0;
        font-size: 11px;
        padding-right: 0!important;
        top: 2px
    }
    .login-signin {
        padding: 3px;
        width: 100%;
        margin-left: 20%
    }
    .desktop_view {
        display: none
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    ul.menu_checkout_cart > li {
        padding: 0 20px
    }
    ul.login-signin li {
        margin: 0 0 0 3px
    }
    .mobile-view a {
        color: #fff;
        text-decoration: none
    }
    .checkout-container #content-container {
        margin-top: 173px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .checkout-buttons {
        top: 2%!important;
        right: 0!important
    }
    .cart .right-buttons-row {
        position: relative;
        top: 7px;
        width: auto
    }
    .cart .left-buttons-row {
        position: relative
    }
    .login-signin {
        font-size: 12px
    }
    .menu_chkout a {
        font-size: 14px!important
    }
    .menu-minicart img.icon {
        height: 15px;
        width: 18px
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%
    }
    #tabs-container_product .tabs-menu li {
        width: 100%;
        text-align: left
    }
    input.send2friend {
        width: auto
    }
    .login-signin {
        float: right!important
    }
    .hello-name {
        font-size: 11px;
        text-align: right; margin-right: 87px;
    }
    .modify-profile-link ul {
        width: auto
    }
    .menu-container .menu {
        width: 100%
    }
    .menu > ul > li > ul.normal-sub > li {
        width: 100%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 0
    }
    ul.address-container {
        text-align: center
    }
    .buttons-row .button-separator {
        margin-bottom: 14px
    }
    .emt {
        display: none
    }
    .hello-name ~ .login-signin {
        margin-top: -18px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .details_tab {
        width: 100%
    }
    .checkout_menu .menu-minicart .valign-middle.empty {
        font-size: 14px
    }
    #tabs-container,
    #tabs-container-one {
        width: 240px
    }
    .live_support {
        top: 23%
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: 15%!important
    }
    .checkout_menu .valign-middle.full {
        font-size: 10px;
        font-family: arial;
        width: auto;
        display: inline-block
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .menu-container .menu {
        width: 100%
    }
    .product-price-text input[type=text] {
        width: auto!important
    }
    div.checkout-container h1 {
        padding: 53px 5px 11px!important
    }
    .print-id {
        display: none
    }
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .emt {
        display: none
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
    #colorbox {
        width: 100%!important;
        height: 100%!important;
        top: 20%!important;
        position: fixed!important
    }
    #cboxWrapper {
        width: 98%!important;
        height: auto!important
    }
    #cboxWrapper #cboxMiddleLeft {
        height: 100%!important
    }
    #cboxWrapper #cboxContent {
        width: 100%!important;
        height: 100%!important
    }
    #cboxWrapper #cboxLoadedContent {
        width: 100%!important;
        height: 96%!important
    }
    #cboxWrapper #cboxLoadedContent .cboxPhoto {
        width: 100%!important;
        height: 96%!important;
        margin: 0 auto!important
    }
    #cboxMiddleRight,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxTopCenter {
        display: none!important
    }
}

@media screen and (min-width:510px) and (max-width:640px) {
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .print-id {
        display: none
    }
    .billingFieldsContainer {
        border: none!important
    }
    .checkout-buttons {
        top: 0!important
    }
    div.checkout-container h1 {
        padding: 41px 5px 16px!important
    }
    #content-container {
        margin-top: 173px
    }
    .checkout-container #content-container {
        margin-top: 193px
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    .desktop_view {
        display: none
    }
    .menu_checkout_cart .menu_chkout a {
        color: #fff
    }
    ul.menu_checkout_cart > li {
        padding: 6px 25px
    }
    .register_login {
        padding-left: 0;
        height: 20px
    }
    .modify-profile-link ul {
        top: 17px;
        padding: 38px 0 38px 24px !important
    }
    .login-signin {
        display: inline
    }
    #header input.text2 {
        width: 99%
    }
    input.image-button {
        right: 4px
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    #tabs-container_product .tabs-menu li {
        width: 49%
    }
    .product-details {
        margin-bottom: 0
    }
    iframe#toner_p_browser {
        height: 286px
    }
    .menu-container .menu {
        width: 100%
    }
    .product-properties div img {
        width: 32%
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.product-added.ui-draggable {
        width: 96%!important;
        left: 4px!important
    }
    ul.login-signin li {
        margin: 0 9px 0 3px
    }
    .banner-black {
        margin-top: 0
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .menu-container .menu {
        width: 100%
    }
    .register_login {
        top: 0;
        position: absolute!important;
        right: 0
    }
    .register_login .hello-name {
        width: auto;
        float: left
    }
    .hello-name ~ .login-signin {
        width: 53%;
        float: left
    }
    .register_login .login-signin {
        display: inline-block
    }
    .products.products-table.simple-products-table .item_products {
        width: 50%!important;
        float: left
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding: 0 0 0 16px !important
    }
    .emt {
        display: none
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
}

@media screen and (min-width:641px) and (max-width:959px) {
    .modify-profile-link ul {
        padding: 13px 24px 0px 24px !important;
        width: 195px !important;
        line-height: 17px !important;
        height: 195px !important;
    }
    .checkout-container #content-container {
        margin-top: 200px
    }
    #content-container {
        margin-top: 193px
    }
    .register_login {
        width: 43%!important;
        position: absolute!important;
        right: 0;
        top: 0;
        padding-right: 0!important
    }
    ul.login-signin li {
        margin-top: 9px!important
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    .desktop_view {
        display: none
    }
    .menu_checkout_cart .menu_chkout a {
        color: #fff
    }
    ul.menu_checkout_cart > li {
        padding: 6px 37px 6px 19px
    }
    .register_login {
        padding-left: 0
    }
    #header input.text2 {
        width: 99%
    }
    input.image-button {
        right: 18px
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    #tabs-container_product .tabs-menu li {
        width: 49%
    }
    .product-details {
        margin-bottom: 0
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .menu-container .menu {
        width: 100%
    }
    .emt {
        display: none
    }
    .row.second-row .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
        width: 50%!important
    }
    .sub_category #toner_p_browser {
        width: 100%
    }
    div.printable-bar {
        display: none
    }
    .best_sell_ul.row .item_b {
        width: 50%!important
    }
    .hello-name {
        width: 50%;
        float: left;
        margin-top: 10px
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding-right: 0!important
    }
    input.image-button {
        right: 4px!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
}

@media screen and (min-width:960px) and (max-width:1100px) {
    .products .item .itemdiv .image img {
        width: 200px!important;
        height: auto!important
    }
    #content-container {
        margin-top: 118px
    }
    ul.login-signin li {
        margin: 0 3px
    }
    input.image-button {
        right: 18px
    }
    div.printable-bar {
        padding: 11px 0
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .menu-container .menu_checkout_cart {
        width: 22%;
        float: none;
        margin-bottom: 0;
        padding-left: 0;
        position: absolute;
        top: 21px;
        right: 0
    }
    .register_login {
        position: absolute!important;
        right: 0;
        top: 0;
        width: 28%!important
    }
    .emt {
        display: none
    }
    .hello-name {
        width: 50%;
        float: left
    }
    div.checkout-container h1 {
        padding: 4px 5px 16px!important
    }
    .row.second-row .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
        width: 50%!important
    }
    .products .item .itemdiv .image img {
        width: 200px!important
    }
    .product-details .image .image-box #product_thumbnail {
        width: 220px!important;
        height: auto!important
    }
    .register-table .button-row a {
        padding: 4px 9px!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding-right: 0!important
    }
    input.image-button {
        right: 4px!important
    }
    .bread_one {
        width: 80%!important;
        float: left
    }
    .bread_two {
        width: 20%!important;
        float: left
    }
}

@media screen and (min-width:1101px) and (max-width:1280px) {
    #content-container {
        margin-top: 118px
    }
    ul.login-signin li {
        margin: 0 3px
    }
    .login-signin {
        display: inline-block;
        padding-top: 10px
    }
    input.image-button {
        right: 18px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: auto!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .banner-black {
        margin-top: 23px!important
    }
    .hello-name ~ .login-signin {
        padding-top: 0
    }
    .mac-width {
        width: 90%!important
    }
    .row.second-row .image_list .menu-dialog img {
        margin-left: -15px
    }
}

@media screen and (min-width:1281px) and (max-width:1400px) {
    .products .item .itemdiv .image img {
        width: 200px!important;
        height: auto!important
    }
    div.printable-bar {
        padding: 11px 14px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
}

@media screen and (min-width:1401px) and (max-width:1600px) {
    div.opc-container #center-main {
        width: 100%!important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .row.second-row > div {
        width: 50%!important
    }
    .wishlist_but {
        margin-top: -56px
    }
    .prodetails_left {
        width: 100%
    }
}

@media screen and (min-width:960px) and (max-width:991px) {
    .best_sell_div .best_sell_ul.row .item_b {
        width: 50%!important
    }
    .sub_category #toner_p_browser {
        width: 100%!important
    }
    ul.menu_checkout_cart > li {
        padding: 6px 10px
    }
    #content-container {
        margin-top: 190px
    }
    .checkout-container #content-container {
        margin-top: 196px
    }
}

@media screen and (min-width:992px) and (max-width:1300px) {
    .horizondal-line {
        min-height: 155px;
        text-align: left
    }
    .dialog-category-products-list .products-list .item {
        width: 32%!important
    }
    .item_bestseller .image-wrapper img {
        width: 200px!important;
        height: 150px!important
    }
    .sub_category #toner_p_browser {
        width: 100%!important
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .row.second-row .image_list .menu-dialog img {
        margin-left: -14px
    }
    .prodetails_left {
        width: 80%
    }
    .prodetails_right {
        width: 20%
    }
}

@media screen and (min-width:1301px) and (max-width:1400px) {
    .row.second-row .image_list .menu-dialog img {
        margin-left: -10px
    }
    .dialog-category-products-list .products-list .item {
        width: 32%!important
    }
    #cboxMiddleRight,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxTopCenter {
        display: none!important
    }
}

@media screen and (min-width:361px) and (max-width:509px) {
    .tabs-menu-one li,
    .tabs-menu li {
        padding-left: 9px !important;
    }
    .acr-product-info .acr-image {
        width: 100%;
    }
    .acr-general-product-rating table {
        width: 100% !important
    }
    .acr-product-info .acr-details {
        width: 100% !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .submit-coupon {
        width: 100%!important
    }
    .totalsDisplayContainer {
        width: 100%!important;
        margin-top: 10px
    }
    .modify-profile-link ul li {
        float: none;
        padding: 5px 27px 0px 13px;
        text-align: left
    }
    #content-container {
        margin-top: 170px
    }
    ul.login-signin li {
        margin: 5px;
        margin-top: -1px
    }
    #header input.text2 {
        width: 100%
    }
    input.image-button {
        right: 18px
    }
    .menu-container .menu_checkout_cart {
        width: 59%
    }
    .logo img {
        width: 133px!important;
        height: 33px!important
    }
    .register_login {
        position: absolute!important;
        right: 0;
        font-size: 11px;
        padding-right: 0!important;
        top: 2px
    }
    .login-signin {
        padding: 3px;
        width: 100%;
        margin-left: 20%
    }
    .desktop_view {
        display: none
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    ul.menu_checkout_cart > li {
        padding: 0 20px
    }
    ul.login-signin li {
        margin: 0 0 0 3px
    }
    .mobile-view a {
        color: #fff;
        text-decoration: none
    }
    .checkout-container #content-container {
        margin-top: 173px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .checkout-buttons {
        top: 2%!important;
        right: 0!important
    }
    .cart .right-buttons-row {
        position: relative;
        top: 7px;
        width: auto
    }
    .cart .left-buttons-row {
        position: relative
    }
    .login-signin {
        font-size: 12px
    }
    .menu_chkout a {
        font-size: 14px!important
    }
    .menu-minicart img.icon {
        height: 15px;
        width: 18px
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%
    }
    #tabs-container_product .tabs-menu li {
        width: 100%;
        text-align: left
    }
    input.send2friend {
        width: auto
    }
    .login-signin {
        float: right!important
    }
    .hello-name {
        font-size: 11px;
        text-align: left
    }
    .modify-profile-link ul {
        width: auto
    }
    .menu-container .menu {
        width: 100%
    }
    .menu > ul > li > ul.normal-sub > li {
        width: 100%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 0
    }
    ul.address-container {
        text-align: center
    }
    .buttons-row .button-separator {
        margin-bottom: 14px
    }
    .emt {
        display: none
    }
    .hello-name ~ .login-signin {
        margin-top: -18px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .details_tab {
        width: 100%
    }
    .checkout_menu .menu-minicart .valign-middle.empty {
        font-size: 14px
    }
    #tabs-container,
    #tabs-container-one {
        width: 240px
    }
    .live_support {
        top: 23%
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: 15%!important
    }
    .checkout_menu .valign-middle.full {
        font-size: 10px;
        font-family: arial;
        width: auto;
        display: inline-block;color:#000 !important;
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .menu-container .menu {
        width: 100%
    }
    .product-price-text input[type=text] {
        width: auto!important
    }
    div.checkout-container h1 {
        padding: 53px 5px 11px!important
    }
    .print-id {
        display: none
    }
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .emt {
        display: none
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
    #colorbox {
        width: 100%!important;
        height: 100%!important;
        top: 20%!important;
        position: fixed!important
    }
    #cboxWrapper {
        width: 98%!important;
        height: auto!important
    }
    #cboxWrapper #cboxMiddleLeft {
        height: 100%!important
    }
    #cboxWrapper #cboxContent {
        width: 100%!important;
        height: 100%!important
    }
    #cboxWrapper #cboxLoadedContent {
        width: 100%!important;
        height: 96%!important
    }
    #cboxWrapper #cboxLoadedContent .cboxPhoto {
        width: 100%!important;
        height: 96%!important;
        margin: 0 auto!important
    }
    #cboxMiddleRight,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxTopCenter {
        display: none!important
    }
}

@media screen and (min-width:510px) and (max-width:640px) {
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .print-id {
        display: none
    }
    .billingFieldsContainer {
        border: none!important
    }
    .checkout-buttons {
        top: 0!important
    }
    div.checkout-container h1 {
        padding: 41px 5px 16px!important
    }
    #content-container {
        margin-top: 173px
    }
    .checkout-container #content-container {
        margin-top: 193px
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    .desktop_view {
        display: none
    }
    .menu_checkout_cart .menu_chkout a {
        color: #fff
    }
    ul.menu_checkout_cart > li {
        padding: 6px 25px
    }
    .register_login {
        padding-left: 0;
        height: 20px
    }
    .modify-profile-link ul {
        top: 17px;
        padding: 38px 0 38px 24px !important
    }
    .login-signin {
        display: inline
    }
    #header input.text2 {
        width: 99%
    }
    input.image-button {
        right: 4px
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    #tabs-container_product .tabs-menu li {
        width: 49%
    }
    .product-details {
        margin-bottom: 0
    }
    iframe#toner_p_browser {
        height: 286px
    }
    .menu-container .menu {
        width: 100%
    }
    .product-properties div img {
        width: 32%
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.product-added.ui-draggable {
        width: 96%!important;
        left: 4px!important
    }
    ul.login-signin li {
        margin: 0 9px 0 3px
    }
    .banner-black {
        margin-top: 0
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .menu-container .menu {
        width: 100%
    }
    .register_login {
        top: 0;
        position: absolute!important;
        right: 0
    }
    .register_login .hello-name {
        width: auto;
        float: left
    }
    .hello-name ~ .login-signin {
        width: 53%;
        float: left
    }
    .register_login .login-signin {
        display: inline-block
    }
    .products.products-table.simple-products-table .item_products {
        width: 50%!important;
        float: left
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding: 0 0 0 16px !important
    }
    .emt {
        display: none
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
}

@media screen and (min-width:641px) and (max-width:959px) {
    .modify-profile-link ul {
        padding: 13px 24px 0px 24px !important;
        width: 195px !important;
        line-height: 17px !important;
        height: 195px !important;
    }
    .checkout-container #content-container {
        margin-top: 200px
    }
    #content-container {
        margin-top: 193px
    }
    .register_login {
        width: 43%!important;
        position: absolute!important;
        right: 0;
        top: 0;
        padding-right: 0!important
    }
    ul.login-signin li {
        margin-top: 9px!important
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    .desktop_view {
        display: none
    }
    .menu_checkout_cart .menu_chkout a {
        color: #fff
    }
    ul.menu_checkout_cart > li {
        padding: 6px 37px 6px 19px
    }
    .register_login {
        padding-left: 0
    }
    #header input.text2 {
        width: 99%
    }
    input.image-button {
        right: 18px
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    #tabs-container_product .tabs-menu li {
        width: 49%
    }
    .product-details {
        margin-bottom: 0
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .menu-container .menu {
        width: 100%
    }
    .emt {
        display: none
    }
    .row.second-row .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
        width: 50%!important
    }
    .sub_category #toner_p_browser {
        width: 100%
    }
    div.printable-bar {
        display: none
    }
    .best_sell_ul.row .item_b {
        width: 50%!important
    }
    .hello-name {
        width: 50%;
        float: left;
        margin-top: 10px
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding-right: 0!important
    }
    input.image-button {
        right: 4px!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
}

@media screen and (min-width:960px) and (max-width:1100px) {
    .products .item .itemdiv .image img {
        width: 200px!important;
        height: auto!important
    }
    #content-container {
        margin-top: 118px
    }
    ul.login-signin li {
        margin: 0 3px
    }
    input.image-button {
        right: 18px
    }
    div.printable-bar {
        padding: 11px 0
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .menu-container .menu_checkout_cart {
        width: 22%;
        float: none;
        margin-bottom: 0;
        padding-left: 0;
        position: absolute;
        top: 21px;
        right: 0
    }
    .register_login {
        position: absolute!important;
        right: 0;
        top: 0;
        width: 28%!important
    }
    .emt {
        display: none
    }
    .hello-name {
        width: 50%;
        float: left
    }
    div.checkout-container h1 {
        padding: 4px 5px 16px!important
    }
    .row.second-row .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
        width: 50%!important
    }
    .products .item .itemdiv .image img {
        width: 200px!important
    }
    .product-details .image .image-box #product_thumbnail {
        width: 220px!important;
        height: auto!important
    }
    .register-table .button-row a {
        padding: 4px 9px!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding-right: 0!important
    }
    input.image-button {
        right: 4px!important
    }
    .bread_one {
        width: 80%!important;
        float: left
    }
    .bread_two {
        width: 20%!important;
        float: left
    }
}

@media screen and (min-width:1101px) and (max-width:1280px) {
    #content-container {
        margin-top: 118px
    }
    ul.login-signin li {
        margin: 0 3px
    }
    .login-signin {
        display: inline-block;
        padding-top: 10px
    }
    input.image-button {
        right: 18px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: auto!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .banner-black {
        margin-top: 23px!important
    }
    .hello-name ~ .login-signin {
        margin-top: 5px;
    padding: 1px;
    margin-right: -11px;
    }
    .mac-width {
        width: 90%!important
    }
    .row.second-row .image_list .menu-dialog img {
        margin-left: -15px
    }
}

@media screen and (min-width:1281px) and (max-width:1400px) {
    .products .item .itemdiv .image img {
        width: 200px!important;
        height: auto!important
    }
    div.printable-bar {
        padding: 11px 14px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
}

@media screen and (min-width:1401px) and (max-width:1600px) {
    div.opc-container #center-main {
        width: 100%!important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .row.second-row > div {
        width: 50%!important
    }
    .wishlist_but {
        margin-top: -56px
    }
    .prodetails_left {
        width: 100%
    }
}

@media screen and (min-width:960px) and (max-width:991px) {
    .best_sell_div .best_sell_ul.row .item_b {
        width: 50%!important
    }
    .sub_category #toner_p_browser {
        width: 100%!important
    }
    ul.menu_checkout_cart > li {
        padding: 6px 10px
    }
    #content-container {
        margin-top: 190px
    }
    .checkout-container #content-container {
        margin-top: 196px
    }
}

@media screen and (min-width:992px) and (max-width:1300px) {
    .horizondal-line {
        min-height: 155px;
        text-align: left
    }
    .dialog-category-products-list .products-list .item {
        width: 32%!important
    }
    .item_bestseller .image-wrapper img {
        width: 200px!important;
        height: 150px!important
    }
    .sub_category #toner_p_browser {
        width: 100%!important
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .row.second-row .image_list .menu-dialog img {
        margin-left: -14px
    }
    .prodetails_left {
        width: 80%
    }
    .prodetails_right {
        width: 20%
    }
}

@media screen and (min-width:1301px) and (max-width:1400px) {
    .row.second-row .image_list .menu-dialog img {
        margin-left: -10px
    }
    .dialog-category-products-list .products-list .item {
        width: 32%!important
    }
    #Add_to_cart_popup_window .upselling.details img {
        width: 200px!important;
        height: 150px
    }
    .item_bestseller {
        min-height: 306px!important
    }
}

@media screen and (min-width:2000px) {
    .mac-width {
        width: 50%!important
    }
    div.printable-bar {
        float: none!important;
        text-align: center;
        margin-left: 27px
    }
}

@media screen and (max-width:959px) {
	#header .line1 .logo a img {
    width: 230px;
    height: 47px;
}#header .line1 > div:nth-child(3) {
   
    width: auto !important;
}.menu-minicart img.icon{width:15px ;height:15px}
	#header .line1 > div{padding: 0 !important}
	.mob_png{display:inline-block !important}
	.desk_png{display:none}.mobile-view{right:20px !important;margin-top: 20px;
/*margin-right: 20px;*/}.register_login{width:auto !important;margin-top: 0px;
margin-right: 10px;}
	.mobile-view .menu_checkout_cart > li:nth-child(1) {display:none}
	.mobile-view  ul.menu_checkout_cart > li{width:auto;  padding: 0px 0px 0px 0px !important;background:none}
    .mobile-view  ul.menu_checkout_cart > li *,.checkout_menu .valign-middle.full{/*color:#000 !important*/}
	.mobile-view  ul.menu_checkout_cart > li >a{color:#fff !important}
	.help_menu_last {
        position: static!important
    }
    .help_menu_ {
        padding: 7px!important
    }
}

@media screen and (min-width:1101px) and (max-width:1495px) {
    #footer .customer_revw .menu-reviews-section div.acr-image {
        width: 100%
    }
    .left-border {
        min-height: 418px
    }
}

@media screen and (min-width:992px) and (max-width:1170px) {
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
}

@media screen and (min-width:1010px) and (max-width:1062px) {
    .dialog-category-products-list .products.products-list .item {
        min-height: 320px!important
    }
}

@media screen and (min-width:409px) and (max-width:509px) {
    .register_login {
        width: 45%!important
    }
}

@media screen and (min-width:768px) and (max-width:875px) {
    .wishlist_but {
        margin-top: -52px;
        margin-right: 8px
    }
    .prodetails_left {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .details_tab {
        width: 100%
    }
}

@media screen and (min-width:1037px) and (max-width:1128px) {
    .dialog-category-products-list .products.products-list .item {
        min-height: 320px!important
    }
}

.price_qty button.button .button-right {
    height: auto!important
}

.price_qty {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px
}

.valign-middle.empty strong {
    font-weight: 500;
    font-size: 16px
}

.item_bestseller {
    margin-bottom: 30px
}

.item_bestseller .image-wrapper {
    text-align: center
}

.item_bestseller .buttons-row .button {
    float: none
}

.item_bestseller .price-value {
    color: #cc230c;
    font-size: 13pt;
    font-family: arial;
    font-weight: 600
}

.item_bestseller .product-title {
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #000;
    font-family: 'source_sans_prosemibold';
    min-height: 70px
}

.minicart-box .menu {
    width: 100%
}

.minicart-box .view-cart-link a,
.minicart-box .checkout-link a {
    border: none!important;
    color: #fff!important;
    text-decoration: none
}

.minicart-box .view-cart-link,
.minicart-box .checkout-link {
    float: left;
    margin-left: 21px;
    background: #547020!important;
    color: #fff!important;
    padding: 5px 10px;
    border-radius: 3px
}
.minicart-box .view-cart-link a,
.minicart-box .checkout-link a{
	color: #fff!important;
}

#footer {
    color: #000;
    display: inline-block;
    border-top: 1px solid #adadad;
    font-family: Arial
}

.reviews_order div.button a {
    padding-left: 0!important;
    color: #cc230c;
    font-family: arial;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px
}

.ask-question a.simple-button {
    font-size: 15px
}

.reviews_order ul {
    width: 100%;
    padding: 0
}

.reviews_order ul li {
    list-style: none;
    float: left;
    margin-left: 2px
}

.live_support {
    position: fixed;
    top: 20%;
    right: -212px;
    z-index: 16
}

.left_live {
    width: auto;
    float: left;
    margin-top: 10%
}

.right_live {
    float: right;
    border: 1px solid #595959;
    background: #eee;
    padding-left: 20px;
    position: relative;
    width: 212px
}

.live_close {
    width: 20px;
    width: 20px;
    position: absolute;
    top: -9px;
    left: -3px
}

.hr_to_help {
    font-family: arial;
    font-weight: 600;
    font-size: 16px;
    margin: 12px 0
}

.online_q {
    margin-bottom: 18px
}

.live_msg {
    margin-bottom: 11px
}

.checkout-top-login {
    display: none
}

.banner-black .menu-dialog.menu-toner {
    display: inline-block
}

.banner-black .menu-dialog.menu-ink {
    display: inline-block
}

.sub_category #toner_p_browser {
    width: 83%;
    height: 123px
}

#tabs-container_product .tabs-menu li {
    padding-left: 0!important
}

.item_bestseller {
    min-height: 250px!important
}

.login-signin {
    display: inline-block;
    padding-left: 0
}

#tab-2 {
    height: 190px
}

#tabs-container #toner_c_browser {
    height: 205px!important
}

#tabs-container #tab-1 .content {
    height: 190px
}

#tabs-container-one #ink_c_browser {
    height: 244px!important
}

#tabs-container-one #tab-3 .content {
    height: 187px
}

.wishlist_but {
    margin-top: 12px;
    float: right
}

.checkout-container #header input.text {
    max-width: 100%!important
}

.browser_cat {
    font-family: arial;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.quantity.but-left {
    float: left
}

.buttons-row.but_right {
    float: right;
    margin-top: -4px
}

.price-row {
    text-align: center;
    margin-bottom: -23px
}

#Add_to_cart_popup_window .upselling.details img {
    width: 200px!important;
    height: 150px!important
}

.products-list .item .itemdiv .acr-general-product-rating {
    display: none!important
}

.products.products-table.simple-products-table .product_details-button.details {
    margin-top: -32px
}

.minicart-box .cart-items a {
    color: #000
}

.minicart-box .cart-items a:hover {
    color: #000!important
}

#Add_to_cart_popup_window .title {
    text-align: center
}

#Add_to_cart_popup_window .price {
    text-align: center
}

#Add_to_cart_popup_window .buy.product-input {
    text-align: center
}

#Add_to_cart_popup_window .buy.product-input .main-button .button-left {
    background: url(../../skin/tonermobile/css/../images/cart_button.png) no-repeat!important;
    border: none;
    width: 39px;
    height: 32px;
    color: transparent;
    padding: 0!important
}

#Add_to_cart_popup_window .details .title {
    text-align: left
}

#Add_to_cart_popup_window .details .price {
    text-align: left
}

.item_b {
    min-height: 270px!important
}

.send2friend-dialog .data-table label {
    font-weight: 400!important;
    font-family: 'source_sans_proregular'
}

.acr-dialog .button a {
    font-family: 'source_sans_prosemibold';
    font-size: 14px
}

.menu-news,
.menu-news .news {
    font-family: Arial
}

.menu-news .mews_msg {
    font-family: Arial
}

.menu-reviews-section .acr-item {
    font-family: Arial
}

.price_qty .property-value {
    font-family: Arial
}

.products.products-table.simple-products-table .item_products {
    min-height: 260px
}

.item_products .image-wrapper img {
    width: 200px
}

.best_sell_div .image-wrapper img {
    width: 200px;
    height: auto
}

.item_b .image-wrapper {
    min-height: 166px
}

#tab-31 .acr-general-product-rating {
    width: 100%
}

#tab-31 .acr-general-product-rating table {
    width: 130px;
    float: left
}

#tab-31 .reviews_order {
    width: 100%
}

.prodetails_left .acr-general-product-rating {
    display: inline-table
}

.products .item .itemdiv .image img {
    width: 200px!important;
    height: auto!important
}

.dialog-featured-list .title h2 {
    background: #e0e0db;
    color: #000!important;
    padding: 8px 16px;
    font-size: 20px
}

.checkout-container .search div.checkout-container input[type=text] {
    padding: 11px 5px!important
}

.estimator-container-width {
    width: 45%;
    margin-left: 55%
}

.float-left {
    font-weight: 600
}

.line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
    position: relative
}

.prodetails_left {
    width: 70%;
    float: left
}

.product_details-button button.button .button-left {
    width: 39px!important
}

.live_msg a {
    text-decoration: none
}

.live_msg a:hover {
    text-decoration: none
}

.text-font-pop {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    padding-left: 7px
}

.product-ask-form .input-style,
input[type=password],
input[type=text],
select,
textarea {
    margin-bottom: 3px
}

@media screen and (max-width:360px) {
    #adv_search_box input[type=text] {
        width: auto !important;
    }
   
    .tabs-menu-one li,
    .tabs-menu li {
        padding-left: 9px !important;
    }
    #content-container {
        margin-top: 169px
    }
    #header input.text2 {
        width: 100%
    }
    input.image-button {
        right: 4px
    }
    .menu-container .menu_checkout_cart {
        width: 59%
    }
    .logo img {
        width: 131px!important;
        height: 35px!important
    }
    .register_login {
        position: absolute!important;
        right: 0;
        font-size: 11px;
        padding-right: 0!important;
       
        z-index: 1
    }
    .login-signin {
        padding: 3px;
        margin-left: 2px
    }
    .desktop_view {
        display: none
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top:0
    }
    ul.menu_checkout_cart > li {
        padding: 0 15px
    }
    ul.menu_checkout_cart > li:nth-child(1) {
        padding: 0 18px 0 8px
    }
    .mobile-view a {
        color: #fff;
        text-decoration: none
    }
    ul.login-signin li {
        margin: 0 0 0 3px
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.product-added.ui-draggable {
        width: 96%!important;
        left: 4px!important
    }
    .checkout-container #content-container {
        margin-top: 184px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .products {
        margin-top: 50px;
        display: inline-block
    }
    .checkout-buttons {
        top: 1%!important;
        right: 0!important
    }
    .cart .right-buttons-row {
        position: relative;
        top: 42px;
        width: auto;
        right: 8px;
        display: none
    }
    .dialog {
        margin: 0;
        margin-bottom: 38px
    }
    .login-signin {
        font-size: 12px
    }
    .menu_chkout a {
        font-size: 14px!important
    }
    .menu-minicart img.icon {
        height: 13px;
        width: 16px
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%
    }
    #tabs-container_product .tabs-menu li {
        width: 100%;
        text-align: left
    }
    input.send2friend {
        width: auto
    }
    .login-signin {
        margin-top: 0;
        float: right!important
    }
    .hello-name {
        font-size: 12px;
        text-align: right;
        margin-right: 86px;
    }
    .modify-profile-link ul {
        width: 100%;
        text-align: left
    }
    .menu-container .menu {
        width: 100%
    }
    .menu > ul > li > ul.normal-sub > li {
        width: 100%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 0
    }
    ul.address-container {
        text-align: center
    }
    .buttons-row .button-separator {
        margin-bottom: 14px
    }
    .emt {
        display: none
    }
    .hello-name ~ .login-signin {
        margin-top: -20px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .details_tab {
        width: 100%
    }
    .checkout_menu .menu-minicart .valign-middle.empty {
        font-size: 17px
    }
    #tabs-container,
    #tabs-container-one {
        width: 240px
    }
    .live_support {
        top: 43%
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .product-details .details {
        padding-left: 9px;
        margin-top: 20px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: 18%!important
    }
    h1.green {
        padding: 0
    }
    .checkout_menu .valign-middle.full {
        font-size: 12px;
        font-family: arial;
        width: auto;
        display: inline-block;
        padding-top: 1px
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .hello-name ~ ul.login-signin li {
        font-size: 12px;
        z-index: 999;
    }
    .checkoutAddressBook {
        display: none
    }
    .register_login {
        width: 100%!important;
        height: 20px
    }
    .logo a {
        z-index: 12
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .products-list .item .itemdiv .image img {
        width: 200px!important;
        height: 150px!important
    }
    .menu-container .menu {
        width: 100%
    }
    .product-price-text input[type=text] {
        width: auto!important
    }
    div.checkout-container h1 {
        padding: 53px 5px 11px!important
    }
    .modify-profile-link ul li {
        float: none;
        padding: 4px 0;
        text-align: left
    }
    .products-list .image {
        padding: 0
    }
    .buttons-auto-separator .button,
    .buttons-auto-separator a.simple-button,
    .buttons-auto-separator button.simple-button {
        margin-right: 0!important
    }
    input.image-button {
        top: 5%!important
    }
    .menu-reviews-section .acr-link {
        text-align: center!important
    }
    .menu-reviews-section .acr-link a {
        width: 100%
    }
    .checkoutImageBox img {
        width: 227px!important
    }
    div#checkoutModalPasswordRecovery {
        width: 100%!important
    }
    .help_menu_ {
        padding-left: 5px!important
    }
    .print-id {
        display: none
    }
    .valign-middle.empty strong {
        font-size: 13px
    }
    .menu-line-height {
        line-height: 19px!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding: 0 0 0 16px !important
    }
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .totalsDisplayContainer {
        width: 100%!important;
        margin-top: 10px
    }
    .emt {
        display: none
    }
    .register-table .button-row a {
        padding: 4px 7px!important
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    .submit-coupon {
        width: 100%!important
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .AJAXSearch {
        top: 13%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
    #colorbox {
        width: 100%!important;
        height: 100%!important;
        top: 20%!important;
        position: fixed!important
    }
    #cboxWrapper {
        width: 98%!important;
        height: auto!important
    }
    #cboxWrapper #cboxMiddleLeft {
        height: 100%!important
    }
    #cboxWrapper #cboxContent {
        width: 100%!important;
        height: 100%!important
    }
    #cboxWrapper #cboxLoadedContent {
        width: 100%!important;
        height: 96%!important
    }
    #cboxWrapper #cboxLoadedContent .cboxPhoto {
        width: 100%!important;
        height: 96%!important;
        margin: 0 auto!important
    }
    #cboxMiddleRight,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxTopCenter {
        display: none!important
    }
}

@media screen and (min-width:361px) and (max-width:509px) {
    .submit-coupon {
        width: 100%!important
    }
    .totalsDisplayContainer {
        width: 100%!important;
        margin-top: 10px
    }
    .modify-profile-link ul li {
        float: none;
        padding: 5px 27px 0px 13px;
        text-align: left
    }
    #content-container {
        margin-top: 170px
    }
    ul.login-signin li {
        margin: 5px;
        margin-top: -1px
    }
    #header input.text2 {
        width: 100%
    }
    input.image-button {
        right: 18px
    }
    .menu-container .menu_checkout_cart {
        width: 59%
    }
    .logo img {
        width: 133px!important;
        height: 33px!important
    }
    .register_login {
        position: absolute!important;
        right: 0;
        font-size: 11px;
        padding-right: 0!important;
        top: 2px
    }
    .login-signin {
        padding: 3px;
        width: 100%;
        margin-left: 20%
    }
    .desktop_view {
        display: none
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    ul.menu_checkout_cart > li {
        padding: 0 20px
    }
    ul.login-signin li {
        margin: 0 0 0 3px
    }
    .mobile-view a {
        color: #fff;
        text-decoration: none
    }
    .checkout-container #content-container {
        margin-top: 173px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .checkout-buttons {
        top: 2%!important;
        right: 0!important
    }
    .cart .right-buttons-row {
        position: relative;
        top: 7px;
        width: auto
    }
    .cart .left-buttons-row {
        position: relative
    }
    .login-signin {
        font-size: 12px
    }
    .menu_chkout a {
        font-size: 14px!important
    }
    .menu-minicart img.icon {
        height: 15px;
        width: 18px
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%
    }
    #tabs-container_product .tabs-menu li {
        width: 100%;
        text-align: left
    }
    input.send2friend {
        width: auto
    }
    .login-signin {
        float: right!important
    }
    .hello-name {
        font-size: 11px;
        text-align: left
    }
    .modify-profile-link ul {
        width: auto
    }
    .menu-container .menu {
        width: 100%
    }
    .menu > ul > li > ul.normal-sub > li {
        width: 100%!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 0
    }
    ul.address-container {
        text-align: center
    }
    .buttons-row .button-separator {
        margin-bottom: 14px
    }
    .emt {
        display: none
    }
    .hello-name ~ .login-signin {
        margin-top: -18px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .details_tab {
        width: 100%
    }
    .checkout_menu .menu-minicart .valign-middle.empty {
        font-size: 14px
    }
    #tabs-container,
    #tabs-container-one {
        width: 240px
    }
    .live_support {
        top: 23%
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: 15%!important
    }
    .checkout_menu .valign-middle.full {
        font-size: 10px;
        font-family: arial;
        width: auto;
        display: inline-block
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .menu-container .menu {
        width: 100%
    }
    .product-price-text input[type=text] {
        width: auto!important
    }
    div.checkout-container h1 {
        padding: 53px 5px 11px!important
    }
    .print-id {
        display: none
    }
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .emt {
        display: none
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
    #colorbox {
        width: 100%!important;
        height: 100%!important;
        top: 20%!important;
        position: fixed!important
    }
    #cboxWrapper {
        width: 98%!important;
        height: auto!important
    }
    #cboxWrapper #cboxMiddleLeft {
        height: 100%!important
    }
    #cboxWrapper #cboxContent {
        width: 100%!important;
        height: 100%!important
    }
    #cboxWrapper #cboxLoadedContent {
        width: 100%!important;
        height: 96%!important
    }
    #cboxWrapper #cboxLoadedContent .cboxPhoto {
        width: 100%!important;
        height: 96%!important;
        margin: 0 auto!important
    }
    #cboxMiddleRight,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxTopCenter {
        display: none!important
    }
}

@media screen and (min-width:510px) and (max-width:640px) {
    .submit-coupon {
        width: 100%!important
    }
    .shippingFieldsContainer {
        width: 100%!important
    }
    .print-id {
        display: none
    }
    .billingFieldsContainer {
        border: none!important
    }
    .checkout-buttons {
        top: 0!important
    }
    div.checkout-container h1 {
        padding: 41px 5px 16px!important
    }
    #content-container {
        margin-top: 173px
    }
    .checkout-container #content-container {
        margin-top: 193px
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    .desktop_view {
        display: none
    }
    .menu_checkout_cart .menu_chkout a {
        color: #fff
    }
    ul.menu_checkout_cart > li {
        padding: 6px 25px
    }
    .register_login {
        padding-left: 0;
        height: 20px
    }
    .modify-profile-link ul {
        top: 17px;
        padding: 38px 0 38px 24px !important
    }
    .login-signin {
        display: inline
    }
    #header input.text2 {
        width: 99%
    }
    input.image-button {
        right: 4px
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    #tabs-container_product .tabs-menu li {
        width: 49%
    }
    .product-details {
        margin-bottom: 0
    }
    iframe#toner_p_browser {
        height: 286px
    }
    .menu-container .menu {
        width: 100%
    }
    .product-properties div img {
        width: 32%
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.product-added.ui-draggable {
        width: 96%!important;
        left: 4px!important
    }
    ul.login-signin li {
        margin: 0 9px 0 3px
    }
    .banner-black {
        margin-top: 0
    }
    .sub_category iframe#toner_p_browser {
        height: 300px
    }
    .left-border {
        min-height: 185px!important;
        border: none
    }
    .input-style,
    input[type=password],
    input[type=text],
    select,
    textarea {
        width: 100%
    }
    #adv_search_box input[type=text] {
        width: auto !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
        width: 98%!important;
        left: 1px!important
    }
    .qa-form input[type='text'],
    .qa-form input[type='email'],
    .qa-form select,
    .qa-form textarea {
        width: 100%!important
    }
    .help_menu_last {
        left: 0!important;
        right: 0!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    .menu-container .menu {
        width: 100%
    }
    .register_login {
        top: 0;
        position: absolute!important;
        right: 0
    }
    .register_login .hello-name {
        width: auto;
        float: left;
    }
    .hello-name ~ .login-signin {
        width: 103px;
        float: left
    }
    .register_login .login-signin {
        display: inline-block
    }
    .products.products-table.simple-products-table .item_products {
        width: 50%!important;
        float: left
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding: 0 0 0 16px !important
    }
    .emt {
        display: none
    }
    .estimator-container-width {
        width: 100%;
        margin-left: 0
    }
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
}

@media screen and (min-width:641px) and (max-width:959px) {
    .modify-profile-link ul {
        padding: 13px 24px 0px 24px !important;
        width: 195px !important;
        line-height: 17px !important;
        height: 195px !important;
    }
    .checkout-container #content-container {
        margin-top: 200px
    }
    #content-container {
        margin-top: 193px
    }
    .register_login {
        width: 43%!important;
        position: absolute!important;
        right: 0;
        top: 0;
        padding-right: 0!important
    }
    ul.login-signin li {
        margin-top: 9px!important
    }
    .mobile-view {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
    .desktop_view {
        display: none
    }
    .menu_checkout_cart .menu_chkout a {
        color: #fff
    }
    ul.menu_checkout_cart > li {
        padding: 6px 19px 6px 19px
    }
    .register_login {
        padding-left: 0
    }
    #header input.text2 {
        width: 99%
    }
    input.image-button {
        right: 18px
    }
    .product-details .details {
        padding-left: 0;
        margin-top: 22px
    }
    #tabs-container_product .tabs-menu li {
        width: 49%
    }
    .product-details {
        margin-bottom: 0
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .menu-container .menu {
        width: 100%
    }
    .emt {
        display: none
    }
    .row.second-row .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
        width: 50%!important
    }
    .sub_category #toner_p_browser {
        width: 100%
    }
    div.printable-bar {
        display: none
    }
    .best_sell_ul.row .item_b {
        width: 50%!important
    }
    .hello-name {
        width: 50%;
        float: left;
        margin-top: 10px
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding-right: 0!important
    }
    input.image-button {
        right: 4px!important
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 2px 0
    }
}

@media screen and (min-width:960px) and (max-width:1100px) {
    .products .item .itemdiv .image img {
        width: 200px!important;
        height: auto!important
    }
    #content-container {
        margin-top: 118px
    }
    ul.login-signin li {
        margin: 0 3px
    }
    input.image-button {
        right: 18px
    }
    div.printable-bar {
        padding: 11px 0
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .menu-container .menu_checkout_cart {
        width: 22%;
        float: none;
        margin-bottom: 0;
        padding-left: 0;
        position: absolute;
        top: 21px;
        right: 0
    }
    .register_login {
        position: absolute!important;
        right: 0;
        top: 0;
        width: 28%!important
    }
    .emt {
        display: none
    }
    .hello-name {
        width: 50%;
        float: left
    }
    div.checkout-container h1 {
        padding: 4px 5px 16px!important
    }
    .row.second-row .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
        width: 50%!important
    }
    .products .item .itemdiv .image img {
        width: 200px!important
    }
    .product-details .image .image-box #product_thumbnail {
        width: 220px!important;
        height: auto!important
    }
    .register-table .button-row a {
        padding: 4px 9px!important
    }
    .line1 .col-md-6.col-xs-12.col-lg-6.text-justify.margin-bottom {
        padding-right: 0!important
    }
    input.image-button {
        right: 4px!important
    }
    .bread_one {
        width: 80%!important;
        float: left
    }
    .bread_two {
        width: 20%!important;
        float: left
    }
}

@media screen and (min-width:1101px) and (max-width:1280px) {
    #content-container {
        margin-top: 118px
    }
    ul.login-signin li {
        margin: 0 3px
    }
    .login-signin {
        display: inline-block;
        padding-top: 10px
    }
    input.image-button {
        right: 18px
    }
    .dialog-category-products-list .item .product_details-button .buttons-row {
        width: auto!important
    }
    .nbs-flexisel-nav-left {
        margin-left: 0
    }
    div.opc-container #center-main {
        width: 100%!important
    }
    .banner-black {
        margin-top: 23px!important
    }
    .hello-name ~ .login-signin {
        padding-top: 0
    }
    .mac-width {
        width: 90%!important
    }
    .row.second-row .image_list .menu-dialog img {
        margin-left: -15px
    }
}

@media screen and (min-width:1281px) and (max-width:1400px) {
    .products .item .itemdiv .image img {
        width: 200px!important;
        height: auto!important
    }
    div.printable-bar {
        padding: 11px 14px
    }
    div.opc-container #center-main {
        width: 100%!important
    }
}

@media screen and (min-width:1401px) and (max-width:1600px) {
    div.opc-container #center-main {
        width: 100%!important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .row.second-row > div {
        width: 50%!important
    }
    .wishlist_but {
        margin-top: -56px
    }
    .prodetails_left {
        width: 100%
    }
}

@media screen and (min-width:960px) and (max-width:991px) {
    .best_sell_div .best_sell_ul.row .item_b {
        width: 50%!important
    }
    .sub_category #toner_p_browser {
        width: 100%!important
    }
    ul.menu_checkout_cart > li {
        padding: 6px 10px
    }
    #content-container {
        margin-top: 190px
    }
    .checkout-container #content-container {
        margin-top: 196px
    }
}

@media screen and (min-width:992px) and (max-width:1300px) {
    .horizondal-line {
        min-height: 155px;
        text-align: left
    }
    .dialog-category-products-list .products-list .item {
        width: 32%!important
    }
    .item_bestseller .image-wrapper img {
        width: 200px!important;
        height: 150px!important
    }
    .sub_category #toner_p_browser {
        width: 100%!important
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .row.second-row .image_list .menu-dialog img {
        margin-left: -14px
    }
    .prodetails_left {
        width: 80%
    }
    .prodetails_right {
        width: 20%
    }
}

@media screen and (min-width:1301px) and (max-width:1400px) {
    .row.second-row .image_list .menu-dialog img {
        margin-left: -10px
    }
    .dialog-category-products-list .products-list .item {
        width: 32%!important
    }
    #Add_to_cart_popup_window .upselling.details img {
        width: 200px!important;
        height: 150px
    }
    .item_bestseller {
        min-height: 306px!important
    }
}

@media screen and (min-width:2000px) {
    .mac-width {
        width: 50%!important
    }
    div.printable-bar {
        float: none!important;
        text-align: center;
        margin-left: 27px
    }
}

@media screen and (max-width:959px) {
    .help_menu_last {
        position: static!important
    }
    .help_menu_ {
        padding: 7px!important
    }
}

@media only screen and (max-width: 959px) {
	.checkout_menu .menu-minicart .valign-middle.empty {
		color:#000 !important;
	}
	.checkout_menu .valign-middle.full{color:#000 !important;}
	
	}
	
}

@media screen and (min-width:1101px) and (max-width:1495px) {
    #footer .customer_revw .menu-reviews-section div.acr-image {
        width: 100%
    }
    .left-border {
        min-height: 418px
    }
}

@media screen and (min-width:992px) and (max-width:1170px) {
    #header .line1 .logo a img {
        width: 230px;
        height: 47px
    }
}

@media screen and (min-width:1010px) and (max-width:1062px) {
    .dialog-category-products-list .products.products-list .item {
        min-height: 320px!important
    }
}

@media screen and (min-width:409px) and (max-width:509px) {
    .register_login {
        width: 45%!important
    }
}

@media screen and (min-width:768px) and (max-width:875px) {
    .wishlist_but {
        margin-top: -52px;
        margin-right: 8px
    }
    .prodetails_left {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .details_tab {
        width: 100%
    }
}

@media screen and (min-width:1037px) and (max-width:1128px) {
    .dialog-category-products-list .products.products-list .item {
        min-height: 320px!important
    }
}

@media (max-width: 959px) {
ul.login-signin #href_Sign_in{background: transparent none repeat scroll 0% 0%;padding-left: 20px;}
ul.login-signin li{width:auto}
ul.login-signin{min-width: 100%;
left: auto !important;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 2px 6px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
	 transition: all linear 0.5s;
	  -webkit-transition: all linear 0.5s;
	   -moz-transition: all linear 0.5s;
	 
}
.dropdown-menu {
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 2px;
    background-clip: border-box;
	  transition: all linear 0.5s;
	  -webkit-transition: all linear 0.5s;
	   -moz-transition: all linear 0.5s;
	   }
	   
	   .mobile_menu_theme .login-signin li{width:100%;margin-top:0px;    font-size: 15px;padding:0px;}
		.mob_rel_menu a, .mob_rel_menu{color:#FFC300 !important}
	  .mobile_menu_theme ul.login-signin #href_Sign_in{padding-left:0px;}
	  #header .line1 .register_login{display:none !important}
	  .mobile_menu_theme .modify-profile-link ul{background:none !important;position:relative !important}
	  .mobile_menu_theme .modify-profile-link ul{padding:0px !important;right:0px !important}
	  .show-on-mobile .mobile_menu_theme .help_menu_last{width:100% !important}
	  .menu > ul > li > ul{width:100% !important}
	  .menu > ul > li a{    padding: 0px !important;}
}

@media (min-width: 959px) {
.mobile_menu_theme{display:none;}
.modify-profile-link:hover ul {
    display: block
}
.menu > ul > li.help_menu_{position:relative;}
.mob_rel_menu{display:none;}
}

.grecaptcha-badge {
    display: none;
}
#cluetip-close img{border:0}#cluetip-title{overflow:hidden}#cluetip-title #cluetip-close{float:right;position:relative}#cluetip-waitimage{width:43px;height:11px;position:absolute;background-image:url(../../skin/tonermobile/lib/cluetip/images/wait.gif)}.cluetip-arrows{display:none;position:absolute;top:0;left:-11px;height:22px;width:11px;background-repeat:no-repeat;background-position:0 0}#cluetip-extra{display:none}.cluetip-default{background-color:#d9d9c2}.cluetip-default #cluetip-outer{position:relative;margin:0;background-color:#fff;border:1px solid #bbb}.cluetip-default h3#cluetip-title{margin:0 0 5px;padding:8px 10px 4px;font-size:1.1em;font-weight:700;background-color:#eee}.cluetip-default #cluetip-title a{color:#d9d9c2;font-size:.95em}.cluetip-default #cluetip-inner{padding:10px}.cluetip-default div#cluetip-close{text-align:right;margin:0 5px 5px;color:#900}.clue-right-default .cluetip-arrows{background-image:url(images/darrowleft.gif)}.clue-left-default .cluetip-arrows{background-image:url(images/darrowright.gif);left:100%;margin-right:-11px}.clue-top-default .cluetip-arrows{background-image:url(images/darrowdown.gif);top:100%;left:50%;margin-left:-11px;height:11px;width:22px}.clue-bottom-default .cluetip-arrows{background-image:url(images/darrowup.gif);top:-11px;left:50%;margin-left:-11px;height:11px;width:22px}.cluetip-jtip{background-color:transparent}.cluetip-jtip #cluetip-outer{border:2px solid #ccc;position:relative;background-color:#fff}.cluetip-jtip h3#cluetip-title{margin:0 0 5px;padding:2px 5px;font-size:16px;font-weight:400;background-color:#ccc;color:#333}.cluetip-jtip #cluetip-inner{padding:0 5px 5px;display:inline-block}.cluetip-jtip div#cluetip-close{text-align:right;margin:0 5px 5px;color:#900}.clue-right-jtip .cluetip-arrows{background-image:url(images/arrowleft.gif)}.clue-left-jtip .cluetip-arrows{background-image:url(images/arrowright.gif);left:100%;margin-right:-11px}.clue-top-jtip .cluetip-arrows{background-image:url(images/arrowdown.gif);top:100%;left:50%;margin-left:-11px;height:11px;width:22px}.clue-bottom-jtip .cluetip-arrows{background-image:url(images/arrowup.gif);top:-11px;left:50%;margin-left:-11px;height:11px;width:22px}.cluetip-rounded{background:transparent url(images/bl.gif) no-repeat 0 100%;margin-top:10px;margin-left:12px}.cluetip-rounded #cluetip-outer{background:transparent url(images/tl.gif) no-repeat 0 0;margin-top:-12px}.cluetip-rounded #cluetip-title{background-color:transparent;padding:12px 12px 0;margin:0 -12px 0 0;position:relative}.cluetip-rounded #cluetip-extra{position:absolute;display:block;background:transparent url(images/tr.gif) no-repeat 100% 0;top:0;right:0;width:12px;height:30px;margin:-12px -12px 0 0}.cluetip-rounded #cluetip-inner{background:url(images/br.gif) no-repeat 100% 100%;padding:5px 12px 12px;margin:-18px -12px 0 0;position:relative}.cluetip-rounded div#cluetip-close{text-align:right;margin:0 5px 5px;color:#009;background:transparent}.cluetip-rounded div#cluetip-close a{color:#777}.clue-right-rounded .cluetip-arrows{background-image:url(images/rarrowleft.gif)}.clue-left-rounded .cluetip-arrows{background-image:url(images/rarrowright.gif);left:100%;margin-left:12px}.clue-top-rounded .cluetip-arrows{background-image:url(images/rarrowdown.gif);top:100%;left:50%;margin-left:-11px;height:11px;width:22px}.clue-bottom-rounded .cluetip-arrows{background-image:url(images/rarrowup.gif);top:-23px;left:50%;margin-left:-11px;height:11px;width:22px}.cluetip-rounded #cluetip-title,.cluetip-rounded #cluetip-inner{zoom:1}
.dcoupons-clear img{background:transparent url(../../skin/tonermobile/modules/Discount_Coupons/../../images/delete_cross.gif) no-repeat;width:11px;height:11px;vertical-align:bottom}.coupon_design{background:#f6f6f6;border:1px solid #ddd;padding:0 9px}.coupon_design .data-table td{padding:27px 1px}.submit-coupon{width:50%;display:inline-block;padding:32px 3px}.space_bottom input{padding:15px 7px;width:100%;max-width:100%!important}
ul.uproducts{list-style:none outside none;padding:0;margin:0}.uproducts li{padding:5px;font-weight:700}ul.uproducts a:link,ul.uproducts a:visited,ul.uproducts a:hover,ul.uproducts a:active{font-weight:700;font-size:12px}.printable .uproducts{display:none}.rel_product_name{text-align:center}.rel_product_price{font-weight:400;color:#cc230c;font-size:20px;font-family:Arial;text-align:center}
.product-added .thumbnail {
    margin: 0
}

.product-added .details {
    margin: 3px 0 0 20px
}

.product-added .title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px;
    color: #444
}

.product-added .price {
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0
}

.product-added .rating {
    padding-left: 8px;
    text-align: left
}

.product-added .rating .creviews-rating {
    display: none
}

.product-added .price .product-price-value {
    color: #b51a00
}

.product-added .price .product-alt-price-value {
    color: #787878
}

.product-added .cart {
    text-align: center;
    border: 7px solid #d0d0d0;
    border-radius: 14px;
    padding: 10px 0 15px;
    color: #444;
    width: 100%
}

.product-added .cart .header {
    font-size: 14px;
    font-weight: 700
}

.product-added .cart .label {
    font-weight: 700
}

.product-added .cart ul {
    margin: 10px 0 14px;
    padding: 0
}

.product-added .cart ul li {
    list-style: none;
    margin: 7px 0;
    padding: 0
}

.product-added .cart-outer {
    background: url(../../skin/tonermobile/modules/Add_to_cart_popup/images/arrow_right_gray.png) no-repeat 0 50%;
    padding-left: 56px
}

.product-added h1 {
    font-weight: 400;
    color: #a0a0a0;
    padding: 0;
    margin: 30px 0 20px;
    font-size: 24px
}

.product-added .upselling .rating {
    padding-left: 31px
}

.product-added .upselling.details {
    margin: 0 0 10px
}

.product-added .upselling.details td {
    padding: 0 5px
}

.product-added .upselling .creviews-rating-box {
    padding-bottom: 0
}

.product-added .upselling .title {
    margin-bottom: 5px
}

.product-added .upselling .price {
    margin: 5px 0
}

.product-added .upselling .buy {
    margin-top: 7px
}

.product-added .ui-widget {
    font-family: Arial, sans-serif!important
}

.product-added .ui-widget-header {
    border: 1px solid #B6B6B6!important;
    color: #4F4F4F!important;
    font-weight: 700!important;
    background: #ededed url(../../skin/tonermobile/modules/Add_to_cart_popup/images/bg_gradient.png) 0 0 repeat-x!important;
    background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4))!important;
    background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#c4c4c4')"
}

.product-added.ui-dialog {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6)!important;
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6)!important
}

.product-added.ui-dialog .ui-dialog-titlebar {
    padding: .7em 1em .6em!important;
    position: relative!important;
    border: none!important;
    border-bottom: 1px solid #979797!important;
    -moz-border-radius: 3px 3px 0 0!important;
    -webkit-border-radius: 3px 3px 0 0!important;
    border-radius: 3px 3px 0 0!important;
    font-family: Arial, sans-serif!important
}

.product-added.ui-dialog .ui-dialog-title {
    float: left!important;
    margin: .1em 16px .2em 0 !important;
    font-size: 14px!important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)!important
}

.product-added.ui-dialog .ui-dialog-titlebar-close {
    position: absolute!important;
    right: .8em!important;
    top: 55%!important;
    width: 16px!important;
    margin: -10px 0 0!important;
    padding: 0!important;
    height: 16px!important
}

.product-added.ui-dialog .ui-dialog-titlebar-close span {
    display: block!important;
    margin: 1px!important;
    background: url(../../skin/tonermobile/modules/Add_to_cart_popup/images/icon_close.png) 0 0 no-repeat!important
}

.product-added.ui-dialog .ui-dialog-titlebar-close:hover span {
    background-position: -16px 0!important
}

.product-added.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0!important;
    border: 0!important
}

.product-added.ui-dialog .ui-dialog-content {
    position: relative!important;
    border: 0!important;
    padding: 1em!important;
    background: none!important;
    overflow: hidden!important;
    zoom: 1!important
}

.product-added.ui-dialog .ui-dialog-buttonpane {
    text-align: left!important;
    border-width: 1px 0 0!important;
    background-image: none!important;
    margin: .5em 0 0!important;
    padding: .3em 0 .5em .4em !important;
    border-radius: 0 0 3px 3px!important;
    -moz-border-radius: 0 0 3px 3px!important;
    -webkit-border-radius: 0 0 3px 3px!important
}

.product-added.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right!important
}

.product-added.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em 1em .5em 0 !important;
    cursor: pointer!important
}

.product-added.ui-dialog .ui-resizable-se {
    width: 14px!important;
    height: 14px!important;
    right: 3px!important;
    bottom: 3px!important
}

.product-added .ui-state-default,
.product-added .ui-widget-content .ui-state-default,
.product-added.ui-widget-content .ui-state-default,
.product-added .ui-widget-header .ui-state-default {
    border: 1px solid #B6B6B6!important;
    font-weight: 400!important;
    color: #4F4F4F!important;
    background: #ededed url(../../skin/tonermobile/modules/Add_to_cart_popup/images/bg_gradient.png) 0 0 repeat-x!important;
    background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4))!important;
    background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    background: linear-gradient(top, #ededed 0%, #c4c4c4 100%)!important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset!important;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#c4c4c4')"
}

.product-added .ui-state-default a,
.product-added .ui-state-default a:link,
.product-added .ui-state-default a:visited {
    color: #4F4F4F!important;
    text-decoration: none!important
}

.product-added .ui-state-hover,
.product-added .ui-widget-content .ui-state-hover,
.product-added.ui-widget-content .ui-state-hover,
.product-added .ui-widget-header .ui-state-hover,
.product-added .ui-state-focus,
.product-added .ui-widget-content .ui-state-focus,
.product-added.ui-widget-content .ui-state-focus,
.product-added .ui-widget-header .ui-state-focus {
    border: 1px solid #9D9D9D!important;
    font-weight: 400!important;
    color: #313131!important
}

.product-added .ui-state-hover a,
.product-added .ui-state-hover a:hover {
    color: #313131!important;
    text-decoration: none!important
}

.product-added .ui-state-active a,
.product-added .ui-state-active a:link,
.product-added .ui-state-active a:visited {
    color: #313131!important;
    text-decoration: none!important
}

.product-added .ui-widget:active {
    outline: none!important
}

.product-added .buttons_line >div {
    margin-bottom: 10px
}

.product-added .ui-button .ui-button-text {
    display: block!important;
    line-height: 1.4!important;
    font-size: 14px!important;
    font-weight: 700!important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6)!important
}

.product-added.ui-dialog {
    padding: 0!important
}

.product-added .ui-widget-content,
.product-added.ui-widget-content {
    border: 1px solid #a0a0a0!important;
    background-color: #fff;
    background-image: none
}

.product-added .ui-button.ui-state-hover {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    !important-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset!important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset!important
}

.product-added.ui-dialog {
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    -moz-background-clip: padding!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important
}

.product-added .ui-state-active,
.product-added .ui-widget-content .ui-state-active,
.product-added .ui-widget-header .ui-state-active {
    outline: none!important;
    color: #1c4257;
    border: 1px solid #7096ab!important;
    background: #ededed url(../../skin/tonermobile/modules/Add_to_cart_popup/images/bg_gradient.png) 0 -50px repeat-x!important;
    background: -moz-linear-gradient(top, #d0dde9 0%, #a9d0e5 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0dde9), color-stop(100%, #a9d0e5))!important;
    background: -webkit-linear-gradient(top, #d0dde9 0%, #a9d0e5 100%)!important;
    background: -o-linear-gradient(top, #d0dde9 0%, #a9d0e5 100%)!important;
    background: -ms-linear-gradient(top, #d0dde9 0%, #a9d0e5 100%)!important;
    background: linear-gradient(top, #d0dde9 0%, #a9d0e5 100%)!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0dde9',endColorstr='#a9d0e5')"
}

.product-added.ui-dialog .ui-dialog-titlebar-close {
    background: none!important
}

.product-added.ui-dialog .ui-dialog-buttonpane button {
    float: none!important
}

.product-added .button-spacer {
    padding: 0 5px
}

.product-added .proceed-to-checkout .ui-button-text {
    background: transparent url(../../skin/tonermobile/modules/Add_to_cart_popup/images/proceed_to_checkout.gif) right 7px no-repeat;
    padding-right: 30px;
    margin-right: 7px
}

.product-added hr {
    border-bottom: 1px solid #dfdfdf;
    background: none
}

.product-added.ui-widget {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px
}

#Add_to_cart_popup_window .cart-outer .label {
    color: #444!important;
    font-size: 100%!important
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Wishlist module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    2298072aa9d367b73f0143fcc2950d5738ecc896, v3 (xcart_4_5_2), 2012-07-18 11:53:46, main.css, aim
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.wishlist-sendlist {
  margin-top: 15px;
}

.wishlist-sendlist .button {
  margin-left: 10px;
  margin-top: -3px;
}

.wishlist-sendlist input.input-email {
  width: 140px;
}

.wl-qty {
  font-weight: normal;
  color: #4f4f4f;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * News management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.news-register-item {
  margin-bottom: 5px;
}

.news-register-item label {
  line-height: 15px;
}

.news-register-item span {
  font-style: italic;
}

/* News list */
label.news-item {
  display: block;
  font-weight: bold;
}

.news-item-descr {
  font-style: italic;
  padding-left: 20px;
  padding-bottom: 15px;
}

.news-list .news-item {
  margin-top: 27px;
}

.news-list .news-item.last {
  margin-bottom: 27px;
}

.news-list .news-date {
  color: #818891;
}

.news-list .news-title {
  color: #2c3e49;
  font-weight: bold;
  font-size: 14px;
}

.news-list .news-body {
  margin-top: 10px;
}


/* vim: set ts=2 sw=2 sts=2 et: */
/*
 * +-----------------------------------------------------------------------+
 * | BCSE Authorize.Net DPM Payment Processor                              |
 * +-----------------------------------------------------------------------+
 * | Copyright (c) 2016 BCSE LLC. dba BCS Engineering                      |
 * +-----------------------------------------------------------------------+
 * |                                                                       |
 * | BCSE Authorize.Net DPM Payment Processor is subject for version 2.0   |
 * | of the BCSE proprietary license. That license file can be found       |
 * | bundled with this package in the file BCSE_LICENSE. A copy of this    |
 * | license can also be found at                                          |
 * | http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt            |
 * |                                                                       |
 * +-----------------------------------------------------------------------+
 */
.bcse-dpm-payment, .bcse-dpm-payment *, .bcse-dpm-payment *:before, .bcse-dpm-payment *:after { box-sizing: border-box; }

.bcse-cards-list > ul { list-style: none; display: block !important; margin: 0 -0.5rem !important; padding: 0 !important; }
.bcse-cards-list > ul:after { content: ' '; display: block; width: 0; height: 0; overflow: hidden; clear: both; }
.bcse-cards-list > ul > li { list-style: none; display: block !important; margin: 0 0.5rem 1rem 0.5rem !important; padding: 0 0.5rem !important; position: relative; float: left; width: 40%; text-align: center;  border: 1px solid #547020; border-radius: 5px;}
.bcse-cards-list > ul > li:nth-of-type(2n + 3) { clear: left; }
.narrow .bcse-cards-list > ul > li { float: none; width: 100%; }
.bcse-cards-list input[type="radio"] { display: none; }
.bcse-cards-list input[type="text"] { display: block; height: 2rem !important; width: 100%; }
.bcse-cards-list .bcse-saved-card { display: block; cursor: pointer; overflow: hidden; position: relative; transition: box-shadow 250ms ease, border-color 250ms ease; }
.bcse-cards-list .bcse-saved-card:after { background: transparent; content: ' '; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; transition: box-shadow 250ms ease; }
.bcse-cards-list .bcse-saved-card h6 { margin: 0; padding: 0 1rem; font-size: 1.15rem; line-height: 1.75; position: relative; border-bottom: 1px solid #ddd; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); background: #555; color: white; transition: background 250ms ease; position: relative; text-align: left; font-weight: bold; }
.bcse-cards-list .bcse-card-address { padding: 0.5rem; }
.bcse-cards-list .bcse-card-address > div { font-size: 0.9rem !important; line-height: 1.5; }
.bcse-cards-list .bcse-card-cvv-input { margin: 1rem 1rem 0 1rem; padding-bottom: 1rem; text-align: center; position: relative; }
.bcse-cards-list .bcse-card-delete { text-align: center; margin-top: 0.25rem; }
.bcse-cards-list .bcse-card-delete a { display: inline-block; padding: 1px 5px; font-size: 10px; background: #ED4337; color: white; text-decoration: none; border-radius: 4px; border: 1px solid #eaeaea; }

.bcse-cards-list input:checked + .bcse-saved-card { box-shadow: 0 0 8px rgba(0,0,0,0.25); border-color: #ccc; }
.bcse-cards-list input:checked + .bcse-saved-card:after { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset; }
.bcse-cards-list input:checked + .bcse-saved-card h6 { background: #74AD1B; }

.bcse-cards-list .bcse-saved-card h6:after { display: none; content: ' '; position: absolute; top: 50%; right: 5px; margin-top: -11px; width: 33px; height: 21px; background-color: transparent; background-image: url(../../skin/common_files/modules/BCSE_Authorizenet_DPM/img/credit-cards.png); }
.bcse-cards-list .bcse-saved-card.visa h6:after { display: block; background-position: -99px -21px; }
.bcse-cards-list input:checked + .bcse-saved-card.visa h6:after { display: block; background-position: -99px 0px; }
.bcse-cards-list .bcse-saved-card.discover h6:after { display: block; background-position: -33px -21px; }
.bcse-cards-list input:checked + .bcse-saved-card.discover h6:after { display: block; background-position: -33px 0px; }
.bcse-cards-list .bcse-saved-card.mastercard h6:after { display: block; background-position: -66px -21px; }
.bcse-cards-list input:checked + .bcse-saved-card.mastercard h6:after { display: block; background-position: -66px 0px; }
.bcse-cards-list .bcse-saved-card.american-express h6:after { display: block; background-position: 0px -21px; }
.bcse-cards-list input:checked + .bcse-saved-card.american-express h6:after { display: block; background-position: 0px 0px; }

.bcse-amex{ background-position: 0 -21px; }
.bcse-amex.cc-selected{ background-position: 0 0px; }
.bcse-dis{ background-position: -33px -21px;}
.bcse-dis.cc-selected{ background-position: -33px 0px;}
.bcse-ms{ background-position: -66px -21px;}
.bcse-ms.cc-selected{ background-position: -66px 0px;}
.bcse-visa{ background-position: -99px -21px; }
.bcse-visa.cc-selected{ background-position: -99px 0px; }

.bcse-new-card-link { text-align: center; margin-bottom: 1rem; width: 150px; }
.bcse-new-card-link a { display: block; background: #547020; color: white !important; font-weight: bold; text-decoration: none !important; padding: 2px; border: 1px solid #547020; border-radius: 50px; outline: none; }

.bcse-dpm-form { text-align: center; }
.bcse-dpm-form > ul { list-style: none; display: block !important; padding: 0 !important; width: 300px; margin-top: 10px; margin-left: auto; margin-right: auto;}
.bcse-dpm-form > ul > li { list-style: none; display: block !important; margin: 0 !important; padding: 0 !important; position: relative; }
.bcse-dpm-form > ul > li:after { content: ' '; display: block; width: 0; height: 0; overflow: hidden; clear: both; }
.bcse-dpm-form input[type="text"] { padding: 0.5rem !important; margin: 0 0 1rem 0 !important; height: 2.5rem !important; display: block !important; width: 100% !important; border-radius: 0; min-width: 0 !important; max-width: 100% !important;}
.bcse-dpm-form input::placeholder {color: gray;}
.bcse-dpm-form select,
div.checkout-container #center .bcse-dpm-form select { padding: 0.5rem !important; margin: 0 0 1rem 0 !important; height: 3rem !important; display: block !important; border-radius: 0; min-width: 0 !important; max-width: 100% !important;}

.bcse-dpm-form select[name="card_expire_Month"],
div.checkout-container #center .bcse-dpm-form select[name="card_expire_Month"] { float: left; width: calc(50% - 0.5rem) !important; }

.bcse-dpm-form select[name="card_expire_Year"],
div.checkout-container #center .bcse-dpm-form select[name="card_expire_Year"] { float: right; width: calc(50% - 0.5rem) !important; }

.bcse-dpm-form #bcse-dpm-cc-type { display: none; position: absolute; top: calc(50% - 0.5rem); right: 5px; transform: translateY(-50%); width: 33px; height: 21px; background-color: transparent; background-image: url(../../skin/common_files/modules/BCSE_Authorizenet_DPM/img/credit-cards.png); }
.bcse-dpm-form #bcse-dpm-cc-type.amex { display: block; background-position: 0 0px; }
.bcse-dpm-form #bcse-dpm-cc-type.discover { display: block; background-position: -33px 0px;}
.bcse-dpm-form #bcse-dpm-cc-type.mastercard { display: block; background-position: -66px 0px;}
.bcse-dpm-form #bcse-dpm-cc-type.visa { display: block; background-position: -99px 0px; }

.bcse-dpm-payment a.popup-link { display: block; position: absolute; top: calc(50% - 0.5rem); right: 5px; transform: translateY(-50%); width: 18px; height: 18px; background: #333; border-radius: 100%; text-align: center; text-decoration: none; z-index: 10; }
.bcse-dpm-payment a.popup-link:after { content: '?'; display: block; text-align: center; color: white; line-height: 18px; font-weight: bold; }
.bcse-dpm-payment a.popup-link img { display: none; }


.bcse-dpm-form .fancy-checkbox { display: block; cursor: pointer; margin-bottom: 1rem; }
.bcse-dpm-form .fancy-checkbox input { display: none; text-align: center; }
.bcse-dpm-form .fancy-checkbox > span { display: inline-block; vertical-align: middle; }
.bcse-dpm-form .fancy-checkbox .checkbox:after { content: '\2610'; display: inline-block; font-size: 1.5em; }
.bcse-dpm-form .fancy-checkbox input:checked + .checkbox:after { content: '\2612'; }

.bcse-dpm-payment .note { text-align: center; font-size: 11px !important; padding: 5px 0; font-style: italic; }

.bcse-loading-cards { height: 50px; background: url(../../skin/common_files/modules/BCSE_Authorizenet_DPM/img/loader.gif) center 10px no-repeat transparent; position: relative; }
.bcse-loading-cards:after { content: attr(data-loading-text); display: block; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; font-style: italic; }

.ui-dialog .help-cvv2-box { width: 450px; }

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Google reCaptcha module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    108da0b7e27dee382810f12234168bb0a6c37fa1, v1 (xcart_4_7_6), 2016-12-04 20:26:00, main.css, tekton
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.google-recaptcha-box {
  margin: 15px 0;
  width: 200px;
}

.g-recaptcha {
  display: inline-block;
}
 
.google-recaptcha-err {
  display: inline-block;
  color: #FF0000;
  font-weight: bold;
}
.row:after,.row:before{content:" ";display:block;height:0;overflow:hidden;visibility:hidden;width:0}.row:after{clear:both}.m-b-10{margin-bottom:10px}.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}#qa-block{font-size:15px}#qa-block hr{border-color:#dcdcdc;margin:20px 0}#qa-block a{color:#3695C1;text-decoration:none}.qa-h1{font-size:25px;margin:8px 0 0}.qa-left{margin-left:55px}.qa-ask{margin:10px 0 15px;padding-bottom:10px;display:table;width:100%}.qa-ask > div:first-child{display:table-cell;vertical-align:middle}.qa-ask > div:last-child{display:table-cell;margin-top:5px;vertical-align:middle;text-align:right;width:200px}.qa-ask a,.qa-button{background:none repeat scroll 0 0 #3695C1;border-radius:3px;color:#fff!important;opacity:1;padding:5px 10px;text-decoration:none;font-size:14px;border:0 none;cursor:pointer}.qa-ask a:hover,.qa-button:hover{opacity:.9}.qa-ask a.ask,.qa-button.ask{background:#659755;font-family:Arial;font-weight:600;font-size:13px}.qa-ask a.comment,.qa-button.comment{background:#F7A848}.qa-types > div:first-child{text-align:right}.qa-types select{width:190px}.qa-question-block{margin-bottom:10px}.qa-letter{background:#639653;border:3px solid #b9d6af;border-radius:10px;color:#fff;float:left;font-size:25px;margin-right:10px;padding:5px 10px;text-align:center;text-shadow:2px 8px 6px rgba(0,0,0,0.2),0 -5px 35px rgba(255,255,255,0.3);vertical-align:top}.qa-answer-block .qa-letter{background:#3695c1;font-size:22px;border-color:#acdbef}#qa-block .qa-answer-block hr{border-color:#dcdcdc;margin:5px 0}.qa-question > div:first-child{font-size:20px}.qa-votes-date{color:#aaa;font-size:11px}.qa-votes-date > div:first-child{float:left}.qa-votes-date > div:last-child{float:right}.qa-votes{display:inline-block;margin-right:10px;text-align:center;vertical-align:top;width:44px}.qa-answer-block{margin-left:50px}.answers .qa-answer-block,.comments .qa-answer-block{margin:0 0 15px}.qa-answer a{color:#3695c1;text-decoration:none}.qa-form{display:table}.qa-form .form-field-row{display:table-row}.qa-form .form-label{display:table-cell;width:125px;padding-bottom:10px;vertical-align:middle}.qa-form .form-field{display:table-cell;padding-bottom:10px;vertical-align:middle}.qa-form > div:last-child > div{padding-bottom:0;padding-top:10px;border-top:1px solid #dcdcdc}.qa-form input[type='text'],.qa-form input[type='email'],.qa-form input[type='checkbox'],.qa-form select,.qa-form textarea{margin:0;background:#fff}.qa-form input[type='text'],.qa-form input[type='email'],.qa-form select,.qa-form textarea{padding:5px 7px;border:1px solid #dcdcdc;box-sizing:border-box;border-radius:3px;width:300px}.qa-form .iv-img{text-align:left;display:inline-block}.qa-form .iv-img a{font-size:10px;text-decoration:none}.qa-products-list{margin:0 0 15px!important;background:#f9f9f9}.qa-products-list .image{float:left;margin:0 25px 0 0;padding:0!important;border:1px solid #f2f2f2}.qa-products-list .details{margin:0;padding:0;float:left}.qa-products-list a.product-title{border:0 none;font-size:18px;text-decoration:none}.qa-products-list .price-cell{margin:15px 0}.qa-comments-block{background:#f9f9f9;margin-left:20px;padding:7px;display:none}.qa-comments-block .qa-letter{background:#f7a847;font-size:18px;border-color:#ffd7a8}.qa-comment-link{padding-right:10px}.qa-comment-block{color:#777;font-size:13px;margin-bottom:15px}.comment-form{background:#f5f5f5;padding:10px;margin-top:15px}.comments-count{background:#f5f5f5;font-size:13px;padding:10px}.qa-comment{background:#fff;line-height:20px;margin-top:5px;padding:5px 10px}.all-questions-product{border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;padding:10px}.separator{color:#dcdcdc;padding:0 10px}.pages-count{background:#f5f5f5;font-size:13px;padding:10px}.items-count{border-right:1px solid #343434;float:left;margin-right:10px;padding-right:15px}.navigation-pages{float:left}.navigation-pages a.nav-page,.navigation-pages span.current-page,.navigation-pages span.nav-page{border:1px solid transparent;margin:0 1px;padding:2px 4px}.navigation-pages span.current-page{color:#5c5c5c;font-weight:400}.navigation-pages a.nav-page{color:#3695c1;text-decoration:none}.navigation-pages a.nav-page:hover{background:#fff;border:1px solid #3695c1;border-radius:3px}.yes_vote:hover,.no_vote:hover{color:#3695c1;cursor:pointer}#question_type{color:#a0a0a0;font-style:italic;display:none}.qa-text{font-family:Arial;padding-left:15px}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product Notifications module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    23663ab722599bb67140d607ae2900b6d69f951d, v2 (xcart_4_5_3), 2012-09-13 13:13:01, main.css, random
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* 
 * Notification request button
 */
a.prod-notif-request-button
{
  padding-left: 5px;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

.prod-notif-request-button img
{
  display: inline;
  vertical-align: bottom;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

a.prod-notif-request-button:hover img
{
}

/* 
 * Request button tooltip
 */
#prod_notif_tooltip {
  width: 200px;
  position: absolute;
  z-index: 10;
  border: 1px solid #1593db;
  background-color: #e5f5fe;
  font: 1em verdana;
  text-decoration: none;
  color: #000;
  padding: 5px;
  opacity: 0.85;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#prod_notif_tooltip h3
{
  border: none;
  color: #000;
  text-decoration: none;
  font: bold 12px verdana;
  text-align: left;
}

#prod_notif_tooltip div 
{
  margin: 0;
}

.prod-notif-tooltip-P
{
  color: green !important;
}


/* 
 * Notification request body
 */
.prod-notif
{
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 10px 0px 10px 5px;
  background-color: #f3fafa;
}

.prod-notif-request-submit-line
{
}

.prod-notif-email
{
  border: solid 1px #bbb;
  margin: 10px 0 0 0;
  background: #fff;
  width: 200px;
}

.products-table .prod-notif-email 
{
  width: 150px !important;
}

input.prod-notif-email:focus
{
  border: solid 1px #999;
}

.prod-notif-email-error
{
  border: solid 1px #b51a00 !important;
  background-color: #f7f3f3 !important;
}

.prod-notif-email-default-value
{
  color: #aaa;
}

.prod-notif-request-submit-message 
{
  height: 11px;
  color: green;
}

.prod-notif-request-submit-error-message
{
  color: red !important;
}
.products .price-row 
{
 line-height: 26px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product Notifications module CSS stylesheet (for 'back in stock' notifications)
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    553ad884cebe25b494a85fd5177abb3f8ddf289e, v1 (xcart_4_5_3), 2012-08-15 07:26:38, main.B.css, tito
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Notification request button */
.prod-notif-request-button-B img 
{
  background: transparent url(../../skin/tonermobile/modules/Product_Notifications/../../images/prod_notif_icon_B.png) no-repeat left top;
  width: 49px;
  height: 36px;
}

/* Request button tooltip */
.prod-notif-tooltip-B
{
}


/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Wholesale trading module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#wl-prices {
  margin-top: 15px;
}

#wl-prices table td {
  padding: 2px 10px;
  background: #fff none;
  white-space: nowrap;
}

#wl-prices table th {
  padding: 2px 10px;
  white-space: nowrap;
  background: #ececec none;
  font-weight: bold;
  text-align: center;
}

#wl-prices div strong {
  color: #112536;
}

.dpimages-list .content {
    text-align: center
}

.dpimages-list .content img {
    padding: 0 0 10px
}

.dpimages-list .content img.last {
    padding: 0
}

.dpimages-list .dpimage-container {
    text-align: center;
    margin: 3px 0
}

div.dpimages-popup-link {
    margin-top: 15px;
    text-align: center;
    vertical-align: middle
}

.dpimages-popup-link a:link,
.dpimages-popup-link a:visited,
.dpimages-popup-link a:hover,
.dpimages-popup-link a:active {
    text-decoration: underline;
    padding: 5px 0 5px 25px;
    background: transparent url(../../skin/tonermobile/modules/Detailed_Product_Images/../../images/preview.png) no-repeat left 1px;
    line-height: 17px
}

.dpimages-icons-box {
    padding-top: 15px;
    padding-bottom: 0;
    width: 220px
}

.dpimages-icons-box a:link,
.dpimages-icons-box a:visited,
.dpimages-icons-box a:hover,
.dpimages-icons-box a:active {
    display: block;
    outline-style: none;
    border: 1px solid #fff;
    float: left
}

.dpimages-icons-box a:hover {
    border: 1px solid #215485
}

.printable .dpimages-popup-link,
.printable .dpimages-icons-box {
    display: none
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Advanced Order Management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#history-box {
  padding: 5px;
  border: solid 1px #ccc;
	font-size: 10px;
}

#history-box ul {
  padding-left: 20px;
  margin: 0px;
	
}

#history-box li {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

#history-box .subhead {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  margin: 0;
}

#history-box .subhead-comment {
  color: #000;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box .subhead-note {
  color: #848a94;
  padding: 3px 0;
  font-size: 10px;
}

#history-box .section-subhead {
  color: #b51a00;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box p {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

#history-box .status {
  color: #848a94;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Stop list module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

img.slist-no-ip {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: transparent url(../../skin/tonermobile/modules/Stop_List/../../images/no_ip.gif) left top;
}

div.acr-review{color:#58595B}div.acr-review .acr-author{width:80%;float:left;text-align:left;padding-bottom:3px}div.acr-review .acr-date{width:20%;float:right;text-align:right}div.acr-review .acr-rating{float:none;padding-bottom:9px;padding-top:5px}div.acr-review .acr-verified{color:#C77400;padding-top:5px;padding-bottom:5px}div.acr-reviews-list div.acr-line{border-bottom:1px solid #D9D9D9;width:100%;clear:left;margin:5px 0 12px}.acr-general-product-rating{padding-top:5px}.acr-general-product-rating table{padding:0;margin:0;border-spacing:0;width:100%}.acr-general-product-rating table.acr-container-multicolumns{width:100%}table.acr-container-multicolumns td.left-indent,table.acr-container-multicolumns td.right-indent{width:30%}table.acr-container td.left-indent,table.acr-container td.right-indent{display:none}table.acr-container-multicolumns td,table.acr-container td{vertical-align:middle;padding:0}.acr-general-product-rating td.rating-box{text-align:right}.acr-general-product-rating td.dropdown-button{cursor:pointer;padding-top:3px;padding-left:4px;padding-right:3px;width:1%}.acr-general-product-rating td.comment{text-align:left;padding-top:1px;padding-left:4px}.acr-static-popup-container{text-align:left}.acr-popup-internal-container{z-index:4500;border:1px solid #BCBCBC;padding:5px;display:block;background:#FFF;position:absolute!important;width:195px}.acr-popup-internal-container .progress{background:transparent url(../../skin/tonermobile/modules/Advanced_Customer_Reviews/../../images/progress.gif) repeat-x left top;height:11px}table.acr-detailed-product-ratings{width:190px;color:#58595B;border-spacing:1px}table.acr-detailed-product-ratings td{margin:1px;padding:1px}table.acr-detailed-product-ratings tr.no-reviews td{color:#818891}table.acr-detailed-product-ratings tr.selected td{font-weight:700}table.acr-detailed-product-ratings .acr-rating-bar{width:80px;background-color:#FFEAC1}table.acr-detailed-product-ratings .acr-rating-bar-full{float:left;background-color:#FFA62C;height:15px}table.acr-detailed-product-ratings td.acr-comment{text-align:right}.acr-useful-box{color:#818891;text-align:right;font-size:10px;padding:10px 0 2px}.acr-useful-box a{text-decoration:none;color:#666}.acr-useful-box .wait{padding-right:5px;display:none;z-index:1500;overflow:visible;width:15px}a.useful-yes:link,a.useful-yes:visited,a.useful-yes:hover,a.useful-yes:active{color:#298705}a.useful-no:link,a.useful-no:visited,a.useful-no:hover,a.useful-no:active{color:#8D3634}a.pseudo-link:link,a.pseudo-link:visited,a.pseudo-link:hover,a.pseudo-link:active{cursor:pointer;text-decoration:none;border-bottom:1px dotted;padding:0}a.useful-voted:link,a.useful-voted:visited,a.useful-voted:hover{text-decoration:none;background:#BCBCBC;color:#FFF;padding:1px 2px}span.useful-voted{background:#BCBCBC;color:#FFF;padding:1px 2px}.acr-reviews-list{padding-top:11px;font-family:'source_sans_proregular';font-size:16px}.acr-reviews-list .acr-tab{padding:0}.acr-product-info .acr-image{float:left;position:relative;padding:3px 20px 3px 10px}.acr-product-info .acr-details{border:0 none;padding-left:30px;vertical-align:top}.acr-product-tab-summary{float:none;border-bottom:1px solid #D9D9D9;padding-bottom:5px;margin-bottom:15px}.acr-reviews-order{color:#A0866E;font-weight:700}.acr-reviews-order a{font-weight:400}.menu-reviews-section img.icon{background:url(../../images/dingbats_categorie.gif) no-repeat scroll 0 0 transparent}.menu-reviews-section div.acr-item{margin-bottom:10px}.menu-reviews-section div.acr-image{float:left;padding-bottom:5px;padding-right:8px}.menu-reviews-section .acr-product-title{padding-bottom:5px}.menu-reviews-section .acr-rating{padding-top:5px}.menu-reviews-section .acr-author{font-weight:700;text-align:right;font-size:10px}.menu-reviews-section .acr-date{font-weight:400;text-align:right;padding-bottom:2px;font-size:10px}.menu-reviews-section .acr-comment{font-weight:400;text-align:left;padding-bottom:10px;padding-top:9px}.menu-reviews-section .acr-link{font-weight:400;text-align:left}.menu-reviews-section div.acr-line{border-bottom:1px solid #D9D9D9;width:100%;clear:left;margin:5px 0 12px}.acr-search-results{padding-top:5px;padding-left:4px}.acr-search-reviews-sort-bar{text-align:right;padding-bottom:8px;border-bottom:1px #CCC solid}.acr-search-sort-delimiter{padding-right:2px;padding-left:2px;font-weight:400;font-size:12px}.acr-search-sort-selected{font-weight:700;font-size:12px}a.acr-search-sort-not-selected:link,a.acr-search-sort-not-selected:visited,a.acr-search-sort-not-selected:hover,a.acr-search-sort-not-selected:active{font-weight:400;font-size:12px;font-style:normal}.acr-search-sort-cell-no-direction{font-size:12px;line-height:12px;font-style:normal}.acr-vote-bar a,.acr-vote-bar span,.acr-vote-bar a img,.acr-vote-bar span img{display:block;margin:0;width:22px;height:20px;overflow:hidden;background:transparent url(../../skin/tonermobile/images/stars.png) no-repeat 1px top;float:left}.acr-vote-bar span.full,.acr-vote-bar span img{background-position:1px -20px}.acr-allow-add-rate a{background-position:1px -40px}.acr-allow-add-rate a.full,.acr-allow-add-rate a img{background-position:1px -60px}.acr-allow-add-rate a:hover,.acr-allow-add-rate a.over{background-position:1px -80px}table.acr-data-table td.data-name{text-align:right;font-weight:400;width:30%}.acr-reviews-add table td{padding:2px}.acr-reason{color:#818891}.printable .acr-rating-box{display:none}.printable .acr-general-product-rating{display:none}div.clearing{clear:both}.acr-rating-box.message span{display:block;padding-top:5px;font-size:11px;font-weight:700}.acr-review-not-allowed{color:#CCC}.float-left{font-weight:600}

div.opc-container .opc-section h2,div.opc-container .opc-section h3{color:#617683}div.opc-container label{font-size:12px;line-height:18px;vertical-align:middle;text-align:left;width:91%;font-family:Arial}div.opc-container #center-main{text-align:left;width:1250px;margin:0 auto}div.opc-container h1{font-size:20px}div.checkout-container h1{font-size:32px!important;padding:16px 5px}div.checkout-container span.star{padding-left:5px;color:#3385bf}.fill-error label{color:#ce0000}div.opc-section-container div.text-block{margin:0 10px}.fill-error .data-value input[type=text],.fill-error .data-value input[type=password],.fill-error .data-value select,.fill-error .data-value textarea{border:solid 1px #ce0000;background-color:#ffebeb}div.error-label{color:#ce0000;font-size:9px;display:none}.fill-error div.error-label{display:block}ul#opc-sections{margin:0;padding:0;min-width:1000px}ul#opc-sections li.opc-section{text-align:left;float:left;list-style:none;padding:0;margin:0 25px 50px 0;border:0 none;width:310px;min-height:400px;width:30%}ul#opc-sections li.opc-section h2{font-weight:400;font-size:24px;padding:7px 0;margin:0}ul#opc-sections li.opc-section h3{font-weight:400;font-size:18px;padding:7px 0;margin:0;border:0 none}ul#opc-sections li.opc-section div{font-size:12px}ul#opc-sections li.last{margin-right:0!important}div.opc-authbox{margin:5px 0;padding:0;font-size:12px}div.opc-authbox a{font-size:12px;font-weight:400;line-height:16px}fieldset.registerform{border:0 none;padding:0;margin:0}div.opc-section-container{padding:10px 0;margin:0;background:#f5f5f5}div.opc-section-container div.text-block{margin:0 10px}div.checkout-container input[type=text],div.checkout-container input[type=password],div.checkout-container textarea,div.checkout-container select{max-width:248px;font-size:12px}div.checkout-container input[type=text],div.checkout-container input[type=password],div.checkout-container select{margin-bottom:5px;padding:4px 5px;font-size:17px}.checkout-container .search div.checkout-container input[type=text]{padding:11px 5px!important}div.checkout-container textarea{width:100%}fieldset.registerform ul li{list-style:none;padding:0;margin:0}fieldset.registerform ul{position:relative;padding:0 15px;margin:0;background:#f5f5f5}fieldset.registerform ul.first{padding-top:15px}fieldset.registerform ul li{padding-bottom:10px}fieldset.registerform ul li.clearing{padding:0;margin:0}fieldset.registerform ul li.fields-group{float:left;margin-right:10px}fieldset.registerform ul li.fields-group input[type=text],fieldset.registerform ul li.fields-group input[type=password]{width:90px}fieldset.registerform ul li.single-field{float:none;clear:both}fieldset.registerform ul li.single-field input[type=text],fieldset.registerform ul li.single-field input[type=password]{width:80%}fieldset.registerform div.oneline{float:left;margin-right:10px}li.single-field input.image-button{background:transparent url(../../skin/tonermobile/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;height:21px;width:23px;margin-bottom:1px}div.optional-label{margin:10px 5px;background-color:#fff}div.optional-label label{font-weight:700;font-size:11px;display:block;padding-left:15px;text-indent:-15px}div.optional-label label input{margin-right:5px;width:13px;height:13px;padding:0;vertical-align:bottom;position:relative;top:-2px}div.address-book-link{height:35px;background:#ecf3f7;width:100%;vertical-align:middle;position:relative;padding:5px 0}div.address-book-link span.popup-link{margin:10px;font-size:11px}div.address-book-link label{margin:10px;font-size:11px;line-height:16px}ul#opc-sections li.opc-section div.opc-checkout-profile h3{padding:7px}div.opc-checkout-profile div.address-line{font-size:12px;padding:0 7px}ul#opc-sections li.opc-section div.news-register-item-descr{font-size:10px;font-style:italic}.checkout-payments tr td{padding:5px;vertical-align:top;border-bottom:solid 2px #fff}.checkout-payments tr td.checkout-payment-name{width:100%;padding-right:10px;white-space:normal}.checkout-payments tr td.checkout-payment-name label{font-weight:700}.checkout-payments tr td div.checkout-payment-descr{width:80%}.checkout-payments tr td.checkout-payment-paypal{width:100%}.checkout-payments tr td.checkout-payment-paypal img{border:0 none}.checkout-payments tr.payment-details td{background:#fff;margin:0;padding:10px}.checkout-payment-name span.applied-gc{font-weight:400;color:#01851a}.checkout-shippings{width:100%}.checkout-shippings tr td{padding:5px 10px 5px 0;border-bottom:solid 2px #fff;vertical-align:top;font-size:11px}.checkout-shippings tr.last td{border-bottom:0 none}.checkout-shippings tr td label{font-size:13px;line-height:14px}.checkout-shippings tr td.shipping-name{width:70%}.checkout-shippings tr td.shipping-cost{width:30%;text-align:right;font-size:13px;font-weight:600}.opc-payment-options fieldset.registerform ul{background:0}div.coupon-info a.unset-coupon-link{margin-left:10px}div.coupon-info p{font-size:9px}div.coupon-info div.progress{background:transparent url(../../images/progress.gif) repeat-x left 10px;height:20px;margin:0 15%}div#couponform{height:20px}div.coupon-info input.image-button{background:transparent url(../../images/button_go.png) no-repeat left top;height:21px;width:23px;margin-bottom:1px}div.cart-totals{margin:10px 0;padding:0}div.cart table.totals{margin:0 0 0 auto;text-align:right;width:30%}table.totals tr td.total,table.totals tr td.total-name,table.totals tr td.total-value,table.totals tr td.total-value-alt,table.totals span.total-name{font-weight:700;text-transform:none;padding:5px 5px 5px 0;font-size:12px;vertical-align:top}table.totals tr td.total{text-align:right;font-size:20px;font-family:arial;font-weight:400}table.totals tr td.total-value{text-align:left;font-size:20px;font-weight:400}#opc_summary table.totals{text-align:left;width:100%}#opc_summary table.totals tr td.total,#opc_summary table.totals tr td.total-name,#opc_summary table.totals tr td.total-value,#opc_summary table.totals tr td.total-value-alt,#opc_summary table.totals span.total-name{width:15%;font-weight:400;vertical-align:baseline}#opc_summary table.totals tr td.total,#opc_summary table.totals tr td.total-name{width:70%}table.totals tr td.discounted{color:#01851a}table.totals tr.total td.total-name{font-size:22px}table.totals tr.total td.total-value{font-size:22px}table.totals tr.total td.total-value-alt{font-size:12px;vertical-align:bottom}table.cart-content tr td{font-size:10px;font-weight:400;border-bottom:solid 1px #888;padding:10px 5px;vertical-align:top}table.cart-content .cart-content-text{font-weight:400;color:#2c3e49}div#order-taxes-box{padding:10px 5px}div.checkout-customer-notes,div.checkout-partner,div.terms_n_conditions{padding:0}div.terms_n_conditions{text-align:center}div.terms_n_conditions label{font-size:13px}.place-order-button button.inactive{opacity:.3;filter:Alpha(Opacity=30);cursor:default}div.paypal-express-sel-note{padding:0 10px}#opc_payment{margin-bottom:20px}#opc_shipping{margin-bottom:20px}ul#opc-sections li.opc-section h3{margin-bottom:20px}#show_coupon_code{border-bottom:1px dotted;color:inherit;text-decoration:none}div.checkout-customer-notes{margin-bottom:12px}.checkout-buttons{position:absolute;top:1%;right:0;z-index:1}.estimator-container.cart-border .simple-button{color:#043fa0;font-size:13px;font-weight:700}@media screen and (max-width:450px){.billingFieldsContainer{border-right:none!important}.products.cart .width-100.item .image img{width:200px!important}div.checkout-container input[type=text],div.checkout-container input[type=password],div.checkout-container textarea,div.checkout-container select{max-width:161px}}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
    :before,
    :after {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../skin/tonermobile/css/../fonts/glyphicons-halflings-regular.eot);
    src: url(../../skin/tonermobile/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1900px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"] {
    margin: -3px 0 4px;
}

input[type="checkbox"] {
    margin: 4px 0 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    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)
}

.has-success .form-control:focus {
    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
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    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)
}

.has-error .form-control: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
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group > .form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
   display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav > li {
        float: left
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group > .form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.animation-element {
    opacity: 0;
    position: relative
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px)
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.reviews_order {
    float: left
}

.acr-general-product-rating table {
    float: right
}

.item.col-lg-3 {
    width: 24%;
    margin-top: 15px;
    padding: 15px!important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #f5f5f5;
    margin-left: 15px;
    margin-bottom: 0;
    width: 24%;
    margin-top: 15px;
    padding: 15px!important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #f5f5f5;
    margin-left: 15px;
    margin-bottom: 0
}

.itemdiv {
    border: none;
    position: relative;
    padding: 12px
}

.acr-general-product-rating {
    margin: 8px 0;
    float: left
}

.dialog-category-products-list .products.products-list .item {
    height: auto!important;
    min-height: 288px
}

.reviews_order li a,
.reviews_order ul li {
    font-size: 14px
}

.dialog-category-products-list .content,
.dialog.products-dialog.list-dialog .content {
    background: #f4f4f4;
    padding: 10px!important;
    margin: 15px 0
}

.dialog-category-products-list .item .itemdiv,
.dialog.products-dialog.list-dialog .content .item .itemdiv {
    background: #fff
}

.dialog-category-products-list .item .product_details-button .buttons-row {
    width: 33%;
    padding: 0;
    float: right
}

.dialog-category-products-list .item .buy-now .quantity {
    width: 23%;
    padding: 0
}

.products.products-list .item .buy-now .quantity {
    width: 23%;
    padding: 0
}

.dialog.products-dialog.list-dialog .content .buttons-row {
    width: auto;
    padding: 0;
    float: right
}

.dialog.products-dialog.list-dialog .content .right-box {
    background: none!important;
    border: none!important
}

.dialog-category-products-list .item .product_details-button .buttons-row button[title="Wishlist"],
.dialog.products-dialog.list-dialog .content .item .product_details-button .buttons-row button[title="Wishlist"] {
    float: right
}

.products-list .details {
    padding: 10px 0!important
}

.dialog-category-products-list .price-row,
.dialog.products-dialog.list-dialog .content .price-row {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -32px
}

#flexiselDemo3 .quantity {
    width: 23%;
    padding: 0
}

#flexiselDemo3 .buttons-row {
    width: 43%!important;
    padding: 0;
    float: right
}

#flexiselDemo3 .buttons-row button[title="Wishlist"] {
    float: right
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
    text-shadow: none
}

.btn.active,
.btn:active {
    background-image: none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

.btn-default:focus,
.btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.btn-default.active,
.btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #e0e0e0;
    background-image: none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px
}

.btn-primary.active,
.btn-primary:active {
    background-color: #265a88;
    border-color: #245580
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

.btn-success:focus,
.btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success.active,
.btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image: none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.btn-info:focus,
.btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info.active,
.btn-info:active {
    background-color: #2aabd2;
    border-color: #28a4c9
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #2aabd2;
    background-image: none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13
}

.btn-warning:focus,
.btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning.active,
.btn-warning:active {
    background-color: #eb9316;
    border-color: #e38d13
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #eb9316;
    background-image: none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px
}

.btn-danger.active,
.btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #c12e2a;
    background-image: none
}

.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0
}

@media (max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
    text-shadow: none
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x
}

.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x
}

.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x
}

.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}


/* # sourceMappingURL=bootstrap-theme.min.css.map */
/* vim: set ts=2 sw=2 sts=2 et: */
/*
 * +-----------------------------------------------------------------------+
 * | BCSE Authorize.Net CIM Payment Processor                              |
 * +-----------------------------------------------------------------------+
 * | Copyright (c) 2014 BCSE LLC. dba BCS Engineering                      |
 * +-----------------------------------------------------------------------+
 * |                                                                       |
 * | BCSE Authorize.Net CIM Payment Processor is subject for version 2.0   |
 * | of the BCSE proprietary license. That license file can be found       |
 * | bundled with this package in the file BCSE_LICENSE. A copy of this    |
 * | license can also be found at                                          |
 * | http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt            |
 * |                                                                       |
 * +-----------------------------------------------------------------------+
 */
.bcse-cim-payment { text-align: center; max-width: 350px; margin: 0 auto; }
.bcse-cim-payment.loading { background: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/loader.gif) center center no-repeat transparent; }
.bcse-cim-payment.loading > * { visibility: hidden; }
.bcse-cim-payment .button-wrapper.loading { background: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/loader.gif) center center no-repeat transparent; }
.bcse-cim-payment .button-wrapper.loading > * { visibility: hidden; }
.bcse-cim-payment ul.saved-cards { list-style: none; margin: 0; padding: 0; }
.bcse-cim-payment ul.saved-cards > li { list-style: none; }
.bcse-cim-payment .saved-card { display: block; cursor: pointer; position: relative; padding-left: 32px; line-height: 36px; border-radius: 3px; transition: background 0.35s ease; background: #fafafa; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.125); border: 1px solid #CCCCCC; font-size: 12px; }

.bcse-cim-payment .saved-card:after {
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  content: "."; display: block; height: 100%; left: 0; position: absolute; text-indent: -10000px; top: 0; width: 100%;
}

.bcse-cim-payment .saved-card:hover { background: #f2f2f2; }
.bcse-cim-payment .saved-card > span { background: #fafafa; border: 1px solid #aaa; border-radius: 3px; display: inline-block; font-size: 15px; line-height: 24px; padding: 0 4px; }
.bcse-cim-payment .saved-cards input { display: none; }
.bcse-cim-payment .saved-cards input:checked + label { background: #dadada; font-weight: bold; }
.bcse-cim-payment .saved-cards input:checked + label:before { content: "\2713"; display: block; position: absolute; left: 0; top: 0; width: 32px; font-size: 26px; }
.bcse-cim-payment .saved-cards .delete { line-height: 36px; display: block; margin: 0 0 0 5px; cursor: pointer; border-radius: 3px; position: relative; }
.bcse-cim-payment .saved-cards .delete:before { background: #A51C1C; content: "\2717"; width: 24px; display: block; font-size: 18px; border-radius: 3px; color: white; border: 1px solid #8C1818; }

.bcse-cim-payment .no-cards { font-size: 13px !important; padding: 10px 0; line-height: 20px; }
.bcse-cim-payment .note { font-size: 11px !important; padding: 5px 0; font-style: italic; }

.bcse-clear:after { content: "."; display: block; width: 0; height: 0; overflow: hidden; clear: both; }
.bcse-left { float: left; }
.bcse-right { float: right; }

#divAuthorizeNetPopupScreen { position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:1; background-color:#808080; opacity:0.5; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; filter:alpha(opacity=50); }
#divAuthorizeNetPopup { position:absolute; left:50%; top:50%; margin-left:-200px; margin-top: -200px; z-index:2; overflow:visible; }
.AuthorizeNetShadow {
    height: 16px;
    width: 16px;
    position: absolute;
}
.AuthorizeNetShadowT { top: -16px; left: 0px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-top.png); background-repeat: repeat-x; width: 100%; }
.AuthorizeNetShadowR { top: 0px; right: -16px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-right.png); background-repeat: repeat-y; height: 100%; }
.AuthorizeNetShadowB { bottom: -16px; left: 0px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-bottom.png); background-repeat: repeat-x; width: 100%; }
.AuthorizeNetShadowL { top: 0px; left: -16px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-left.png); background-repeat: repeat-y; height: 100%; }
.AuthorizeNetShadowTR { top: -16px; right: -16px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-topRight.png); background-repeat: no-repeat; }
.AuthorizeNetShadowBR { bottom: -16px; right: -16px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-bottomRight.png); background-repeat: no-repeat; }
.AuthorizeNetShadowBL { bottom: -16px; left: -16px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-bottomLeft.png); background-repeat: no-repeat; }
.AuthorizeNetShadowTL { top: -16px; left: -16px; background-image: url(../../skin/tonermobile/modules/BCSE_Authorizenet_CIM/css/../img/shadow1-topLeft.png); background-repeat: no-repeat; }

.AuthorizeNetPopupOuter { border:1px solid #585858; background-color:#ffffff; }

