﻿.del_lnk {
  background: url(../images/x_gray.png) 10% center no-repeat;
  width: 1.5em;
  height: 1.5em;
  background-size: 20%;
}
.block_lnk {
  background: url(../images/block_site_icon.png) 10% center no-repeat;
  width: 1.5em;
  height: 1.5em;
  background-size: 40%;
}
.alow_lnk {
  background: url(../images/alow_site_icon.png) 10% center no-repeat;
  width: 1.5em;
  height: 1.5em;
  background-size: 40%;
}
.black-and-white-list-wrapper {
  padding: 0.5em;
  direction: rtl;
}
.black-and-white-list-wrapper h1 {
  font-size: 1.6em;
  font-family: partner-bold, Oron-Bold;
  padding: 0 1em;
  margin: 0;
  text-align: right;
  direction: rtl;
}
.black-and-white-list-wrapper p {
  font-size: 1.4em;
  padding: 0 1em 0;
}
.black-and-white-list-wrapper .form {
  direction: rtl;
  padding-top: 1.5em;
}
.black-and-white-list-wrapper .form > div {
  float: right;
  padding: 0;
  width: 72%;
}
.black-and-white-list-wrapper .form > div.error-txt {
  width: 100%;
}
.black-and-white-list-wrapper .form .btn {
  margin: 0 0.3em 0 0 !important;
  float: right !important;
  padding: 0.8em 1em;
  display: inline-block;
  width: 26%;
}
.black-and-white-list-wrapper .form input {
  height: 55px;
  direction: ltr;
  font-size: 1.4em;
}
.black-and-white-list-wrapper .form .form__label {
  width: 75%;
}
.black-and-white-list-wrapper .error-txt {
  font-size: 1.4em;
  margin-top: -0.5em;
}
.sites-lst {
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding-bottom: 5em;
}
.sites-lst .list__item {
  background: none;
  padding: 0;
  height: 6em;
}
.sites-lst .list__item .list__item__txt {
  font-family: partner-regular, OronLight-Regular;
  direction: ltr;
}
.sites-lst .list__item .list__item__txt > span {
  display: inline-block;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 380px) {
  .sites-lst .list__item .list__item__txt > span {
    width: 242px;
  }
}
.sites-lst .list__item:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.sites-lst .del_lnk {
  display: table-cell;
  vertical-align: middle;
  /*@media (min-width : 768px) {
            background-size:40%;
        }*/
}
.sites-lst .form__input {
  text-align: left;
}
.age-limit-sites-wrapper {
  padding: 0.5em;
}
.age-limit-sites-wrapper h1 {
  margin: 0;
  padding-bottom: 0.5em;
}
.age-limit-sites-wrapper > div {
  padding: 1em;
}
.age-limit-sites-wrapper .block_lnk,
.age-limit-sites-wrapper .alow_lnk {
  display: table-cell;
  vertical-align: middle;
}
.age-limit-sites-wrapper .list__item {
  height: 4.5em;
}
.age-limit-sites-wrapper select {
  margin-bottom: 2em;
  padding: 0.5em;
}
/***---------------------------------------------------------------------------------***/
/**                             MEDIA QUERIES                                        **/
/***--------------------------------------------------------------------------------***/
/* Extra Small Devices*/
@media only screen and (min-width: 320px) and (max-width: 390px) {
  .sites-lst .list__item {
    height: 4.5em;
  }
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .black-and-white-list-wrapper .form .btn {
    margin-right: 1em;
    width: 24%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .black-and-white-list-wrapper .form .btn {
    margin: 0 0.5em 0 0 !important;
    width: 24%;
    padding: 0.7em 0;
  }
}