@media screen and (max-width: 1358px) {
    /* .input-tensor-search {width: 184px!important;} */
}

@media screen and (max-width: 1030px) {
    .site-name {display: none!important;} 
    /* .input-tensor-search {width: 184px!important;} */
}

@media screen and (max-width: 515px) {
    .block-settings-search-list {
        flex-wrap: wrap!important;
    }

    .input-tensor-search {width: 184px!important;}

    .cont-block-modal-search {
        min-width: 280px!important;
        max-width: 280px!important;
    }

    .name-pole-search {
        width: 215px!important;
    }

    .number-pole-search {
        width: 88px!important;
    }
}

@media screen and (max-width: 450px) {
    #nav-notification-popover-container {
        display: none;
    }

    div.popover-region.collapsed {
        display: none;
    }
}

input.input-tensor-search::placeholder {
    color: #ccc!important;
}

.input-tensor::-webkit-input-placeholder{
    color: #ccc;
    }
  .input-tensor::-webkit-input-placeholder{
    color: #ccc;
    }
  .input-tensor::-moz-placeholder{
    color: #ccc;
    }
  .input-tensor:-moz-placeholder{
    color: #ccc;
    }
  .input-tensor:-ms-input-placeholder {
  color: #ccc;
  }
  
  .block-search-tensor {
      /*padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;*/
      position: relative;
      left: 12px;
      z-index: 1052;
  }
  
  .toast-wrapper {
    padding: 0!important;
   }

  .search-tensor {
      font-family: 'TensorFont';
      /* устанавливаем необходимую ширину формы в зависимости от дизайна
      ** форма без проблем растягивается */
      width: 250px;
      height: 24px;
  
      /* кнопку отправки будем позиционировать абсолютно,
      ** поэтому необходимо это свойство */
    position: sticky;
    color: #587ab0;
      /*float: right;*/
  }
  
  .search-tensor input {
      /* отключаем бордюры у инпутов */
      border: none;
  }
  
  /* стили для поля ввода */
  .input-tensor-search {
    width: 300px;
    padding: 0 45px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff;
    color: #555;
    outline: none;
    height: 24px;
    font-size: 14px;
    border: 1px solid #f2f2f2;
  }
  
  /* меняем оформление поля ввода при фокусе */
  .input-tensor-search:focus {
      border: 1px solid #dfdfdf;
  }
  
  .input-tensor-search:hover {
      border: 1px solid #dfdfdf;		
  }
  
  
  /* оформляем кнопку отправки */
  .icon-btn-search-tensor {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
      font-family: "cbuc-icons";
      position: absolute;
      top: 0px;
      right: 0;
      width: 26px;
      height: 100%;
      outline: none;
      cursor: pointer;
      background: 50% no-repeat;
      color: #587ab0;
      font-size: 16px;
  }
  .icon-btn-search-tensor:hover {
      color:#313e78;
  }
  
  .cont-block-modal-search {
      position: absolute;
      max-width: 400px;
      min-width: 400px;
      margin-left: -3px;
      z-index: -1;
      top: -9px;
      left: -9px;
  }
  
  .wrap-block-modal-search {
      background-color: #fff;
      border-radius: 8px;
      box-sizing: border-box;
      min-height: 150px;
      height: 100%;
      overflow: hidden;
      flex-direction: column;
      display: flex;
  }
  
  .control-panel-saerch {
  display: flex;
      justify-content: flex-end;
      padding-top: 6px;
      gap: 6px;
  }
  
  .block-close-modal-win-search {
    width: 32px;
    height: 31px;
    cursor: pointer;
    position: relative;
    margin-right: 6px;
    line-height: 31px;
    border: none;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  
  .block-close-modal-win-search:hover {
    /* background-color: #f1f2f5; */
  }
  
  .icon-close-win-search {
    
    color: #656C87;
    font-family: "cbuc-icons24";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
  }

  .icon-close-win-search:hover {
    color: #1E5391;
    background-color: #ebedf0;
  }
  .icon-Hide {
    /* margin-top: -7px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656C87;

    font-family: "cbuc-icons24";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
    
    
    
  }
  .icon-Show {
    /* margin-top: -7px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656C87;

    font-family: "cbuc-icons24";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
      
  }
  .icon-Show:hover {
    color: #1E5391;
    background-color: #ebedf0;
    /* border: 1px solid #dfdfdf;	 */
    border-radius: 50%;
    box-sizing: border-box;
         
  }
  .icon-Hide:hover {
    color: #1E5391;
    background-color: #ebedf0;
    /* border: 1px solid #dfdfdf;	 */
    border-radius: 50%;
    box-sizing: border-box; 
  }

  /* данное свойство необходимо для того, чтобы в браузерах
  ** Chrome и Safari можно было стилизовать инпуты */
  input[type="search"] {
      -webkit-appearance: none;
  }
  
  .checkbox-search-param {
      padding-top: 12px;
      padding-left: 12px;
  }
  .checkbox-label-search {
  display: flex;
      flex-direction: row;
      align-items: center;
      cursor: pointer;
  }
  
  .checkbox-conteiner-search {
      height: 21px;
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      justify-content: center;
  }
  
  .input-hide {
      /*display: none;*/
  		accent-color:#fa6627;
  	width:12px;
  }
  
  .cont-icon-checkbox {
  	display:none;
          left: 0;
      top: 0px;
      width: 12px;
      height: 12px;
      background: inherit;
      background-color: rgba(255,255,255,1);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-width: 2px;
      border-style: solid;
      border-color: rgba(204,204,204,1);
      border-radius: 50%;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: transparent;
  }
  
  
  [data-checked="1"] {
      background-image: url(/tensor/admin/general/img/point.png);
      background-repeat: no-repeat;
      background-position: center;
  border-width: 1px!important;
  border-color: #ff8552;
  }
  
  [data-checked="1"] + .title-text-checkbox {
    color: #000;
  }
  
  .checkbox-label-search:hover .cont-icon-checkbox {
  border-color: #ff8552;
  }
  
  .checkbox-label-search:hover .title-text-checkbox {
  text-decoration: underline;
  }
  
  
  .title-text-checkbox {
    color: #999;
    padding-left: 6px;
    font-size: 14px;
    height: 20px;
  }
  
  .block-settings-search-list {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap;
      padding-left: 2px;
  }
  
  .text-list-content {
      text-align: center;
      width: 100%;
      display: block;
      color: #8991a999;
      font-size: 14px;
      padding-top: 12px;
  }

  .content-search-list {
    padding: 12px 0px;
    max-height: 600px;
    overflow: auto;
  }


  .line-result-search {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      padding: 0 14px;
      width: 100%;
      height: 28px;
      align-items: center;
  }

  .line-result-search span:nth-child(2) {
    flex: 1;
  }

.line-result-search:hover {
    background-color: #f0f5fb;
    text-decoration: none;
}

.name-pole-search {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 320px;
}

.number-pole-search {
    color: #999;
    font-size: 12px;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 320px;
    display: flex;
    justify-content: flex-end;
}

.wrap {
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
    align-items: flex-start;
}

.input-btn-clear {
    position: absolute;
    font-family: "cbuc-icons";
    top: 0px;
    right: 20px;
    width: 26px;
    color: #999;
    font-size: 16px;
    height: 100%;
    outline: none;
    cursor: pointer;
}

[data-stat="hiden"] {
    display: none;
}

[data-stat="show"] {
    display: block;
}