
body:not(.layout-fixed) .main-sidebar {
    position: fixed;
}

.info{
    color: white;
}
.brand-link{
    text-decoration: none
}

.flex-column {
    flex-direction: row !important;
}
/*.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {*/
/*    right: 0rem;*/
/*}*/
.bg-light {
     background-color: #343a40 !important;
}
.navbar{
    flex-direction: row-reverse;
    font-size: 18px;
}
.nav-item{
    padding-right: 1em;
}
.dropdown-item {
    font-size: 18px;
}
.dropdown-item {
    background-color: white;
}

.nav-item.active, .nav-item:hover {
    color: white;
    background-color: #dbdeea;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: white;
    background-color: #dbdeea;
}

.navbar-light .navbar-nav .nav-link {
    color: #2e2f33!important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #39c072!important;
}


.btn-primary {
    color: #212529;
    /*background-color: #fccc99!important;*/
    /*border-color: #f48004!important;*/
}

.form-control{
    font-size: 12px;
}

.page-link{
    /*color: #fccc99;*/
}
.page-link:hover {
    /*color: #fccc99;*/
}

.page-item.active .page-link {
    /*background-color: #fccc99;*/
    /*border-color: #fccc99;*/
}

.close-drawer-modal-moblile{
    position: relative;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
}

.demo button{
    font-size: 18px;
}
.center-modal_win label{
    font-size: 18px;
}

.zakaz{
    /*font-size: 14px;*/
}
.table {
    font-size: large;
}
.table-responsive {
    overflow-x: auto;
    overflow: auto;

}

.table-hover thead th {
    /* border-bottom: 3px solid #FFCC02; */
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 10px;
}
.table-hover thead th button {
    position: absolute;
    /*top: 1em;*/
    transform: translateY(-50%);
    right: 10px;
    background: transparent url(../img/static/table-sort.svg) center center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    border: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
table{
    table-layout: fixed;
    font-family: Arial;
    font-size: 12px;
}
.table-fixed{
    /*position: fixed;*/
    /*width: 100%;*/
}
th{
    text-align: center;
}
td{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
table.reestr .col1 {
    width: 7em;
}
table.reestr .col2 {
    width: 12em;
    text-align: center;
}
table.reestr  .col3, .col4, .col5, .col6, .col7 {
    width: 8em;
}
table.reestr .col8 {
    width: 12em;
    text-align: center;

}
table.reestr .date{
    width: 6em;
}


table.reestr .col7 {
    width: 10em;
}table.reestr .col9 {
     width: 10em;
 }
table.reestr .col10 {
    width: 30%;
}

table.reestr .col11 {
    width: 9em;
}
thead {
    /*background: #ffcc99;*/
}

.transform {
    transform: rotate(180deg)!important;
}
.transformold {
    transform: rotate(0deg)!important;
}
.form-group {
    padding: 0.2em!important;
}
/* MODAL  drawer*/
.modal.show .modal-drawer-left, .modal.show .modal-drawer-right {
    transform: translate(0);
}
.modal.fade .modal-drawer-right {
    transform: translate3d(100%,0,0);
}
.modal-drawer .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    height: 100%;
}
.modal-drawer-right {
    right: 15px;
    box-shadow: -1px 0 3px 0 rgba(20,20,31,.15);
}
.modal-drawer-right .modal-content {
    border-width: 0 0 0 1px;
}
.modal-drawer .modal-content {
    height: 100%;
}
.modal-drawer .modal-content, .modal-drawer .modal-footer, .modal-drawer .modal-header {
    border-radius: 0;
}
.modal-drawer .modal-xl{
    min-width: 80% !important;
}
.modal-drawer .modal-lg{
    min-width: 60%;
}
.modal-drawer .modal-md{
    min-width: 50%;
}
.modal-drawer .modal-sm{
    min-width: 40%;
}
.modal-drawer .modal-xs{
    min-width: 30%;
}
.modal-drawer .modal-header{
    padding-top: 22px !important;
}
.pointer{
    cursor: pointer;
}
.close-drawer-modal{
    position: absolute;
    right: calc(100% - 2px);
    right: 100%;
    top: 95px;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}
.modal-header .close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-body.overflow-y-auto{
    overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {

    @page {
        margin: 0.5cm;
    }
    table.reestr  .col3, .col4, .col5, .col6, .col7 {
        width: 5%;
    }

    table.reestr .col2{
        width: 13%;
    }
    table.reestr .col8 {
        width: 13%;
    }
    table.reestr .col10 {
        width: 40%;
    }
    .comment{
        width: 28em!important;
    }



}

/*iphone se*/
@media screen and (min-device-width: 320px) and (max-device-width: 700px) {
    /*.desktop {*/
    /*    !*display: none;*!*/
    /*}*/
    /*.phone{*/
    /*    display: block;*/
    /*}*/
    .pagination {
        font-size: 0.7em;
    }

    .search .col1 {
        width: 7em;
    }

    table.reestr {
        table-layout: fixed;
    }


    table.reestr .col2, .col8 {
        width: 10em;
    }

    table.reestr .col3, .col9 {
        width: 8em;
    }

    table.reestr .col4, .col5, .col6, .col7, .col11 {
        width: 7em;
    }

    table.reestr .col10 {
        width: 30em;
    }


}