﻿/*!
 * Additional CSS 
 */

:root {
    --book-text-color: #333333;
    --book-bg-dark: #000000;
    --book-bg-dark90: #e6e6e6;
    --book-bg-dark75: #bfbfbf; /* used at deleted record popover make it dim*/
    --book-bg-dark50: #808080;
    --book-bg-dark35: #595959;
    --book-bg-light: #f2f2f2;
    --book-top-menu-fontcolor:black; /*#252541*/
    --book-font-color: #ffff33; /*60%*/
    --book-btn-border-radius: 0.50rem;
}
.marq {
    color: white;
    background-color: darkred;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}
.book-pt {
    padding-top: 1.50rem; /* 1.50rem; pt-4*/
}

.book-pt-label4 {
    padding-top: 1.25rem; /*pt-4*/
}

.book-pt-label2 {
    padding-top: 0.5rem; /*pt-2*/
}

.book-pb-label2 {
    padding-bottom: 0.5rem
}
.font-Georgia {
    font-family: Georgia;
}
.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;
}
/* 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: #efeff6;
}
.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-dark75);
}
.text-link-mts {
    color: #5c5ca3 !important;
}
.text-yellow-mts {
    color: #e6e600 !important; /*#ffff00*/
}
/* 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-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-vh-60mts {
    min-height: 60vh !important;
    max-height: 60vh !important;
    /*min-height: 70vh !important;
    max-height: 70vh !important;*/
}
.min-vh-65mts {
    min-height: 65vh !important;
    max-height: 65vh !important;
}

.min-vh-70mts {
    min-height: 70vh !important;
    max-height: 70vh !important;
}


.min-vh-mts {
    min-height: 70vh !important;
}

.min-max-vh-30mts {
    min-height: 30vh !important;
    max-height: 30vh !important;
}
.min-max-vh-mts {
    min-height: 70vh !important;
    max-height: 70vh !important;
}
.min-max-vh-mts85 {
    min-height: 85vh !important;
    max-height: 85vh !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;
}

.pre-scrollable-reminderdashfiles {
    /* height: 500px;   */
    max-height: 30vh !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;
    /*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: #efeff6;
        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;
    /*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;
        /*box-shadow: 15px 10px 10px 0px #efeff6;*/
        /*box-shadow: 15px 10px 10px 0px #efeff6;*/
    }

    .form-control-ps:disabled, .form-control-ps[readonly] {
        background-color: #efeff6;
        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: 1;
    }
}

@media (min-width: 768px) {
    /*md*/
    .alert-position-login-md {
        position: absolute;
        top: 15px;
        left: 35px;
        z-index: 1;
    }
}

@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: 66px; /* top: 82px; */
    right: 7%; /* right: 40%; */
    z-index: 1;
}
.alert2-position-center-mts {
    position: absolute;
    top: 575px; /* top: 82px; */
    right: 7%; /* right: 40%; */
    z-index: 1;
}
.alert-success-mts {
    --bs-alert-color: #8cff66;
    --bs-alert-bg: black;
    --bs-alert-border-color: #8cff66;
    border-width: 4px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 4px 4px 4px #40ff00;
    transition: color 0.1s ease;
}
.alert-info-mts {
    color: #99ccff; /* #003366 */
    background-color: black;
    border-color: #99ccff;
    border-width: 4px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 4px 4px 4px #99ccff;
    transition: color 0.1s ease;
}
.alert-warning-mts {
    color: #ff0000;
    background-color: black; /*#f8d7da - red*/
    border-color: #ff0000;
    border-width: 3px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 4px 4px 4px #ff0000;
    transition: color 0.1s ease;
}
.alert-danger-mts {
    color: #ffff00;
    background-color: #b30000;
    border-color: #b30000;
    border-width: 2px;
    /* Below pro are new */
    width: 100%;
    text-align: left;
    text-shadow: 4px 4px 4px #ffff00;
    transition: color 0.1s ease;
}

    .alert-danger-mts .alert-link {
        color: #6a1a21;
    }

.alert-success-mts1 {
    --bs-alert-color: #8cff66;
    --bs-alert-bg: black; /* #bcdcce */
    --bs-alert-border-color: #8cff66; /*#badbcc*/
    border-width: 3px;
}

.alert-warning-mts1 {
    color: #ff0000;
    background-color: black; /*#f8d7da - red*/
    border-color: #ff0000;
    border-width: 3px;
}

.alert-info-mts1 {
    color: #99ccff; /* #003366 */
    background-color: black;
    border-color: #99ccff;
    border-width: 3px;
}

.alert-danger-mts1 {
    color: #ffff00;
    background-color: #b30000;
    border-color: #b30000;
    border-width: 2px;
}
    .alert-danger-mts1 .alert-link {
        color: #6a1a21;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff;
    background-image: url("Images/cancel-red.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-position-center-mts {
    position: absolute;
    top: 20%; 
    right: 40%; 
    z-index: 1040;
}
.alert-success-mts {
    --bs-alert-color: black;
    --bs-alert-bg: #66ff33;*/ /* #66ff66 */
    /*--bs-alert-border-color: black;*/ /*#badbcc*/
    /*border-width: 2px;
}

.alert-warning-mts {
    color: #ad1f2a;
    background-color: #fff3cd;*/ /*#f8d7da - red*/
    /*border-color: #ad1f2a;
    border-width: 2px;
}

.alert-info-mts {
    color: black;*/ /*#003366;*/
    /*background-color: #00ccff;*/ /*#99ccff;*/
    /*border-color: black;*/
    /*--bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb;*/
    /*border-width: 2px;
}

.alert-danger-mts {
    color: white;
    background-color: #b30000;
    border-color: #b30000;
    border-width: 2px;
}

    .alert-danger-mts .alert-link {
        color: #6a1a21;
    }*/


/* alert - End */

/* line wTop Menu */
/* Top Menu b:5.2.3 Override*/
.topMenuPaddings {
    padding-left: 10px;
    padding-right: 6px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: blue;
    font-weight: bold;
    text-decoration: none;
    background-color: yellow;
   
}

.nav-item.show .nav-link {
    color: yellow;
    background-color: #000;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

/*Bootstrap Overwrite Start*/

/* Menu box shadow*/
@media screen and (min-width: 1024px) {
    .dropdown-menu {
        /* Book shade*/
        box-shadow: 10px 10px 5px #aaaaaa, 0px 10px 10px 1px #000;
        /*box-shadow: 7px 7px #999999;*/
        /*box-shadow: 10px 10px 5px #aaaaaa;*/
        /*box-shadow: 5px 10px 8px black, 5px 10px 8px gray;*/
        z-index: 1050;
    }
}
.dropdown-toggle::after {
    display: inline-block;
    color: yellow !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu-dark {
    background: #dedeed;
    border-color: var(--book-bg-dark) !important;
    z-index:10000;
}

.dropdown-item {
    color: var(--book-top-menu-fontcolor) !important;
}

.dropdown-menu a.dropdown-item {
    position: relative;
    display: block;
    padding: 6px 15px 6px 20px; /* 8px */
    color: var(--book-top-menu-fontcolor) !important;
    text-decoration: none !important;
    background-color: #ffffff;
    background-image: linear-gradient(to left, #4d4d00 3%, #ffff00 3%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    transition: background-size 1s ease, color 1s ease;
}

.dropdown-menu a:hover {
    background-size: 100% 100%;
    color: var(--book-bg-dark) !important;
    font-weight: bold;
}

.dropdown.active {
    background: #e6e600; /* yellow var(--book-font-color);*/
}
/*Bootstrap Overwrite 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, #ffffb3 0%, var(--book-font-color) 50%);*/
    /*background: linear-gradient(to bottom, #ffff1a 30%, #ffff80 100%);*/
    background: linear-gradient(to bottom, #ffff00 50%, #ffff80 80%);
    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 */

/*.navbar-nav Bootstrap Overwrite start*/
.navbar-nav .active > .nav-link {
    color: #000 !important;
}

    .navbar-nav .active > .nav-link::after {
        color: #000 !important;
    }

.bg-top-menu {
    background-color: var(--book-bg-dark);
    color: var(--book-font-color);
}

.color-top-menu {
    color: var(--book-font-color) !important;
    font-family:Arial;
}


/*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;        
    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: #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-font-color);
    /*background-color: var(--book-bg-dark);*/
    /*background: linear-gradient(90deg, #ffff00 5%, #fff 12%, #000 20%);*/
    background: linear-gradient(90deg, #ffff00 4%, #000 20%);
    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-color: #494983;*/
        /*background: linear-gradient(90deg, #000 6%, #fff 16%, #ffff00 20%);*/
        background: linear-gradient(90deg, #000 4%, #ffff00 20%);
        border-color: #494983;
        box-shadow: 4px 4px 6px 0px #a6a6a6;
        /*opacity: 0.5;*/
    }
    .btn-save-mts:disabled, .btn-save-mts.disabled {
        color: #666666; /* #d9d9d9 */
        background: linear-gradient(90deg, #666666 4%, #b3b3b3 20%);
        /*  background-color: #d9d9d9; */
        border-color: #d9d9d9; /*  */
        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: #e6e6e6;
        border-color: #e6e6e6;
        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;
    }

@keyframes spin {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(45deg);
    }
}
.btn-stop {
    width: 22px;
    height: 22px;
    background-image: url('Images/stoppay.png');
    background-size: cover;
    border: none;
    animation: spin 1s infinite;
}

    .btn-stop:hover {
        background-image: url('Images/stoppay.png');
        background-size: cover;
        border: none;
    }

    /*.btn-stop.disabled, .btn-stop:disabled {
        background-image: url('Images/stoppay.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: 32px;
    height: 32px;
    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 {
    background-image: url('Images/refresh-yellow.png');
    width: 28px;
    height: 28px;
    background-size: cover;
    font-weight: bolder;
    transition: transform 0.3s ease-in-out;
}

.btn-refresh:hover {
    transform: rotate(180deg);
    color: white;
}

.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('Images/pdf-icon.PNG');
    background-size: cover;
}

    .btn-pdf:hover {
        background-image: url('Images/pdf-hover.PNG');
        background-size: cover;
        /*border: 1px dotted darkblue;*/
    }

    .btn-pdf.disabled, .btn-pdf:disabled {
        background-image: url('Images/pdf-icon.PNG');
        background-size: cover;
        opacity: 0.40;
        cursor: not-allowed;
    }

.btn-excel-circle {
    width: 31px;
    height: 31px;
    background-image: url('Images/excel-circle.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-excel-circle:hover {
        background-image: url('Images/excel-circle-hover.PNG');
        background-size: cover;        
        border-width: 0px;
    }

    .btn-excel-circle.disabled, .btn-excel-circle:disabled {
        background-image: url('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('Images/add-greenbox.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-icon-plus:hover, .btn-icon-plus:focus {
        background-image: url('Images/add-hoverbox.PNG');
        background-size: cover;
        border-width: 0px;
    }

    .btn-icon-plus.disabled, .btn-icon-plus:disabled {
        background-image: url('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('Images/cancel-redbox.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-icon-cross:hover, .btn-icon-cross:focus {
        background-image: url('Images/cancel-hoverbox.PNG');
        background-size: cover;
        border-width: 0px;
    }

    .btn-icon-cross.disabled, .btn-icon-cross:disabled {
        background-image: url('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('Images/edit-green.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-icon-edit:hover {
        background-image: url('Images/edit-hover.PNG');
        background-size: cover;
        border-width: 0px;
    }

    .btn-icon-edit.disabled, .btn-icon-edit:disabled {
        background-image: url('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 #ffffe6;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffff66;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--book-bg-dark50);
    }

/* Custom Scrollbars - End */

/* Gv Header block hover style */
.table-hover > tbody > tr:hover > th {
    box-shadow: none;
    color: #000080 !important;
}

/* Popover override start */
.popover {
    /*border: 2px solid #f0f0f0;*/
    min-width: 176px;
    max-width: 276px;  
}

.popover-header {
    background-color: var(--book-bg-dark50);
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    border: 1px solid var(--book-bg-dark50);
}

.popover-body {
    background-color: var(--book-bg-light);
    color: #000000;
    font-size: 16px;
    padding: 10px;
    border: 1px solid var(--book-bg-dark50);
    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 */

/*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: 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: yellow;
    /*--bs-tooltip-border: 2px solid black;*/
    border: 2px solid yellow;
    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: black;
    color:yellow;
    --bs-popover-header-color: yellow;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}
/* Popover */
/*.popover {
    border: 2px dotted red;
}*/
/* Popover Header */
/*.popover-header {
    background-color: #000;
    color: yellow;
    font-size: 18px;
    text-align: center;
}*/
/* Popover Body */
/*.popover-body {
    background-color: yellow;
    color: #000;
    padding: 7px;
}*/
/* Popover Arrow */
/*.arrow {
    border-right-color: red !important;
}*/


/* Popover override start */
.popover {
    /*border: 2px solid #f0f0f0;*/
    min-width: 176px;
    max-width: 276px;
}

.popover-header {
    background-color: var(--book-bg-dark);
    color: yellow;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    border: 1px solid var(--book-bg-dark);
}

.popover-body {
    background-color: yellow; /*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 */
.bg-yellow-mts {
    background-color: #ffff00 !important; /* yellow */
}

.bg-yellow60-mts {
    background-color: #ffff33 !important;
}
.bg-blackhead-mts {
    background-color: black !important;
}
.text-gray-mts {
    color: #999999 !important;
}
.text-yellow50-mts {
    color: #ffff00 !important;
}
.text-yellow60-mts {
    color: #ffff33 !important;
}
.text-green {
    color: greenyellow !important;
}
.nav-link {
    color: #ffff00;
}
/* 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: "";
}*/

.activeMenu {    
    background-color: yellow;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;  
    color: black !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

@media (max-width: 768px) {
    .activeMenu {
        background-color: transparent;
        border-left: 10px solid yellow;
        
        border-radius: 15px;
        padding-left: 3px;
        color: yellow !important;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
    }
}

    .gr-body {
        color: #ffff80;
        background-color: white;
        font-weight: bold;
        border: 5px solid #ffff00;
        border-width: 0px 0px 5px 0px;
    }

    .gr-header {
        color: #ffff80;
        background: linear-gradient(to bottom, #000000 75%, #666666 95%);
        font-weight: bold;
        /*border: 5px solid #ffff00;
    border-width: 0px 0px 5px 0px;*/
}
.gr-alter-row {
    background-color: #ffff33; /* #ffffb3 */
    color: black;
}
    .gv-column {
        text-align: center;
    }

    .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: 32px;
    font-size:14px;
    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;
}

.btn-black-mts:hover {
    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-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;
}
    .btn-timer.disabled, .btn-timer:disabled {
        background-image: url('Images/timer-black-trn-dis.png');
        background-size: cover;
        border: none;
    }


.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;
}

.bg-lightGray95-mts {
    background-color: #f2f2f2 !important;
}

.bg-green70-mts {
    background-color: #66ff66 !important;
}

.bg-lightblue-mts {
    background-color: #c5cef7 !important;
}

.btn-invoice {
    width: 26px;
    height: 27px;
    background-image: url('Images/receipts-blue.jpg');
    background-size: cover;
}

    .btn-invoice:hover {
        background-image: url('Images/receipts-gray.jpg');
        background-size: cover;
    }

.btn-open-link {
    outline: none;
    box-shadow: none;
    color: yellow;
    background-color: black;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid black;
}

    .btn-open-link:hover, .btn-reset:focus {
        outline: none;
        box-shadow: none;
        /*background-color: yellow;*/
        font-weight: bold;
        text-decoration: none;
        border: 1px solid black;
    }

.btn-open-blink {
    animation: blinker 1s linear infinite;
    background-color: red;
}

.btn-open-blink-grn {
    animation: blinker 2s linear infinite;
    background-color: limegreen;
    color: black;
}

.btn-open-blink-ylw {
    animation: blinker 4s linear infinite;
    background-color: yellow;
    color: black;
}

.btn-open-blink {
    animation: blinker 1s linear infinite;
    background-color: red;
}

.bg-blueGridhead-mts {
    background-color: black !important;
}

.borderBottom1_gray {
    border-bottom: 2px solid #e4e6e7;
}

.reminder-payment-card {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    width: 330px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
    border-radius: 0.5rem;
}

.no-link-style {
    text-decoration: none; /* Removes underline from link */
    cursor: default;
    pointer-events: none; /* Optional: disables link behavior */
    content: "No URL";
    font-weight: bold;
    color: rgb(13, 110, 253);
}

    .no-link-style::after {
        content: "No URL";
        font-weight: bold;
        color: rgb(13, 110, 253);
    }

.yes-link-style {
    /* Removes underline from link */
    cursor: pointer;
    content: "URL";
    font-weight: bold;
    color: rgb(13, 110, 253);
}

    .yes-link-style::after {
        text-decoration: underline;
        content: "URL";
        font-weight: bold;
        color: rgb(13, 110, 253);
    }

.reminderpay-headht-mts {
    height: 90px; /* 80px */
    overflow-y: scroll;
}

.reminderpay-bodyht-mts {
    height: 105px; /*245px*/
    overflow-y: scroll;
}

.linkBtn {
    background-color: transparent; /* Green */
    border: 1px solid black;
    border-radius: 0.25rem;
    color: black;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .linkBtn:hover {
        color: yellow;
        background-color: black;
        font-weight: normal;
        text-decoration: none;
    }

.payment-icon {
    background-image: url('../../Core_Images/robot1.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px; /* Adjust size as needed */
    height: 35px;
}


/*Dashboard page css*/
.pre-scrollable-dash {
    overflow-y: scroll;
    max-height: 375px;
}

.hr-lightblue {
    height: 4px;
    background-color: lightblue;
    border: none;
    border-radius: 5px;
    margin: 20px 0;
}

.blink-me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.fw-bold {
    font-weight: bold !important;
}

.blink_msg-fast2 {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.text-green-mts {
    color: #23db27 !important;
}



/*remainders Start*/
.btn-plain {
    background-color: transparent;
    border-radius: 0.25rem;
    font-weight: bold;
    text-decoration: none;
}

.btn-plain-link {
    background-color: transparent;
    border-radius: 0.25rem;
    font-weight: bold;
    text-decoration: underline;
}

.btn-open-blink-grn {
    background-color: #28a745 !important;
    color: white !important;
    animation: blink-green 1s infinite;
}

.btn-open-blink-ylw {
    background-color: #ffeb60 !important; /* Changed to custom yellow */
    color: black !important;
    animation: blink-yellow 1s infinite;
}

/* Update the blink-yellow keyframes to use #ffeb60 if needed */



/* Optional blink keyframes */
@keyframes blink-green {
    50% {
        background-color: #218838;
    }
}

@keyframes blink-yellow {
    0%, 100% {
        background-color: #ffeb60;
    }

    50% {
        background-color: #fff176; /* Optional: Slightly lighter/darker for blinking effect */
    }
}

.btn-open-blink {
    background-color: red;
    color: white;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.btn-mts {
    padding: 2px 4px;
    border-radius: 4px;
}

.btn-open-link {
    cursor: pointer;
    transition: all 0.3s ease;
}

.text-greenbluis-mts {
    color: #66ff99 !important;
}

.btn-open-link {
    text-decoration: none !important;
    cursor: pointer;
}
/*remainders END*/

/*change new*/
/* Color Palette */
.bg-navy {
    background-color: yellow !important;
}

.border-navy {
    border-color: #002B5B !important;
}

.text-navy {
    color: #002B5B !important;
}

.text-amber {
    color: #FFC107 !important;
}

.text-green {
    color: #28a745 !important;
}

.text-greenbluis-mts {
    color: #66ff99 !important;
}

.bell-icon {
    font-size: 1.6rem;
    margin-right: 10px;
    filter: drop-shadow(0 0 4px #ffff0033);
    animation: bell-swing 3s ease-in-out infinite;
    /* yellow color */
    color: #ffff00;
}

@keyframes bell-swing {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    45% {
        transform: rotate(8deg);
    }

    60% {
        transform: rotate(-8deg);
    }

    75% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.view-all-link {
    color: #ffff00cc;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 0, 0.15);
    border: 1px solid black; /* Added border */
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

    .view-all-link:hover {
        color: #000;
        background: #ffff00;
        text-decoration: none;
        box-shadow: 0 0 12px black;
    }


.text-orange {
    color: orange;
}

.rem-title-button-wrapper {
    margin-bottom: 10px;
}

.rem-title-btn {
    background: none;
    border: none;
    /* use yellow50-mts */
    color: #ffff00;
    font-size: 1.05rem;
    font-weight: 900;
    cursor: pointer;
    padding: 0;
    width: 100%;
    text-align: left;
    text-shadow: 0 0 6px #ffff0022;
    transition: color 0.3s ease;
}

    .rem-title-btn:hover {
        color: #ffff66;
        text-decoration: underline;
    }


.rem-title-btn {
    background: transparent;
    border: 2px solid #ffff00; /* yellow border */
    color: #ffff00; /* yellow text */
    font-weight: 600;
    font-size: 0.85rem; /* smaller font */
    padding: 4px 10px; /* less padding */
    border-radius: 20px;
    width: auto; /* auto width, adjust as per text */
    max-width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px #ffff0022;
    user-select: none;
}

    .rem-title-btn:hover,
    .rem-title-btn:focus {
        background: #ffff00; /* yellow background on hover */
        color: #121212; /* dark text on hover */
        box-shadow: 0 0 14px #ffff00cc;
        border-color: #ffff00;
        outline: none;
    }

.dashboard-box {
    background-color: #ffffcc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 12px;
    height: 460px;
}
.dashboard-box-height {
    height: 460px;
}
/*ClientFormEntryView Revision Icon*/
.btn-revision {
    width: 22px;
    height: 24px;
    background-image: url('Images/revision.jpg');
    background-size: cover;
    font-weight: bolder;
    transition: transform 0.3s ease-in-out;
}

.btn-revision:hover {
    transform: rotate(-25deg);
    color: white;
}

.btn-clone {
    background-image: url('Images/clone.jpeg');
    width: 25px;
    height: 25px;
    background-size: cover;
    font-weight: bolder;
    transition: transform 0.3s ease-in-out;
}

    .btn-clone:hover, .btn-icon-plus:focus {
        background-image: url('Images/clone-hover.jpeg' );
        background-size: cover;
        border-width: 0px;
    }

.btn-Add-plus {
    width: 30px;
    height: 30px;
    background-image: url('Images/add-green.PNG');
    background-size: cover;
    border-width: 0px;
}

    .btn-Add-plus:hover, .btn-Add-plus:focus {
        background-image: url('Images/add-hover.PNG');
        background-size: cover;
        border-width: 0px;
    }


.btn-signature {
    width: 25px;
    height: 27px;
    background-image: url('Images/signicon.png');
    background-size: cover;
    font-weight: bolder;
    transition: transform 0.3s ease-in-out;
}



/*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;
    }   
    .dashboard-box {
        height: 480px;
    }

}


