.bundleTest {
    background-color: #31708F !important;
}

body {
    padding: 10px !important;
}

.body-bg-light {
    background-color: rgb(251 250 251) !important;
}

    .body-bg-light .main-content-wrap {
        background-color: rgb(251 250 251) !important;
    }



.hidden {
    display: none !important;
}

.no-padding
.no-paddingX {
    padding: 0px !important;
}



/* Used in Customer Pages When horizontal menu on overide default .row margine to 0px */
.layout-horizontal-bar div.row {
    margin: 0px !important;
    padding: 1rem 1rem 0 !important;
}

.layout-horizontal-bar div.main-content-wrap {
    padding: 0px !important;
}


/*Tab Control css*/

.TabControl-Badge {
    position: absolute;
    background-color: #f57373ff;
    z-index: 100;
    right: -10px;
    top: -3px;
    font-size: 10px;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-left-radius: 0px;
}









/* autocomplete automplete scrollbar csss */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0px;
}


.img-circle {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    border: 2px solid #520e573d;
}

.btn-selected {
    background-color: #533399;
    color: #ffffff;
    border: 1px solid #191d85 !important;
}

    .btn-selected:hover {
        background: #663399;
        box-shadow: 0 8px 25px -8px #663399;
        border-color: #080a3b;
        color: white;
    }

    .btn-selected:focus {
        box-shadow: none;
        box-shadow: 0 8px 25px -8px #663399;
    }



.DoubleClickToEdit {
    width: 100%;
    min-height: 30px;
    border: none;
    resize: none;
}

.center-contentx {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Crome hide Number Up Down Arrow*/
input.AddTextBoxes::-webkit-outer-spin-button,
input.AddTextBoxes::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox  hide Number Up Down Arrow*/
input[type=number] {
    -moz-appearance: textfield;
}
/*Crome Firefox hide Number Up Down Arrow-------------------*/


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}







.SelectTextOnFocus { /*Used in jquery for select on focus inside all Inputs*/
}

.form-control-select2 { /*Used in jquery for Select2*/
}

/*select 2 For Small Size box   */
.select2-container-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding-top: 2px !important;
}

.select2-container-sm span.select2-selection.select2-selection--single {
    border: 1px solid #c7cbe4 !important;
    height: 26px !important;
    line-height: 1.1rem;
    padding: 1px 6px 0px 6px !important;
    background-color: #ffffffff !important;
    border-color: #b4c9cf !important;
    min-width: 120px !important;
    border: 1px solid #c7cbe4 !important;
    vertical-align: middle !important;
}


.select2-container-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.select2-highlighted {
    border: 1px solid #000000 !important;
    background-color: #f0f68d !important;
    font-weight: bold !important;
} 
















/*Used For Vertical lable over input */
.form-vertical-lable-container {
    display: inline-block;
    position: relative;
}

.form-vertical-label-text {
    top: 0;
    left: 2px;
    position: absolute;
}

.form-vertical-label-input {
    margin-top: 22px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 3px 2px 3px 2px;
    background-color: #f8f9fa;
    min-width: 120px;
    min-height: 28px;
}













.search-bar-overide {
    border-radius: 7px !important;
    padding-left: 10px !important;
}

.search-bar-list-button {
    color: #31708F;
    font-size: 14px;
    font-weight: 700;
}

.searchresult-close {
    position: fixed;
    right: 10px;
    top: 85px;
    z-index: 9999;
}

    .searchresult-close:hover {
        background-color: #f2c8c5 !important;
        color: white !important;
    }

.SearchMainContainer {
    display: none;
    position: fixed;
    top: 50px;
    height: 98%;
    overflow-y: auto;
    background: #ffffff;
    padding: 15px;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid rgb(0 0 0 / 0.07);
    box-shadow: 15px 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    padding-right: 20px;
    padding-bottom: 100px;
}
/*.iframeMaster-LoadingImage {
    transition-property: background-image;
    transition-duration: 5s;
    transition-delay: 2s;
    background-image: url('../../../../dist-assets/images/spinner.svg') !important;
}*/



.module-header-panel {
    background: transparent;
    align-items: center;
    margin: 0 0 1.25rem;
    padding: 5px 0px 10px 0px;
    border-bottom: 1px solid #dee2e6;
}

    .module-header-panel .module-name {
        font-size: 1.5rem;
        line-height: 1;
        margin: 0;
    }

        .module-header-panel .module-name i {
            font-size: 1.5rem;
            line-height: 1;
            color: rebeccapurple;
        }



.loaderx {
    background-image: url('../../../../../../../dist-assets/images/spinner.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    z-index: 9999;
}

.LoaddingImageEffect {
    z-index: 99999;
    height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}


.LoaddingImageOverlayEffect {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: 99997;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.modalx {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    background-color: rgba(0, 0, 0, 0.60);
    overflow: hidden;
    outline: 0;
}


.border-radius-none {
    border-radius: 0px !important;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-5 {
    border-radius: 5px;
}

.text-lenth-fix {
    text-overflow: ellipsis;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
}

.text-lenth-100 {
    max-width: 100px;
}

.text-lenth-125 {
    max-width: 125px;
}

.text-lenth-150 {
    max-width: 150px;
}

.text-lenth-200 {
    max-width: 200px;
}

.text-lenth-250 {
    max-width: 250px;
}


.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.validatorx-control-class {
    border-color: #f44336 !important;
    border: 1px solid #f44336 !important;
}

.validatorx-label-class {
}




.visible-xl, .visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

@media (min-width:1200px) {
    .visible-xl {
        display: block !important
    }

    .hidden-xl {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg {
        display: block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md {
        display: block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media (min-width:577px) and (max-width:767px) {
    .visible-sm {
        display: block !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (max-width:576px) {
    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none !important
    }
}


.form-control-date {
    max-width: 120px;
    text-align: center;
}

.form-control-date-from {
}

.form-control-date-to {
}





table.table-col-1-hide tr td:nth-child(1) {
    display: none;
}

table.table-col-1-hide tr th:nth-child(1) {
    display: none;
}

table.table-col-2-hide tr td:nth-child(2) {
    display: none;
}

table.table-col-2-hide tr th:nth-child(2) {
    display: none;
}

table.table-col-3-hide tr td:nth-child(3) {
    display: none;
}

table.table-col-3-hide tr th:nth-child(3) {
    display: none;
}












/*CustomScrollbar  scrollbar*/

.CustomScrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #d5e1e5;
}

.CustomScrollbar::-webkit-scrollbar-thumb {
    background-color: #31708F;
    border-radius: 10px;
}

    .CustomScrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #dc3e3e;
        /*border: 1px solid #31708F;*/
    }

    .CustomScrollbar::-webkit-scrollbar-thumb:active {
        background-color: #dc3e3e;
        /*border: 1px solid #31708F;*/
    }

.CustomScrollbar::-webkit-scrollbar-track {
    /*border: 1px #dc3e3e solid;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #dc3e3e inset;
}
/*CustomScrollbar  END-------------------------------------------END */





/*Popup X ------------------------------- */

.Popup-x-Overlay {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
}



.Popup-x-Body {
    overflow-y: auto !important;
    overflow-x: auto !important;
    padding: 5px;
    padding-top: 0px;
    width: 100%;
    height: calc(100vh - 45px) !important;
    border: none !important;
}

.Popup-x-CloseButton {
    font-size: 20px;
    margin-top: -5px !important;
}

.Popup-x-HeaderFixed {
    background-color: #e7e1ed;
    height: 30px;
    border-bottom: 1px solid #bbb9b9;
    padding: 5px;
    background-color: #f6f3fa;
}

.Popup-x-Conent {
    background-color: white;
    display: inline-block;
    position: absolute;
    width: 90%;
    border: 1px solid #4a3164;
    top: 4px;
    border-radius: 6px;
    height: calc(100vh - 7px) !important;
}

@media (max-width: 576px) {
    .Popup-x-Conent {
        width: 98% !important;
    }
}

/*@media (max-width: 576px) {
    .Popup-x-Conent {
        width: 98% !important;
        right: unset !important;
    }

    .Popup-x-Body {
        height: calc(100% - 100px);
    }
}

@media (max-width: 768px) {
    .Popup-x-Conent {
        width: 88% !important;
        right: unset !important;
    }

    .Popup-x-Body {
        height: calc(100% - 100px);
    }
}
*/
/*Popup X ---------------------------------------- */


.OpticityX-1 {
    opacity: 0.1;
}

.OpticityX-2 {
    opacity: 0.2;
}

.OpticityX-3 {
    opacity: 0.3;
}

.OpticityX-4 {
    opacity: 0.4;
}

.OpticityX-5 {
    opacity: 0.5;
}

.OpticityX-6 {
    opacity: 0.6;
}

.OpticityX-7 {
    opacity: 0.7;
}

.OpticityX-8 {
    opacity: 0.8;
}

.OpticityX-9 {
    opacity: 0.9;
}




/*-------START OF ---------FOR CUSTOMER VIEW ---------------------------------------------------------------------- */

.search-bar-product-search {
    border-radius: 7px !important;
    padding-left: 10px !important;
    width: 400px !important;
}

.AppSearchMainContainer {
    display: none;
    position: fixed;
    top: 62px;
    left: 120px;
    background: #f7f2fa;
    padding: 3px;
    width: 400px;
    z-index: 9999;
    border-top: 1px solid rgb(0 0 0 / 0.07);
    box-shadow: 15px 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.Appsearchresult_container {
    overflow-y: auto;
    max-height: 400px;
}

@media (min-width:768px) and (max-width:2000px) {
    .search-bar-product-search {
        display: flex !important;
    }
}

@media (min-width:577px) and (max-width:767px) {
    .search-bar-product-search {
        display: flex !important;
        width: 220px !important;
    }

    .AppSearchMainContainer {
        left: 60px;
    }
}


@media (max-width:576px) {
    .search-bar-product-search {
        display: flex !important;
        width: 140px !important;
    }

    .AppSearchMainContainer {
        left: 2px;
    }
}

.tss-wishlist-menu,
.tss-cart-menu {
    width: 400px;
    height: 400px;
    box-shadow: 0px 33px 36px -2px rgba(0,0,0,0.75) !important;
    -webkit-box-shadow: 0px 33px 36px -2px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 33px 36px -2px rgba(0,0,0,0.75) !important;
}

.tss-wishlist-menu-container,
.tss-cart-menu-container {
    width: 100%;
    height: 380px;
    overflow-x: auto;
}


.tss-wishlist-item,
.tss-cart-item {
    padding: 0px !important;
    padding-bottom: 2px !important;
    border-bottom: 1px solid #dfd8e5;
    padding-top: 0px !important;
}

.tss-wishlist-footer,
.tss-cart-footer {
    display: block;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    background: #817f7f;
    width: 100%;
}



.badge-top-container-overide {
    height: 40px !important;
}

.tss-header-icon-container {
    width: 50px;
    text-align: left !important;
}

.header-icon-text {
    position: relative;
    bottom: 1px;
    left: 0;
    font-size: 12px;
    color: #817f7f;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.app-footer ul {
    list-style: none;
    padding: 0px;
}

.tss-mega-menu {
    padding-left: 90px;
    padding-top: 7px;
    height: 48px;
}

.tss-mega-menu-card {
    margin: 0 15px 15px 0;
    display: inline-block;
    color: #663399;
    text-align: center;
}

.tss-mega-menu .dropdown-menu {
    border: 1px solid #eee9f2;
    max-height: calc(100vh - 150px) !important;
    box-shadow: 0px 33px 36px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 33px 36px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 33px 36px -2px rgba(0,0,0,0.75);
}

    .tss-mega-menu .dropdown-menu .links li > a {
        padding: 0 5px 0 5px;
        font-size: 14px;
    }

        .tss-mega-menu .dropdown-menu .links li > a:hover {
            color: #663399;
            font-weight: 700;
            border-radius: 4px;
            background-color: #ede8f2;
        }

.tss-mega-menu-card span {
    font-weight: 600;
    color: black;
    display: block;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tss-mega-menu-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 10px 10px 10px 10px;
}

.tss-mega-menu-card:hover img {
    padding: 0px 0px 0px 0px;
}

.tss-mega-menu-card:hover span {
    color: #663399;
    padding: 0 3px 0 3px;
    border-radius: 4px;
    background-color: #ede8f2;
}



/*File Upload Control Css ---------------------------------------------*/
.tss-file-upload-dragable {
    border: 1px dashed #8a7f8e;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background-image: url(../../../../../dist-assets/images/dragdrop.png);
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: auto !important;
    background-position: center center;
    opacity: .8 !important
}

.DragOver {
    background-color: rgb(102 51 153 / .16) !important
}

.tss-file-upload-dragable::before {
    visibility: hidden !important
}

.tss-file-upload-dragable:active::before {
    background: 0 0 !important
}

.tss-file-upload {
    color: transparent
}

    .tss-file-upload::-webkit-file-upload-button {
        visibility: hidden
    }

    .tss-file-upload::before {
        content: 'Select file to Upload';
        color: #000;
        display: inline-block;
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: 0;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        font-size: 10pt
    }

    .tss-file-upload:hover::before {
        border-color: #000
    }

    .tss-file-upload:active {
        outline: 0
    }

        .tss-file-upload:active::before {
            background: -webkit-linear-gradient(top,#e3e3e3,#f9f9f9)

        }


.fileuploadImagePreviewHolder {
    position: fixed;
    top: 10%;
    right: 5%;
    background-color: #808080;
    border: 1px solid #8a7f8e;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    z-index:999!important;
}







/*---------------------------------File Upload Control Css END---------------------------------------------*/



/*---------------------------------IMAGE  Upload Control  START---------------------------------------------*/

.pnlImageUploadControlHolder {
    overflow: hidden;
    position: relative;
}

.tss-image-upload-progress {
    position: absolute;
    left: 0;
    height: 25px;
    bottom: 0;
}

.tss-image-upload-remove {
    position: absolute;
    right: 0;
    top: 0;
}

.tss-image-upload {
    color: transparent !important;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px dashed #8a7f8e;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url(../../../../../dist-assets/images/image-upload.png);
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: auto !important;
    background-position: center center;
    opacity: .8 !important
}

    .tss-image-upload::before {
        visibility: hidden !important
    }

    .tss-image-upload:active::before {
        background: 0 0 !important
    }

    .tss-image-upload::-webkit-file-upload-button {
        visibility: hidden
    }

/*---------------------------------IMAGE  Upload Control Css END---------------------------------------------*/




/* Radio Tab Design */

.radio-tab-default {
    margin: 0 0 0rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    cursor: pointer
}

    .radio-tab-default input {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

        .radio-tab-default input + label {
            margin: 0;
            padding: 0.45rem 1rem;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            border: solid 1px #DDD;
            background-color: #FFF;
            font-size: 14px;
            line-height: 100%;
            text-align: center;
            box-shadow: 0 0 0 rgba(255, 255, 255, 0);
            transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
        }

            .radio-tab-default input + label:first-of-type {
                border-radius: 6px 0 0 6px;
                border-right: none;
            }

            .radio-tab-default input + label:last-of-type {
                border-radius: 0 6px 6px 0;
                border-left: none;
            }


        .radio-tab-default input:hover + label {
            font-weight: bold;
            color: #0d2255;
            background-color: #e7e9ec;
        }

        .radio-tab-default input:checked + label {
            background-color: #663399;
            color: #FFF;
            box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
            border-color: #394e77;
            z-index: 1;
            font-weight: 600;
        }







/*Pagging control*/
.control-pagging-no-record {
    padding: 20px 0px 20px 2px;
    font-weight: 600;
    font-size: 25px;
    color: #686371;
    margin-top: 10px;
    margin-bottom: 4px;
}


/*Custom Scrollbar*/

.CustomScrollbar1::-webkit-scrollbar {
    width: 4px;
    height: 5px;
    background-color: #c2bcc9ff;
}

.CustomScrollbar1::-webkit-scrollbar-thumb {
    background-color: #7d639e;
    border-radius: 5px;
}

    .CustomScrollbar1::-webkit-scrollbar-thumb:hover {
        background-color: #7d639e;
        /*border: 1px solid #31708F;*/
    }

    .CustomScrollbar1::-webkit-scrollbar-thumb:active {
        background-color: #7d639e;
        /*border: 1px solid #31708F;*/
    }

.CustomScrollbar1::-webkit-scrollbar-track {
    /*border: 1px #dc3e3e solid;*/
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #c5b0da inset;
}


/*--------------------------------------------------------------r*/


/*Custom Badge */

.badgex {
    font-size: 11px;
    border: 1px solid #313235;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    font-weight: 600;
}

.badgex-sm {
    padding: 1px 2px 1px 2px !important;
    font-size: 10px !important;
}

.badgex-primary {
    background-color: #c7d4f3ff;
    color: #0b3089;
    border-color: #0b3089;
}

.badgex-primary-light {
    background-color: #eaeefaff;
    color: #486ec9;
    border-color: #7a98e0;
}

.badgex-danger {
    background-color: #f7adadff;
    color: #980c0cff;
    border-color: #810d0dff;
}

.badgex-success {
    background-color: #c0e2c1ff;
    color: #034710ff;
    border-color: #034710ff;
}


.badgex-info {
    background-color: #def7f4ff;
    color: #04687eff;
    border-color: #04687eff;
}

.badgex-gray {
    background-color: #e3e3e3ff;
    color: #3c3e3eff;
    border-color: #3c3e3eff;
}

.badgex-secondary {
    background-color: #e4dcef;
    color: #4d2a7e;
    border-color: #4d2a7e;
}

/*--------------------------------------------------------------r*/


/*  Start Of ----- Global Dynamic Popup ==== Patient Edit Control */

.GlobalDynamic-Popup-x-Overlay {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
}

.GlobalDynamic-Popup-x-Conent {
    background-color: white;
    display: inline-block;
    position: absolute;
    width: 90% !important;
    border: 1px solid #4a3164;
    top: 4px;
    border-radius: 6px;
    height: calc(100vh - 7px) !important;
}


.GlobalDynamic-Popup-x-Body {
    overflow-y: auto !important;
    overflow-x: auto !important;
    padding: 5px;
    padding-top: 0px;
    width: 100%;
    height: calc(100vh - 30px) !important;
    border: none !important;
}


.GlobalDynamic-Popup-x-Body-ForReportJsIframe {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    padding: 5px;
    margin-top: -11px!important;
    width: 100%;
    height: calc(100vh - 30px) !important;
    border: 1px solid red;

}




.GlobalDynamic-Popup-x-CloseButton {
    font-size: 20px;
    margin-top: -5px !important;
}

.GlobalDynamic-Popup-x-HeaderFixed {
    background-color: #e7e1ed;
    height: 20px;
    border-bottom: 1px solid #bbb9b9;
    padding: 5px;
    background-color: #f6f3fa;
}

@media (max-width: 576px) {
    .GlobalDynamic-Popup-x-Conent {
        width: 98% !important;
    }
}


/*  End --------------------------------------------- */



.tblSingleRow tr td,
.tblSingleRow tbody tr td {
    width: 1px;
    white-space: nowrap;
}

.tblSingleRow tr th,
.tblSingleRow thead tr th {
    width: 1px;
    white-space: nowrap;
}




/*  Used For Item Filter in fo Group Category Ratelist */
.Item-Search-Filter {
    margin-bottom: 4px;
    margin-top: 2px;
    opacity: 0.8;
}

.Item-Search-Filter-Lable {
    font-weight: 600;
    color: #808080;
}

.Item-Search-Filter-Dropdown {
    margin-right: 4px;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 4px;
    width: 100px;
}


.btnSideLink {
    width: 100%;
    text-align: left !important;
}

    .btnSideLink:hover {
        background-color: #DDD;
        font-weight: bold;
    }


