﻿.full-view-minus-top-bar {
    min-height: calc(100vh - 94px);
    height: calc(100vh - 74px);
    overflow-y: scroll;
}

.full-width {
    width: 100vw;
}

.full-view {
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
}

.topbar {
    height: 3rem !important;
}

table.sales-custom-data-table th,
table.sales-custom-data-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

    table.sales-custom-data-table td div.cus-col {
        align-self: center;
        padding-left: 15px;
        padding-right: 10px;
    }

table.sales-custom-data-table tr:focus {
    background: #f3f3f3;
    outline: #e3e6f0 auto 0px;
    outline-color: #e3e6f0;
    outline-style: auto;
    outline-width: 1px;
}


table.sales-slip-custom-data-table tr {
    border-style: none;
}

table.sales-slip-custom-data-table th,
table.sales-slip-custom-data-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    border-style: none;
}

    table.sales-slip-custom-data-table td div.cus-col {
        align-self: center;
        padding-left: 15px;
        padding-right: 10px;
    }

table.sales-slip-custom-data-table tr:focus {
    background: #f3f3f3;
    outline: #e3e6f0 auto 0px;
    outline-color: #e3e6f0;
    outline-style: auto;
    outline-width: 1px;
}

.pa-0 {
    padding: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.large-text {
    font-size: large;
}

.blazored-toast-container {
    z-index: 1060 !important;
}

#searchModel {
    z-index: 1041 !important;
}

.blazored-typeahead-custom-search-hover:focus {
    background: #f6f8ff;
    border-color: #4e73df;
}

.elipse-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        font-size: 17px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.text-outline {
    color: #fff;
    text-shadow: 1px 0 2px #0000003d, 0 -1px 4px #0000003d, 0 1px 2px #0000003d, -1px 0 4px #0000003d;
}

.input-number-spinner-disable::-webkit-inner-spin-button,
.input-number-spinner-disable::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

tr.sales-listing-item:focus {
    outline: none !important;
    border: 2px solid #36b9cc;
    box-shadow: 1px 1px 6px 0px #719ece;
}
tr.returns-listing-item:focus {
    outline: none !important;
    border: 2px solid #36b9cc;
    box-shadow: 1px 1px 6px 0px #719ece;
}

.delete-btn-hover:hover {
    color: green;
    box-shadow: 0 0 3px 0px #03A9F4;
}

.delete-btn-hover:focus {
    outline: 0;
    box-shadow: 0 0 0 0 #fff;
}

.discount-divider {
    border-left: 2px solid;
    height: 15px;
}

.tippy-box[data-theme~='primary'] {
    border-style: solid;
    border-color: #4e73df;
    background-color: white;
    color: #4e73df;
}

#user-cellphone-input::-webkit-input-placeholder {
    font-style: italic;
}

.sk-circle {
    --sk-size: 20px;
    --sk-color: #4e73df;
}

.form-control.form-control-user.syncfusion {
    padding: 0px;
}

#user-cellphone-input {
    height: 34px !important;
}

.scroll-grid.sales-returns-table {
    height: 49vh !important;
}
.print-style,
.print-style th {
    color: black !important;
    font-size: smaller;

}
.print-style td{
     font-size: smaller;
     color: black !important;
}
.print-style *{
    box-shadow: none !important;
}

/*.print-style {
    transform: rotate(-90deg);
    margin-right: 25%;
    margin-top: 50px
}*/