﻿.surfing-limitations-wrapper {
  margin-top: 5em;
}
.surfing-limitations-wrapper .surf-selection-description {
  background: #f2f2f2;
  padding: 1em;
  direction: rtl;
  text-align: right;
}
.surfing-limitations-wrapper .range-wrapper.brd_b {
  padding: 0 !important;
}
.surfing-limitations-wrapper .surf-lim-list {
  width: 100%;
}
.surfing-limitations-wrapper .surf-lim-list.brd_b {
  padding: 0;
  margin: 0;
  border: none;
}
.surfing-limitations-wrapper .surf-lim-list .list__item__img {
  display: inline-block;
  width: 5em;
  height: 5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
}
.surfing-limitations-wrapper .surf-lim-list .list__item__img.restr-by-days {
  background-image: url('../images/sites_calendar.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item__img.blocked-sites {
  background-image: url('../images/blocked_sites_icon.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item__img.approved-sites {
  background-image: url('../images/approved_sites_icon.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item__img.restr-by-topic {
  background-image: url('../images/restricted_by_topic.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled {
  background: url(../images/left_arrow_disabled.png) 20px center no-repeat;
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled .list__item__txt {
  color: #d2d2d2;
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled .list__item__img {
  display: inline-block;
  width: 5em;
  height: 5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled .list__item__img.restr-by-days {
  background-image: url('../images/sites_calendar_disabled.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled .list__item__img.blocked-sites {
  background-image: url('../images/blocked_sites_icon_disabled.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled .list__item__img.approved-sites {
  background-image: url('../images/approved_sites_icon_disabled.png');
}
.surfing-limitations-wrapper .surf-lim-list .list__item.disabled .list__item__img.restr-by-topic {
  background-image: url('../images/restricted_by_topic_disabled.png');
}
.brd_b .list__item {
  border-bottom: 1px solid #B2B2B2;
}
.list__item {
  width: 100%;
  padding: 0.5em;
  background: url(../images/left_arrow.png) 20px center no-repeat;
  height: 7em;
  text-align: right;
  direction: rtl;
  display: table;
  padding: 1em;
  margin: 0 auto;
}
.list__item:last-child {
  border-bottom: none;
}
.list__item__txt {
  width: 78%;
  padding-right: 0.5em;
  font-size: 1.6em;
  font-family: partner-bold, oron-bold;
  text-align: right;
  direction: rtl;
  display: table-cell;
  vertical-align: middle;
}
.list__item__img {
  /*width: 90%;*/
  height: auto;
  vertical-align: middle;
  display: table-cell;
}
/***---------------------------------------------------------------------------------***/
/**                             MEDIA QUERIES                                        **/
/***--------------------------------------------------------------------------------***/
/* Extra Small Devices*/
@media only screen and (min-width: 320px) and (max-width: 390px) {
  .list__item__txt {
    font-size: 1.3em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .list__item {
    background-size: 7% !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list__item__txt {
    font-size: 1.2em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .list__item__txt {
    font-size: 1.4em;
  }
}