﻿/*!
 * Additional CSS 
 */

:root {
    --book-text-color: #333333;
    --book-bg-dark: #1a6600; /* 20% #17214f */
    --book-bg-dark90: #d9ffcc; /* #d7ddf4 */
    --book-bg-dark65: #79ff4d; /* #7587d7 used at deleted record popover make it dim*/
    --book-bg-dark50: #40ff00; /* #3953c6 */
    --book-bg-dark35: #2db300; /* #263782 */
    --book-bg-dark25: #208000; /* #1b2a65 */
    --book-bg-light: #f2f2f2; /* #efeff6 */
    --book-top-menu-fontcolor: #262626; /* <=Black 15%*/
    --book-font-color: #c4cbee; /* <=blue 85% */ /*OLD: #f2f2f2;*/
    --book-btn-border-radius: 0.75rem;
    --book-btn-text-color: #8cff66; /* pink; #8cff66 */
    --book-btn-text-color-info: #269900;/* 30% */
}
.marq {
    color: white;
    background-color: darkred;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}
.bg-loginpage {
    background-color: var(--book-bg-dark25); /* #208000; */
}

.book-p {
    padding: 0.5rem !important;
}
.book-pt {
    padding-top: 1.50rem; /* 1.50rem; pt-4*/
}

.book-pt-label4 {
    padding-top: 1.25rem; /*pt-4*/
}

.book-mt-label2 {
    padding-top: 0.25rem; /*pt-2*/
}

.book-mb-1 {
    margin-bottom: 0.25rem !important;
}
.book-mb-2 {
    margin-bottom: 0.5rem !important;
}
.book-mb-3 {
    margin-bottom: 1rem !important;
}

.book-pb-4 {
    margin-bottom: 1.5rem !important;
}
.book-pb-label2 {
    padding-bottom: 0.5rem
}
.font-Georgia {
    font-family: Georgia;
}

.book-fs-header1 {
    font-size: 1.20rem !important;
}
.book-fs-header2 {
    font-size: 1.05rem !important;
}
.book-fs-header3 {
    font-size: 1rem !important;
}
.font-size-9mts {
    font-size: 9px;
}

.font-size-10mts {
    font-size: 9.5px;
}

.font-size-11mts {
    font-size: 11px;
}

.font-size-12mts {
    font-size: 12px;
}

.font-size-14mts {
    font-size: 14px;
}

.font-size-15mts {
    font-size: 15px;
}
.font-size-16mts {
    font-size: 16px;
}
.font-size-18mts {
    font-size: 18px;
}

.box-shadow-msts {
    box-shadow: 4px 6px 9px 0px #a6a6a6;
}
/* font-size END */

.text-primary-header { 
    color: var(--book-bg-dark) !important;
}

.text-primary-label { /*40%*/
    color: var(--book-bg-dark35) !important;
}

.text-white-mts {
    color: #ffffff !important;
}
.text-Book-white {
    color: var(--book-bg-light) !important;
}
.text-greenicon {
    color: #008000;
}
.text-black-mts {
    color: var(--book-text-color) !important;
}
.text-gray-disable-mts {
    color: #f2f2f2;
}
.text-decor-popover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
    text-decoration-color: var(--book-bg-dark35);    
}
.text-decor-popover-deleted {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
    text-decoration-color: var(--book-bg-dark65);
}
.text-link-mts {
    color: #5c5ca3 !important;
}
.text-yellow-mts {
    color: #e6e600 !important; /*#ffff00*/
}

.text-gray-mts {
    color: #999999 !important;
}

.text-yellow50-mts {
    color: #ffff00 !important;
}

.text-green {
    color: greenyellow !important;
}

.text-pink {
    color: #8cff66 !important;
}

.bg-pink {
    background-color: #8cff66 !important;
}
.bg-yellow-mts {
    background-color: #ffff00 !important; /* yellow */
}

.bg-blackhead-mts {
    background-color: black !important;
}

/* bg -  Start */
.bg-Book-dark {
    background-color: var(--book-bg-dark); /* dark voilet*/
}
.bg-Book-dark90 {
    background-color: var(--book-bg-dark90); /* dark voilet*/
}
.bg-Book-dark50 {
    background-color: var(--book-bg-dark50); /* dark voilet*/
}
.bg-gray-disable-mts {
    color: var(--book-bg-light) !important;
}

.bg-Book-light {
    background-color: var(--book-bg-light) !important;
}

.bg-gv-alt-row-mts {
    background-color: var(--book-font-color);
}
/* bg - End */

.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.max-vh-purchaseItems {
    min-height: 28vh !important;
    max-height: 28vh !important;
}
.max-vh-purfooter {
    max-height: 20vh !important;
}
/*.min-vh-purchaseItems {
    min-height: 28vh !important;
}*/

.min-vh-mts {
    min-height: 70vh !important;
}
.max-vh-mts {
    max-height: 100vh !important;
}
.min-max-vh-mts {
    min-height: 70vh !important;
    max-height: 70vh !important;
}
.min-vh-15mts {
    min-height: 15vh !important;
}
.min-vh-20mts {
    min-height: 20vh !important;
}
.min-vh-30mts {
    min-height: 30vh !important;
}

.min-vh-40mts {
    min-height: 40vh !important;
}

.min-vh-45mts {
    min-height: 45vh !important;
}
.min-vh-50mts {
    min-height: 50vh !important;
}
.min-vh-55mts {
    min-height: 55vh !important;
}
.min-max-vh-50mts {
    min-height: 50vh !important;
    max-height: 50vh !important;
}
.min-max-vh-60mts {
    min-height: 60vh !important;
    max-height: 60vh !important;
}
.min-max-vh-65mts {
    min-height: 65vh !important;
    max-height: 65vh !important;
}
.min-max-vh-70mts {
    min-height: 70vh !important;
    max-height: 70vh !important;
}
.min-max-vh-mts90 {
    min-height: 90vh !important;
    max-height: 90vh !important;
}
.min-max-vh-mts100 {
    min-height: 100vh !important;
    max-height: 100vh !important;
}

div.max-scrollable {
    max-height: 500px;
}

div.max-scrollable-report {
    min-height: 550px;
}

.rpt-scrollable-mobile {
    overflow-x: auto;
    overflow-y: scroll;
    /*height:max-content;*/
    /*display: block;*/
}
.pre-scrollable {
    overflow-y: scroll;
    height: 600px;
}

.rpt-min-max-height {
    min-height: 70vh;
    max-height: 70vh;
}
.pre-scrollable-user {
    overflow-y: scroll;
    height: 435px;
}
.pre-scrollable-dashboard {
    overflow-y: scroll;
    height: 450px;
    width: 95%;
}
.pre-scrollable-catitemsimg {
    /* height: 500px;   */
    max-height: 50vh !important;
    overflow-y: scroll;
}


/* min-vh END */

.div-device-comp {
    overflow-x: auto;
    display: block;
}

.form-control-mts {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--book-text-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bebeda; /*#bebeda;*/
    /*border-bottom: 1px solid black;*/
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control-mts:focus {
        /* border: 1px solid #262626;*/ /* 15% Black */
        box-shadow: 4px 4px 6px 0px #a6a6a6;
        /*box-shadow: 15px 10px 10px 0px #efeff6;*/
    }

    .form-control-mts:disabled, .form-control-mts[readonly] {
        background-color: #f2f2f2;
        opacity: 1;
        cursor: not-allowed;
    }

.form-control-ps {
    display: inline-block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--book-text-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bebeda; /*#bebeda;*/
    /*border-bottom: 1px solid black;*/
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control-ps:focus {
        border: 1px solid #bebeda; /*#bebeda;*/
        /*box-shadow: 15px 10px 10px 0px #efeff6;*/
        /*box-shadow: 15px 10px 10px 0px #efeff6;*/
    }

    .form-control-ps:disabled, .form-control-ps[readonly] {
        background-color: #f2f2f2;
        opacity: 1;
        cursor: not-allowed;
    }
/* alert start */

/*.alert-position-left-mts {
    position: absolute;
    top: 45px;
    left: 75px;    
    z-index: 1;
}

.alert-position-right-mts {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
*/

@media (min-width: 576px) {
    /*sm*/
    .alert-position-login-sm {
        position: absolute;
        top: 60px;
        right: 50px;
        z-index: 1000;
    }
}

@media (min-width: 768px) {
    /*md*/
    .alert-position-login-md {
        position: absolute;
        top: 15px;
        left: 35px;
        z-index: 1000;
    }
}

@media (min-width: 992px) {
    /*lg*/
   
}

@media (min-width: 1200px) {
    /*xl*/
    .alert-position-login-lg {
        position: absolute;
        top: 44px;
        right: 50px;
        z-index: 1;
    }
}

@media (min-width: 1400px) {
    /*xxl*/
    
}

/*.alert-position-login {
    position: absolute;
    top: 44px;
    right: 50px;
    z-index: 1;
}*/
.alert-position-center-mts {
    position: absolute;
    top: 55px; /* top: 82px; */
    right: 10%; /* right: 40%; */
    z-index: 1;
}
.alert-position-middle-mts {
    position: absolute;
    top: 50%; /* top: 82px; */
    right: 20%; /* right: 40%; */
    z-index: 1;
}

.alert-success-mts {
    --bs-alert-color: #8cff66;
    --bs-alert-bg: black; /* #bcdcce */
    --bs-alert-border-color: #8cff66; /*#badbcc*/
    border-width: 3px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 0px 4px 4px #40ff00;
    transition: color 0.1s ease;
}

.alert-warning-mts {
    color: #ff0000;
    background-color: black; /*#f8d7da - red*/
    border-color: #ff0000;
    border-width: 4px 4px 2px 2px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 0px 4px 4px #ff0000;
    transition: color 0.1s ease;
}

.alert-info-mts {
    color: #99ccff;
    background-color: black;
    border-color: #99ccff;
    border-width: 4px 4px 2px 2px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 0px 4px 4px #99ccff;
    transition: color 0.1s ease;
}

.alert-danger-mts {
    color: white;
    background-color: #b30000;
    border-color: black;
    border-width: 4px 4px 2px 2px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 0px 4px 4px #f1f1f1;
    transition: color 0.1s ease;
}

    .alert-danger-mts .alert-link {
        color: #6a1a21;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.15em 0.15em;
    color: #fff;
    background-image: url(Images/cancel-redbox.png);
    background-repeat: no-repeat;
    /*background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;*/
    border: 0;
    border-radius: 0.375rem;
    opacity: 1; /* 0.5 */
}

/* alert - End */

/* card - Start */
.card-mts {
    position: relative;
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #a6a6a6;
    border-radius: 0.25rem;
}

.card-header-mts {
    padding: 0.40rem 1.25rem; /* padding: 0.75rem 1.25rem; */
    margin-bottom: 0;
    /*background: linear-gradient(to bottom, #ffff00 50%, #ffff80 80%);*/
    background: linear-gradient(to bottom, var(--book-bg-dark65) 0%, var(--book-bg-dark90) 45%);
    border-bottom: 4px solid #000;
}

    .card-header-mts:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-body-mts {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.90rem;
}

.card-header-nobg-mts {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;    
    border-bottom: 3px solid #8d8dbf;
}
/* card - End */

/*Buttons - start*/

.btn-mts {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    background-color: #007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    /*.btn-mts:hover {        
        box-shadow: 15px 10px 10px 0px #efeff6;
    }*/

    .btn-mts:disabled {
        box-shadow: none;
        cursor: not-allowed;
    }

.btn-submit-mts {
    color: var(--book-font-color);
    background-color: var(--book-bg-dark);
    border-color: var(--book-bg-dark);
    font-weight: bold;
    border-radius: var(--book-btn-border-radius);
}

    .btn-submit-mts:hover, .btn-submit-mts:focus {
        color: var(--book-font-color);
        background-color: var(--book-bg-dark35);
        border-color: var(--book-bg-dark35);
        /* color: #d9d9d9;
        background-color: #494983;
        border-color: #494983;*/
        /*opacity: 0.5;*/
    }

    .btn-submit-mts.disabled, .btn-submit-mts:disabled {
        color: #d9d9d9;
        background-color: #8d8dbf;
        border-color: #8d8dbf;
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-save-mts {
    color: var(--book-btn-text-color);
    background: linear-gradient(-90deg, #8cff66 15%, #000 15%);
    border-color: var(--book-bg-dark);
    border-radius: var(--book-btn-border-radius);
    font-weight: bold;
    width: 75px;
}
    .btn-save-mts:hover, .btn-save-mts:focus {
        color: #000;
        background: linear-gradient(90deg, #000 15%, #8cff66 15%);
        border-color: var(--book-bg-dark);
        box-shadow: 4px 4px 6px 0px #a6a6a6;
        /*opacity: 0.75;*/
    }
    .btn-save-mts:disabled, .btn-save-mts.disabled {
        color: #666666;
        background: linear-gradient(-90deg, #8cff66 15%, #000 15%);
        border-color: var(--book-bg-dark);
        opacity: 0.4;
        cursor: not-allowed;
    }
    /*.btn-save-mts.disabled, .btn-save-mts:disabled {
        color: #d9d9d9;
        background-color: #8d8dbf;
        border-color: #8d8dbf;
        opacity: 0.8;
        cursor: not-allowed;
    }*/

.btn-cancel-mts {
    opacity: 0.9;
    color: gray;
    border-color: gray;
    border-radius: var(--book-btn-border-radius);
}

    .btn-cancel-mts:hover, .btn-cancel-mts:focus {
        color: var(--book-bg-dark);
        background-color: transparent; /*#efeff6*/
        border: 1px solid var(--book-bg-dark);
        box-shadow: 4px 4px 6px 0px #a6a6a6;
    }
    .btn-cancel-mts.disabled, .btn-cancel-mts:disabled {
        color: #999999;
        background-color: var(--book-bg-dark90);
        border-color: var(--book-bg-dark90);
        opacity: 0.65;
        cursor: not-allowed;
    }


.btn-edit {
    width: 26px;
    height: 26px;
    background-image: url('Images/edit-btn-blue.png');
    background-size: cover;
    border: none;
}

    .btn-edit:hover {
        background-image: url('Images/edit-btn-hover.png');
        background-size: cover;
        border: none;
    }

    .btn-edit.disabled, .btn-edit:disabled {
        background-image: url('Images/edit-btn-dis.png');
        background-size: cover;
        border: none;
    }

.btn-exinfo {
    width: 22px;
    height: 22px;
    background-image: url('Images/extraInfo.png');
    background-size: cover;
    border: none;
}

    .btn-exinfo:hover {
        background-image: url('Images/extraInfo-hover.png');
        background-size: cover;
        border: none;
    }


.btn-trash {
    width: 27px;
    height: 27px;
    background-image: url('Images/trash-btn-red.png');
    background-size: cover;
    border: none;
}

    .btn-trash:hover {
        background-image: url('Images/trash-btn-hover.png');
        background-size: cover;
        border: none;
    }

    .btn-trash.disabled, .btn-trash:disabled {
        background-image: url('Images/trash-btn-gray.png');
        background-size: cover;
        border: none;
    }
.btn-search-mts {
    width: 23px;
    height: 23px;
    background-image: url('Images/search-blueIcon.png');
    background-size: cover;
    background-color: transparent; /* #ff9900 */
    border-radius: var(--book-btn-border-radius);
    border-color: transparent;
    background-repeat: no-repeat;
    border:none;
    /*border-width: 0px;*/
}

    .btn-search-mts:hover {
        background-image: url('Images/search-hover.png');
        background-size: cover;
        border-width: 0px;
    }

    .btn-search-mts.disabled, .btn-search-mts:disabled {
        background-image: url('Images/search-blueIcon.png');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }

.btn-select {
    width: 28px;
    height: 28px;
    background-image: url('Images/select-icon-blue.png');
    background-size: cover;
}

    .btn-select:hover {
        background-image: url('Images/select-icon-blue.png');
        background-size: cover;        
    }

    .btn-select.disabled, .btn-select:disabled {
        background-image: url('Images/select-icon-gray.png');
        background-size: cover;
        border: none;
        cursor: not-allowed;
    }
.btn-refresh {
    width: 1px;
    height: 1px;
    background-image: url('Images/refresh.png');
    background-size: cover;
    border: none;
}

    .btn-refresh:hover {
        background-image: url('Images/refresh.png');
        background-size: cover;
        border: none;
    }

.btn-copy {
    width: 26px;
    height: 26px;
    background-image: url('Images/copy-hover.png');
    background-size: cover;
    border: none;
}

    .btn-copy:hover {
        background-image: url('Images/Copy.png');
        background-size: cover;
        border: none;
    }

    .btn-copy.disabled, .btn-copy:disabled {
        background-image: url('Images/copy-dis.png');
        background-size: cover;
        border: none;
        cursor: not-allowed;
    }

.btn-pdf {
    width: 25px;
    height: 27px;
    background-image: url('../Core_Css/Images/pdf-icon.PNG');
    background-size: cover;
}

    .btn-pdf:hover {
        background-image: url('../Core_Css/Images/pdf-hover.PNG');
        background-size: cover;
        /*border: 1px dotted darkblue;*/
    }

    .btn-pdf.disabled, .btn-pdf:disabled {
        background-image: url('../Core_Css/Images/pdf-icon.PNG');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }

.btn-excel-circle {
    width: 31px;
    height: 31px;
    background-image: url('../Core_Css/Images/excel-circle.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-excel-circle:hover {
        background-image: url('../Core_Css/Images/excel-circle-hover.PNG');
        background-size: cover;        
        border-width: 0px;
    }

    .btn-excel-circle.disabled, .btn-excel-circle:disabled {
        background-image: url('../Core_Css/Images/excel-circle-hover.PNG');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
        border-width: 0px;
    }

.btn-icon-plus {
    width: 34px;
    height: 34px;
    background-image: url('../Core_Css/Images/add-greenbox.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-icon-plus:hover, .btn-icon-plus:focus {
        background-image: url('../Core_Css/Images/add-hoverbox.PNG');
        background-size: cover;
        border-width: 0px;
    }

    .btn-icon-plus.disabled, .btn-icon-plus:disabled {
        background-image: url('../Core_Css/Images/add-hoverbox.PNG');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
        border-width: 0px;
    }

.btn-icon-cross {
    width: 34px;
    height: 34px;
    background-image: url('../Core_Css/Images/cancel-redbox.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-icon-cross:hover, .btn-icon-cross:focus {
        background-image: url('../Core_Css/Images/cancel-hoverbox.PNG');
        background-size: cover;
        border-width: 0px;
    }

    .btn-icon-cross.disabled, .btn-icon-cross:disabled {
        background-image: url('../Core_Css/Images/cancel-hoverbox.PNG');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
        border-width: 0px;
    }

.btn-icon-edit {
    width: 34px;
    height: 34px;
    background-image: url('../Core_Css/Images/edit-green.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-icon-edit:hover {
        background-image: url('../Core_Css/Images/edit-hover.PNG');
        background-size: cover;
        border-width: 0px;
    }

    .btn-icon-edit.disabled, .btn-icon-edit:disabled {
        background-image: url('../Core_Css/Images/edit-hover.PNG');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
        border-width: 0px;
    }

.btn-printer {
    width: 21px;
    height: 21px;
    background-image: url('Images/printer.png');
    background-size: cover;
    border: none;
}

    .btn-printer:hover {
        background-image: url('Images/printer-hover.png');
        background-size: cover;
    }


.btn-actions {
    --bs-btn-padding-x: 0.50rem;
    --bs-btn-padding-y: 0.375rem;
    /*--bs-btn-font-family:;*/
    --bs-btn-font-size: 0.875rem; /*1rem = 16px,0.875rem = 15px,0.75rem = 12px,  */
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 0.75;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--book-btn-border-radius); /*0.375rem;*/
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .btn-actions:hover {
        color: var(--bs-btn-hover-color);
        background-color: var(--bs-btn-hover-bg);
        border-color: var(--bs-btn-hover-border-color);
    }
.btnaction-outline-success {
    --bs-btn-color: white; /*#198754*/
    --bs-btn-border-color: #404072; /* #1c975d #198754*/
    background-color: #404072;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}
    .btnaction-outline-success.disabled, .btnaction-outline-success:disabled {
        color: #404072;
        background-color: var(--book-font-color);
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }
.btnaction-outline-danger {
    --bs-btn-color: white; /*#dc3545*/
    --bs-btn-border-color: #dc3545;
    background-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
    .btnaction-outline-danger.disabled, .btnaction-outline-danger:disabled {
        color: #dc3545;
        background-color: var(--book-font-color);
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }
.btnstatus-paid {
    --bs-btn-color: #000; /*#198754*/
    --bs-btn-border-color: #53df9e; /* #1c975d #198754*/
    background-color: #53df9e;
    --bs-btn-hover-color: #1c975d;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
    width:64px;
    /*font-weight: bold;*/
}

    .btnstatus-paid.disabled, .btnstatus-paid:disabled {
        color: darkgray;
        background-color: var(--book-font-color);
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }
.btnstatus-unpaid {
    --bs-btn-color: yellow; /*#198754*/
    --bs-btn-border-color: #ff6699; /* #1c975d #198754*/
    background-color: #ff6699;
    --bs-btn-hover-color: #ff6699;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #ff6699;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
    width: 64px;
}

    .btnstatus-unpaid.disabled, .btnstatus-unpaid:disabled {
        color: #404072;
        background-color: var(--book-font-color);
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }
/*Buttons - End */

/* Overwite Bootstrap */

/*.table-hover > tbody > tr > th:hover > * {
    background-color: #efeff6 !important;
    color: #000080 !important;
}*/

.table-hover > tbody > tr:hover > td {
    background-color: var(--book-font-color);
    color: #000080 !important;
}

.tblHeaderSticky {
    position: sticky;
    top: 0;
    /*background-color: var(--book-bg-light) !important;*/
    /*  z-index: 10000;*/
}

.scrollable-element {
    scrollbar-base-color: red yellow;
}

/* Custom Scrollbars */

/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ecffe6; 
     border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8cff66;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #8cff66;
    }

/* Custom Scrollbars - End */

/* Gv Header block hover style */
.table-hover > tbody > tr:hover > th {
    box-shadow: none;
    color: #000080 !important;
}


/*Panel*/
.panel-bg-shade {
    /*background: linear-gradient(to top, #ffffff 0%, #545492 60%);*/
    background-color: transparent;
}
/*.panelpopup {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    padding: 0.5rem;*/
    /*display: none;*/
    /*z-index:10000; 
}*/
.panelpopup {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    padding: 0.5rem;
    display: block;
    z-index: 10000;
}

.panelpopup-old {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    padding: 0.5rem;
    display: none;
   /* z-index:10000;*/
}
.panelpopupHold {
    position: absolute;
    left: 50%;
    top: 40%;
    Width: 85%;
    height: 75%;
    transform: translate(-50%,-50%);
    padding: 0.5rem;
    z-index: 10000;
    /*animation: mymove 1s;*/
}
.panelpopupPrint {
    position: absolute;
    top: 29%;
    left: 25%;
    transform: translate(-25%,-25%);
    border: 1px solid var(--bs-border-color-translucent);
    display: block;
    width: 99%;
    height: 98%;
    background: #ffffff;
    z-index: 10000;
    border-radius: 0.50rem;
}

.panelpopupPrint-viewpage {
    position: absolute;
    top: 31%;
    left: 25%;
    transform: translate(-25%,-25%);
    border: 1px solid var(--bs-border-color-translucent);
    display: block;
    width: 99%;
    height: 98%;
    background: #ffffff;
    z-index: 10000;
    border-radius: 0.50rem;
}

.panelpopup-reminderpayments {
    position: absolute;
    display: block;
    top: 1%;
    left: 1%;
    width: 98%;
    border: 1px solid var(--bs-border-color-translucent);
    /*Width: 50%;    */
    /*transform: translate(-50%,-50%);*/
    background: white;
    padding: 0.5rem;
    z-index: 10000;
    min-height: 600px;
    max-height: 600px;
    border-radius: 0.50rem;
}

.gv-scrollable-mobile {
    overflow-x: auto;
    display: block;
    /* width:100%;*/
}

.printout-max-height-salentry {
    overflow-x: auto;
    display: block;
    min-height: 68vh;
    max-height: 68vh;
    /*z-index: 10200;*/
    /*max-height: 850px;*/
}
.printout-max-height-salvw {
    overflow-x: auto;
    display: block;
    min-height: 55vh;
    max-height: 55vh;
    /*z-index: 10200;*/
    /*max-height: 850px;*/
}

/*@keyframes mymove {
    from {
        height: 0%;
    }
    to {
        height: 75%;
    }
}*/


/*for validation only*/
.error-warning-on {
    border: 2px solid #ff6666;
    background-color: #ffe6e6;
}
.error-warning-off {
    border: 1px solid #ced4da;
    background-color: white;
}

.validate {
}

.validateddl {
}

.validateTwo {
}
.validateddlTwo {
}
.blockpasteonAmt {
}

.btn-view {
    width: 25px;
    height: 25px;
    background-image: url('Images/view-btn.png');
    background-size: cover;
    border: none;
}

    .btn-view:hover {
        background-image: url('Images/view-btn-hover.png');
        background-size: cover;
        border: none;
    }

    .btn-view.disabled, .btn-view:disabled {
        background-image: url('Images/view-btn-hover.png');
        background-size: cover;
        border: none;
    }
.btn-rempay-link {
    outline: none;
    box-shadow: none;
    color: yellow;
    background-color: red;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid red;
    width: 64px;
}

    .btn-rempay-link:hover, .btn-reset:focus {
        outline: none;
        box-shadow: none;
        color: #404040; /*#2e2e52*/
        background-color: red;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid yellow;
    }

.btn-rempaid {
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #29a329;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #29a329;
    width: 65px;
}

    .btn-rempaid:hover {
        cursor: auto;
        outline: none;
        box-shadow: none;
        color: #fff;
        background-color: #29a329;
        font-weight: normal;
        text-decoration: none;
        border: 1px solid #29a329;
        width: 65px;
    }

.btn-remunpaid {
    outline: none;
    box-shadow: none;
    color: #000;
    background-color: #FFA500;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #FFA500;
    width: 90px;
}
    .btn-remunpaid:hover {
        cursor: auto;
        outline: none;
        box-shadow: none;
        color: #000;
        background-color: #FFA500;
        font-weight: normal;
        text-decoration: none;
        border: 1px solid #FFA500;
        width: 90px;
    }
.btn-rempay-blink {
    animation: blinker 1s linear infinite;
    background-color: red;
    border: 1px solid red;
}

@keyframes blinker {
    20% {
        opacity: 0;
    }
}
/*for Using Sigle control pages*/
.grid-width {
    width: 65%;
}
/*Mobile device*/
@media (max-width: 576px) {
    .grid-width {
        width: 100%;
    }
}

.border-yellow
{
    border-color:yellow;
}
.border-cornor-radius-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.border-cornor-radius-bottom {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.border-cornor-radius-right {
    border-top-right-radius: 15px;
}

.border-cornor-radius-left {
    border-top-left-radius: 15px;
}

.borderBox2_gray {
    border-left: 2px solid #a0a6ac;
    border-right: 2px solid #a0a6ac;
}

.borderBottom2_gray {
    border-bottom: 2px solid #a0a6ac;
}

.borderTop2_gray {
    border-top: 2px solid #a0a6ac;
}

/* NEW */
.error {
    border: 2px solid #ff6666;
    background: #ffe6e6;
}

.error-message {
    color: red;
    display: none;
}

.progress-bar-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4caf50;
    transition: width 0.6s ease;
}
.custom-tooltip-label {
   /* --bs-tooltip-min-width: 150px;
    --bs-tooltip-max-width: 250px;*/
    --bs-tooltip-bg: yellow;
    --bs-tooltip-color: black;   
    border: 2px solid black;
    border-radius: 0.45rem;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-arrow-width: 0;
    --bs-tooltip-arrow-height: 0;
    text-align: left;
    text-align: start;
}
.tooltip-inner {
    text-align: left; /* Aligns text to the left */
    text-justify: inter-word; /* Justifies the text */    
    max-width: 250px; /* Adjust width for better readability */
}

.custom-tooltip-details {
    /*    --bs-tooltip-min-width: 200px;
    --bs-tooltip-max-width: 250px;*/
    --bs-tooltip-bg: black;
    --bs-tooltip-color: white;
    border: 2px solid #40ff00;
    border-radius: 0.45rem;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-arrow-width: 0;
    --bs-tooltip-arrow-height: 0;
}
.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: black;
    --bs-popover-header-bg: black;
    background-color: white;
    color: white;
    --bs-popover-header-color: white;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

/* Popover override start */
.popover {
    /*border: 2px solid #f0f0f0;*/
    min-width: 176px;
    max-width: 276px;
}

.popover-header {
    background-color: var(--book-bg-dark);
    color: #8cff66;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    border: 1px solid var(--book-bg-dark);
}

.popover-body {
    background-color: var(--book-bg-light);
    color: #000000;
    font-size: 16px;
    padding: 10px;
    border: 1px solid var(--book-bg-dark);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

    .popover .arrow::before, .popover .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.arrow {
    border-right-color: #7c7cb6;
}

    .arrow:after {
        border-bottom-color: #7c7cb6;
    }
/* Popover override End */


/* Mobile view: Override styles */

/*.activeMenu {
    background-color: transparent;
    border-left: 10px solid yellow;    
    padding-left: 3px;
    color: greenyellow !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}*/


    .gradient-text-logout {
        background: linear-gradient(45deg, #fff 0%, #ffff00 100%);
        border: 2px solid #ff1a1a;
    }

    .gradient-text {
        background: linear-gradient(45deg, #fff 0%, #ffff00 100%);
        border: 2px solid #ffff00;
        /*background-clip: text;
    text-fill-color: transparent;*/
    }

    .btn-signin {
        background: linear-gradient(45deg, #000 35%, #fff 38%, #ffff00 20%);
    }

    .bg-gradient-btn {
        /*color: #ffff00;*/
        background: linear-gradient(45deg, #ffff00 10%, #fff 16%, #000 20%);
    }

    .box-shadow-yellow {
        box-shadow: 10px 10px yellow;
    }

    .box-shadow-black {
        box-shadow: 15px 15px black;
    }

    .box-shadow-gray {
        box-shadow: 10px 10px gray;
    }
.searchText{
    width: 180px;
    height:32px;
}
.searchText-min {
    width: 150px;
    height: 32px;
}
.header-controls {    
    height: 25px;
    font-size:13px;
    font-weight:500;
}
.header-controls-ddl {
    height: 28px;
    font-size: 12px;
    font-weight: 500;
}

/*New updated Class files*/
.uploadFiles {
    background-color: #000;
    color: #FFFF33;
    border: 1px solid #FFFF33;
    padding: 1px 4px;
    box-shadow: 3px 3px gray;
}

.btn-black-mts {
    color: yellow;
    background-color: black;
    border-color: yellow;
    font-weight: bold;
}

/* add webpage and link */
.btn-webpage {
    width: 75px;
    height: 24px;
    background-image: url('../Core_Images/webpageurl.png');
    background-size: cover;
    font-weight: bolder;
}

.btn-youtube {
    width: 36px;
    height: 25px;
    background-image: url('../Core_Images/youtube.png');
    background-size: cover;
    font-weight: bolder;
}
.box-style-mts {
    background-color: #FFFF33 !important;
    color: #000 !important;
    padding: 1px 4px; /* 4px */
    border: 1px solid #ffffb3;
    border-radius: 5px;
}

/*Cusor Hover time default*/
.cursor-default {
    cursor: default;
}

.btn-repairlog {
    width: 23px;
    height: 24px;
    background-image: url('../Core_Images/repairlogsheet.png');
    background-size: cover;
    font-weight: bolder;
    /*spin-animation*/
    animation: spin-animation 1s infinite;
    display: inline-block;
    animation-iteration-count: 25;
    animation-direction: alternate-reverse;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.btn-warrantycard {
    width: 23px;
    height: 23px;
    background-image: url('../Core_Images/warrantycard.png');
    background-size: cover;
    font-weight: bolder;
}

.blink_msg-fast1 {
    animation: blinker 1s linear infinite;
}
.blink_msg-fast3 {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* <span class="horiztlSpace2"></span> */

.horiztlSpace0 {
    padding-left: 5px;
}

.horiztlSpace1 {
    padding-left: 15px;
}

.horiztlSpace2 {
    padding-left: 25px;
}

.horiztlSpace3 {
    padding-left: 35px;
}

.horiztlSpace4 {
    padding-left: 45px;
}

.horiztlSpace5 {
    padding-left: 55px;
}

.horiztlSpace6 {
    padding-left: 65px;
}

.horiztlSpace7 {
    padding-left: 75px;
}

/* start Validation Classed Not Add Css Properties this Classs */

.empty-validate {
}

.text-validate {
}

.assetcode-validate{

}

.number-validate {
}

.decimal-validate {
}

.dropdown-validate {
}

.empty-validate2 {
}

.text-validate2 {
}

.assetcode-validate2 {
}
.number-validate2 {
}

.decimal-validate2 {
}

.dropdown-validate2 {
}
/* End*/

.text-maroon-mts {
    color: #800000 !important;
}

.tracker-img-card {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    height: 200px;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
    border-radius: 0.5rem;
    /* box-shadow: 2px 2px 8px rgba(0,0,0,0.1);*/
}

.tracker-image {
    width: 100%;
    height: 150px;
    max-height: 150px;
    object-fit: fill;
    border-radius: 5px;
}

.pre-scrollable-TaskTime {
    /* height: 500px;   */
    max-height: 30vh !important;
    overflow-y: scroll;
}


.btn-timer {
    width: 27px;
    height: 27px;
    background-image: url('Images/timer-trn.png');
    background-size: cover;
    font-weight: bolder;
}

.btn-timer:hover {
    background-image: url('Images/timer-black-trn.png');
    background-size: cover;
    color: white;
}

.admin-borderbox {
    border: 1px solid red;
    color: black; /* Optional: for black text */
    padding: 4px 8px; /* Optional styling */
    border-radius: 4px; /* Optional */
    background-color: transparent; /* Ensures no background */
}

.btn-done {
    width: 27px;
    height: 27px;
    background-image: url('Images/done-green.PNG');
    background-size: cover;
    background-color: transparent;
    border: 1px solid transparent;
}

.btn-done:hover {
    background-image: url('Images/done-green.PNG');
    background-size: cover;
    background-color: transparent;
    border: 1px solid transparent;
}

/*handRaise - Start */
@-webkit-keyframes HandRaise-Animation {
    0%, 49% {
        color: yellow;
        background-color: red;
        border: 2px solid yellow;
        border-radius: 3px;
    }

    50%, 100% {
        color: red;
        background-color: yellow;
        border: 2px solid red;
        border-radius: 3px;
    }
}

.handRaise {
    font-size: large;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
    -webkit-animation: HandRaise-Animation 1s infinite; /* Safari 4+ */
    -moz-animation: HandRaise-Animation 1s infinite; /* Fx 5+ */
    -o-animation: HandRaise-Animation 1s infinite; /* Opera 12+ */
    animation: HandRaise-Animation 1s infinite; /* IE 10+, Fx 29+ */
}

.metertodo {
    height: 16px;
    /* position: absolute;*/
    background-color: #e60000; /* red*/
    /*overflow: hidden;*/
    border: 1px solid black;
}

    .metertodo span {
        display: block;
        height: 100%;
        border-start-end-radius: 3px;
        border-end-end-radius: 3px;
    }

.progresstodo {
    background-color: #00cc00; /*Green*/
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both;
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

#pbtext:hover {
    transform: scale(1.75); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/* progressBar - End */
.progress-bar-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4caf50;
    transition: width 0.6s ease;
}  

/*Print and Pdf Button Dispalying on Mobile Devices*/

.ToolbarExport.WidgetSet,
.ToolbarPrint.WidgetSet {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .min-vh-mts {
        min-height: auto !important;
    }
    .min-vh-50mts {
        min-height: auto !important;
    }
    .min-vh-55mts {
        min-height: auto !important;
    }
}

.msts-info-black {
    font-size: 12px;
    color:black;
}

.msts-info-page {
    font-size: 12px;
    color: var(--book-btn-text-color-info);
}

.msts-confirm-border {
    border: 2px solid var(--book-btn-text-color);
}

.TextboxBgColor {
    background-color: #fafafa; /*#f8f9fa;*/
}

.scrollable-salesorderdetails {
    max-height: 25vh !important;
    overflow-y: scroll;
}
/*section based Enable option ------------start------*/
.section-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); /* semi-transparent */
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: red;
    pointer-events: all; /* block mouse clicks */
}
.overlay span {
    padding: 10px;
    border: 3px solid #ffb3b3;
    opacity: 1.5;
}
.section-content {
    position: relative;
    z-index: 1;
    pointer-events: none; /* disable inputs until overlay is gone */
}

.tick-border-mts {
    border: 1px solid #64964b;
}
.scrollable-WorkOrderInputMat {
    max-height: 28vh !important;
    overflow-y: scroll;
}

.scrollable-WorkOrderOutput {
    max-height: 35vh !important;
    overflow-y: scroll;
}
.min-max-WorkOrderOutput {
    min-height: 90vh !important;
    max-height: 90vh !important;
}
/*section based Enable option ------------End------*/