.table td, .table th {
    white-space: normal;
    padding: 10px;
}


.sidebar-arrow {
    position: fixed;
    top: 50%;
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #19d895;
    left: 250px;
    z-index: 333;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    color: #19d895;
    padding-top: 4px;

    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidebar-arrow .fa {
    color: #19d895;
    margin: -2px 0 0;
}


.sidebar-check {
    display: none;
}

.sidebar-check + label.sidebar-arrow {
    left: 250px;
}

.sidebar-check:checked + label.sidebar-arrow {
    left: -10px;
}

.sidebar-check:checked + label.sidebar-arrow + #sidebar {
    width: 0px;
}

.sidebar-check:checked + label.sidebar-arrow + #sidebar + .main-panel {
    width: 100%;
}

.treeline, .treeline ul, .treeline li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    list-style: none;
}

.treeline, .treeline ul, .treeline li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    list-style: none;
}

.treeline ul {
    margin: 0 0 0 15px; /* отступ вертикальной линии */
}

.treeline > li:not(:only-child), .treeline li li {
    position: relative;
    padding: 3px 0 0 20px; /* отступ текста */
}

.treeline li:not(:last-child) {
    border-left: 1px solid #ccc;
}

.treeline li li:before, .treeline > li:not(:only-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.1em;
    height: .7em;
    border-bottom: 1px solid #ccc;
}

.treeline li:last-child:before {
    width: calc(1.1em - 1px);
    border-left: 1px solid #ccc;
}

.sub-report-table {
    width: 100%;
}

.sub-report-table td {
    width: 33.3%;
    padding: 2px;
    height: auto;
    border: none;
    text-align: center;
}


.sidebar > .nav .nav-item:not(.hover-open) .collapse .sub-menu .nav-item.active .nav-link:before,
.sidebar > .nav .nav-item:not(.hover-open) .collapsing .sub-menu .nav-item.active .nav-link:before {
    background: #fff;
}

.weeked-reports .td-pop.pop,
.weeked-reports .td-rate.rate,
.weeked-reports .td-new.new,
.weeked-reports .td-pop-w.pop_week,
.weeked-reports .td-rate-w.rate_week,
.weeked-reports .td-new-w.new_week,
.weeked-reports .td-orders.orders,
.weeked-reports .td-orders-w.orders_week,
.weeked-reports .td-price.price,
.weeked-reports .td-price-w.price_week {
    background-color: #bafecd;
}

.weeked-reports thead .td-pop.pop,
.weeked-reports thead .td-rate.rate,
.weeked-reports thead .td-new.new,
.weeked-reports thead .td-pop-w.pop_week,
.weeked-reports thead .td-rate-w.rate_week,
.weeked-reports thead .td-new-w.new_week,
.weeked-reports thead .td-orders.orders,
.weeked-reports thead .td-orders-w.orders_week,
.weeked-reports thead .td-price.price,
.weeked-reports thead .td-price-w.price_week {
    background-color: #80b38e;
}

.checkbox-row .form-check-input {
    position: absolute;
    margin-top: 1rem;
    margin-left: 0px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.table .tr-delimiter td {
    border-top: 2px solid;
}

.table .bolder-right {
    border-right: 2px solid;
}

.table .bolder-left {
    border-left: 2px solid;
}

.table .bolder-top {
    border-top: 2px solid;
}

.table .bolder-bottom {
    border-bottom: 2px solid;
}

.hide-tree-row {
    display: none;
}

.js-fa-triger {
    cursor: pointer;
}

.dropdown-menu .dropdown-item.primary {
    background-color: #2196f3;
}

.dropdown-menu .dropdown-item.warning {
    background-color: #ffaf00;
}

.dropdown-menu .dropdown-item.danger {
    background-color: #ff6258;
}

.dropdown-menu .dropdown-item.success {
    background-color: #19d895;
}

.dropdown-menu .dropdown-item.info {
    background-color: #8862e0;
}

.tr-odd td {
    background-color: #F0F0F1;
}

.tr-yarlo-primary td {
    background-color: #badefb;
}

.tr-yarlo-warning td {
    background-color: #ffe6b0;
}

.tr-yarlo-danger td {
    background-color: #ffcecb;
}

.tr-yarlo-success td {
    background-color: #b8f3de;
}

.tr-yarlo-info td {
    background-color: #dacef5;
}

.js--get-wbinfo {
    display: block;
    text-decoration: underline;
}

.table td.mess-log-td
{
    font-size: 12px;
    max-width: 360px;
}



.double-scroll
{
    position: relative;

}

.fixedHeaderConteiner
{
    position:-webkit-fixed;
    position: fixed;
    top:0;
    display: none;
    overflow: hidden;
}
.fixedHeaderConteiner.fix
{
    display: block;
}

.fixedHeader
{
    display: flex;
    position: relative;
    top:0;
    background: #FFF;
    border-bottom: 1px double #222;
    background: rgb(240,240,240,0.9);
}
.fixedHeader div.th
{
    border-top: 0;
    border-bottom-width: 1px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    color: #212529;
    border-bottom-color: #dee2e6;
    font-size: 0.875rem;
    padding: 10px;
    line-height: 1;
}

.scrolling-table
{
    min-height: 1000px;
}

.table .report-onstock-list
{
    font-size: 12px;
    text-align: right;
    vertical-align: top;
}
.table .report-onstock-list .store-line
{
    white-space: nowrap;
}

.table td.error
{
    color: red;
}
.table td.success
{
    color: green;
}
.table-upload-art tr.uploaded .btn-fw
{
    display: none;
}

.report-row-flex
{
    display: flex;
}
.report-row-flex .flex-end
{
    flex:  3 1 100px;
}
.report-row-flex .flex-item
{
    margin:0 10px;
}

.action-load-data .fa-spin
{
    display: none;
}
.action-load-data.loading .fa-arrow-down
{
    display: none;
}
.action-load-data.loading .fa-spin
{
    display: inline-block;
}

.form-control.form-control-small
{
    width: 80px;
}


.btn.loading
{
    --angle: 0deg;
    border: 2px solid;
    border-image: linear-gradient(var(--angle), #bdcbd8, #19d895, #2196f3, #6837d8) 1;
    animation: 2s rotate linear infinite;
    filer:blur(20px);
}

.btn.loading:after
{
    content: "\f110";
    display: inline-block;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    animation: 2s rotate linear infinite;
    transform: rotate(var(--angle));
}


.form-control.loading
{
    --angle: 0deg;
    border: 2px solid;
    border-image: linear-gradient(var(--angle), #bdcbd8, #19d895, #2196f3, #6837d8) 1;
    animation: 2s rotate linear infinite;
    filer:blur(20px);
}
@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

/*
.form-control.loading {
    background: linear-gradient(269deg, #bdcbd8, #19d895, #2196f3, #6837d8);
    background-size: 800% 800%;

    opacity: 0.5;

    -webkit-animation: AnimLoader 2s ease infinite;
    -moz-animation: AnimLoader 2s ease infinite;
    animation: AnimLoader 2s ease infinite;
}

@-webkit-keyframes AnimLoader {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimLoader {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimLoader {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}*/

.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown
{
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.error-notice-list
{

}

.error-notice-list .readed
{
    opacity: 0.5;
}

.weeked-reports tr.odd
{
    background: rgba(0, 0, 0, 0.05);
}

.wb-weight-desc
{
    font-size: 12px;
    padding: 5px 0;
}