﻿@media print {
   
    @page{
        margin:0;
    }
    
    div {
        break-inside: avoid;
    }

    body {
        margin:5px;
        max-width:300px;
    }
    #result:last-child {
        text-align:right;
    }
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mrl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.input-error {
    border: 1px solid #d50000;
}

#msg-positive, #msg-negative {
    display: none;
}

.slim_icon {
    padding-right: 4px !important;
    padding-left: 4px !important;
}


/*CATEGORY ACCORFION*/
.category {
    position: relative;
    width: 100%;
    top: 20px;
    left: 20px;
}

    .category ul {
        font-family: arial;
    }

li {
    cursor: pointer;
}

.category ul ul {
    display: none;
}

.category ul > li {
    color: blue;
}

.category ul li ul li {
    color: orange;
    padding-left: 10px;
}
/*AUTOCOMLETE STYLE*/
.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu {
    list-style: none !important;
    border: 1px solid !important;
    background: #fff !important;
    width: 387px !important;
    padding: 0 !important;
    overflow-x: auto;
    max-height: 252px;
}

    .ui-menu li {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 1px solid;
    }

        #SearchProductName li {
            padding: 10px 0;
            font-size: 140px;
            border-bottom: 1px solid;
        }

.ui-menu li:hover {
    background: #000;
    color: white;
}

        .ui-menu li:last-child {
            border-bottom: none !important;
        }

/*NAVBAR STYLE*/

nav {    
    border-bottom: 1px solid #e5e5e5;
    padding: 0 16px !important;
}

.active li {
}

div.navbar-brand {
    padding: 0 !important;
}

ul.nav {
    padding: 0 10px;
}

nav li {
    margin-left: 10px;
    padding: 10px 0;
}

    nav li a {
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px;
    }

        nav li a:hover {
            color: black;
            text-decoration: none;
            text-decoration-line: none;
            text-decoration-style: initial;
            text-decoration-color: initial;
            font-family: Arial, Helvetica, sans-serif;
        }

    nav li:hover {
        border-bottom: 1px solid black;
        text-decoration: none;
        text-decoration-line: none;
        text-decoration-style: initial;
        text-decoration-color: initial;
        font-family: Arial, Helvetica, sans-serif;
    }

.layoutNavbar {
    font-size: 18px !important;
    background-color: #ccc;
    padding: 0 16px !important;
}

.error {
    display: block;
    color: #dc3545;
    margin: 10px 0 10px 15px;
}

#userDataNavBar {
    flex-direction: row-reverse;
    position: absolute;
    right: 10px;
    top: 0;
}

    #userDataNavBar li i.mright {
        margin-right: 20px;
    }

.manba_ul li {
    border: 1px solid #ccc;
    margin-top: 10px;
}

    .manba_ul li span {
        padding-top: 13px;
        padding-bottom: 5px;
    }

        .manba_ul li span.btn_group {
            padding-top: 5px;
            text-align: right;
        }

        .manba_ul li span i {
            font-size: 1.2em;
        }
/*DROPDOWN*/
.idropdown {
    padding-left: 10px;
}

.adropdown {
    display: inline-block;
    width: 100%;
    padding-left: 5px;
}

@media(max-width: 991px) {
    #userDataNavBar {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        top: -10px;
    }

        #userDataNavBar ul {
            flex-direction: row;
        }

        #userDataNavBar li {
            margin-left: 12px;
        }
}

@media(max-width: 376px) {
    .layoutNavbar {
        font-size: 16px !important;
    }

    #userDataNavBar {
        margin-right: 0px !important;
    }

        #userDataNavBar li {
            margin-left: 10px;
        }

            #userDataNavBar li i.mright {
                margin-right: 5px;
            }
}

@media(max-width: 321px) {
    #userDataNavBar li {
        margin-left: 5px;
    }
}

.ui-menu {
    z-index: 10;
}

.table th {
    z-index: 9;
}

.table th, .table td {
    padding: 0.40rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}

/*MODAL WINDOW PARTSRECEIPTS*/
#myModalContent {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}



/*STOCK/CREATE*/

@media(max-width: 439px) {
    #btnCreateStock {
        width: 100%;
        margin-top: 13px;
    }
}

/*RECEIPTSLOGS/INDEX*/
@media(max-width: 575px) {
    form.searchByDate.justify-content-center {
        justify-content: flex-start !important;
    }

    div.divBtnSearchByDate {
        max-width: 310px !important;
    }
}

/*REASSESSMENT/INDEX*/
span.searchInfo {
    font-size: 16px;
    border-right: 0px;
    border-radius: 15px 0 0 0;
}

    span.searchInfo:hover {
        background: transparent !important;
        color: #007bff !important;
    }

    span.searchInfo:active {
        background: transparent !important;
        color: #007bff !important;
    }

.positive {
    color: #28a745;
}

.negative {
    color: #dc3545;
}

.searchProvdersInput {
    float: left;
    margin-right: 7px;
    min-width: 387px;
}


/*SCROLLBAR*/
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-input-placeholder {
    color: #ACACAC;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 3px #565656;
}
.body-cashbox {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
    overflow:hidden;
}

.mainContent {
    width: 1280px;
    height: 1024px;
    background-image: url("/Content/Images/banner-bg.jpg" );
    background-size: cover;
    padding-top: 6px;
    padding-left: 10px;
    margin: 0 auto;
    font-family: Comic Sans MS;
    position:relative;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}


.categorySize {
    width: 107px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: 107px 95px;
    position: relative;
    cursor: pointer;
}

.Zvachka {
    background-image: url("/Content/Images/1.png" );
}

.Marojno {
    background-image: url("/Content/Images/2.png");
}

.Molochni {
    background-image: url("/Content/Images/3.png");
}

.Bulochni {
    background-image: url("/Content/Images/4.png");
}

.Napitki {
    background-image: url("/Content/Images/5.png");
}

.Shtirkhkod {
    background-image: url("/Content/Images/6.png");
    margin-top: 47px;
    position: relative;
    float: left;
    width: 126px;
    height: 123px;
    background-size: 126px 123px;
    margin-right: 10px;
    margin-left: 7px;
    cursor: pointer;
}

.Pampers {
    background-image: url("/Content/Images/7.png");
}

.Kanselyari {
    background-image: url("/Content/Images/8.png");
}

.Frukti {
    background-image: url("/Content/Images/9.png");
}

.Torti {
    background-image: url("/Content/Images/10.png");
}

.Raznoe {
    background-image: url("/Content/Images/11.png");
}

.buttonParent {
    float: left;
    width: 107px;
    height: 120px;
    margin-right: 5px;
    cursor: pointer;
}

.categoryLabel {
    text-align: center;
    background-color: rgba(0, 0, 0,0.4);
    font-family: Comic Sans MS;
    color: floralwhite;
    font-weight: bold;
    width: 100px;
    height: 17px;
    font-size: 13px;
    margin-left: 3.5px;
    padding-bottom: 19px;
    margin-top: 2px;
}

.btnsCircleLeft {
    width: 480px;
    height: 132px;
    position: absolute;
    margin-left: 43px;
}

.buttonCircle {
    float: left;
    margin-right: 10px;
}

.btnCircleSize {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 110px 110px;
    position: relative;
    cursor: pointer;
}

.btnCircleLable {
    text-align: center;
    font-size: 13px;
    margin-left: 3.5px;
    margin-top: 2px;
    color: black;
    font-weight: bold;
    font-family: Comic Sans MS;
}

.changeCashboxes {
    background-image: url("/Content/Images/12.png");
}

.Money {
    background-image: url("/Content/Images/13.png");
}

.Return {
    background-image: url("/Content/Images/14.png");
}

.Cheque {
    background-image: url("/Content/Images/15.png");
}




.btnsCircleRight {
    margin-right: 43px;
    width: 480px;
    height: 132px;
    float: right;
}

.Сancel {
    background-image: url("/Content/Images/16.png");
}

.DifferentProducts {
    background-image: url("/Content/Images/17.png");
}

.Save {
    background-image: url("/Content/Images/18.png");
}

.Turn {
    background-image: url("/Content/Images/19.png");
}


.cancelBlock {
    width: 333px;
    height: 99px;
    float: left;
    margin-top: 20px;
}

.cancel {
    background-image: url("/Content/Images/21.png");
    width: 333px;
    height: 99px;
    background-size: 333px 99px;
    cursor: pointer;
}


.the-amount {
    width: 350px;
    height: 57px;
    float: left;
    margin-top: 44px;
    margin-left: 140.5px;
    font-size: 35px;
    border: 0px solid #EF313D;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    font-family: Comic Sans MS;
    color: white;
    box-shadow: #004A7C 0px 0px 15px 5px;
    text-shadow: 0 -1px 0 #3F90D1, 0 -1px 0 #3F90D1, 0 1px 0 #3F90D1, 0 1px 0 #3F90D1, -1px 0 0 #3F90D1, 1px 0 0 #3F90D1, -1px 0 0 #3F90D1, 1px 0 0 #3F90D1, -1px -1px 0 #3F90D1, 1px -1px 0 #3F90D1, -1px 1px 0 #3F90D1, 1px 1px 0 #3F90D1, -1px -1px 0 #3F90D1, 0.1px -1px 0 #3F90D1, -1px 1px 0 #3F90D1, 0.5px 1px 0 #3F90D1;
}

/* овый контейнер уведомлений */
.message {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .07) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .07) 50%, 
    rgba(255, 255, 255, .07) 75%, transparent 75%, transparent);
    box-shadow: 0 0 8px rgba(0,0,0,.3);

    animation: bg-animate 9s linear infinite;
}

    /* инфо-блок */
    .message#info {
        background-color: #3F90D1;
        border-left: 7px #EF313D solid;
        color: #fff;
    }
/* анимация */
@-webkit-keyframes bg-animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

 .accordion-arrow-open {
     -webkit-animation-duration: 300ms;
     -webkit-animation-timing-function: linear;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-name: arrow-rotation-open-animation;
      transform: rotate(180deg);
    
}


 .accordion-arrow-close {
     -webkit-animation-duration: 300ms;
     -webkit-animation-timing-function: linear;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-name: arrow-rotation-close-animation;
      transform: rotate(360deg);
    
}


 @keyframes arrow-rotation-open-animation {
     from {
         transform: rotate(0deg);
         -ms-transform: rotate(0deg);
     }

     to {
         transform: rotate(180deg);
         -ms-transform: rotate(180deg);
     }
}


 @keyframes arrow-rotation-close-animation {
     from {
         transform: rotate(180deg);
         -ms-transform: rotate(180deg);
     }

     to {
         transform: rotate(360deg);
         -ms-transform: rotate(360deg);
    }
}



.payBlock {
    width: 333px;
    height: 99px;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}


.to-pay {
    background-image: url("/Content/Images/20.png");
    width: 333px;
    height: 99px;
    background-size: 333px 99px;
    cursor: pointer;
}

.closeModal {
    width: 75px;
    height: 75px;
    background-color: #DC3545;
    font: 65px 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff;
    border: none;
}

.numberContent {
    margin: 0 auto;
    width: 400px;
    height: 470px;
    padding-left: 12px;
}

.buttonNumber {
    border: 1px solid #007BFF;
    background: #1E90FF;
    border-radius: 10px;
    margin: 1px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100px;
    height: 100px;
    outline:none !important;
    font-size: 60px;
    font-weight: bold;
}
.inputBtn {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.modalInput {
    outline: none;
    border: 1px solid #222;
    padding: 5px 50px 5px 3px;
    display: block;
    max-width:400px !important;
    width: 340px;
    font-size:60px;
    margin-bottom:15px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
}


.backspace {
    position: absolute;
    top: -2px;
    right: 5px;
    z-index: 9;
    outline: none !important;
    border: none;
    display: inline-block;
    background:url(Images/backspace.png);
    background-size: contain;
    background-repeat:no-repeat;
    color: #fff;
    cursor: pointer;
    height:70px;
    width:60px;
}

.modalContent {
    background-color: rgba(228,236,243,0.92);
    font-family: 'Comic Sans MS',sans-serif;
}

.btn-bottom {
    margin-left: 5px;
    width: 180px;
    height: 80px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 30px;
    font-weight: bold;
    outline:none !important;
}

.btn-close {
    margin-left: 5px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    outline: none !important;
}

.PayBody {
    height: 359px;
    display: block;
}
        .payBtnBody {
            margin-top: 10px;
            max-width: 300px;
            width: 300px;
            max-height: 369px;
            height: 369px;
            float: left;
            margin-left: 20px;
        }
        .inputPayBody {
            max-width: 300px;
            width: 290px;
            float: left;
            margin: 49px 0 0 67.5px;
            padding: 0;
        }
        .payInput {
            height: 50px;
            width: 282px;
            font-size: 24px;
            background: #EBEBE4;
            background:#fff;
            border:1px solid #000;
            border-radius:10px;
            padding: 0 5px;
            padding-right:52px;
            outline:none !important;
        }
            .payInput:focus {
                border-color: #0079FC;
                outline: none !important;
                transition:5s;
            }

    .payLabelInput {
        float: left;
        margin:2px;
    }   

    .btn-pay {
        width: 80px;
        height: 80px;
        margin-bottom: 9px;
        margin-right: 3px;
        font-size: 40px;
    }

.AuthBody {
    text-align: center;
    max-width: 1090px;
    width: 1090px;
    max-height: 660px;
    height: 660px;
    margin: auto;

}
    .AuthBody input{
        max-width:330px;
        width:328px;
        height:65px;
        border:1px solid #000;
        font-size:60px;
        margin:0 10px 10px 0;
        border-radius:10px;
        padding: 0 60px 0 5px;
    }
        .AuthBody input:focus {
            border-color: #0079FC;
            outline: none !important;
            transition:1s;
        }

.authBtnBody {
    max-width: 345px;
    width: 345px;
    max-height: 570px;
    height: 570px;
    margin: 54px 36px 0 0;
    float: right;
}

.btn-auth {
    margin-left:0px;
    margin-bottom: 9px;
    margin-right: 10px;
    
}

.userBlock {
    max-width: 560px;
    width: 560px;
    max-height: 565px;
    height: 565px;
    float: left;
    margin: 54.5px 0 0 52px;
}
    
.userList {
    max-width: 580px;
    width: 555px;
    max-height: 500px;
    height: 500px;
    overflow: auto;
    padding:15px 0px 10px 15px;
    border-radius: 5px;
    background: #E9EEF4;
    box-shadow: rgba(0,0,0,0.5) -6px 4px 12px -2px;
}

.user {
    max-width: 250px;
    width: 250px;
    max-height: 90px;
    height: 90px;
    border-left: 3px solid #1E90FF;
    float: left;
    cursor: pointer;
    margin: 0 10px 15px 0px;
    font-size: 35px;
    box-shadow: rgba(0,0,0,0.5) 6px 4px 12px -5px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 7px;
    transition: all 300ms ease;
}
    
    .user:hover {
        box-shadow: none;
    }
    
    .user:active {
        background: #1E90FF;
        color: #fff;
    }

.userFio {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userActive{
    background: #1E90FF;
    color: #fff;
}

.chashier {
    position: absolute;
    bottom: -13px;    
    color: #000;
    font-size: 20px;
}
      

.order-list {
    margin-top: 25px;
    border: 0px solid #000;
    float: left;
    width: 1260px;
    height: 570px;
    padding-top: 5px;
}

.table-list {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
    max-width: 1260px;
    max-height: 530px;
    background: #fff;
    display: block;
    text-align: center;
    color: #004B6E;
    overflow: auto;
    border-radius: 5px;
    border: 3px solid #003C4D;
    font: 22px 'Comic Sans MS', sans-serif;
}

    .table-list thead tr {
        position: sticky;
        top: 0;
        background: linear-gradient(180deg, #068FCA 0%, #0575A6 70%, #068FCA 100%);
        height: 40px;
        color: #fff;
    }

    .table-list th {
        border:none;
    }

        .table-list th:first-child {
            padding: 0 5px;
        }

        .table-list th:nth-child(odd) {
            width: 235px;
            max-width: 300px;
        }

        .table-list th:nth-child(2) {
            max-width: 460px;
            width: 460px;
        }

        .table-list th:nth-child(3) {
            width: 100px;
            max-width: 150px;
        }

        .table-list th:nth-child(4) {
            width: 100px;
            max-width: 150px;
        }

        .table-list th:nth-child(5) {
            width: 180px;
        }

        .table-list th:last-child {
            border-right: none;
            width: 53px;
        }


    .table-list td {
        border-right: 1px solid #BED9D9;
        border-bottom: 1px solid #BED9D9;
        font-size: 18px;
    }

        .table-list td:first-child {
            padding: 5px 5px;
        }

        .table-list td:last-child {
            border-right: none;
            padding: 5px 8px;
        }

.table-content {
    max-height: 600px;
}

    .table-content tr:nth-child(even) {
        background-color: rgba(5, 117, 166, 0.06);
    }

    .table-content tr:hover {
        color: #212121;
        background-color: rgba(5, 117, 166, 0.14);
    }

    .table-content td {
        text-align: center;
        font-weight:600;
    }

        .table-content td input {
            width: 94%;
            border: 1px solid #0698D3;
            border-radius: 3px;
            height: 35px;
            padding:0 4px;
            outline: none !important;
        }

.box {
    max-width:300px;
    width:280px;
    height: 40px;
    border-radius:5px;
    padding: 0 3px;
    top:240px;
    right: 74px;
    display:none;
    text-align: center;
    position: absolute;
}

.textBox {
    color: #fff;
    vertical-align: -webkit-baseline-middle;
    font-family:'Comic Sans MS';
    font-size:16px;
}

.search {
    display: block;
    width: 230px;
    height: 35px;
    margin: 0 auto;
}
.search button {
    width: 35px;
    float: left;
    height: 35px;
    background: #0698D3;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    border: none;
    border-bottom: 1px solid #1D6B8C;
    border-right: 1px solid #1D6B8C;
    font-size: 22px;
}
.search input{
    outline:none !important;
}

.search input:first-child {
    float: left;
    width: 194px;
    height: 35px;
    border: 1px solid #0698D3;
    padding:0 4px;
    border-radius: 3px 0 0 3px;
    outline: none !important;
}

.btn-delete {
    width: 35px;
    height: 35px;
    background: #DC3545;
    color: #ffffff;
    border-radius: 7px;
    border: none;
    outline:none !important;
    border-bottom: 1px solid #88202A;
    border-right: 1px solid #88202A;
    font-weight: bold;
}


.overhead {
    max-width: 300px;
    font-size: 13px;
    font-family: Palatino Linotype;
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
    display: none;
    position: relative;
    left: 0;
}

.storeInfo {
    text-align: center;
    border-bottom: 1px dashed #000;
    max-width: 280px;
    margin: 0 auto;
    padding: 5px 0;
}

.storeName {
    font-size: 18px;
    font-weight: 600;
}

.productsSales {
    padding: 5px 0px;
    max-width: 280px;
    margin: 0 auto;
    border-bottom: 1px dashed #000;
}

    .productsSales p {
        margin: 0;
        margin: 1px 0;
    }

        .productsSales p:nth-child(odd) {
            text-align: right;
        }

.finance {
    padding: 5px 0px;
    max-width: 280px;
    margin: 0 auto;
    font-weight: 600;
}

    .finance div:last-child {
        text-align: right;
    }

.money {
    text-align: right;
    float: right;
    font-weight: normal;
}

.total {
    font-size: 20px;
    font-weight: bolder;
}

.modal-backdrop {
    z-index:9999;
}

#myModal button{
    outline:none !important;
}

#myModal {
    z-index: 99999 !important;
}

.modal {
z-index:99999;
}

.nameSaleProd {
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    display: flex;
    margin-left: 10px;
    margin-top:-2px;
}

#maxWidth{
    max-width:115px !important;
}

.shiftInfoText p{
    font-size:20px;
    margin:5px;
}

.brdBottom {
    border-bottom: 1px dashed #DCDCDC;
}
.isInvalid {
    border-color: #dc3545;
}

.noCopy {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.tableOpacity {
    opacity: 0.5;
}

.fr{
    float:right;
}
.productsStkFinance{
    height:40px;
}

.productsStkContent {
    height: calc(95% - 40px);
    padding-bottom: 10px;
}

/* This is what we are focused on */
.table-wrapper {
    overflow-y: auto;
    height: 100%;
}

    .table-wrapper th {
        position: sticky;
        top: -1px;
        padding: 15px;
        background-color: #D3D3D3;
    }

/* A bit more styling to make it look better */
.table-wrapper {
    background-color:rgba(255,255,255, 0);
}

    .table-wrapper .form-control.is-invalid {
        background-image: none;
        padding-right: 0.75rem;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background: #DDD;
    position: sticky;
    top: -21px;
}


.sf-grid{
    height:85% !important;
}

.ctrl-sct{
    height:100% !important;
}

.e-cont {
    height: 100% !important;
}

@media (max-width: 1024px) {
    .productsStkContent {
        padding-bottom: 0px;
    }

    .sf-grid {
        height: 90% !important;
    }

    .ctrl-sct {
        height: 100% !important;
    }
}


@media (max-width: 650px) {
    .productsStkFinance {
        font-size:90%;
        margin-bottom:10px;
    }
}

@media (max-width: 374px) {
    .productsStkFinance {
        font-size: 80%;
    }
}

@media (max-width: 337px) {
    .productsStkFinance {
        font-size: 75%;
        margin-bottom: 5px;
    }
}

@media (max-width: 280px) {
    .productsStkFinance {
        font-size: 65.8%;
    }
}
@media (max-height: 1024px) {
    .e-cont {
        height: 100% !important;
    }
}


@media (max-height: 600px) {
    .productsStkContent {
        height: calc(90% - 40px);
    }
}

@media (max-height: 555px) {
    .productsStkContent {
        height: calc(85% - 40px);
    }
}

@media (max-height: 375px) {
    .productsStkContent {
        height: calc(75% - 30px);
    }

    .productsStkFinance {
        font-size: 75%;
        height:30px;
    }
}

@media (max-height: 414px) {

    .productsStkContent {
        height: calc(70% - 40px);
    }
}

@media (max-height: 360px) {
    .productsStkContent {
        height: calc(45% - 20px);
    }

    .productsStkFinance {
        font-size: 70%;
        height: 20px;
    }
}

@media (min-height: 1440px) {
    .sf-grid {
        height: 96.5% !important;
    }
}


@media (min-height: 1080px) {
    .sf-grid {
        height: 92% !important;
    }

    .ctrl-sct {
        height: 100% !important;
    }

    .e-cont {
        height: 100% !important;
    }
}