@font-face {
    font-family: "e-Ukraine";
    src: url(../fonts/e-Ukraine-Bold.otf);
    font-weight: 600;
}
@font-face {
    font-family: "e-Ukraine";
    src: url(../fonts/e-Ukraine-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: "e-Ukraine";
    src: url(../fonts/e-Ukraine-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: "e-Ukraine";
    src: url(../fonts/e-Ukraine-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: "e-Ukraine";
    src: url(../fonts/e-Ukraine-Thin.otf);
    font-weight: 200;
}
input, select {
    border: 0;
    font-weight: 200;
}
input:focus, select:focus, a:focus {
    outline: none;
}
b {
    font-weight: 600;
}
body {
    margin: 0;
    padding: 0;
    font-family: "e-Ukraine", sans-serif;
    font-weight: 300;
}
header {
    background: #2c2c2c;
    color: #fff;
}
.logotype img {
    width: 120px;
    margin: 5px 0 15px 0;
}
input.search {
    background: #000;
    color: #4e4e4e;
    border: 0;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
input.search:focus {
    background: #fff;
    box-shadow: 0 0 50px rgb(0 0 0 / 30%);
}
.tab-pane table {
    height: 60hv;
}
.tab-pane table thead {
    position: sticky;
    top: -1px;
    z-index: 1;
}
.login-page {
    background: #2b2b2b;
}
.login-form {
    width: 450px;
    height: 620px;
    left: 50%;
    top: 50%;
    margin-top: -310px;
    margin-left: -225px;
    position: absolute;
}
.login-form .logo img {
    width: 300px;
    margin: 0 auto 30px auto;
    display: table;
}
.go-user {
    background: #005bb6;
    display: table;
    padding: 5px 15px;
    border-radius: 20px;
    float: left;
}
.go-user a {
    color: #fff;
    text-decoration: none;
}
.go-user .exit {
    margin-left: 10px;
}
.nav-item .fa-bars {
    font-size: 39px;
    color: #757575;
    margin: 0;
    padding: 0;
    float: right;
    height: 75px;
    width: 75px;
    text-align: right;
    line-height: 75px;
}
.fa-bars:hover, .fa-bars:active, .fa-bars:focus {
    color: #fff;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    margin-top: -3px !important;
}
.dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}
.dropdown-menu .dropdown-item:hover {
    background: #2c2c2c;
}
.navigation {
    margin: 0 auto;
    padding: 0;
    display: table;
    list-style: none;
}
.navigation li {
    float: left;
}
.navigation li a {
    line-height: 69px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.navigation li a:hover {
    border-top: 3px solid transparent;
    border-bottom: 3px solid #ffcb00;
    color: #ffcb00;
}
.search-form {
    position: relative;
    /* width: 100%;
    */
    height: 100%;
    display: ruby-base;
    width:50%;
    float:left;
}
.search-form .search-button {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #757575;
    font-size: 17px;
    margin-top: -10px;
    text-decoration: none;
}
.table {
    border-color: #a7a7a7;
}
table.table {
    font-size: 13px;
    text-align: center;
}
table.table tr {
    cursor: pointer;
}
table.table td {
    vertical-align: middle;
}
table.table input[type="text"] {
    font-size: 13px;
    border: 1px solid green;
    text-align: center;
    width: 100%;
    min-width: 40px;
}
table.table input.qty {
    width: 45px;
}
table.table tr:hover {
    background: #ffcb004a !important;
}
table.table td[name="supply_EX"] input {
    min-width: 90px;
}
table.table th {
    background: #333;
    color:#fff;
}
table.table tr.active {
    background: #a2e3a9 !important;
    position: relative;
}
table.table tr.active td:first-child:before {
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #00b215;
}
table .t-desc {
    min-width: 450px;
}
.header-bar {
    margin: 0;
}
.header-bar-nav {
    margin: 15px 0;
    padding: 0;
    display: table;
    list-style: none;
}
.header-bar-nav li {
    float: left;
}
.header-bar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 14px;
    font-size: 15px;
    border-radius: 20px;
}
.header-bar-nav li a:hover {
    color: #00b215;
}
.header-bar-nav a.sale-now {
    background: #00b215;
    color: #fff;
    margin-right: 10px;
}
.header-bar-nav a.sale-now:hover {
    color: #fff;
    background: #00780e;
}
.header-bar-nav .add-product, .header-bar-nav .del-product, .header-bar-nav .excel-button {
    display: block;
    border: 2px solid;
    color: #00b215;
    width: 37px;
    height: 37px;
    padding: 0;
    text-align: center;
    line-height: 33px;
    margin-left: 20px;
}
.header-bar-nav .del-product {
    color: #b20000;
    margin-left: 10px;
}
.header-bar-nav .excel-button {
    border-color: transparent;
    color: #333;
    font-size: 21px;
    margin-left: 17px;
}
.header-bar-nav .add-product:hover {
    background: #00b215;
    border-color: #00b215;
    color: #fff;
}
.header-bar-nav .del-product:hover {
    background: #b20000;
    border-color: #b20000;
    color: #fff;
}
.select-categories {
    position: relative;
}
.select-categories select {
    width: 100%;
    height: 38px;
    border: 0;
    font-size: 15px;
    padding: 0 10px;
    background: #eaeaea;
    margin: 14px 0;
    border-radius: 0;
    color: #333;
}
.select-categories input[type="date"] {
    width: 100%;
    height: 38px;
    border: 0;
    font-size: 15px;
    padding: 0 10px;
    background: #eaeaea;
    margin: 14px 0;
    border-radius: 0;
    color: #333;
}
.sale-now i {
    display: none;
}
.modal-footer {
    align-items: center;
    justify-content: center;
}
#inputGroup-sizing-default {
    width: 40%;
}
.clear-category {
    background: #b20000;
    width: 16px;
    height: 16px;
    display: block;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
}
.clear-category:hover {
    background: red;
    color: #fff;
}
.login-enter input {
    width: 100%;
    color: #fff;
    background: #363636;
    height: 60px;
    margin: 8px 1px;
    padding: 0 20px;
}
.login-enter input[type="submit"] {
    width: 180px;
    color: #fff;
    background: #005bb6;
    height: 60px;
    margin: 20px auto;
    padding: 0 20px;
    display: table;
    border-radius: 40px;
}
.login-enter input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 0;
    background: #363636;
    margin: 3px 6px;
    padding: 0;
    float: left;
}
.login-enter .lost-pass {
    margin: 10px auto 0 auto;
}
.forgot-link {
    display: table;
    margin: 30px auto;
    color: #484848;
    text-decoration: none;
    font-size: 14px;
}
.forgot-link:hover {
    color: #fff;
}
.nav-tabs {
    margin-bottom: 30px;
}
a.button-go {
    display: block;
    background: #00b60f;
    color: #fff;
    line-height: 38px;
    margin: 13px 0;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 30px;
}
.nav-link {
    font-size: 15px;
    color: #333;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #333;
    background: #e9ecef;
    color: #333;
}
.nav-tabs {
    border-bottom: 1px solid #2c2c2c;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c #2c2c2c #2c2c2c;
}
.nav-tabs .nav-link {
    border-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
    padding: 3px 20px;
    font-weight: 200;
}
span.date-sep {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin: 12px 0;
}
.currency {
    float: right;
    line-height: 34px;
}
.currency span {
    color: #ffcb00;
}
.category-list {
    font-size: 12px;
    margin: 40px 0;
    padding: 0;
    list-style: none;
}
.category-list li {
    display: flow-root;
    padding: 3px 0;
    width: 100%;
}
.category-list li ul {
    margin: 3px 0 0 15px;
    padding: 0 0 0 15px;
    list-style: none;
    border-left: 2px solid #ddd;
}
span.category-buttons {
    float: right;
}
.category-buttons a {
    color: #333;
    text-decoration: none;
}
.category-buttons a .fa-trash {
    color: red;
}
.accounting .table_b1,
.accounting .table_b2 {
    width: 100%;
    overflow: scroll;
}
.accounting .table_b1 td,
.accounting .table_b1 th,
.accounting .table_b2 td,
.accounting .table_b2 th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px;
    font-size: 15px;
}
@media (max-width: 1300px) {
    .header-bar-nav li a {
        padding: 8px 10px;
    }
    .header-bar-nav .add-product {
        margin-left: 10px;
    }
    .header-bar-nav .excel-button, .header-bar-nav .del-product {
        margin-left: 5px;
    }
    .search-form {
        min-height: 50px;
    }
    .logotype {
        display: table;
        margin: 0 auto;
    }
}
@media(max-width: 820px) {
    .nav-link {
        font-size: 12px;
    }
    .nav-tabs .nav-link {
        padding: 4px 7px;
    }
    .table>:not(caption)>*>* {
        padding: 3px 5px;
    }
    .table-responsive tr td:nth-child(3) {
        width: 10%;
    }
    table.table tr th:nth-child(4) {
        width: 30%;
    }
    table.table {
        font-size: 6px;
    }
    .header-bar-nav .add-product {
        border: 0px;
        color: #fff;
        background: #00b215;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
        margin-left: 20px;
    }
    .header-bar-nav .del-product {
        border: 0px;
        color: #fff;
        background: #b20000;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
        margin-left: 10px;
    }
    .search-form {
        height: 50px;
    }
    .logotype {
        display: table;
        margin: 0 auto;
    }
    .navigation li a {
        padding: 0 7px;
        line-height: 50px;
        font-size: 14px;
    }
    .go-user {
        margin: 2px 0 0 0;
    }
    .go-user, .currency {
        font-size: 12px;
    }
    .fa-bars {
        padding: 0;
    }
    .header-bar-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        margin: 0;
        box-shadow: 0 0 50px rgb(0 0 0 / 30%);
        padding: 10px;
    }
    .header-bar-nav li a {
        font-size: 0;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }
    .header-bar-nav li a i {
        line-height: 40px;
    }
    .header-bar-nav li a i {
        font-size: 15px;
    }
    .sale-now i {
        display: block;
    }
    .input-group-text {
        font-size: 12px;
    }
    .login-form {
        padding: 50px;
    }
    .login-form {
        padding: 50px;
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .login-form .logo img {
        width: 200px;
    }
    .nav-item .fa-bars {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 98%;
    }
}
/*My css*/
.login_block {
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b2b2b;
}
.active_sklad {
    background: #e5f7e7 !important;
}
.active_cell {
    background: #e5f7e7 !important;
}
.sender_cell {
    background: #d57881 !important;
    z-index: 99999;
}
.recipient_cell {
    background: #e5f7e7 !important;
    z-index: 99999;
}
.total_sell {
    text-align: right;
}
total_sell_block {
    float: right;
}
.chosen-container-multi .chosen-choices {
    border:none;
    background: #eaeaea;
    height: 38px;
    font-size: 15px;
    padding: 0 10px;
    margin: 14px 0;
}
.chosen-select {
    margin-top: 15px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 34px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    margin-top: 8px;
}
#t_data .td-desc {
    text-align:left;
}
.del-product {
    border: 0;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-transform: lowercase;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

.preloader {
    width: 100%;
    height: 100%;
    background:#2b2b2b;
    z-index:9999;
}
.preloader img {
    top: 50%;
    left: 50%;
    margin: -25px -25px 0 0;
    position: absolute;
    width: 64px;
    height: 64px;
}
table.table tr td.same-desc_1 {

}
table.table tr.same-desc_1 {
    background: #ddd;
}
table.table tr.same-desc_2 {
    background: #bebebe;
}
table.table tr td.same-desc_1:before {
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: -2px;
    /* position: absolute; */
    background: #fff !important;
    z-index: -1;
}
table.table tr td.same-desc_2 {

}
table.table tr td.same-desc_2:before {
    content: ""; 
    width: 3px;
    height: 100%;
    top: 0;
    left: -2px;
    /* position: absolute; */
    background: #e5e5e5 !important;
    z-index: -1;
}
table.table tr td.endsame-desc {
    position: relative;
}
.table-available table tr {
    position: relative !important;
}
#table_products table.table tr td:nth-child(4):before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    /* position: absolute; */
    background: #eee;
    z-index: -1;
}
#table_products table.table tr:nth-child(2n+2) td:nth-child(4):before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* position: absolute; */
    background: #d0d0d0;
    z-index: -1;
}
#table_products table.table tr td.startsame-desc {
    position: relative;
}
#table_products table.table tr td.startsame-desc:before {
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: -2px;
    /* position: absolute; */
    background: green;
}
.login-form img {
    max-width: 80%;
    margin: 20px auto;
    display: table;
}
#search_EX {
    border-right: 5px solid #2c2c2c;
}
#search_IN {
    border-left: 5px solid #2c2c2c;
}
.header-bar-nav .del-product:hover {
    background: #b20000 !important;
    border-color: #b20000;
    color: #fff;
}
input.search {
    background: #000;
    color: #4e4e4e;
    border: 0;
    height: 100%;
    width: 100%;
    padding: 0 50px 0 20px;
}
.td-shop-default {
    background: #5252524a !important;
    font-weight: 500 !important;
}
.total_sell_block {
    float: right;
    display: block;
    padding: 20px 20px 10px 20px;
}
.total_sell_block_clear {
    background: #ffcb0029;
    float: right;
    display: block;
    padding: 20px 20px 10px 20px;
}
.search_cell {
    background: rgb(255 203 0 / 75%) !important;
}
.table-responsive tr td:nth-child(3) {
    width:180px;
}
.table-home .table th:nth-child(1) {
    width: 60px;
}
.table-home .table th:nth-child(2) {
    width: 120px;
}
.table-home .table th:nth-child(3) {
    width: 160px;
}
.table-home .table th:nth-child(5) {
    width: 130px;
}
.table-home .table th:nth-child(8), .table-home .table th:nth-child(9), .table-home .table th:nth-child(10), .table-home .table th:nth-child(11), .table-home .table th:nth-child(12), .table-home .table th:nth-child(13), .table-home .table th:nth-child(14), .table-home .table th:nth-child(15), .table-home .table th:nth-child(16), .table-home .table th:nth-child(17), .table-home .table th:nth-child(19), .table-home .table th:nth-child(20) {
    width: 30px;
}
.del-product_disabled {
    border: 0;
    border-radius: 50%;
    background: #d1b8b8;
    color: #fff;
    text-transform: lowercase;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    cursor:pointer;
}
.table-head {
    position: sticky;
    top: -1px;
    z-index: 1;
}
.table-available table thead th {
    vertical-align: middle;
}
@media screen and (min-height: 500px) {
    .table-available {
        height: 70vh;
    }
}
@media screen and (min-height: 600px) {
    .table-available {
        height: 75vh;
    }
}
@media screen and (min-height: 1000px) {
    .table-available {
        height: 82vh; 
    }
}
@media screen and (min-height: 1100px) {
    .table-available {
        height: 85vh;
    }
}
.block_sell_price_total {
    display: grid;
    background: #ffcb0029;
    width: 40%;
    float: right;
    font-size: 14px;
}
.table-available .table #t_data td:nth-child(1) {
    font-weight: 500;
}

.select-categories select {
font-weight: 300;
}

.desc-model {
    color: black;
}

