﻿.devices {
  width: 100%;
}


.devices > ul > li {
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;

}


.devices > ul > li .device {
  width: 238px;
  height: 352px;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 0;

}
.devices > ul > li .device > a {
  border: none;
  display: inline-block;
  width: 238px;
  height: 238px;
}
.devices > ul > li .device > a img {
  display: block;
  width: 238px;
  height: 238px;
  vertical-align: middle;
}
.devices > ul > li .device .strip {
  padding: 5px;
  background: #2cd5c4;
  position: absolute;
  top: 20px;
  right: 0;
  color: #231f20;
  font-size: 1.4em;
  font-weight:bold;
}
.devices > ul > li .device .imgLink {
  display: block;
}
.devices > ul > li .device .imgLink > img {
  display: block;
  width: 238px;
  vertical-align: middle;
}
.devices > ul > li .device .planName {
  padding-right: 10px;
  padding-left: 10px;
  font: normal 1.4em arial;
  height: 32px;
  overflow: hidden;
}
.devices > ul > li .device .priceAndLinkDiv {
  display: block;
  margin-top: 6px;
}
.devices > ul > li .device .priceAndLinkDiv .priceDiv {
  font: 1.4em arial;
}
.devices > ul > li .device .priceAndLinkDiv .priceDiv .old-price {
  color: #000;
  display: inline-block;
  /*font-size: 85%;*/
  margin-left: 3px;
  text-decoration: line-through;
}
.devices > ul > li .device .priceAndLinkDiv .priceDiv .current-price {
  color: #000;
  display: inline-block;
  margin-left: 3px;
  font-weight: bold;
}
.devices > ul > li .device .priceAndLinkDiv .priceDiv .currency {
  font-size: 1.0em;
  font-weight: normal;
  margin-right: 3px;
  margin-left: 10px;
}
.devices > ul > li .device .priceAndLinkDiv .priceDiv .price {
  font-size: 1.0em;
  font-weight: bold;
}
.devices > ul > li .device .priceAndLinkDiv .alternatePriceDiv {
  font-size: 1.4em;
  font-weight: bold;
}
.devices > ul > li .device .priceAndLinkDiv .btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #231f20;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  background-color: #2cd5c4;
  margin-top: 10px;
  padding: 0 15px;
}
.devices > ul > li .device .priceAndLinkDiv .btn:hover {
  background: #abeee7;
}
.devices > ul > li .planBanner {
  width: 100%;
}
.filterWrapper .colors ul {
  padding-top: 8px !important;
}
.filterWrapper .colors ul li {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 5px;
  border: 2px solid #fff;
  margin-top: 0 !important;
}
.filterWrapper .colors ul li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 1px solid #D0D0D0;
}
.filterWrapper .colors ul li span:hover {
  cursor: pointer;
}
.filterWrapper .colors ul li span.red {
  background: #ff0000;
}
.filterWrapper .colors ul li span.blue {
  background: #0136FF;
}
.filterWrapper .colors ul li span.green {
  background: #017D05;
}
.filterWrapper .colors ul li.selected {
  border: 2px solid #ff6600;
  display: inline-block;
}
.filterWrapper .priceRange .price-form {
  padding-top: 10px;
}
.filterWrapper .priceRange .price-form label {
  font: 1.4em arial;
  display: inline-block;
  width: 50px;
}
.filterWrapper .priceRange .price-form input {
  width: 77px;
  border: 1px solid #D0D0D0;
  padding: 3px 5px;
  margin-bottom: 5px;
}
.filterWrapper .priceRange .price-form .currency {
  font-size: 1.2em;
}
.filterWrapper .priceRange .price-form .btn {
  border-bottom: 1px solid #1D1D1D;
  cursor: pointer;
  display: inline-block;
  font: bold 1.4em arial;
  margin-top: 5px;
  /*color: #fff; line-height: 25px;  border-radius: 5px; text-align: center; text-decoration: none; cursor: pointer; overflow: hidden; background-color: #ff6600; margin-top: 5px; -webkit-box-shadow: 0px -2px 0px 0px #b44800 inset; -moz-box-shadow: 0px -2px 0px 0px #b44800 inset; box-shadow: 0px -2px 0px 0px #b44800 inset;padding:2px 15px;*/
}
.filterWrapper .priceRange .price-form .btn:hover {
  border-bottom: 1px solid #1D1D1D;
}
.filterWrapper .priceRange .price-form .errorMsg {
  color: #ff0000;
  font-size: 14px;
  display: block;
}
.filterWrapper .manufacturer-filter {
  margin-top: 10px;
  padding-top: 0 !important;
}
.filterWrapper .category ul.general {
  margin-top: 7px;
  padding-top: 0 !important;
}
.filterWrapper .category ul.general > li {
  display: inline-block;
  padding-right: 0px;
  cursor: pointer;
  width: 100%;
  /*&.close { background: url("/OrangeSale/images/NewDevicesLobby/closed.png") no-repeat right 2px; }
                &.open { background: url("/OrangeSale/images/NewDevicesLobby/opened.png") no-repeat right 2px; }*/
}
.filterWrapper .category ul.general .closeIcon {
  background: url("/OrangeSale/images/NewDevicesLobby/closed.png") no-repeat right 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.filterWrapper .category ul.general .openIcon {
  background: url("/OrangeSale/images/NewDevicesLobby/opened.png") no-repeat right 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.filterWrapper .category ul.general ul {
  font-size: 70%;
  padding-right: 15px !important;
  padding-top: 5px !important;
  /*margin-right:18px;*/
}
.filterWrapper .category ul.general ul li {
  /*list-style-type: square;*/
  margin-top: 5px;
}
.newPlansLobbyWrapper {
  width: 978px;
  margin: 0px auto;
  color: #000;
  margin-bottom: 60px;
}
.newPlansLobbyWrapper .rightSection {
  width: 156px;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem {
  margin-bottom: 25px;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem strong {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 2px solid #d0d0d0;
  padding-right: 0px;
  line-height: 24px;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul {
  padding: 13px 0px 0 0;
  margin-top: 0;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li {
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 10px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  position: relative;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li:first-child {
  margin-top: 0;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li .checkbox-label {
  display: inline-block;
  cursor: pointer;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li .checkbox-label .checkbox-overlay {
  background-image: url('/OrangeSale/images/NewPlansLobby/checkbox.png');
  display: inline-block;
  margin: 0 0 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 3px;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li .checkbox-label .checkbox-overlay.checked {
  background-image: url('/OrangeSale/images/NewPlansLobby/checkbox_checked.png');
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li .checkbox-label > input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  vertical-align: top;
  width: 12px;
  height: 8px;
  margin-left: 6px;
  margin-top: 3px;
  outline: none;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li .checkbox-label span {
  display: inline-block;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul > li .checkbox-label .checkbox-span {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul.general {
  margin-top: 10px;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul.general > li:hover {
  color: #929292;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul.general > li.selected {
  font-weight: bold;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul.general > li.selected:hover {
  color: #000;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul.general > li li {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem ul.general > li li.selected {
  font-weight: bold;
}
.newPlansLobbyWrapper .rightSection .sideBannersWrapper {
  width: 100%;
}
.newPlansLobbyWrapper .rightSection .sideBannersWrapper div {
  margin-bottom: 20px;
}
.newPlansLobbyWrapper .rightSection .sideBannersWrapper a {
  border-bottom: none;
}
.newPlansLobbyWrapper .mainContentSection {
  width: 800px;
  margin-bottom: 25px;
}
.newPlansLobbyWrapper .mainContentSection a {
  border-bottom: none;
}
.newPlansLobbyWrapper .mainContentSection a.text {
  display: block;
  line-height: 16px;
}
.newPlansLobbyWrapper .mainContentSection .topBannerWrapper {
  width: 100%;
}
.newPlansLobbyWrapper .mainContentSection .topBannerWrapper > a {
  display: inline-block;
}
.newPlansLobbyWrapper .mainContentSection .topBannerWrapper > a img {
  display: inline-block;
  vertical-align: bottom;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper {
 
  padding: 8px 0px 0px 0px;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock {
  padding: 0px 20px 10px

}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock.pullUp {
  margin-top: -20px;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .sortDiv {
  position: relative;
  width: 200px;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .sortDiv > select {
  width: 151px;
  height: 30px;
  border: 1px solid #d0d0d0;
  position: relative;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .sortDiv .sortSelectSpan {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  border: 1px solid #d0d0d0;
  width: 134px;
  height: 12px;
  padding: 7px 10px 10px 5px;
  font-size: 1.4em;
  font-weight: normal;
  cursor: pointer;
  background: #fff;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .sortDiv .sortSelectSpan .arrow {
  display: block;
  position: absolute;
  width: 28px;
  left: 8px;
  top: 10px;
  height: 30px;
  cursor: pointer;
  background-image: url('/OrangeSale/images/NewPlansLobby/select_arrow.png');
  background-repeat:no-repeat;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .sortDiv .sortSelectSpan.open .arrow {
  background-image: url('/OrangeSale/images/NewPlansLobby/select_arrow_open.png');
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks {
  margin-top: 7px;
  margin-left: 7px;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li {
  display: inline-block;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li.disabled {
  width: 15px;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li.disabled > a {
  display: none;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li > a {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 3.5px;
  color: #707070;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li > a:hover {
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li > a.current {
  color: #000;
  font-weight: bold;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li > a.back {
  margin-right: 0px;
}
.newPlansLobbyWrapper .mainContentSection .devicesWrapper .pagerBlock .pagerLinks > ol > li > a.next {
  margin-left: 0px;
}
.manufacturer-scroll strong {
  width: 100%;
  display: inline-block;
}
.newPlansLobbyWrapper .rightSection .filterWrapper .filterItem .manufacturer-scroll li {
  margin-bottom: 4px \0;
}
/* main container */
.checkbox-scroll {
  max-height: 130px;
  margin-top: 10px;
}
.checkbox-scroll.jScrollbar {
  width: 156px;
  overflow: hidden;
  position: relative;
  background-color: #Fff;
  /* text container */
  /* slider container */
}
.checkbox-scroll.jScrollbar .jScrollbar_mask {
  position: relative;
  top: 0;
  float: right;
  /*width:93%;*/
}
.checkbox-scroll.jScrollbar .jScrollbar_draggable {
  float: left;
  width: 7px;
  height: 130px;
  overflow: hidden;
  position: relative;
  background: #d0d0d0;
  /*margin-top: 10px;*/
  /* draggable */
}
.checkbox-scroll.jScrollbar .jScrollbar_draggable a.draggable {
  position: relative;
  background-color: #3d3c3b;
  display: block;
  height: 40px;
  width: 7px;
  cursor: pointer;
}