﻿.myLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../assets/img/loading.gif') 50% 50% no-repeat #f9f9f9;
    opacity: 1;
}

.myGrpbtn {
    width: 40px;
    height: 38px;
}

.myItemImg {
    width: 100%;
    max-width: 80px;
    height: 80px;
}

.myGridImg {
    width: 50px;
    height: 50px;
}

.myInlineBtn {
    margin-top: 30px;
}

.mySearchBox {
    width: 100px;
}

.myLinkButton {
    color: dodgerblue !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

    .myLinkButton:focus {
        text-decoration: underline !important;
    }

.Mandatory:after {
    content: "*";
    color: red;
}


.myInvalidCell {
    background-color: orange !important;
    border: solid;
    border-width: 2px;
    border-color: black !important;
}

.myInvalidRow {
    background-color: red !important;
}

.myScanInput {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .myScanInput:focus {
        background-color: khaki;
    }

.modal-header {
    cursor: crosshair !important
}

.modal-footer {
    cursor: crosshair !important
}

.myPrintDT{
    font-size: 7pt;
}

    .myPrintDT td {
        border-bottom-style: dotted;
        border-width: 1px;
    }

/*body {
    zoom: 0.8;
}
*/
