
.scrollbar-track {
    opacity: 0.7 !important;
}
.xxx * {
    background: red;
}
.headerTextLine {
    width: 100%;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}
body *{
    /*font-size: 15px;*/
}

.modal-backdrop{
    background: #00000085 !important;
}
/*
  .glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
  }
  .qv-modal-container {
    display: none !important;
  }
  @-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
  }
  @keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
  }
  .loading-message {
    font-size: 24px;
    top: 300px;
  }
  .instock-cell-boolean {
    text-align: center;
  }
  */
.headerCustomStyle{

}
.filter-container .header-custom span{
    color: #595959;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    line-height: 1;
    padding: 2px;
    height: 55px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    color: #5e5e5e;
    position: absolute;
    top: 0
}
.filter-container .qv-selection-toolbar.qvt-selection-toolbar.ng-scope.sel-toolbar-card {
    width: 250px !important;
    left: -5px !important;
    border: 5px solid #404040 !important;
    border-bottom: none !important;
    border-radius: 5px !important;
}
.filter-container  .sel-toolbar-list-wrapper{
    border-bottom: 1px solid #dddddd !important;
}
.header-dim{
    width: 100%;
}
/*vts/trycatch*/
tr.row.ng-scope{
    padding: 0 !important;
    margin: 0 !important;
}


.qv-object .qv-object-title{
    padding: 0 !important
}

/* #show-service-popup-dialog{
  display: none;
} */


.dropdown-menu .divider {
  max-width: 100% !important;
  min-width: 100% !important;
  margin-left: 0% !important;
  height: 1px !important;
  padding: 0px !important;
  background: #cccccc !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  overflow: hidden;
}
