/* Variables - Path */
/* Fonts */
/* "Lucida Sans Unicode", "Lucida Grande", sans-serif */
/* Font Colors */
/* Backgrounds */
/* Border Colors */
/* Button Colors */
/* Layout */
/* Background Types */
/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape mode */
@media all and (max-width: 720px) {
  /* line 7, ../sass/mobile.scss */
  html, body {
    min-width: 320px;
    height:100%;
    overflow-y:hidden;
  }

  .login {
    max-width: 720px !important;
  }
 
	footer {
	  z-index: 2;
	}
	
	.col_headers {
	  margin-top:5px !important;
	}
	
	.pull_right .g-btn {
	    padding: 9px 10px 10px !important;
	}


	.g-checkbox-wrapper .g-label {
	    margin: 5px 0 0 4px !important;
	}

	.dropdown-synctimes {
	    width: 90%;
	    max-height:160px;
	    overflow:auto;
	} 
  
  /* Login */
  /* line 11, ../sass/mobile.scss */
  article {
    margin-bottom: 59px;
    overflow-x:auto;
    overflow-y:hidden;
  }
 
  .grid_not_full_page {
    margin-top:-20px;
    float:left;
    overflow-y:hidden;
  }
  
  .b-content {
    height:92%;
    overflow:hidden;
  }
  
  .b-content-wrapper {
    overflow-y:hidden;
  }
  
  .b-content.product-page{
	overflow:auto !important;
  }

  /* line 15, ../sass/mobile.scss */
  .login .b-logo-wrapper {
    width: 152px;
  }
  /* line 18, ../sass/mobile.scss */
  .login .b-login-content {
    float: none;
    width: 568px;
    position: relative;
    left: 0;
    margin: 36px auto 0;
  }
  /* line 25, ../sass/mobile.scss */
  .login h1, .login .b-subtitle {
    float: right;
    width: 380px;
  }
  /* line 29, ../sass/mobile.scss */
  .login h1 {
    margin: -5px 0 9px;
  }
  /* line 32, ../sass/mobile.scss */
  .login .b-subtitle {
    margin-bottom: 23px;
  }
  /* line 35, ../sass/mobile.scss */
  .login .b-form {
    float: right;
    width: 380px;
    margin-top: -4px;
  }
  /* line 39, ../sass/mobile.scss */
  .login .b-form.main {
    margin-top: -4px;
  }
  /* line 42, ../sass/mobile.scss */
  .login .b-form .b-input {
    margin-bottom: 16px;
  }
  /* line 45, ../sass/mobile.scss */
  .login .b-form .forgot {
    display: none;
  }
  /* line 47, ../sass/mobile.scss */
  .login .b-btn-wrapper {
    margin-top: 4px;
  }
  /* line 50, ../sass/mobile.scss */
  .login .b-btn-wrapper .g-btn {
    margin-right: 0;
  }
  /* line 54, ../sass/mobile.scss */
  .login footer {
    min-width: 320px;
    background: #fff;
  }
  /* line 58, ../sass/mobile.scss */
  .login footer .b-content-wrapper {
    padding: 10px 0;
  }

  /* line 63, ../sass/mobile.scss */
  .b-form .b-input {
    min-width: 0;
    width: 100%;
    padding: 0;
    text-indent: 9px;
  }

  /* line 69, ../sass/mobile.scss */
  .b-mobile-links {
  	display:inline; 
    float: left;
    width: 100%;
    margin-top: 17px;
  }
  /* line 74, ../sass/mobile.scss */
  .b-mobile-links li {
    float: left;
    width: 100%;
    text-align: center;
  }
  /* line 78, ../sass/mobile.scss */
  .b-mobile-links li a {
    font: 18px/40px "Helvetica Light";
    color: #00aef7;
  }
  /* line 81, ../sass/mobile.scss */
  .b-mobile-links li a:hover {
    text-decoration: underline;
  }

  /* Find a Price */
  /* line 88, ../sass/mobile.scss */
  .b-top {
    float: left;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 10;
    background: #f6f6f6;
  }
  /* line 96, ../sass/mobile.scss */
  .b-top h1 {
    float: left;
    width: 100%;
    font: 26px/58px "Lucida Sans";
    text-align: center;
    text-indent: 10px;
  }
  /* line 103, ../sass/mobile.scss */
  .b-top h1 .ico {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 10px 13px -13px -55px;
    background-image: url("../img/sidebar-sprite.png");
    background-position: 0 -104px;
  }
  /* line 112, ../sass/mobile.scss */
  .b-top .show-menu {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/sprite-elements.png") -223px 0;
  }
  /* line 120, ../sass/mobile.scss */
  .b-top .show-menu:hover, .b-top .show-menu.active {
    background-position: -223px -62px;
  }
  /* line 125, ../sass/mobile.scss */
  .b-top nav {
    display: none;
    width: 284px;
    position: absolute;
    top: 61px;
    left: 0;
    background: #f6f6f6;
    border-top: 1px solid #f6f6f6;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
    z-index: 10;
  }
  /* line 136, ../sass/mobile.scss */
  .b-top nav.active {
    display: block;
  }
  /* line 140, ../sass/mobile.scss */
  .b-top nav a {
    float: left;
    width: 100%;
    height: 64px;
    position: relative;
    font-size: 19px;
    line-height: 63px;
    text-indent: 60px;
    border-bottom: 1px solid #E6E6E6;
  }
  /* line 150, ../sass/mobile.scss */
  .b-top nav a .ico {
    position: absolute;
    top: 1px;
    left: 0;
    width: 60px;
    height: 64px;
    background: #f4f4f4;
  }
  /* line 157, ../sass/mobile.scss */
  .b-top nav a .ico:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url("../img/sidebar-sprite.png");
  }
  /* line 165, ../sass/mobile.scss */
  .b-top nav a.logout {
    border-bottom: none;
  }
  /* line 168, ../sass/mobile.scss */
  .b-top nav a.logout .ico {
    height: 63px;
  }
  /* line 172, ../sass/mobile.scss */
  .b-top nav a.plists .ico:before {
    width: 42px;
    height: 42px;
    top: 12px;
    left: 10px;
    background-position: 0 -104px;
  }
  /* line 178, ../sass/mobile.scss */
  .b-top nav a.logout .ico:before {
    width: 32px;
    height: 30px;
    top: 15px;
    left: 15px;
    background-position: 0 -180px;
  }
  /* line 184, ../sass/mobile.scss */
  .b-top nav a.android-app .ico:before {
    width: 36px;
    height: 36px;
    top: 14px;
    left: 12px;
    background-position: 0 -305px;
  }
  /* line 191, ../sass/mobile.scss */
  .b-top nav a:hover {
    background: #eaf9ff;
  }
  /* line 194, ../sass/mobile.scss */
  .b-top nav a:hover .ico {
    background: #eaf9ff;
  }
  /* line 196, ../sass/mobile.scss */
  .b-top nav a.active {
    color: #00aef7;
  }
  /* line 199, ../sass/mobile.scss */
  .b-top nav a.active.plists .ico:before {
    background-position: -86px -104px;
  }
  /* line 202, ../sass/mobile.scss */
  .b-top nav a.active.logout .ico:before {
    background-position: -86px -180px;
  }
  /* line 205, ../sass/mobile.scss */
  .b-top nav a.active.android-app .ico:before {
    background-position: -86px -305px;
  }
  /* line 211, ../sass/mobile.scss */
  .b-top .b-form-header {
    float: right;
    width: 87%;
    margin: 10px 12px;
  }
  /* line 216, ../sass/mobile.scss */
  .b-top .b-form-header .b-form .b-input {
    margin: 0;
    background: #fff;
  }

  /* line 223, ../sass/mobile.scss */
  .product .b-top {
    background: #2dbaf5;
  }
  /* line 226, ../sass/mobile.scss */
  .product .b-top h1 {
    color: #fff;
  }
  /* line 230, ../sass/mobile.scss */
  .product .b-top .btn-back {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 9px 14px;
    font-size: 16px;
    color: #fff;
    background: #7c7c7c;
  }
  /* line 239, ../sass/mobile.scss */
  .product .b-top .btn-back:hover {
    background: #858585;
  }

  /* line 245, ../sass/mobile.scss */
  .b-content {
    float: left;
    width: 100%;
    min-width: 0;
    position: relative;
    margin: 0;
  }

  /* line 253, ../sass/mobile.scss */
  .content-page article {
    margin: 0 0 39px;
  }
  /* line 256, ../sass/mobile.scss */
  .content-page .b-content-wrapper {
    float: left;
    width: 100%;
    padding: 0 1px;
  }
  /* line 261, ../sass/mobile.scss */
  .content-page .b-content-scrolled {
    padding-bottom: 0;
  }
  /* line 264, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form {
    float: none;
    margin: 3px 10px 0px 10px;
  }
  /* line 268, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form .b-input {
    margin: 0 -1px;
    width: 100%;
  }
  /* line 273, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input {
    width: 83%;
    transition: none;
  }
  /* line 277, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.units {
    width: 16%;
    margin-left: 3px;
  }
  /* line 281, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.discount {
    width: 155px;
    margin-right: 2px;
  }
  /* line 286, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form .line-2 {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
  }
  /* line 292, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form .line-2 .g-checkbox-wrapper {
    margin: 4px 0 0;
  }
  /* line 298, ../sass/mobile.scss */
  .content-page .b-table th.controls a.minify:hover {
    background: #F1F1F1;
  }
  /* line 305, ../sass/mobile.scss */
  .content-page .b-table th.product-name, .content-page .b-table th.sub-group, .content-page .b-table th.part-number, .content-page .b-table th.net-price, .content-page .b-table td.product-name, .content-page .b-table td.sub-group, .content-page .b-table td.part-number, .content-page .b-table td.net-price {
    min-width: 192px;
    max-width: 192px;
    width: 192px;
  }
  /* line 310, ../sass/mobile.scss */
  .content-page .b-table th.short-desc, .content-page .b-table td.short-desc {
    min-width: 384px;
    max-width: 384px;
    width: 384px;
  }
  /* line 317, ../sass/mobile.scss */
  .content-page h2.product-name {
    float: left;
    width: 100%;
    margin: 15px 0;
    font-size: 22px;
    text-align: center;
    color: #00aef7;
  }
  /* line 325, ../sass/mobile.scss */
  .content-page dl.product-info {
    max-width: 340px;
    margin: 0 auto 10px;
  }
  /* line 329, ../sass/mobile.scss */
  .content-page dl.product-info .wrapper {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
  }
  /* line 332, ../sass/mobile.scss */
  .content-page dl.product-info dd {
    width: 130px;
    position: absolute;
    margin-left: -10px;
    top: 0;
    left: 0;
    padding: 12px 0 11px;
    font-size: 14px;
    color: #818188;
  }
  /* line 341, ../sass/mobile.scss */
  .content-page dl.product-info dt {
    float: left;
    padding: 12px 0 11px 115px;
    font-size: 14px;
    border-top: 1px solid #f4f5f5;
  }
  /* line 347, ../sass/mobile.scss */
  .content-page dl.product-info dt.first {
    border-top: 0;
  }
  /* line 351, ../sass/mobile.scss */
  .content-page dl.product-info dt .message {
    color: #00aef7;
  }
  /* line 356, ../sass/mobile.scss */
  .content-page .table-data {
    margin: 0;
  }
  /* line 359, ../sass/mobile.scss */
  .content-page footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 0;
  }
  /* line 365, ../sass/mobile.scss */
  .content-page footer .copyright {
    display: block;
    float: none;
    text-align: center;
  }

  /* line 372, ../sass/mobile.scss */
  .b-message {
    width: 238px;
    position: absolute;
    top: 65px;
    left: 50%;
    z-index: 10;
    margin-left: -119px;
    text-align: center;
    background: #2dbaf5;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
  }
  /* line 383, ../sass/mobile.scss */
  .b-message p {
    padding: 13px 16px 14px;
  }
  /* line 386, ../sass/mobile.scss */
  .b-message span {
    font-size: 17px;
    color: #fff;
  }
}
@media all and (min-width: 480px) and (max-width: 595px) {
  /* line 394, ../sass/mobile.scss */
  .login .b-login-content {
    width: 440px;
  }
  /* line 397, ../sass/mobile.scss */
  .login .b-form, .login h1, .login .b-subtitle {
    width: 260px;
  }
  /* line 400, ../sass/mobile.scss */
  .login .txt-link {
    max-width: 90px;
    text-align: right;
  }

  /* line 405, ../sass/mobile.scss */
  .b-top .b-form-header {
    width: 80%;
  }

  /* line 408, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.discount {
    width: 90px;
  }

  /* line 411, ../sass/mobile.scss */
  .content-page .b-table {
    width: 100%;
  }

  /* line 417, ../sass/mobile.scss */
  .content-page .b-table th.part-number,
  .content-page .b-table th.net-price,
  .content-page .b-table td.part-number,
  .content-page .b-table td.net-price,
  .content-page .b-table th.product-name,
  .content-page .b-table td.product-name {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
  }

  /* line 422, ../sass/mobile.scss */
  .content-page .b-table th.short-desc, .content-page .b-table td.short-desc {
    min-width: 320px;
    max-width: 320px;
    width: 320px;
  }
}
/* Portrait mode */
@media all and (max-width: 479px) {
  /* line 431, ../sass/mobile.scss */
  .login .b-logo-wrapper {
    width: 100%;
  }
  /* line 434, ../sass/mobile.scss */
  .login .b-login-content {
    float: left;
    width: 80%;
    position: relative;
    left: 0;
    margin: 27px 10% 0;
  }
  /* line 441, ../sass/mobile.scss */
  .login h1, .login .b-subtitle {
    float: left;
    width: 100%;
  }
  /* line 445, ../sass/mobile.scss */
  .login h1 {
    margin: 22px 0 9px;
  }
  /* line 448, ../sass/mobile.scss */
  .login .b-subtitle {
    margin-bottom: 12px;
  }
  /* line 451, ../sass/mobile.scss */
  .login .b-form {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  /* line 456, ../sass/mobile.scss */
  .login .b-form.main {
    margin-top: 10px;
  }
  /* line 460, ../sass/mobile.scss */
  .login .b-logo-wrapper {
    margin-bottom: 7px;
  }

  /* line 464, ../sass/mobile.scss */
  .b-popup {
    width: 240px;
    margin-left: -151px;
  }

  /* line 468, ../sass/mobile.scss */
  .b-top .b-form-header {
    width: 80%;
  }

  /* line 471, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.discount {
    width: 90px;
  }

  /* line 474, ../sass/mobile.scss */
  .content-page .b-table {
    width: 100%;
  }

  /* line 480, ../sass/mobile.scss */
  .content-page .b-table th.part-number,
  .content-page .b-table th.net-price,
  .content-page .b-table td.part-number,
  .content-page .b-table td.net-price,
  .content-page .b-table th.product-name,
  .content-page .b-table td.product-name {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
  }

  /* line 485, ../sass/mobile.scss */
  .content-page .b-table th.short-desc, .content-page .b-table td.short-desc {
    min-width: 320px;
    max-width: 320px;
    width: 320px;
  }
}
@media all and (max-width: 435px) {
  /* line 493, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input {
    width: 82%;
  }
  /* line 496, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.units {
    min-width: 62px;
  }

  /* line 500, ../sass/mobile.scss */
  .content-page .b-table {
    width: 100%;
  }

  /* line 506, ../sass/mobile.scss */
  .content-page .b-table th.part-number,
  .content-page .b-table th.net-price,
  .content-page .b-table td.part-number,
  .content-page .b-table td.net-price,
  .content-page .b-table th.product-name,
  .content-page .b-table td.product-name {
    min-width: 192px;
    max-width: 192px;
    width: 192px;
  }

  /* line 511, ../sass/mobile.scss */
  .content-page .b-table th.short-desc, .content-page .b-table td.short-desc {
    min-width: 384px;
    max-width: 384px;
    width: 384px;
  }
}
@media all and (max-width: 410px) {
  /* line 519, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input {
    width: 80%;
  }

  /* line 523, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.discount {
    width: 81px;
  }
}
@media all and (max-width: 370px) {
  /* line 530, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input {
    width: 77%;
  }
}
@media all and (max-width: 365px) {
  /* line 538, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input {
    width: 78%;
  }
  /* line 541, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.discount {
    width: 100px;
  }

  /* line 545, ../sass/mobile.scss */
  .b-top .b-form-header {
    width: 78%;
  }

  /* line 548, ../sass/mobile.scss */
  .b-fprice-search .line-2 .btn-green {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 552, ../sass/mobile.scss */
  .content-page dl.product-info {
    max-width: 300px;
  }

  /* line 555, ../sass/mobile.scss */
  .content-page .b-table {
    width: 100%;
  }

  /* line 561, ../sass/mobile.scss */
  .content-page .b-table th.part-number,
  .content-page .b-table th.net-price,
  .content-page .b-table td.part-number,
  .content-page .b-table td.net-price,
  .content-page .b-table th.product-name,
  .content-page .b-table td.product-name {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
  }

  /* line 566, ../sass/mobile.scss */
  .content-page .b-table th.short-desc, .content-page .b-table td.short-desc {
    min-width: 320px;
    max-width: 320px;
    width: 320px;
  }

  /* line 572, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input {
    width: 77%;
  }
  /* line 575, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.units {
    min-width: 64px;
  }
  /* line 578, ../sass/mobile.scss */
  .content-page .b-fprice-search .b-form.inline .b-input.discount {
    width: 81px;
  }
}
@media all and (max-width: 340px) {
  /* line 585, ../sass/mobile.scss */
  .login .txt-link {
    max-width: 90px;
    text-align: right;
  }

  /* line 591, ../sass/mobile.scss */
  .b-top h1 {
    text-indent: 55px;
  }
}
