input[type="checkbox"]{
    margin: 0!important;
}
.hidden{
    display: none!important;
}
.app{

}
.app__load{
    width: 100%;
    min-height: 900px;
}
.app__content{
    min-height: 900px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.app__sidebar{
    display: none;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid rgba(34,36,38,.15);
}
.app__sidebar-content{
    max-width: 350px;
    height: inherit;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.app__sidebar-block{
    flex-grow: 1;
    background-color: #000;
    opacity: .4;
}
.app__sidebar-icon{
    min-height: 69px;
    border-bottom: 1px solid rgba(34,36,38,.15);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.app__sidebar-control{
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 153px;
}
.app__sidebar-control > button{
}
.app__sidebar-control > div:not(:last-child){
    margin-bottom: 10px;
}
.app__sidebar-icon > i{
    font-size: 3em!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.app__sidebar_open{
    width: 100%;
    display: flex;
}
.app__sidebar_open > .app__sidebar-content{
    width: 100%;
}
.app__sidebar-list{
    flex-grow: 1;
    overflow-y: scroll;
    margin: 0!important;
}
.app__sidebar-list > .item{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.app__sidebar-list > .item > i{
    font-size: 2em;
    display: flex!important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.app__sidebar-list > .item:after{
    content: none!important;
}
.app__sidebar-btn{
    margin-top: 10px!important;
    min-height: 40px!important;
    width: 100%;
    border-radius: 0!important;
}
.app__sidebar-add{
    margin-top: 10px!important;
    min-height: 40px!important;
    width: 100%;
    border-radius: 0!important;
}
.app__sidebar-btns{
    border-top: 1px solid rgba(34,36,38,.15);
}
.app__icon{
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 3em!important;
    margin: 0!important;
    cursor: pointer;
}
.app__table{
    min-height: 846px;
    height: 100%;
    width: 100%;
    padding: 0 0 10px 0;
}
.app__table > table{
    width: 100%;
    margin: 0!important;
}
.app__table-count >.input{
    align-items: center;
}
.app__table-count >.input > input{
    max-width: 70px!important;
}
.app__table-count >.input > label{
    margin-left: 5px;
}
.app__table-total, .app__table-price{
    white-space: nowrap;
}
.app__table-reghead,.app__table-khvhead{
    position: relative!important;
    z-index: 1;
}
.app__table-reghead,.app__table-khvhead > span{
    white-space: nowrap;
}
.app__head-check{
    position: absolute!important;
    right: 0;
    bottom: 0;
}
.app__table-article{
    white-space: nowrap;
}
.app__table-empty{
    height: calc(900px - 125px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(34,36,38,.15);
    border-right: 1px solid rgba(34,36,38,.15);
    border-bottom: 1px solid rgba(34,36,38,.15);
}
.table > tbody > tr > td{
    vertical-align: middle!important;
}
@media (max-width: 1200px){
    .app__table-total, .app__table-price,.app__table-reghead,.app__table-khvhead > span{
        white-space: normal;
    }
    .app__table-items > .app__table-item > td {
        font-size: 12px!important;
        vertical-align: middle;
    }
    .app__head-check{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin: 0!important;
    }
}


/* Пагинация */

.pagination > * {
    box-sizing: border-box;
}
.pagination {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 0;
}

.pagination__left, .pagination__right {
    width: 20%;
}
.pagination__right{
    position: relative;
    right: 0;
    top: 0;
}

.pagination__left {
    float: left;
}

.pagination__right {
    float: right;
}

.pagination__right a {
    float: right;
}

.pagination a, .pagination span {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 28px;
    height: 30px;
    color: #999;
    font-size: 14px;
}

.pagination a {
    padding: 0 12px;
    max-width: 160px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 6px;
    transition: all .2s ease-in-out;
}

.pagination a.current {
    border-color: #000;
    color: #000;
}

@media (hover) {
    .pagination a:hover {
        border-color: #000;
        color: #000;
    }
}

.pagination__mid {
    display: flex;
    justify-content: center;
    width: 65%;
}

.pagination__mid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination__mid li {
    display: inline-block;
}