/* rbc-form */
.rbc-form__row{
  margin: 0 -12px;
}
  .rbc-form__row:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
  .rbc-form__field {
    float: left;
    padding: 0 12px;
    margin-bottom: 16px;
  }
  .rbc-form__row_flex{
    display: flex;
    align-items: flex-end;
  }

.rbc-form-errors{
  margin-top: 30px;
}
  .rbc-form-errors__item{
    margin-top: 10px;
    color: #e2001a;
  }

/* rbc-form-brood add/edit */
.rbc-form-brood {}
  .rbc-form-brood__field_birth,
  .rbc-form-brood__field_pettype,
  .rbc-form-brood__field_inspectionreport,
  .rbc-form-brood__field_calltime,
  .rbc-form-brood__field_datedeliverykit,
  .rbc-form-brood__field_receivedkit{
    width: 33.33%;
  }
  .rbc-form-brood__field_kitdate{
    width: calc(50% - 167px - 24px);
  }
  .rbc-form-brood__field_inspectionreport-value{
    width: 66.66%;
    height: 64px;
    padding-top: 16px;
    line-height: 48px;
  }
  .rbc-form-brood__field_petcount{}
  .rbc-form-brood_add .rbc-form-brood__field_kitpro{
    width: 33.33%;
  }
  .rbc-form-brood__field_metrics{
    width: 100%;
    float: none;
  }
  @media screen and (max-width: 991px) {
    .rbc-form-brood__field_birth,
    .rbc-form-brood__field_pettype,
    .rbc-form-brood__field_inspectionreport,
    .rbc-form-brood__field_calltime,
    .rbc-form-brood__field_datedeliverykit,
    .rbc-form-brood__field_receivedkit{
      width: 50%;
      max-width: 372px;
    }
    .rbc-form-brood__field_inspectionreport-value{
      width: 50%;
    }
    .rbc-form-brood__field_petcount{}
    .rbc-form_add .rbc-form-brood__field_kitpro{
      width: 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .rbc-form-brood__field_kitdate{
      width: 50%;
      max-width: 372px;
    }
  }
  @media screen and (max-width: 640px) {
    .rbc-form-brood__field_birth,
    .rbc-form-brood__field_pettype,
    .rbc-form-brood__field_inspectionreport,
    .rbc-form-brood__field_inspectionreport-value,
    .rbc-form-brood__field_calltime,
    .rbc-form-brood__field_datedeliverykit,
    .rbc-form-brood__field_kitdate,
    .rbc-form-brood__field_receivedkit{
      width: 100%;
      max-width: 100%;
    }
    .rbc-form-brood__field_petcount{}
    .rbc-form_add .rbc-form-brood__field_kitpro{
      width: 100%;
    }
    .rbc-form-brood__field_inspectionreport-value{
      padding-top: 0;
      height: auto;
      line-height: 24px;
    }
  }

  .rbc-form-brood__field_breed{
    width: 50%;
  }

  .rbc-form-brood__field_parent{
    width: 50%;
  }
    @media screen and (max-width: 640px) {
      .rbc-form-brood__field_breed{
        width: 100%;
      }

      .rbc-form-brood__field_parent{
        width: 100%;
      }
    }
    .rbc-form-brood__field_breed .rbc-select{
      width: 100%;
      height: 48px;
    }

    .rbc-form-brood__field_parent .rbc-select{
      width: 100%;
      height: 48px;
    }

  .rbc-form-brood__field_addbreed{
    width: 16.66%;
    height: 64px;
    padding-top: 16px;
    line-height: 48px;
  }
    @media screen and (max-width: 991px) {
      .rbc-form-brood__field_addbreed{
        width: 50%;
        height: auto;
        padding-top: 0;
        line-height: inherit;
        margin-top: -10px;
      }
    }
    @media screen and (max-width: 640px) {
      .rbc-form-brood__field_addbreed{
        width: 100%;
        margin-top: -10px;
      }
    }

  .rbc-form-brood__field_moscowtime{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 48px;
    color: #B5B9C1;
    font-family: 'helveticaneuecyrroman';
    font-size: 12px;
    line-height: 16px;
  }
    @media screen and (max-width: 640px) {
      .rbc-form-brood__field_moscowtime{
        width: 100%;
        height: auto;
        margin-top: -5px;
      }
    }

  .rbc-form-brood__field_annotation{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin-top: 4px;
    /*width: 200px;*/
    /*height: 48px;*/
    color: #B5B9C1;
    font-family: 'helveticaneuecyrroman';
    font-size: 12px;
    line-height: 16px;
  }
    @media screen and (max-width: 640px) {
      .rbc-form-brood__field_annotation{
        width: 100%;
        height: auto;
        margin-top: 3px;
      }
    }

  /*.rbc-form-brood_add .rbc-group-radio.rbc-group-radio_twopettype{
    width: 100%;
  }
  .rbc-form-brood_edit .rbc-group-radio.rbc-group-radio_onepettype{
    width: 50%;
  }*/

  .rbc-form-brood .rbc-group-radio_type_button.rbc-group-radio_twopettype{
    width: 100%;
  }
  .rbc-form-brood .rbc-group-radio_type_button.rbc-group-radio_onepettype{
    width: 50%;
  }

  .rbc-form-brood__buttons{
    margin: 5px -12px 15px -12px;
  }
    .rbc-form-brood__buttons .rbc-btn{
      margin: 10px;
      min-width: 150px;
    }

.rbc-form-brood__addbreed{}
  .rbc-form-brood__addbreed-link{
    font-family: 'pf_dindisplay_proregular';
    font-size: 16px;
    line-height: 24px;
    color: #e2001a;
    text-decoration: none;
    border-width: 0 0 1px;
    border-color: #e2001a;
    border-style: dashed;
  }
    .rbc-form-brood__addbreed-link:hover{
      color: #e2001a;
      text-decoration: none;
      border-color: transparent;
    }

.rbc-form-freeproduct{}
  .rbc-form-freeproduct__field_recommfeed{
    float: none;
    width: 100%;
  }
  .rbc-form-freeproduct__field_feed{
    float: none;
    width: 100%;
  }
  .rbc-form-freeproduct__field_feed.rbc-form-freeproduct__field_feed_image .rbc-select,
  .rbc-form-freeproduct__field_feed.rbc-form-freeproduct__field_feed_image .rbc-select .select-default{
    height: 78px;
  }
  .rbc-form-freeproduct__field_feed.rbc-form-freeproduct__field_feed_image .rbc-recommfeed__item{
    margin-left: -20px;
  }
  .rbc-recommfeed__value-edit {
    position: absolute;
    z-index: 100;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #9DA2AC;
    font-family: 'pf_dindisplay_proregular';
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }
  .rbc-select .rbc-recommfeed__value-edit {
    pointer-events: none;
  }
  .rbc-select .rbc-recommfeed__value-edit_small {
    font-size: 14px;
    line-height: 17px;
    pointer-events: none;
  }
  .rbc-form-freeproduct__field_info{
    width: 100%;
    margin-bottom: 8px;
  }
  .rbc-form-freeproduct__field_infomanager{
    width: 50%;
  }
  .rbc-form-freeproduct__items{
    width: 100%;
  }
  .rbc-form__required.days-count-required{
    margin-top:  -80px;
  }
  .rbc-form-freeproduct__field_user{
    width: 50%;
    margin-bottom: 8px;
  }
    @media screen and (max-width: 640px){
      .rbc-form-freeproduct__field_infomanager,
      .rbc-form-freeproduct__field_user{
        width: 100%;
      }
    }
  .rbc-form-freeproduct__list-data{
    display: table;
    width: 100%;
    margin-bottom: 8px;
  }
  .rbc-form-freeproduct__item-data{
    display: table-cell;
    vertical-align: top;
    padding: 6px 0;
  }
  .rbc-form-freeproduct__items .rbc-form-freeproduct__item {
    margin-bottom: 10px;
  }
  .rbc-form-freeproduct__items .rbc-form-freeproduct__item:last-child {
    margin-bottom: 0;
    border-bottom: 0 none;
  }
  .rbc-form__add-second-feed {
    float: right;
  }
  .rbc-form__required {
    clear: both;
    margin-bottom: 20px;
  }
  .rbc-form__phone-footnote{
    clear: both;
    margin-bottom: 20px;
    font-family: 'helveticaneuecyrroman';
    font-size: 12px;
    line-height: 16px;
  }
  .rbc-form__phone-footnote span{
    color: #e2001a;
  }
  .select-default .selectize-dropdown .optgroup-header{
    padding: 13px 20px;
    border-top: solid 1px #dadbde;
    margin-top: -1px;
    font-size: 18px;
    color: #000000;
    border-bottom: 0 none;
    font-weight: bold;
  }
  .rbc-select .select-default__select .selectize-dropdown [data-selectable]{
    border-bottom: solid 1px #dadbde;
  }
  .rbc-select .select-default__select .selectize-dropdown [data-selectable]:last-child{
    border-bottom: solid 1px transparent;
  }
  .rbc-select .select-default__select .selectize-dropdown > .nano-pane {
    position: absolute;
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: none;
    opacity: 1;
    z-index: 9;
    transition: .2s;
  }
    .rbc-select .select-default__select .selectize-dropdown > .nano-pane > .nano-slider {
      position: relative;
      background-color: #e2001a;
      margin: 0;
      border-radius: 4px;
      transition: background-color 0.1s ease-in-out;
    }
    .rbc-select .select-default__select .selectize-dropdown > .nano-pane:hover > .nano-slider {
      background-color: #f9001d;
    }
  .select-default .selectize-dropdown .optgroup-header + .option {
    border-top: 0 none;
  }
  .rbc-form-freeproduct__item-data_litterdate,
  .rbc-form-freeproduct__item-data_requeststatuscaption{
    width: 50%;
    color: #9DA2AC;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    line-height: 18px;
  }
  .rbc-form-freeproduct__item-data_litterbreed,
  .rbc-form-freeproduct__item-data_requeststatus,
  .rbc-form-freeproduct__item-data_usercontent{
    color: #000000;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    line-height: 18px;
  }
  .rbc-form-freeproduct__petcount{
    color: #9DA2AC;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    line-height: 18px;
  }
  .rbc-form-freeproduct__item-label {
    color: #9DA2AC;
  }
  .rbc-form-freeproduct__item-value{
    color: #000000;
  }
  .rbc-form-freeproduct__field_requestid,
  .rbc-form-freeproduct__field_feedstartdate{
    width: 50%;
    margin-top: 10px;
  }
    @media screen and (max-width: 640px){
      .rbc-form-freeproduct__field_requestid,
      .rbc-form-freeproduct__field_feedstartdate{
        width: 100%;
      }
    }

  .rbc-form-freeproduct__field_requestdate{
    width: 50%;
  }
    @media screen and (max-width: 640px){
      .rbc-form-freeproduct__field_requestdate{
        width: 100%;
      }
    }

  .rbc-form-freeproduct__field_createdate{
    width: 50%;
  }
    @media screen and (max-width: 640px){
      .rbc-form-freeproduct__field_createdate{
        width: 100%;
      }
    }

  .rbc-form-freeproduct__field_changedate{
    width: 50%;
  }
    @media screen and (max-width: 640px){
      .rbc-form-freeproduct__field_changedate{
        width: 100%;
      }
    }

  .rbc-freeproduct-report__field_datefrom,
  .rbc-freeproduct-report__field_dateto{
    width: 50%;
    margin-top: 10px;
  }
    @media screen and (max-width: 640px){
      .rbc-freeproduct-report__field_datefrom,
      .rbc-freeproduct-report__field_dateto{
        width: 100%;
      }
    }

  .rbc-freeproduct-report__field_manager{
    width: 100%;
  }

  .rbc-form-freeproduct__buttons{
    margin: 15px -12px;
  }
    .rbc-form-freeproduct__buttons .rbc-btn{
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 0;
      margin: 10px;
      white-space: normal;
    }
    .rbc-form-freeproduct__buttons .rbc-btn.rbc-btn_size-l{
      height: auto;
      min-height: 48px;
      line-height: 24px;
      padding-top: 12px;
      padding-bottom: 12px;
    }

  .rbc-form-freeproduct__message{}
    .rbc-form-freeproduct__message-content_error{
      margin-bottom: 30px;
    }
    .rbc-form-freeproduct__message-content_success{
      margin-bottom: 30px;
    }

.rbc-recommfeed{}
  .rbc-recommfeed__list{
    border: 1px solid #B5B9C1;
    background-color: #FFFFFF;
    padding: 0;
  }
  .rbc-recommfeed__item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #d7dadc;
    padding: 8px 0;
  }
    .rbc-recommfeed__item:last-child{
      border-bottom: 0;
    }
    .rbc-recommfeed__item-image{
      width: 60px;
      height: 60px;
      text-align: center;
    }
    .rbc-recommfeed__item-name{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex: 1;
      padding-left: 15px;
      color: #000000;
      font-family: 'pf_dindisplay_proregular';
      font-size: 16px;
      line-height: 21px;
      text-transform: uppercase;
    }
      @media screen and (max-width: 640px){
        .rbc-recommfeed__item-name{
          font-size: 15px;
          line-height: 17px;
        }
      }

    .rbc-recommfeed__item-select{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      color: #9DA2AC;
      font-family: 'pf_dindisplay_proregular';
      font-size: 16px;
      line-height: 24px;
      text-align: right;
    }

  .rbc-recommfeed__image{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .rbc-recommfeed__select-link{
    font-family: 'pf_dindisplay_promedium';
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1;
    color: #e2001a;
    text-decoration: underline;
  }

.rbc-content-header{
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}
  .rbc-content-header .rbc-content-header__switcher{
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  @media screen and (max-width: 991px) {
    .rbc-content-header{
      display: block;
    }
    .rbc-content-header .rbc-content-header__switcher{
      margin-top: 20px;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
    }
  }


@media screen and (min-width: 740px) {
  .rbc-videoinstruction-button-wrap_boxrbc{
    margin-top: -49px;
    position: absolute;
  }
}

.rbc-content-header__buttons{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rbc-content-header__buttons .rbc-btn {
  margin-right: 16px;
}

.rbc-content-header__videolist{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: -10px;
  margin-left: -10px;
}
  @media screen and (max-width: 991px) {
    .rbc-content-header__videolist{
      margin-top: 20px;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .rbc-content-header__videolist .pop-up__video__btn{
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #e2001a;
  }

.rbc-content-header__linklist{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: -10px;
  margin-left: -10px;
}
  @media screen and (max-width: 991px) {
    .rbc-content-header__linklist{
      margin-top: 10px;
      margin-bottom: 15px;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .rbc-content-header__linklist .rbc-content-header__link{
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #e2001a;
  }



.rbc-export{
  margin: 10px 0;
}
.rbc-export__link {
  position: relative;
  color: #e2001a;
  font-family: pf_dindisplay_proregular;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
.rbc-export__link:hover{
  text-decoration: none;
}
.rbc-export__link + .rbc-export__link{
  margin-left: 12px;
}

.rbc-switcher{}
  .rbc-switcher__list{
    font-size: 0;
    border: 1px solid #B5B9C1;
    border-radius: 2px;
  }
  .rbc-switcher__item{
    display: inline-block;
    vertical-align: top;
    color: #B5B9C1;
    border-left: 1px solid #B5B9C1;
  }
    .rbc-switcher__item:first-child{
      border-left: 0;
      border-radius: 1px 0 0 1px;
    }
    .rbc-switcher__item:last-child{
      border-radius: 0 1px 1px 0;
    }
    .rbc-switcher__item.active{
      background-color: #B5B9C1;
      color: #ffffff;
    }

  @media screen and (max-width: 991px) {
    .rbc-switcher__list{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .rbc-switcher__item{
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }
  }
  @media screen and (max-width: 540px) {
    .rbc-switcher__list{
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .rbc-switcher__item{
      border-left: 0;
      border-top: 1px solid #B5B9C1;
    }
    .rbc-switcher__item:first-child{
      border-left: 0;
      border-top: 0;
    }
  }

  .rbc-switcher__item-link{
    display: block;
    width: 100%;
    padding: 6px 20px;
    color: inherit;
    font-family: pf_dindisplay_probold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
  }
    .rbc-switcher__item-link:hover{
      color: inherit;
      text-decoration: none;
      cursor: pointer;
    }
  @media screen and (max-width: 991px) {
    .rbc-switcher__item-link{
      padding-left: 0;
      padding-right: 0;
      transition: none;
    }
  }
  @media screen and (max-width: 540px) {
    .rbc-switcher__item-link{
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;
    }
  }

.rbc-manager__email-link{
  position: relative;
  color: #e2001a;
  font-family: pf_dindisplay_proregular;
  font-size: 14px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
  .rbc-manager__email-link:hover{
    color: #191c1c;
    text-decoration: none;
  }


.table .rbc-product {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
  .table .rbc-product__count {
    margin-left: 10px;
    color: #9DA2AC;
    white-space: nowrap;
  }

.rbc-freeproduct-report{
  max-width: 680px;
}

.rbc-confirm-delete{}
  .rbc-confirm-delete__content{
    width: 320px;
    padding: 0 12px;
  }
    .rbc-confirm-delete__content p{
      margin: 0 0 20px;
    }
    .rbc-confirm-delete__content .error{
      margin: 0 0 20px;
      color: #e2001a;
    }
  .rbc-confirm-delete__buttons{
    margin: 30px 0 0 0;
  }
    .rbc-confirm-delete__buttons .rbc-btn{
      margin: 0 10px;
    }

.rbc-answer-form{}
  .rbc-answer-form .rbc-form-freeproduct__message{
    width: 320px;
    padding: 0;
  }
    .rbc-answer-form__content p{
      margin: 0 0 20px;
    }
    .rbc-answer-form__content .error{
      margin: 0 0 20px;
      color: #e2001a;
    }


.popup-freeproduct_addbreed{}
  .popup-freeproduct_addbreed .rbc-form__section-title{
    margin-top: 0;
  }


.rbc-mybreed{}
  .rbc-mybreed__container{
    margin-bottom: 20px;
  }
  .rbc-mybreed__list{
    border: 1px solid #B5B9C1;
    background-color: #FFFFFF;
    padding: 0;
  }
  .rbc-mybreed__item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #d7dadc;
    padding: 8px 20px 8px 0;
  }
    .rbc-mybreed__item:last-child{
      border-bottom: 0;
    }
    .rbc-mybreed__item-image{
      width: 60px;
      height: 60px;
      text-align: center;
    }
    .rbc-mybreed__item-name{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex: 1;
      padding-left: 15px;
      color: #000000;
      font-family: 'pf_dindisplay_proregular';
      font-size: 16px;
      line-height: 21px;
    }
      @media screen and (max-width: 640px){
        .rbc-mybreed__item-name{
          font-size: 15px;
          line-height: 17px;
        }
      }

    .rbc-mybreed__item-delete{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      color: #9DA2AC;
      font-family: 'pf_dindisplay_proregular';
      font-size: 16px;
      line-height: 21px;
      text-align: right;
    }

  .rbc-mybreed__image{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .rbc-mybreed__delete-link{
    font-family: 'pf_dindisplay_proregular';
    font-size: 15px;
    line-height: 1.1;
    color: #e2001a;
    text-decoration: none;
    border-bottom: 1px dashed #e2001a;
    outline: none;
  }



.rbc-select.rbc-search-breed{
  height: 313px;
  overflow: hidden;
}
  .rbc-select.rbc-search-breed .select-default__select .selectize-control .selectize-input{
    padding-left: 0;
    padding-right: 0;
  }
    .rbc-select.rbc-search-breed .select-default__select .selectize-control .selectize-input:before,
    .rbc-select.rbc-search-breed .select-default__select .selectize-control .selectize-input:after{
      display: none;
    }
    .rbc-select.rbc-search-breed .select-default__select .selectize-control .selectize-input .item{
      position: absolute;
      left: -999px;
      visibility: hidden;
      opacity: 0;
    }
    .rbc-select.rbc-search-breed .select-default .selectize-input input{
      display: block;
      width: 100% !important;
      padding-left: 20px;
      padding-right: 8px;
    }

  .rbc-select.rbc-search-breed .select-default .selectize-dropdown{
    display: block !important;
    position: relative !important;
    height: 250px !important;
    top: 0 !important;
    margin-top: 15px;
  }
      .rbc-select.rbc-search-breed .select-default .selectize-dropdown .selectize-dropdown-content{
        max-height: inherit;
        height: inherit;
        overflow: inherit;
      }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .selectize-dropdown-content .create{
        display: none;
      }

    .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .mCSB_inside > .mCSB_container{
      margin-right: 0;
    }
    .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .mCSB_scrollTools{
      width: 26px;
    }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        width: 9px;
        background-color: #ccc;
        background-color: rgba(0,0,0,.5);
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)";
      }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .mCSB_scrollTools .mCSB_draggerRail{
        background-color: inherit !important;
        filter: none !important;
        -ms-filter: none !important;
      }

    .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown [data-selectable]{
      border-top: 0;
      border-bottom: solid 1px #dadbde;
      margin-top: 0;
    }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown [data-selectable].active{
        color: #000000 !important;
        padding-left: 15px;
        padding-right: 30px;
        border-top: 0;
        border-bottom: solid 1px #dadbde;
        margin-top: 0;
      }
        .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown [data-selectable]:hover,
        .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown [data-selectable].active:hover{
          background-color: #ffffff !important;
          color: #000000 !important;
          padding-right: 30px;
          border-top: 0;
          border-bottom: solid 1px #dadbde;
        }

    .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .option{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 30px 8px 15px;
      font-family: 'pf_dindisplay_proregular';
      font-size: 16px;
      line-height: 21px;
      color: #000000;
    }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .option__name{
        outline: none;
        color: #000000;
      }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .option__link{
        font-family: 'pf_dindisplay_proregular';
        font-size: 15px;
        line-height: 1.1;
        text-decoration: none;
        border-bottom: 1px dashed #619f52;
        outline: none;
        color: #619f52;
      }
      .rbc-select.rbc-search-breed .select-default__select .selectize-dropdown .option .highlight{
        background: none;
        font-family: 'pf_dindisplay_promedium';
        font-weight: 500;
      }

.datedeliverykit-note{
  color: #B5B9C1;
  font-family: 'helveticaneuecyrroman';
  font-size: 12px;
  line-height: 16px;
}

/*Попап подтверждения создания дубликата*/
.rbc-form__overlay{
  display: none;
  position: fixed;
  z-index: 99;
  background-color: rgba(30,30,30,0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rbc-form__popup{
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 30px;
  max-width: 100%;
}
.rbc-form__popup-text{
  margin-bottom: 30px;
}
.rbc-form__popup .rbc-btn{
  min-width: 150px;
  margin: 0 5px;
}



.rbc-form-brood__buttons .rbc-submit-loader-wrap .rbc-btn{
  margin: 0;
}
.rbc-submit-loader-wrap{
  display: inline-block;
  position: relative;
  margin: 10px;
}
.rbc-submit-loader-wrap.loading .rbc-btn__loaderline{
  display: block;
  cursor: default;
}
.rbc-submit-loader-wrap .rbc-btn__loaderline{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rbc-submit-loader-wrap_red .rbc-btn__loaderline{
  background: #e2001a;
}
.rbc-submit-loader-wrap_grey .rbc-btn__loaderline{
  background: #b5b9c1;
}

.dropzone {
  padding: 10px;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

.download-link-metric,
.dropzone .dz-preview .dz-remove {
  font-size: 16px;
  color: #e2001a;
  text-decoration: underline;
}
.download-link-metric:hover,
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: none;
}
.download-link-metric {
  display: inline-block;
  margin-top: 0;
}
.dropzone{
  border-color: #e2001a;
}
.dropzone.dz-started .dz-message {
  display: block;
}
.dropzone.dz-max-files-reached .dz-message {
  display: none;
}
.dropzone .dz-remove {
  min-height: 40px;
}
.dropzone .error-upload,
.dropzone .error-too-big{
  display: none;
  color: red;
  font-size: 30px;
  margin-bottom: 15px;
}

/* Начисление баллов по акции "Скидка с любовью" */
.rbc-accrual-points-for-actions{
    padding: 15px 0;
}
    .rbc-accrual-points-for-actions__description{
        margin-bottom: 15px;
    }
    .rbc-accrual-points-for-actions p{
        font-family: 'helveticaneuecyrroman';
        font-size: 14px;
    }
    .rbc-accrual-points-for-actions .form-group {
        margin-bottom: 30px;
        position: relative;
        max-width: 300px;
    }
    .rbc-accrual-points-for-actions .form-group label.error{
        position: absolute;
    }
    .rbc-accrual-points-for-actions .form-group.form-group_submit{
        text-align: left;
        margin-bottom: 0;
        font-size: 0;
    }
    .rbc-accrual-points-for-actions .btn_submit,
    .rbc-accrual-points-for-actions .button.button_theme_project{
        display: inline-block;
        width: 180px;
        height: 50px;
        background-color: #e2001a;
        border: 0;
        outline: 0;
        text-align: center;
        font-family: pf_din_text_cond_promedium;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 0.6px;
        color: #ffffff;
        cursor: pointer;
        -webkit-transition: .5s background;
        -moz-transition: .5s background;
        -ms-transition: .5s background;
        -o-transition: .5s background;
        transition: .5s background;
        border-radius: 0;
    }
    .rbc-accrual-points-for-actions .btn_submit:before,
    .rbc-accrual-points-for-actions .button.button_theme_project:before{
        display: none;
    }
    .rbc-accrual-points-for-actions .btn_submit:hover,
    .rbc-accrual-points-for-actions .button.button_theme_project:hover{
        background-color: #d60119;
    }

    .rbc-accrual-points-for-actions .button_theme_project:before{
        z-index: -99;
    }
    .rbc-accrual-points-for-actions .button_theme_project.loading:before{
        background: #e2001a;
        z-index: 1;
    }

    .rbc-accrual-points-for-actions__result{
        margin-bottom: 30px;
    }
    .rbc-accrual-points-for-actions__result-title{
        margin-top: 20px;
        margin-bottom: 8px;
        font-family: 'pf_dindisplay_probold';
        line-height: 1.1;
        font-size: 16px;
        color: #000;
    }
    .rbc-accrual-points-for-actions__result-table{
        min-width: 550px;
        width: 100%;
    }
    .rbc-accrual-points-for-actions .table-scrolling table{
        width: 100%;
    }
    .rbc-accrual-points-for-actions .tbl{
        min-width: 550px;
        width: 100%;
        border: 0;
        border-collapse: collapse;
        font-family: 'helveticaneuecyrroman';
        font-size: 14px;
    }
    .rbc-accrual-points-for-actions .tbl thead td{
        font-family: 'helveticaneuecyrroman';
        font-size: 14px;
        padding: 0 8px;
        border-bottom: 1px solid #B5B9C1;
        border-left: 1px solid #dfdfdf;
        background: #e2001a;
    }
    .rbc-accrual-points-for-actions .tbl thead td:first-child{
        border-left: 0;
    }
    .rbc-accrual-points-for-actions .tbl thead td .table__heading-text {
        color: #ffffff;
    }
    .rbc-accrual-points-for-actions .tbl tbody td{
        font-family: 'helveticaneuecyrroman';
        font-size: 14px;
        padding: 0 8px;
        border-bottom: 1px solid #B5B9C1;
        border-right: 1px solid rgba(181, 185, 193, 0.3);
    }
    .rbc-accrual-points-for-actions .tbl tbody td:first-child{
        border-left: 1px solid #B5B9C1;
    }
    .rbc-accrual-points-for-actions .tbl tbody td:last-child{
        border-right: 1px solid #B5B9C1;
    }
    .rbc-accrual-points-for-actions .tbl tbody td .table__row-text {
        font-family: pf_dindisplay_proregular;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 42px;
    }

/* Новые отчеты */
.rbc-report{
    width: 645px;
    padding: 40px 81px 40px;
    background: #ffffff;
}

.rbc-report .pop-up__top-close {
    background: initial;
}

.rbc-report .pop-up__top {
    padding: 0;
}

.rbc-report__top {
    margin-bottom: 24px;
}

  @media screen and (max-width: 650px) {
    .rbc-report{
      width: 100%;
      padding-left: 22px;
      padding-right: 22px;
    }
  }
    .rbc-report__title{
        padding: 0 0 15px;
    }
    .rbc-report__title h2{
        display: block;
        position: relative;
        font-family: pf_dindisplay_promedium;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.6px;
        color: #494949;
        z-index: 2;
        white-space: normal;
        font-weight: normal;
        margin: 0;
    }
    .rbc-report__form{
        max-width: 600px;
    }
    .rbc-report__form .grid{
        margin: 0 -12px;
    }
    .rbc-report__form .grid__col{
        padding: 0 12px 24px;
    }
    .pop-up .rbc-report__form .grid__col:first-child{
        border-right: 0;
    }
    .rbc-report__form .input_theme_project.input_view_auth {
        height: 56px;
        border-radius: 2px;
        background-color: #ffffff;
        border: solid 1px #000000;
    }
    .rbc-report__form .select_theme_project .select__button.button_size_l {
        height: 56px;
        border-radius: 2px;
        background-color: #ffffff;
        border: solid 1px #000000;
    }
    .rbc-report__submit{
        padding: 11px 0;
    }
    .rbc-report__form .button.button_type_submit{
        width: 230px;
    }
    @media screen and (max-width: 650px) {
        .rbc-report__form .button.button_type_submit{
            margin-left: auto;
            margin-right: auto;
        }
    }

    .rbc-report__message{}
      .rbc-report__message p{
        margin: 0;
        padding: 0 0 15px;
      }
      .rbc-report__message-close{
        padding-top: 20px;
      }

.rbc-reports-history{
}
    .rbc-reports-history__title{
        margin: 20px 0 12px;
        font-family: helveticaneuecyrroman;
        font-size: 14px;
        line-height: 18px;
        color: #B5B9C1;
    }


.table_type_reports-history .table__heading {
    background: #e2001a;
}
.table_type_reports-history .table__heading-text {
    color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.table_type_reports-history .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_reports-history .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_reports-history .table__heading-text_type_filter {
    position: relative;
}
.table_type_reports-history .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_reports-history .table__heading .grid__col {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    padding: 6px;
}
.table_type_reports-history .table__heading .grid__col:last-child {
    border-right: none;
}
.table_type_reports-history .table__row-text {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_reports-history .table__row-text .small {
    display: inline-block;
    padding-top: 5px;
    font-size: 13px;
    color: gray;
}
.table_type_reports-history .table__tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table_type_reports-history .table__tool-download {
    position: relative;
    /*text-transform: lowercase;*/
    color : #e2001a;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}
.table_type_reports-history .table__tool-download:hover {
    color: #191c1c;
    text-decoration: none;
}
.table_type_reports-history .table__tool-download[data-info]:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;
    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_reports-history .table__tool-download:hover:after {
    visibility: visible;
    opacity: 1;
}

.rbc-form__link_large{
  font-size: 17px;
  font-weight: bold;
}

.rbc-form-breed-sizes{
  display: none;
}
.rbc-form-breed-sizes .rbc-radio{
  display: none;
}
.rbc-form-breed-sizes .rbc-group-radio_type_button-sizes .rbc-radio + .rbc-radio{
  border: none;
}
.rbc-input-file__view_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  background-color: #fff;
}
.rbc-input-file__view_inner.off{
  display: none;
}


.rbc-reports {
    display: block;
    margin-top: 20px;
}
    .rbc-reports .grid{
        margin: 0 -32px;
    }
    .rbc-reports .grid__col{
        padding: 0 32px;
    }
    .rbc-reports__title {
        display: inline-block;
        vertical-align: top;
        padding: 3px 10px;
        margin-bottom: 23px;
        color: #FFFFFF;
        font-family: pf_dindisplay_promedium;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        background: #e2001a;
        border-radius: 3px;
    }
    .rbc-reports a {
        max-width: none;
    }
    .rbc-reports__list{
        margin-bottom: 36px;
        font-size: 0;
    }
    .rbc-reports__item {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 21px;
        padding: 0;
        border-bottom: none;
    }
    .rbc-reports__link{
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        color: #494949;
        font-family: pf_dindisplay_promedium;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        text-decoration: none;
    }
        .rbc-reports__link:hover{
            color: #e2001a;
            text-decoration: none;
        }
    .rbc-reports__description{
        color: #9B9B9B;
        font-size: 16px;
        line-height: 20px;
    }
    .rbc-reports__footer {
        border-top: 1px solid;
        margin-top: 30px;
        padding-top: 10px;
        font-size: 0;
        margin-bottom: 15px;
    }
        .rbc-reports__footer-link{
            display: inline-block;
            vertical-align: top;
            margin-bottom: 5px;
            color: #e2001a;
            font-family: pf_dindisplay_promedium;
            font-weight: normal;
            font-size: 18px;
            line-height: 22px;
            text-decoration: none;
        }
            .rbc-reports__footer-link:hover{
                color: #494949;
                text-decoration: none;
            }


    @media screen and (max-width: 950px){
        .rbc-reports .grid__col.grid__col_width_33{
            width: 100%;
        }
        .rbc-reports__list{
            margin-left: -15px;
            margin-right: -15px;
        }
        .rbc-reports__item{
            width: 50%;
            padding: 0 15px;
        }
    }
    @media screen and (max-width: 575px){
        .rbc-reports__list{
            margin-left: 0;
            margin-right: 0;
        }
        .rbc-reports__item{
            width: 100%;
            padding: 0;
        }
    }

.rbc-popup-form__footer{
  margin-top: 20px;
  padding-bottom: 15px;
}


.table_type_bp-adultpets{
  margin-bottom: 30px;
}
.table-scrolling .table.table_type_bp-adultpets{
  margin-bottom: 30px;
}
.table_type_bp-adultpets .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-adultpets .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-adultpets .select .select__button.button_size_l:hover {
    background: #fff;
}
/*
.table_type_bp-adultpets .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
*/
.table_type_bp-adultpets .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-adultpets .select .select__tick {
    right: -15px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-adultpets .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-adultpets .table__heading {
    background: #e2001a;
}
.table_type_bp-adultpets .table__heading-text {
    color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.table_type_bp-adultpets .table__heading-text.table__heading-text_id{
    justify-content: flex-end;
}
.table_type_bp-adultpets .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-adultpets .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-adultpets .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-adultpets .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-adultpets .table__heading .grid__col {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    padding: 6px;
}
.table_type_bp-adultpets .table__heading .grid__col:last-child {
    border-right: none;
}
.table_type_bp-adultpets .table__search {
    min-height: 56px;
    background: #E9ECEE;
    border-left: 1px solid #B5B9C1;
    border-right: 1px solid #B5B9C1;
}
.table_type_bp-adultpets .table__search .grid__col {
    border-right: 0px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}
.table_type_bp-adultpets .table__search .grid__col:last-child {
    border-right: 0px solid #dedede;
}
.table_type_bp-adultpets .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
}
.table_type_bp-adultpets .table__search .input {
    height: 30px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-adultpets .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-adultpets .table__search .input:after {
    display: none;
}
.table_type_bp-adultpets .table__search-checkbox {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-adultpets .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-adultpets .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-adultpets .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-adultpets .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
    .table_type_bp-adultpets .table__search .checkbox:hover:after {
        opacity: 1;
        visibility: visible;
    }

.table_type_bp-adultpets .table__heading-tools {
    /*height: 52px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.table_type_bp-adultpets .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;

}
.table_type_bp-adultpets .table__heading-tools .button .button__text {
    margin: 0px 12px;

}
.table_type_bp-adultpets .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;

}
.table_type_bp-adultpets .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.table_type_bp-adultpets .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.table_type_bp-adultpets .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.table_type_bp-adultpets .table__tool-remove:hover:after, .table_type_bp-adultpets .table__tool-remove:hover:before {
    background: #191c1c;

}
.table_type_bp-adultpets .table__row-text {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_bp-adultpets .table__row-text .small {
    display: inline-block;
    padding-top: 5px;
    font-size: 13px;
    color: gray;
}
.table_type_bp-adultpets .table__row-text_l {
    font-size: 16px;
}
.table_type_bp-adultpets .table__row-text_freeproduct .rbc-btn{
    width: 100%;
    padding: 0 5px;
}
.table_type_bp-adultpets .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-adultpets .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-adultpets .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_bp-adultpets .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;

}
.table_type_bp-adultpets .table__tools {
    min-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
}
.table_type_bp-adultpets .table__tools_freeproduct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table_type_bp-adultpets .table__tool-edit,
.table_type_bp-adultpets .table__tool-save {
    /*text-transform: lowercase;*/
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    /*z-index: 100;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}
.table_type_bp-adultpets .table__tool-edit:hover, .table_type_bp-adultpets .table__tool-save:hover {
    color: #191c1c;
    text-decoration: none;
}
.table_type_bp-adultpets .table__tool-edit.disabled{
  color: #808080;
}
.table_type_bp-adultpets .table__tool-edit.disabled:hover{
  color: #808080;
  cursor: default;
}
.table_type_bp-adultpets .table__tool-edit, .table_type_bp-adultpets .table__tool-save, .table_type_bp-adultpets .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-adultpets .table__tool-edit[data-info]:after,
.table_type_bp-adultpets .table__tool-save[data-info]:after,
.table_type_bp-adultpets .table__tool-remove-wrap[data-info]:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-adultpets .table__tool-edit:hover:after, .table_type_bp-adultpets .table__tool-save:hover:after, .table_type_bp-adultpets .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-adultpets .table__tool-save {
    display: none;
}

.popup-adultpets{}
  .popup-adultpets .rbc-group-radio_typepet{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

.table-size {
    text-align: right;
    margin-bottom: 15px;
}
.table-size__text {
    font-family: pf_din_text_cond_promedium;
}
.table-size__select {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 767px) {
  .table-size__select {
    max-width: 145px;
  }
  .table-size__select .select-default__select_dropdownwidth .selectize-dropdown {
    width: 145px !important;
  }
}

.form-group.form-group_genderpet .rbc-radio.rbc-radio_line:first-child {
    width: 90px;
}
