/* Minification failed. Returning unminified contents.
(5055,1): run-time error CSS1019: Unexpected token, found '}'
(5065,2): run-time error CSS1031: Expected selector, found '/'
(5065,2): run-time error CSS1025: Expected comma or open brace, found '/'
(5123,1): run-time error CSS1019: Unexpected token, found '}'
(5133,2): run-time error CSS1031: Expected selector, found '/'
(5133,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*------------RetailMain.cshtml Start----------------*/

body {
    padding-top: 0px;
}

.pos-context-menu-disable {
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}

.pos-context-menu-enable {
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.pos-dusminutes-app-replcement:hover {
    border: 0.5px solid gray;
    cursor: context-menu;
}

.pos-product-replacement-color {
    background-color: #E7111BA6 !important;
}

.pos-replace-product-table-row {
    background-color: burlywood !important;
}

.pos-partial-replace-product-table-row {
    background-color: lightblue !important;
}

#POSMainScreen {
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

#tickOverlay {
    position: relative;
    display: none;
    /*width: 100%;
  height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.blinking {
    animation: blinkingText 0.8s infinite;
    animation-direction: alternate;
}

@keyframes blinkingText {
    from {
        background-color: red;
    }

    to {
        background-color: blue;
    }

    from {
        color: white;
    }

    to {
        color: black;
    }
}

.badge-notify {
    background: red;
    position: relative;
    top: -35px;
    left: 10px;
}

.badge-danger {
    background-color: #f76549;
}

.badge-header {
    position: absolute;
    font-size: .85em;
    font-weight: normal;
    top: 0%;
    margin-top: -2em;
    min-width: 1.85em;
    padding: 5px 8px;
    right: 3px;
}

.poslogo {
    text-align: center;
    float: none;
    display: inline;
    padding-left: 6px; /*10px*/
    font-weight: 300;
    background-color: #F1F1F1;
    color: #818181;
}

.pos_header_background {
    background: #F1F1F1 !important;
    width: 100%;
    z-index: 1030;
}

.pos_header_style {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #CAC8C8;
}

.pos_themes_background {
    background: #0073AA !important;
}

.pos_header_style > .poslogo {
    display: inline;
}

.pos_header_style > .navbar {
    margin-bottom: 0;
    background: #F1F1F1 !important;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    top: 40px;
}

.pos_header_style .navbar .navbar-nav {
    display: inline-flex;
}

.pos_header_style .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #9F9F9F;
}

.pos_header_style .navbar-nav > li > a {
    display: block;
}

.ps__thumb-y {
    background-color: #7C7C7C;
}

.selectedstyle {
    background-color: #C9C9C9 !important;
}

.selectedanchorstyle {
    color: #4689cf !important;
}

.applyBoxShadow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.popover {
    font-size: 11px;
    font-family: 'OpenSans-Regular' !important;
    min-width: 50px;
}

div .popover-content {
    padding: 10px;
    min-width: 50px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 11px;
}

#HeaderIconsStyle {
    padding: 5px;
}

.HeaderIconsDivStyle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 2px;
}

.HeaderIconsDivTextStyle {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 11px;
    overflow-wrap: break-word;
}

.MsHeaderIcon {
    cursor: pointer;
    height: 26px;
    width: 26px;
    margin-left: 12px;
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}

.arrow_box {
    background: #0a0d21;
    color: white;
    border: 2px solid #1f1714;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(10, 13, 33, 0);
        border-bottom-color: #0a0d21;
        border-width: 20px;
        margin-left: -20px;
    }

    .arrow_box:before {
        border-color: rgba(31, 23, 20, 0);
        border-bottom-color: #1f1714;
        border-width: 26px;
        margin-left: -26px;
    }

#functionShortcutDiv:hover {
    cursor: pointer;
}

.pos-thead-row-tblSelectedProduct {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed;
}

.pos-thead-row-tblSelectedProduct-leftPanel {
    /*display: table;*/
    width: 100%;
    height: 40px;
    table-layout: fixed;
}

.pos-tfoot-row-tblSelectedProduct {
    display: table;
    width: 100%;
    height: 35px;
    table-layout: fixed;
}

.pos-tfoot-row-tblSelectedProduct-leftPanel {
    /*display: table;*/
    width: 100%;
    height: 35px;
    table-layout: fixed;
}

#tblSelectedProduct > tbody > tr:nth-child(even) {
    background: #ECECEC;
}


.tblSelectedProductFontStyle {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
}

.tblSelectedProductBodyFontStyle {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 11px !important;
    color: black !important;
}

.productImgcss {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
    font-weight: normal !important;
    font-family: 'OpenSans-Regular' !important;
}

.thumbnail .caption {
    padding: 0px !important;
}

#tblSelectedProduct > tbody > tr > td:last-child {
    border-right: none !important;
}

#tblSelectedProduct > tbody > tr > td:first-child {
    border-left: none !important;
}

#tblSelectedProduct > tbody > tr {
    border-top: 0px;
    border-bottom: 0.5px solid #E3E3E3 !important;
}

.divInnerFunctions:hover div {
    background: #0073AA !important;
    color: #FFFFFF;
}

#rightColumnFirstRowFluid input:focus {
    outline-style: none !important;
    -webkit-box-shadow: none;
    border-color: #C6C6C6 !important;
    box-shadow: none !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    color: #4D4D4D !important;
    Margin: 10px 0px 0px 0px;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    color: #4D4D4D !important;
    Margin: 10px 0px 0px 0px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    color: #4D4D4D !important;
    Margin: 10px 0px 0px 0px;
}

.highlighted {
    background: #9BDDFB !important;
}

.customButton {
    font-size: 11px;
    position: relative;
    height: 30px;
    color: #FFFFFF;
    background-color: darkgray;
    text-align: center;
    line-height: 15px;
}

    .customButton:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 30px;
        border-top: 15px solid transparent;
        border-right: 20px solid darkgray;
        border-bottom: 15px solid transparent;
    }

.searchstyle input {
    border-right-style: none;
}

.input-group-addon {
    background-color: transparent;
}

    .input-group-addon:hover {
        background: #4689CF;
    }

#divFooterInputFields .form-group {
    margin-bottom: 0px;
}

#divFooterInputFieldsColumn1 .Flabel {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    color: black;
}

#divFooterInputFieldsColumn2 .Flabel {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    color: black;
}

#divFooterInputFieldsColumn1 .Ftxtbox {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    color: black;
}

#divFooterInputFieldsColumn2 .Ftxtbox {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    color: black;
}

#divFooterInputFields .lblfooter {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#divFooterInputFields .txtfooterInput {
    font-weight: bold !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px !important;
    width: 120px;
    height: 20px !important;
    color: Black;
    border: 1px solid #C6C6C6;
    text-align: right;
    padding-left: 0px;
    margin-right: 40px;
}

#divFooterInputFields input[type="text"]:disabled {
    background-color: #F4F4F4;
}

.form-control label {
    border-radius: 1px;
}

.form-control {
    border-radius: 2px;
}

.inputFormControl {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#dayInFieldSet1 label {
    padding: 0px;
}

.imgcol div {
    position: relative;
    float: left;
    padding: 0px;
}

.hover03 figure img {
}

.hover03 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posFigure {
    margin: 0px !important;
}

/*------------RetailMain.cshtml End----------------*/

/*-------------_RightPanel.cshtml Start------------*/

#divProductGroupColumn {
    display: flex;
}

#divProductNavigationColumn {
    display: flex;
}

#divProductGroupNameRowFluid {
    height: 40px;
    background-color: transparent;
    border-color: transparent;
    flex-direction: column;
    justify-content: center;
}

#divProductTable {
    padding-left: 35px;
    padding-right: 35px;
}

#divProductList {
    display: flex;
}

#rightColumnThirdRowFluid {
    height: 35px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 35px;
    padding-right: 35px;
}

#divFuncShortPaging {
    right: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
}


#divAppliedSchemesColumn {
    right: 0;
    left: 35px;
    vertical-align: middle;
    height: 30px;
}

#lblAppliedSchemes {
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#divProductGroupPaging {
    right: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.btnPageButton {
    background: transparent;
    color: black;
    font-weight: 600;
}

.pageSelected {
    background: #0073AA !important;
    color: white;
}

.pageUnSelected {
    background: transparent !important;
    color: black;
}


/*-------------_RightPanel.cshtml End------------*/

/*------------_ProductGroup.cshtml Start-----------*/

.btnProductGroup {
    background-color: #E3E3E3;
    font-family: 'OpenSans-Regular' !important;
    font-size: 14px !important;
    color: #1C1C1C;
    padding: 0px;
}

    .btnProductGroup:hover {
        background: #4689CF;
        color: #FFFFFF;
    }

.productGroupSelected {
    background: #FFFFFF;
}

.productGroupUnSelected {
    background-color: #E3E3E3;
}

.btnProductGroupText {
    overflow: hidden;
    vertical-align: central;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*------------_ProductGroup.cshtml End-----------*/

#tblFuncShort {
    padding-left: 35px;
    padding-right: 35px;
    table-layout: fixed;
    border-collapse: separate;
}

    #tblFuncShort td div {
        padding: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblFuncShort tbody tr td {
        padding-right: 15px;
        padding-bottom: 10px;
    }

    #tblFuncShort text {
        font-family: 'OpenSans-Regular' !important;
        font-size: 18px;
    }

tblFuncShort td.functionDetails:hover {
    background: #34C4F9;
    color: white;
}


.functionDetails {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.divFuncShortTextStyle {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #525252;
}

#tblShorcuts {
    padding-left: 35px;
    padding-right: 35px;
    table-layout: fixed;
    border-collapse: separate;
}

    #tblShorcuts td div {
        padding: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblShorcuts tbody tr td {
        padding-right: 15px;
        padding-bottom: 10px;
    }


tblShorcuts td.functionDetails:hover {
    background: #34C4F9;
    color: white;
}

.ShortcutDetails {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/*------------_Product.cshtml Start----------------*/

.thumbnail {
    border-color: #B6B6B6;
    padding: 0px;
    margin-bottom: 0px;
}

#tblProduct {
    table-layout: fixed;
    border-collapse: separate;
}

    #tblProduct td div {
        padding: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 1px;
        color: #404040;
    }

    #tblProduct tbody tr td {
        padding-right: 10px;
        padding-bottom: 5px;
        cursor: pointer;
    }

#tblProduct {
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
}

.producttest :hover {
    cursor: pointer;
    background: #0073AA !important;
    color: white !important;
}

.divInnerStarProduct :hover {
    cursor: pointer;
    background: #4689CF;
    color: white !important;
}

    .divInnerStarProduct :hover div .divInnerProductName {
        color: white !important;
    }

.divNoImage {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px;
    margin-top: 2px;
    font-weight: 400;
    padding: 0px;
}

.btnPageButton:hover {
    background: #0073AA !important;
    color: white;
}

.btnPageButton:focus {
    background: #0073AA !important;
}


#divProductNavigationTabDup {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.ProductNavigationText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    color: #0073AA !important;
    border: transparent;
    font-family: Verdana !important;
    font-weight: normal;
    font-size: 21px;
    white-space: nowrap;
}

    .ProductNavigationText:nth-last-child(1) {
        color: #34C4F9;
    }

    .ProductNavigationText:hover {
        background: #4689CF;
        color: #FFFFFF !important;
    }

/*------------_Product.cshtml End----------------*/

/*-----------_ProductWithImage.cshtml Start------------*/

.caption1 {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
    text-align: center;
}

div.polaroid {
    position: relative;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    color: black;
}

div.polaroidContent {
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newProductImageStyle {
    position: relative;
    text-align: center;
    color: white;
}

.newProductImageStyle1 {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 3px;
    left: 3px;
    background: #6B8E23;
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

.top-right {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #808080;
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.centered {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "OpenSans-Regular" !important;
    padding: 0px;
}

.bottom-centered {
    position: absolute;
    bottom: 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgProduct {
    height: 58%;
    width: 60%;
    font-weight: bold;
    padding-top: 2px;
}

.imgProductTwo {
    height: 30%;
    width: 60%;
    font-weight: bold;
    padding-top: 2px;
}

.imgProductThree {
    height: 13%;
    width: 60%;
    font-weight: bold;
    padding-top: 2px;
}

.imgProductFour {
    height: 8%;
    width: 60%;
    font-weight: bold;
    padding-top: 2px;
}

.divInnerProductName {
    font-family: "OpenSans-Regular" !important;
    color: #404040;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 3px;
}

#divImageProductName {
    font-family: "OpenSans-Regular" !important;
    font-size: 10px !important;
    color: #404040;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20% !important;
}

#divImageProductNameTwo {
    line-height: 1.0;
    font-family: "OpenSans-Regular" !important;
    font-size: 10px;
    color: #404040;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60% !important;
}

#divImageProductNameThree {
    line-height: 1.0;
    font-family: "OpenSans-Regular" !important;
    font-size: 10px;
    color: #404040;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70% !important;
}

#divImageProductNameFour {
    line-height: 1.0;
    font-family: "OpenSans-Regular" !important;
    font-size: 10px;
    color: #404040;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70% !important; /*70%*/
}

#divProductName {
    line-height: 1.0;
    font-family: "OpenSans-Regular" !important;
    font-size: 10px;
    color: #404040;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*-----------_ProductWithImage.cshtml End------------*/

/*-----------_ProductWithoutImage.cshtml Start------------*/

.divProductDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-----------_ProductWithoutImage.cshtml End------------*/

/*----------_FooterPanel.cshtml Start--------------*/

#divFooterPanel {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    display: flex;
    height: 65px;
    background-color: #F3F3F3;
}

#divFooterLeftButtonArrow {
    width: 35px;
    height: 18px;
    text-align: center;
}

#divFooterRightButtonArrow {
    width: 35px;
    height: 18px;
    text-align: center;
}

.btnFooter {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 65px;
    color: black;
}

    .btnFooter:hover {
        background: #0073AA !important;
        color: #FFFFFF;
    }

    .btnFooter:focus {
        background: #0073AA !important;
        color: #FFFFFF;
    }

#divFooterPanelImage {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 0px;
}

#divFooterPanelCaption1 {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 0px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#divFooterPanelCaption2 {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 2px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#divShortcutImage {
    padding: 2px;
}

.divShortcutTextStyle {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*--------_FooterPanel.cshtml End----------------*/

/*-------------------_DayIn.cshtml Start-------------------------*/

/*-------------------_DayIn.cshtml End-------------------------*/
.divDayEnd {
    margin: 5px;
    overflow: hidden;
}

.nav-tabs {
    margin: 0;
}

.tab-content {
    height: 100%;
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

/*Main Screen*/

.frmAddItemComment label {
    padding-right: 0px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frame {
    height: 20px;
    width: 20px;
    overflow: hidden;
}

.zoomout img {
    height: 50px;
    width: 50px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

    .zoomout img:hover {
        width: 100px;
        height: 100px;
    }

.pos-table-header-column-width {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.pos-show-fade-background-color {
    background: #414141;
    position: absolute;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width:651px) and (max-width:768px)*/
@media only screen and (min-width: 268px) and (max-width: 767px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 42vh;
        max-height: 42vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 50%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 0% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 13px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 65% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductTwo {
        height: 45% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 20% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 35% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 55% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 80% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    .pos-alignment {
        text-align: center;
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 45vh;
        max-height: 45vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 40%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 10% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 16px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 65% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductTwo {
        height: 45% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 20% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 35% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 55% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 80% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    .pos-alignment {
        text-align: left;
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 40%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 15% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 20px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 60% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductTwo {
        height: 40% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 60% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 40%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 17% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 21px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 60% !important; /*58*/
        width: 60%;
        font-weight: bold;
        padding-top: 0px;
    }

    .imgProductTwo {
        height: 50% !important; /*30*/
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 40% !important; /*13*/
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 20% !important; /*10*/
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40% !important; /*42*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 2px;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important; /*70*/
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 60% !important; /*87*/
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 80% !important; /*90*/
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1681px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 40%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 18% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 22px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 58% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 0px;
    }

    .imgProductTwo {
        height: 30% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 13% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 42% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 2px;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 87% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

@media only screen and (min-width: 1682px) and (max-width: 1882px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 19% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 23px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }


    .imgProduct {
        height: 58% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 0px;
    }

    .imgProductTwo {
        height: 30% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 13% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 42% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 2px;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 87% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

@media only screen and (min-width: 1883px) and (max-width: 2083px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 20% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 24px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 58% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 0px;
    }

    .imgProductTwo {
        height: 30% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 13% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 10% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 42% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 2px;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 87% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 9.5px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90% !important;
    }

    .pos-table-header-column-width {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

@media only screen and (min-width: 2084px) and (max-width: 2284px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 21% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 25px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 75% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }


    .imgProductTwo {
        height: 60% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 25% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    .pos-table-header-column-width {
        width: 125px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media only screen and (min-width: 2285px) and (max-width: 2485px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 22% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 26px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 75% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }


    .imgProductTwo {
        height: 60% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 25% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    .pos-table-header-column-width {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 2486px) and (max-width: 2686px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 23% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 27px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 75% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }


    .imgProductTwo {
        height: 60% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 25% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    .pos-table-header-column-width {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 2687px) and (max-width: 2887px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 24% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 28px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 75% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }


    .imgProductTwo {
        height: 60% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 25% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    .pos-table-header-column-width {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 2888px) and (max-width: 3000px) {
    .pos-dusminutes-replacequantity-content {
        min-height: 33vh;
        max-height: 33vh;
    }

    .pos-dusminutes-replacequantity-dialog {
        width: 30%;
    }

    .pos-messagebox-middlerow-style {
        margin-left: 25% !important;
        font-weight: bold !important;
        color: #0073AA !important;
        font-size: 29px !important;
    }

    .pos-itemimage-carousel {
        height: 100% !important;
        width: 5% !important;
        color: black !important
    }

    .pos-itemimage-carousel-indicators {
        /*height: 100% !important;*/
    }

    .pos-itemimage-carousel-inner {
        height: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90% !important;
    }

    .pos-itemimage-arrowimage {
        width: 1% !important;
        color: black !important;
        opacity: 1 !important;
        background: transparent !important;
    }

        .pos-itemimage-arrowimage:focus, .pos-itemimage-arrowimage:hover {
            color: gray !important;
        }

    #POSMainScreen {
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .imgProduct {
        height: 75% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }


    .imgProductTwo {
        height: 60% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductThree {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    .imgProductFour {
        height: 50% !important;
        width: 60%;
        font-weight: bold;
        padding-top: 2px;
    }

    #divImageProductName {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 25% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #divImageProductNameTwo {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40% !important;
    }

    #divImageProductNameThree {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    #divImageProductNameFour {
        line-height: 1.0;
        font-family: 'OpenSans-Regular' !important;
        font-size: 10px !important;
        color: #404040;
        text-align: center;
        /*vertical-align: bottom;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50% !important;
    }

    .pos-table-header-column-width {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
}

.modal {
}

.pos-active-button {
    padding-top: 0;
    border: 0.5px dotted blue;
}

.pos-deactive-button {
    padding-top: 0;
    border: 0px dotted blue;
}

.navigationDisable {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}

.navigationEnable {
    font-weight: bold;
    cursor: pointer;
    pointer-events: initial;
    opacity: initial;
    text-decoration: none;
}

.searchHightlight {
    background: red !important;
    color: #FFFFFF !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    /*width: inherit; Kindly do not change width. It affects in entire project*/
    /*height: inherit; Uncomment when required*/
    /* To center horizontally */
    /*margin: 0 auto; Uncomment when required*/
}

/*.ps-scrollbar-x-rail { display: none !important; }*/

.pos-alignment {
    text-align: left;
}

.pos-textbox {
    height: inherit !important;
}

.pos-textbox-number {
    height: inherit !important;
    text-align: right !important;
}

.pos-textbox-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
}

.pos-optioncontrol-padding {
    padding-right: 8px !important;
}

.pos-textarea {
    padding: 1px 2px !important;
    height: 70px !important;
}

.pos-margin0 {
    margin: 0px !important;
}

.pos-margin1 {
    margin: 1px !important;
}

.pos-padding0 {
    padding: 0px !important;
}

.pos-padding1 {
    padding: 1px !important;
}

.pos-padding5 {
    padding: 2px !important;
}

.pos-padding-bottom {
    padding-bottom: 2px !important;
}

.pos-padding-bottom5 {
    padding-bottom: 5px !important;
}

.pos-margin-bottom {
    margin-bottom: 0.50% !important;
}

.ModalHeaderStyle {
    text-align: left;
    height: 38px;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px !important;
    vertical-align: middle;
    text-wrap: none;
    font-size: 13px;
    font-weight: 500;
    font-family: 'OpenSans-Regular' !important;
    border-bottom: none;
}

.pos-label-header /*Previous Name - pos-label-bold-final*/ {
    font-weight: 700 !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-header-row {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.pos-label {
    font-weight: 500 !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-label-padding-left {
    font-weight: 500 !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    padding-left: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-label-bold {
    font-weight: 700 !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModalHeaderStyle > h5 {
    margin: 10px 0px 0px 0px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500 !important;
    font-family: 'OpenSans-Regular' !important;
    text-wrap: normal;
}

.ModalHeaderStyle span {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
    cursor: pointer;
}

#ModalHeader span {
}

.dtpCustom .FDatePicker {
    height: 34px;
}

#divMemberSchemesDiscountMain .multiselect dropdown-toggle {
    height: 28px;
}

.pos-fa-icon-17 {
    font-size: 17px;
}

.pos-fa-icon-18 {
    font-size: 18px;
}
/* -----------------POS Table Related CSS Start------------------*/

/*Applies on tHead > tr, tBody > tr */
.pos-table-row {
    display: table;
    width: 100%;
    height: 30px;
    table-layout: fixed;
}

/*Applies on tHead > tr, tBody > tr */
.pos-table-row-leftPanel {
    /*display: table;*/
    width: 100%;
    height: 30px;
    table-layout: fixed;
}

/*Applies on tHead */
.pos-table-header {
    /*background-color: #565656;*/
    color: white;
    text-align: center;
}

/*Applies on tHead */
.pos-table-header-leftPanel {
    /*background-color: #565656;*/
    color: white;
    text-align: center;
    overflow: hidden;
    display: block;
}

/*Applies on tHead > tr > td */
.pos-table-header-cell {
    border-left: 1px solid #C6C6C6 !important;
    border-right: 1px solid #C6C6C6 !important;
    color: #FFFFFF !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    /*text-align: center;
    border-left-width: 0px;*/
    vertical-align: middle !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/*Applies on tHead > tr > td */
.pos-table-header-cell-leftPanel {
    border-left: 1px solid #C6C6C6 !important;
    border-right: 1px solid #C6C6C6 !important;
    color: #FFFFFF !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    /*text-align: center;
    border-left-width: 0px;*/
    vertical-align: middle !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    /*min-width: 100px;
    max-width: 100px;*/
}

/*Applies on tBody > tr > td */
.pos-table-body-cell {
    border-left: 1px solid #C6C6C6 !important;
    border-right: 1px solid #C6C6C6 !important;
    color: #000000 !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    /*text-align: right;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/*Applies on tBody > tr > td */
.pos-table-body-cell-leftPanel {
    border-left: 1px solid #C6C6C6 !important;
    border-right: 1px solid #C6C6C6 !important;
    color: #000000 !important;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    /*text-align: right;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    /*min-width: 100px;
    max-width: 100px;*/
}

/*Applies on tBody/tHead > tr > td */
.pos-table-body-cell-trim {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.pos-text-trim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-table-cell-left {
    text-align: left;
}

.pos-table-cell-center {
    text-align: center;
}

.pos-table-cell-right {
    text-align: right;
}

/* -----------------POS Table Related CSS End------------------*/

/* -----------------POS Modal Related CSS Start----------------*/

.pos-modal-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    color: white;
}

.pos-modal-header-caption {
    margin: 10px 0px 0px 0px !important;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500 !important;
    font-family: 'OpenSans-Regular' !important;
    text-wrap: normal;
}

.pos-modal-header-close {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    float: right;
    cursor: pointer;
}
/* -----------------POS Modal Related CSS End----------------*/

/*--------------------Old Messages----------------*/

#tblOldMessages > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*------------------------old Message---------------------------------*/

/*--------------------Member Card Series Registration----------------*/

/*------------------------End of Member Card Series Registration---------------------------------*/

/*---------------Message Broadcast------------------------*/

.disableopacitypointerstyle {
    opacity: 0.5;
    pointer-events: none;
}

.enableopacitypointerstyle {
    opacity: 1;
    pointer-events: auto;
}

.disableopacitypointerstyle1 {
    opacity: 0.5;
    pointer-events: none;
}

#divSalesReturnFooterMain .lblfooter {
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: 700;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#divSalesReturnLeftFooterFields .txtfooterInput {
    width: 100px;
    height: 20px !important;
    /*margin-top: 4px;
    margin-bottom: 4px;*/
    color: Black;
    border: 1px solid #C6C6C6;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    text-align: right;
    padding-left: 0px;
    margin-right: 40px;
}

/*--------------End Search Product By Barcode---------------------*/

/*------ Start Alternative Relative ------*/

#tblAltorRelProduct > thead > tr, #tblAltorRelProduct > tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    /*Comment if needed*/
    #tblAltorRelProduct > tbody > tr:nth-child(even) {
        background: #ECECEC;
    }

    #tblAltorRelProduct > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        /*background-color: #565656 !important;*/
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblAltorRelProduct > tbody > tr > td {
        /*border-right: 1px solid #C6C6C6;*/
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: 500;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*-------End Alternative Relative------*/

.frmPreOrderCollection label {
    font-weight: normal;
    font-family: 'OpenSans-Regular' !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

textarea {
    resize: none;
}

/* ----BillSettlement Start---*/

#divBillSettlementModal {
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

#divBillModaldialog {
    margin-left: 50px;
    margin-right: 50px;
}

#divBillSettlementModalBody {
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#divBillSettlementModalBodyFirstRow {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    height: 40px;
}

#divModalBodyFirstLeftColumn {
    display: flex;
    padding-left: 1px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#divPaymentTabLeftButton {
    height: 15px;
    text-align: start;
    vertical-align: middle;
    padding-top: 8px;
    padding-right: 7px;
    padding-left: 5px;
}

#imgPaymentTabLeftButton, #imgPaymentTabRightButton {
    height: 25px;
}

#divPaymentTab {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 40px;
    display: flex;
    margin-left: 0.3%; /*3px*/
    margin-right: 1.3%;
    overflow: hidden;
}

#divModalBodyFirstRightColumn {
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
}

#divPaymentTabRightButton {
    height: 15px;
    text-align: end;
    vertical-align: middle;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0;
}

.PreferencePaymentTab {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    /*height: 40px;*/
    display: flex;
    margin-left: 0.3%; /*3px*/
    margin-right: 1.3%;
    overflow: hidden;
}

#divBillSettlementModalBodySecondRow {
    margin-left: 30px;
    margin-right: 27px;
}

#divModalBodySecondLeftColumn {
    background-color: #F3F3F3;
    border: 1px solid #36C7FE;
}

#divCashMultiCurrencyRow {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 2%;
}


#divEPaymentRow {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 2%;
}

#divBillSettlementRow {
    padding-left: 23px;
    padding-right: 23px;
}

#divBillSettlementCol6 {
    padding: 25px 0px 6px 0px;
    margin-bottom: 0px;
}

#divBillSettlementColumn {
    padding: 0px 0px 6px 0px;
    margin-bottom: 0px;
}

#divBillSettlementCol7 {
    padding: 0px;
    float: left;
    margin-bottom: 0px;
    padding-right: 20px !important;
}

#divBillSettlementColumn6 {
    padding: 0px 0px 15px 0px;
    margin-bottom: 0px;
}

#divBillSettlementGiftVoucherCol {
    padding: 30px 0px 6px 0px;
    margin-bottom: 0px;
}

#imgSearchBillSettlement, #imgSearchDiscountVoucher {
    width: 7%;
    height: 7%;
    text-align: right;
}

#divBillSettlementBillPaymentRow,
#divModalBodyBillPaymentDebitCard,
#divModalBodyBillPaymentCreditCard,
#divBillSettlementBillPaymentDiscountVoucher,
#divModalBodyBillPaymentPointsRedemption,
#divModalBodyBillPaymentCrDrCard {
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 15px;
}

#divBillSettlementBillPaymentColumn, #divModalBodyBillPaymentPaid,
#divBillSettlementBillPaymentCreditCardColumn {
    padding-left: 0px;
    padding-right: 0px;
    display: contents;
}

#divBillSettlementInputControlsCol {
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#divBillSettlementInputColumn7 {
    padding: 0px 15px 0px 0px;
}

#divBillSettlementPayRow {
    padding-right: 15px;
    justify-content: center;
}

#divModalBodyBillPaymentDenomination,
#divModalBodyBillPaymentEPayment,
#divModalBodyBillPaymentMultiCurrency {
    margin-left: 0px;
    margin-right: 15px;
    padding-top: 15px;
}
/*#tHeadCashDenomination, #tHeadCashWithCurrency,
#tHeadCash,*/
#tHeadCreditCard,
#tHeadDebitCard, #tHeadGiftVoucher,
#tHeadCreditNote, #tHeadDiscountVoucher,
#tHeadPointsRedemption, #tHeadEPayment {
    vertical-align: middle;
    font-family: 'Open Sans';
}

#tblCashDenomination {
    width: 100%;
    text-align: center;
}

#tBodyCashDenomination {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

#tblCashWithCurrency, #tblCash,
#tblCreditCard, #tblDebitCard,
#tblGiftVoucher, #tblCreditNote,
#tblDiscountVoucher, #tblPointsRedemption,
#tblEPayment, #tblCreditSale, #tblCrDrCard, #tblWallet, #tblSodexo {
    width: 100%;
    text-align: center;
    display: none;
}

#tBodyCashWithCurrency, #tBodyCash,
#tBodyCreditCard, #tBodyDebitCard,
#tBodyGiftVoucher, #tBodyCreditNote,
#tBodyDiscountVoucher, #tBodyPointsRedemption,
#tBodyEPayment, #tblCreditSale,
#tBodyCrDrCard, #tBodyWallet, #tBodySodexo {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

#txtCreditCardExpiryMonth, #txtDebitCardExpiryMonth {
    width: 14%;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
}

#txtCreditCardExpiryYear, #txtDebitCardExpiryYear {
    width: 24%;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
}

#divBillSettlementMainCol {
    padding: 0px 0px 12px 0px;
    margin-bottom: 0px;
}

#divBillSettlementLabelCol {
    padding-left: 40px;
    height: 27px;
}

/*#lblCreditCardNumber, #lblDebitCardNumber {
    word-wrap: break-word;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}*/

#lblCreditCardSlash, #lblDebitCardSlash {
    width: 2%;
}

#divBillSettlementxtCol {
    padding: 0;
    float: left;
}

#divRowDebitCard, #divRowCreditCard,
#divRowCrDrCard, #divWalletRow {
    display: flex;
    padding-top: 1%; /*24px;*/
    justify-content: center;
}

/*.rdbtn {
    height: 30px;
    width: 45px;
    padding-left: 0px;
    padding-right: 5px;
    margin-right: 1%;
}*/

#imgBillSettlementCards {
    height: 25px;
    width: 40px;
}

#divBillSettlementInputRow {
    padding-top: 22px;
    padding-left: 23px;
    padding-right: 23px;
}

#divBillSettlementCreditNoteNum {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#divoptCreditNoteNum {
    /*padding: 0px;
    float: left;
    margin-bottom: 0px;*/
    display: none;
}

#divoptCreditNoteNumLeftCol {
    padding-left: 0px;
    padding-right: 0px;
}

#divoptCreditNoteNumRightCol {
    padding-left: 1px;
    padding-right: 0px;
}

#imgSearchGiftVoucher {
    width: 85%;
    height: 85%;
    text-align: right;
}

#divBillSettlementCreditNoteDateCol {
    padding: 0;
    margin-bottom: 0px;
}

#divDiscountImages {
    /*height: 80px;*/
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 20px;
}

.btnDiscountVoucher {
    height: 25px;
    width: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0.5%;
}

#imgDiscountVoucher {
    height: 25px;
    width: 40px;
}

#divBillSettlementDiscountVoucherNum {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 5px;
}

#divBillSettlementDiscVoucherCol {
    padding: 13px 0px 6px 0px;
    margin-bottom: 0px;
}

/*#divBillSettlementDiscVoucherNumberCol {
    padding: 13px 0px 6px 0px;
    margin-bottom: 0px;
}*/

/*#divBillSettlementDiscVoucherCouponCol {
    padding: 13px 0px 6px 0px;
    margin-bottom: 0px;
}*/
/*#lblCreditCardNumber,#lblDebitCardNumber,*/
#lblBalancePoints, #lblCustomerAccount,
#lblTransactionId, #lblCashSchemeDiscount,
#lblCreditScheme, #lblCreditApprovalCode,
#lblDebitSchemeDisc, #lblDebitApprovalCode,
#lblGiftVoucherNum, #lblGiftVoucherSchemeDiscount,
#lblDiscountVoucherValue, #lblPointsRedemptionPointsRedemptionVal {
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#divBillSettlementEPaymentCol {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    margin-bottom: 0px;
}

#divModalBodySecondRightColumn {
    padding-left: 27px;
    padding-right: 0px;
}

#divModalBodySecondRightColumnFirstRow {
    border: 1px solid #D2D2D2;
}

#divBillSettlementBillDetRow {
    margin-left: 0px;
    margin-right: 0px;
}

#divBillSettlementBillDetCol {
    border-bottom: 1px solid #D2D2D2;
    background-color: #EEEEEE;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    padding-left: 10px;
}

#divBill, #divBill1, #divBill2, #divBill3,
#divBill4, #divBill5, #divBill6 {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

#divBillSettlementPaymentCol {
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
}

#divBillSettlementModalFooter {
    height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/*#divBillSettlementModalFooterRow {
    justify-content: center;
    display: flex;
}*/

#divModalBodySecondRightColumnSecondRow {
    border: 1px solid #D2D2D2;
    background-color: #EEEEEE;
    margin-top: 15px;
}

#divBillSettlementColSpace {
    padding: 0;
}

/*#divCreditNoteNum {
    padding: 0;
}*/

#tblCreditCard > thead {
    width: calc( 100% - 0.01% );
}

    #tblCreditCard > thead > tr, #tblCreditCard > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #tblCreditCard > thead > tr > td {
            vertical-align: middle;
        }


#tblCrDrCard > thead {
    width: calc( 100% - 0.01% );
}

    #tblCrDrCard > thead > tr, #tblCrDrCard > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #tblCrDrCard > thead > tr > td {
            vertical-align: middle;
        }

#divBillSettlementColumn5 {
    padding-left: 40px;
}

#lblAmountPayableLeft, #lblAmountPayable,
#lblBillAmount, #lblAmountBalance, #lblBillBalance,
#lblBillPaid, #lblAmountPaid, #lblBillChange {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}*/

.vertical-alignment-helper-ItemComment {
    display: table;
    height: 100%;
}
/*-----------------Add Item Comment--------------------------*/

/*#tblItemComments > #tBodyItemComments > tr :focus {
    background-color: #34C4F9;
}

#tblItemComments > thead > tr, #tblItemComments > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

#tblItemComments > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblItemComments > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblItemComments > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/
/*-----------------Add Item Comment--------------------------*/
#divBillSettlementModalContent {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.btnProductBill {
    padding-right: 1px;
    padding-left: 1px;
    border-right: 0.5px solid #FFFFFF;
    border-right-style: inset;
    background: #707070;
    color: #FFFFFF;
    margin: 0px;
    font-size: 14px;
    font-family: 'OpenSans-Regular' !important;
    border-left: none;
    border-bottom: 0.5px solid #D2D2D2;
    border-top: 0.5px solid #D2D2D2;
}

.btnProductBillText {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.btnProductBill:focus {
    background: #FFFFFF;
    color: #50CEE4;
    border: 1px solid #D2D2D2;
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    border-radius: 0px;
}

.modal-footer {
    border-top: 0;
}

i:hover {
    cursor: pointer;
}

.styleTextBox {
    width: 100%;
    height: 27px;
    text-align: left;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
}

#lblBillDetails {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    font-weight: 600;
    color: #414141;
    margin: 10px 0px 10px 0px;
}

#lblReturnDetails {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    font-weight: 600;
    color: #414141;
    margin: 10px 0px 10px 0px;
}

.BillsGroup {
    font-family: 'OpenSans-Regular' !important;
    font-size: 14px;
    font-weight: normal;
    color: #414141;
    vertical-align: middle;
    white-space: pre-wrap;
}

.BillsGroupPV {
    font-family: 'OpenSans-Regular' !important;
    font-size: 14px;
    font-weight: normal;
    color: #414141;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.AmountGroup {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    font-weight: normal;
    color: #414141;
    vertical-align: middle;
    white-space: pre-wrap;
}

.btnProductBill {
    width: 125px;
}

#btnCreditNotePay {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    vertical-align: middle;
    /*background-color: #0073AA;*/
    color: #FFFFFF;
    width: 160px;
    height: 38px;
    border-radius: 2px;
    padding-top: 6px;
}

/*#btnCustomPrintRefundSettlement {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    vertical-align: middle;
    color: #FFFFFF;
    width: 160px;
    height: 38px;
    border-radius: 2px;
    padding-top: 6px;
}*/

/*#tblCash > thead {
    width: calc( 100% - 0.01% );
    border-top: 1px solid #C6C6C6;
}

#tblCash > tbody {
    border-bottom: 1px solid #C6C6C6;
}*/

/*#tblCash > thead > tr,
    #tblCash > tbody > tr,*/
/*#tblCreditCard > thead > tr,
    #tblCreditCard > tbody > tr,
    #tblDebitCard > thead > tr,
    #tblDebitCard > tbody > tr,
    #tblGiftVoucher > thead > tr,
    #tblGiftVoucher > tbody > tr,
    #tblCreditNote > thead > tr,
    #tblCreditNote > tbody > tr,
    #tblDiscountVoucher > thead > tr,
    #tblDiscountVoucher > tbody > tr,
    #tblPointsRedemption > thead > tr,
    #tblPointsRedemption > tbody > tr,
    #tblEPayment > thead > tr,
    #tblEPayment > tbody > tr,
    #tblCreditSale > thead > tr,
    #tblCreditSale > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

/*#tblCash > thead > tr > td,*/
/*#tblCreditCard > thead > tr > td,
        #tblDebitCard > thead > tr > td,
        #tblGiftVoucher > thead > tr > td,
        #tblCreditNote > thead > tr > td,
        #tblDiscountVoucher > thead > tr > td,
        #tblPointsRedemption > thead > tr > td,
        #tblEPayment > thead > tr > td,
        #tblCreditSale > thead > tr > td {
            vertical-align: middle;
            border-left-width: 0px;
            border-bottom-width: 0px;
            border-right-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-left: 1px solid #C6C6C6;
            border-right: 1px solid #C6C6C6;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            color: white;
        }*/

/*#tblCash > tbody > tr > td,*/
/*#tblCreditCard > tbody > tr > td,
        #tblDebitCard > tbody > tr > td,
        #tblGiftVoucher > tbody > tr > td,
        #tblCreditNote > tbody > tr > td,
        #tblDiscountVoucher > tbody > tr > td,
        #tblPointsRedemption > tbody > tr > td,
        #tblEPayment > tbody > tr > td,
        #tblCreditSale > tbody > tr > td {
            vertical-align: middle;
            border-left-width: 0px;
            border-bottom-width: 0px;
            border-right-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-left: 1px solid #C6C6C6;
            border-right: 1px solid #C6C6C6;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
        }


#tblDebitCard > tbody > tr {
    border-top: 0px;
    border-bottom: 1px solid #E3E3E3 !important;
}

    #tblDebitCard > tbody > tr > td {
        border-right: 1px solid #D7D7D7;
        color: #000000;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#tblCreditCard > tbody > tr {
    border-top: 0px;
    border-bottom: 1px solid #E3E3E3 !important;
}

    #tblCreditCard > tbody > tr > td {
        border-right: 1px solid #D7D7D7;
        color: #000000;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


#tblDiscountVoucher > tbody > tr {
    border-top: 0px;
    border-bottom: 1px solid #E3E3E3 !important;
}

#tblDiscountVoucher > thead > tr > td {
    border-right: 1px solid #D7D7D7;
    color: #000000;
    height: 40px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tblDiscountVoucher > tbody > tr > td {
    border-right: 1px solid #D7D7D7;
    color: #000000;
    height: 40px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tblPointsRedemption > tbody > tr {
    border-top: 0px;
    border-bottom: 1px solid #E3E3E3 !important;
}

#tblPointsRedemption > thead > tr > td {
    border-right: 1px solid #D7D7D7;
    color: white;
    height: 40px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



#tblPointsRedemption > tbody > tr > td {
    border-right: 1px solid #D7D7D7;
    color: #000000;
    height: 40px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/


.lblBillPayment {
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: lighter;
    color: #414141;
    vertical-align: middle;
    text-wrap: normal;
    margin: 2px 0px 2px 0px;
}

#lblMultiCurrency, #lblEPayment {
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: lighter;
    color: #414141;
    vertical-align: middle;
    text-wrap: normal;
    margin: 2px 0px 2px 0px;
}


#tblCashDenomination > thead {
    width: calc( 100% - 0.01% );
}

    #tblCashDenomination > thead > tr, #tblCashDenomination > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #tblCashDenomination > thead > tr > td {
            vertical-align: middle;
        }

/*#tblCashDenomination > thead > tr > td {
            border-right: 1px solid #C6C6C6;
            color: #FFFFFF;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            border-left-width: 0px;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #tblCashDenomination > tbody > tr > td {
            border-right: 1px solid #C6C6C6;
            color: #000000;
            height: 35px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }*/



#tblCashWithCurrency > thead {
    width: calc( 100% - 0.01% );
}

    #tblCashWithCurrency > thead > tr, #tblCashWithCurrency > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #tblCashWithCurrency > thead > tr > td {
            vertical-align: middle;
        }


/*#tblCashWithCurrency > thead > tr > td {
            border-right: 1px solid #C6C6C6;
            color: #FFFFFF;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            border-left-width: 0px;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #tblCashWithCurrency > tbody > tr > td {
            border-right: 1px solid #C6C6C6;
            color: #000000;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }*/

#lblBillAmount, #lblBillDiscount,
#lblBillScheme, #lblBillRoundoff,
#lblBillPaid, #lblBillBalance,
#lblBillChange, #lblAmountPayable,
#lblAmountPaid, #lblAmountBalance {
    float: right;
}
/*------------------End BillSettlement----------------------*/

/*--------------Pre Order Details - Start---------------*/

.preorderdetails-header-caption {
    margin: 0px;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 700;
}

/*--------------Pre Order Details - End---------------*/

/*--------------Credit Sale Adjustment---------------------*/

#CreditSaleSearchicon {
    background-color: transparent;
}

    #CreditSaleSearchicon:hover {
        background: #34C4F9;
    }

.searchstyle input {
    border-right-style: none;
}

#divCreditSaleAdjustmentSearchIcon {
    display: none;
    height: 28px;
}

#btnSearchCreditSaleAdjustment {
    height: 28px;
    color: white;
    vertical-align: middle;
    text-align: center;
    padding-top: 3px;
}

/*--------------End Credit Sale Adjustment---------------------*/

/*-------------Reprint Bill--------------------*/

/*comment if needed*/
#tblReprintBill > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*--------------End Reprint Bill---------------------*/

/*-------------Reprint Day End--------------------*/

#tblReprintDayEnd > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

#tblGiftVoucherSale > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*--------------End Gift Voucher Sale---------------------*/

/*-------------Gift Voucher Transfer--------------------*/

#tblGiftVoucherTransfer > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

#tblDiscountVoucherTransfer > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*-------------------Cash In Out Collection Search----------------------------*/

/*#tblSearchCashInOutCollection > thead > tr, #tblSearchCashInOutCollection > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

#tblSearchCashInOutCollection > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblSearchCashInOutCollection > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        background-color: #565656 !important;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblSearchCashInOutCollection > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/


/*----------------------------End of CashInOutCollection----------------------*/



/*------------------------------Day In----------------------------------------*/

/*#divDayInModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divDayInModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divDayInModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/

/*------------------------------Day In----------------------------------------*/

/*--------------Day End-Denomination Modal------------------------------*/

#divDenominationModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

#divDenominationModal {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*-------------End of Day End-Denomination Modal------------------------*/




/*------------------------------Day End Start----------------------------------------*/

.frmDayEnd label {
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-------tblMultiCurrency Start---------*/

/*#tblMultiCurrency > thead > tr, #tblMultiCurrency > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

#tblMultiCurrency > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblMultiCurrency > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblMultiCurrency > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

/*-------tblMultiCurrency End---------*/

/*-------tblCardWiseAmount Start---------*/


/*#tblCardWiseAmount > thead > tr, #tblCardWiseAmount > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

#tblCardWiseAmount > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblCardWiseAmount > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblCardWiseAmount > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

/* ------tblCardWiseAmount End----------*/
/*-------tblWastageEntry Start---------*/

/*#tblWastageEntry > thead > tr, #tblWastageEntry > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}


    #tblWastageEntry > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        background-color: #565656 !important;
        color: #FFFFFF;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblWastageEntry > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/



/*-------tblWastageEntry End---------*/

/*-------tblStockEntry Start---------*/


/*#tblStockEntry > thead > tr, #tblStockEntry > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}

    

    #tblStockEntry > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        background-color: #565656 !important;
        color: #FFFFFF;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblStockEntry > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/


/*-------tblStockEntry End---------*/

/*-------tblDenomination Start---------*/
/*#tblDenomination > thead > tr, #tblDenomination > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

#tblDenomination > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblDenomination > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblDenomination > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

/*-------tblDenomination End---------*/


/*-------tblDenominationDialog - CashInOutCollection Start---------*/
/*#tblDenominationDialog > thead > tr, #tblDenominationDialog > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

#tblDenominationDialog > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblDenominationDialog > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblDenominationDialog > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

/*-------tblDenominationDialog End---------*/

/*------------------------------Day End End------------------------------------------*/


/*--------------------------------Day End Summary----------------------------------------*/


.formDayEndSummary label {
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*#tblDayEndSumMultiCurrency > thead, #tblDayEndSumMultiCurrency > tfoot {
    width: calc( 100% - 0.01% );
}

    #tblDayEndSumMultiCurrency > thead > tr, #tblDayEndSumMultiCurrency > tfoot > tr, #tblDayEndSumMultiCurrency > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

#tblDayEndSumMultiCurrency > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblDayEndSumMultiCurrency > thead > tr > td {
            border-right: 1px solid #D8D8D8;
            color: #FFFFFF;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            border-left-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }

        #tblDayEndSumMultiCurrency > tbody > tr > td {
            border-right: 1px solid #D7D7D7;
            color: #000000;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom: 1px solid #B3B3B3;
            white-space: nowrap;
        }

        #tblDayEndSumMultiCurrency > tfoot > tr > td {
            background-color: #C9C9C9 !important;
            border-right: 1px solid #E3E3E3 !important;
            color: #0E0E0E;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #tblDayEndSumMultiCurrency > tbody > tr > td:last-child {
            border-right: none !important;
        }

        #tblDayEndSumMultiCurrency > tbody > tr > td:first-child {
            border-left: none !important;
        }*/





/*#tblDayEndSumSummary > thead, #tblDayEndSumSummary > tfoot {
    width: calc( 100% - 0.01% );
}

    #tblDayEndSumSummary > thead > tr, #tblDayEndSumSummary > tfoot > tr, #tblDayEndSumSummary > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

#tblDayEndSumSummary > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblDayEndSumSummary > thead > tr > td {
            border-right: 1px solid #D8D8D8;
            color: #FFFFFF;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            border-left-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }

        #tblDayEndSumSummary > tbody > tr > td {
            border-right: 1px solid #D7D7D7;
            color: #000000;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom: 1px solid #B3B3B3;
            white-space: nowrap;
        }

        #tblDayEndSumSummary > tfoot > tr > td {
            background-color: #C9C9C9 !important;
            border-right: 1px solid #E3E3E3 !important;
            color: #0E0E0E;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /*font-weight: 400;*/
}

#tblDayEndSumSummary > tbody > tr > td:last-child {
    border-right: none !important;
}

#tblDayEndSumSummary > tbody > tr > td:first-child {
    border-left: none !important;
}

*/
/*#tblDayEndSumFooterFields > thead, #tblDayEndSumFooterFields > tfoot {
    width: calc( 100% - 0.01% );
}

    #tblDayEndSumFooterFields > thead > tr, #tblDayEndSumFooterFields > tfoot > tr, #tblDayEndSumFooterFields > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/
#tblDayEndSumFooterFields > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblDayEndSumFooterFields > thead > tr > td {
            border-right: 1px solid #D8D8D8;
            color: #FFFFFF;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            border-left-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }

        #tblDayEndSumFooterFields > tbody > tr > td {
            border-right: 1px solid #D7D7D7;
            color: #000000;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom: 1px solid #B3B3B3;
            white-space: nowrap;
        }

        #tblDayEndSumFooterFields > tfoot > tr > td {
            background-color: #C9C9C9 !important;
            border-right: 1px solid #E3E3E3 !important;
            color: #0E0E0E;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /*font-weight: 400;*/
}

#tblDayEndSumFooterFields > tbody > tr > td:last-child {
    border-right: none !important;
}

#tblDayEndSumFooterFields > tbody > tr > td:first-child {
    border-left: none !important;
}

*/
/*--------------------------------End of Day End Summary---------------------------------*/
/*------------------------------Sales Return Start------------------------------------------*/
#tblSalesReturn > thead, #tblSalesReturn > tfoot {
    width: calc( 100% - 0.01% );
}

    #tblSalesReturn > thead > tr, #tblSalesReturn > tfoot > tr, #tblSalesReturn > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #tblSalesReturn > tbody > tr:nth-child(even) {
            background: #ECECEC;
        }

        #tblSalesReturn > thead > tr > td {
            border-right: 1px solid #D8D8D8;
            color: #FFFFFF;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: 500;
            text-align: center;
            border-left-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }

        #tblSalesReturn > tbody > tr > td {
            border-right: 1px solid #D7D7D7;
            color: #000000;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: 500;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom: 1px solid #B3B3B3;
            white-space: nowrap;
        }

        #tblSalesReturn > tfoot > tr > td {
            background-color: #C9C9C9 !important;
            border-right: 1px solid #E3E3E3 !important;
            color: #0E0E0E;
            height: 40px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #tblSalesReturn > tbody > tr > td:last-child {
            border-right: none !important;
        }

        #tblSalesReturn > tbody > tr > td:first-child {
            border-left: none !important;
        }


.salesReturnSetsTR > td {
    font-size: 8px;
    text-align: right;
    /*color: #34C4F9 !important;
    border: none !important;*/
    border-bottom: 1px solid #B3B3B3;
}

#divSalesReturnRemarks1:focus {
    background: #9BDDFB !important;
    border: 0.5px solid #9BDDFB;
}

/*------------------------------Sales Return End------------------------------------------*/
/*-------Sales Return RMA Start--------*/


/*#divSalesReturnRMAModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divSalesReturnRMAModal:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divSalesReturnRMAModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/


#tblSalesReturnRMA > thead > tr, #tblSalesReturnRMA > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}

    #tblSalesReturnRMA > tbody > tr:nth-child(even) {
        background: #ECECEC;
    }

    #tblSalesReturnRMA > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        /*background-color: #565656 !important;*/
        color: #FFFFFF;
        height: 40px !important;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblSalesReturnRMA > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        background-color: transparent;
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: 500;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


/*-------Sales Return RMA End-------------*/

/*--------------Error Popup ---------------------*/

/*#divErrorPopupModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divErrorPopupModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divErrorPopupModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/


/*--------------End Error Popup ---------------------*/

/*--------------Start RefundSettlement ---------------------*/


/*#divRefundSettlementModalHeader {
    height: 38px;
    background-color: #0073AA;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    vertical-align: middle;
    text-wrap: none;
    font-size: 13px;
    font-weight: 500;
    font-family: 'OpenSans-Regular' !important;
    border-bottom: none;
}

    #divRefundSettlementModalHeader > h5 {
        margin: 10px 0px 0px 0px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 500 !important;
        font-family: 'OpenSans-Regular' !important;
        text-wrap: normal;
    }

    #divRefundSettlementModalHeader span {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        float: right;
        height: 38px;
        cursor: pointer;
    }*/


#divRefundSettlementModal {
    padding: 0 !important;
    vertical-align: middle;
    margin-top: 15px;
}

    #divRefundSettlementModal:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divRefundSettlementModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#divRefundSettlementModalBody {
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#divRefundSettlementModalBodyFirstRow {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    height: 40px;
}

#divRefundSettlementModalBodyFirstLeftColumn {
    display: flex;
    padding-left: 1px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.btnRefundSettlementProductBill {
    width: 125px;
    padding-right: 1px;
    padding-left: 1px;
    border-right: 0.5px solid #FFFFFF;
    border-right-style: inset;
    background: #707070;
    color: #FFFFFF;
    margin: 0px;
    font-size: 14px;
    font-family: 'OpenSans-Regular' !important;
    border-left: none;
    border-bottom: 0.5px solid #D2D2D2;
    border-top: 0.5px solid #D2D2D2;
}

.btnRefundSettlementProductBillText {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.btnRefundSettlementProductBill:focus {
    background: #FFFFFF;
    color: #50CEE4;
    border: 1px solid #D2D2D2;
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    border-radius: 0px;
}

#divRefundSettlementPaymentTab {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 40px;
    display: flex;
    margin-left: 29px;
    margin-right: 1.3%;
    overflow: hidden;
}

#divRefundSettlementModalBodyFirstRightColumn {
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
}

#divRefundSettlementModalBodySecondRow {
    margin-left: 30px;
    margin-right: 27px;
}

#divRefundSettlementModalBodySecondLeftColumn {
    background-color: #F3F3F3;
    border: 1px solid #36C7FE;
}

#divRefundSettlementModalFooter {
    height: 78px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#divRefundSettlementInputControlsFirstRow {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 15px;
}

#divRefundSettlementInputControlsMainCol {
    padding: 0px;
    margin-bottom: 0px;
}

#divRefundSettlementInputControlsMainLeftCol {
    padding: 0;
    height: 27px;
}

#divRefundSettlementInputControlsMainRightCol {
    padding: 0px 15px 0px 0px;
}

#divRefundSettlementMemberInputControlsMainCol {
    padding: 0;
    height: 27px;
}

#divRefundSettlementMemberInputControlsMainRightCol {
    padding: 0px;
    float: left;
    margin-bottom: 0px;
}

#divRefundSettlementMemberInputControlsMainLeftCol {
    padding: 0px 0px 0px 15px;
}


#divRefundSettlementRow {
    padding-left: 23px;
    padding-right: 23px;
}

#divRefundSettlementMainColumn {
    padding: 0px 0px 6px 0px;
    margin-bottom: 0px;
}

#divRefundSettlementModalContent {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#divRefundSettlementPayRow {
    padding-right: 15px;
    justify-content: center;
    margin-top: 15px;
}

#divRefundSettlementModalBodySecondRightColumnThirdRow {
    border: 1px solid #D2D2D2;
    background-color: #EEEEEE;
    /* margin-top: 15px;*/
}

#divModalBodyRetundSettlementCreditCard {
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 15px;
}

#divModalBodyRetundSettlementCreditCardCol {
    padding-left: 0px;
    padding-right: 0px;
    display: contents;
}

/*#tblRetundSettlementCreditCard {
    width: 100%;
    text-align: center;
    display: none;
}

#tHeadRetundSettlementCreditCard {
    background-color: #565656;
    color: white;
    height: 40px !important;
    vertical-align: middle;
    font-family: 'Open Sans';
}

#tBodyRetundSettlementCreditCard {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}*/

#divModalBodyRetundSettlementDebitCard {
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 15px;
}

#divModalBodyRetundSettlementDebitCardCol {
    padding-left: 0px;
    padding-right: 0px;
    display: contents;
}

/*#tblRetundSettlementDebitCard {
    width: 100%;
    text-align: center;
    display: none;
}

#tHeadRetundSettlementDebitCard {
    background-color: #565656;
    color: white;
    height: 40px !important;
    vertical-align: middle;
    font-family: 'Open Sans';
}

#tBodyRetundSettlementDebitCard {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}*/

#divModalBodyRetundSettlementGiftVoucher {
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 15px;
}

#divModalBodyRetundSettlement {
    padding-left: 0px;
    padding-right: 0px;
    display: contents;
}

/*#tblRetundSettlementGiftVoucher {
    width: 100%;
    text-align: center;
    display: none;
}

#tHeadRetundSettlementGiftVoucher {
    background-color: #565656;
    color: white;
    height: 40px !important;
    vertical-align: middle;
    font-family: 'Open Sans';
}

#tBodyRetundSettlementGiftVoucher {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}*/

#divRefundSettlementModalBodySecondRightColumn {
    padding-left: 27px;
    padding-right: 0px;
    /* overflow:auto;*/
}

#divRefundSettlementModalBodySecondRightColumnFirstRow {
    border: 1px solid #D2D2D2;
}

#divRefundSettlementModalBodySecondRightColumnSecondRow {
    border: 1px solid #D2D2D2;
    margin-top: 10px;
}

#divRefundSettlementModalBodySecondRightColumnBillDet {
    border-bottom: 1px solid #D2D2D2;
    background-color: #EEEEEE;
    /* height: 50px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    padding-left: 10px;
}

#divRefundSettlementModalBodySecondRightColumnReturnDet {
    border-bottom: 1px solid #D2D2D2;
    background-color: #EEEEEE;
    /* height: 50px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    padding-left: 10px;
}

#divBill, #divBill1, #divBill2, #divBill3, #divBill4, #divBill5 {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

#divDVBillReturn, #divGVBillReturn, #divPVBillReturn {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

#divAmountPayable, #divAmountPaid, #divBalance {
    margin-right: 0px;
    margin-left: 0px;
    /* margin-top: 10px;*/
}

#divRefundSettlementModalBodySecondRightColumnBillDet,
#divRefundSettlementModalBodySecondRightColPaymentDet1,
#divRefundSettlementModalBodySecondRightColPaymentDet2,
#divRefundSettlementModalBodySecondRightColPaymentDet3,
#divRefundSettlementModalBodySecondRightColPaymentDet4,
#divRefundSettlementModalBodySecondRightColPaymentDet5,
#divRefundSettlementModalBodySecondRightColPaymentDet6 {
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
    padding-left: 5px;
}

#divRefundSettlementModalBodySecondRightColReturnPaymentDet1,
#divRefundSettlementModalBodySecondRightColReturnPaymentDet2,
#divRefundSettlementModalBodySecondRightColReturnPaymentDet3 {
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px !important;
}

#divOptMemberName {
    padding: 0px;
    float: left;
    margin-bottom: 0px;
}

#divRefundSettlementOptMemberName {
    padding: 0px;
    float: left;
    margin-bottom: 0px;
}

/*.RefundSettlementInputControlStyle {
    width: 100%;
    height: 27px;
    text-align: left;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    text-align: right;
}*/

/*#btnRefundSettlementPay {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    vertical-align: middle;*/
/*background-color: #0073AA;*/
/*color: #FFFFFF;
    width: 160px;
    height: 38px;
    border-radius: 2px;
    padding-top: 6px;
}*/

/*#btnDoneRefundSettlementFooter {
    font-family: 'OpenSans-Regular' !important;
    font-size: 15px;
    vertical-align: middle;*/
/*background-color: #0073AA;*/
/*color: #FFFFFF;
    width: 160px;
    height: 38px;
    border-radius: 2px;
    padding-top: 6px;
}*/

.has-feedback .form-control {
    padding-right: 0px;
}

#divGiftVoucherVoucherName {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    width: 100%;
}

#RefundSettlementGiftVoucherSaleFieldSet {
    padding-left: 8px;
    padding-right: 8px;
}

#lblGiftVoucherPaymentDetails {
    padding-left: 8px;
    padding-right: 8px;
    /*font-size: 13px;*/
}

#divRefundSettlementModalFooterRow {
    justify-content: center;
    display: flex;
}

/*#tBodyGiftVoucherSale {
    display: block;
    position: relative;
}*/

#divRefundSettlementBillDetails {
    margin-left: 0px;
    margin-right: 0px;
}

#divRefundSettlementReturnDetails {
    margin-left: 0px;
    margin-right: 0px;
}

#divRefundSettlementBillPaymentCreditNote {
    padding-left: 0px;
    padding-right: 0px;
    display: contents;
}


/*#tblCreditNote {
    width: 100%;
    text-align: center;
    display: none;
}

#tHeadCreditNote {
    color: white;
    height: 40px !important;
    vertical-align: middle;
    font-family: 'Open Sans';
}

#tBodyCreditNote {
    display: block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}


#tblRetundSettlementDebitCard > thead,
#tblRetundSettlementCreditCard > thead ,
#tblRefundGiftVoucherSale>thead{
    width: calc( 100% - 0.01% );
}

    #tblRetundSettlementDebitCard > thead > tr,
    #tblRetundSettlementDebitCard > tbody > tr,
    #tblRetundSettlementCreditCard > thead > tr,
    #tblRetundSettlementCreditCard > tbody > tr,
    #tblRefundGiftVoucherSale>thead>tr ,
    #tblRefundGiftVoucherSale>tbody>tr{
        display: table;
        border: 1px solid #D8D8D8;
        width: 100%;
        table-layout: fixed;
    }

        #tblRetundSettlementDebitCard > tbody > tr:nth-child(even),
        #tblRetundSettlementCreditCard > tbody > tr:nth-child(even),
        #tblRefundGiftVoucherSale> tbody > tr:nth-child(even){
            background: #ECECEC;
        }

        #tblRetundSettlementDebitCard > thead > tr > td,
        #tblRetundSettlementCreditCard > thead > tr > td,
        #tblRefundGiftVoucherSale > thead > tr > td {
            border-right: 1px solid #C6C6C6;
                     color: #FFFFFF;
            height: 30px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            text-align: center;
            border-left-width: 0px;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #tblRetundSettlementDebitCard > tbody > tr > td,
        #tblRetundSettlementCreditCard > tbody > tr > td,
         #tblRefundGiftVoucherSale > tbody > tr > td {
            border-right: 1px solid #C6C6C6;
            color: #000000;
            height: 30px;
            font-family: 'OpenSans-Regular' !important;
            font-size: 13px;
            font-weight: normal;
            vertical-align: middle;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }*/

/*--------------End Refund Settlement ---------------------*/


/*--------------HomeDeliveryPickListRemarks----------------------*/
/*#divHomeDeliveryPickListRemarksModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divHomeDeliveryPickListRemarksModal:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
    }

#divHomeDeliveryPickListRemarksModalDialog {
    width: 30%;
    display: inline-block; 
    text-align: left;
    vertical-align: middle;
}

#divVerticalAlignHomeDeliveryPickListRemarks {
    display: table;
    height: 100%;
    justify-content: center;
    align-items: initial;
    display: flex;
    flex-direction: column;
}

#txtHomeDeliveryRemarks {
    padding-left: 0px;
    padding-right: 0px;
}*/

/*--------------End HomeDeliveryPickListRemarks----------------------*/

/*--------------Start HomeDeliveryPickListFeedback----------------------*/
#divHomeDeliveryFeedbackMain {
    height: 100%;
    margin-left: 35px;
    margin-right: 35px;
    border: 1px solid gainsboro;
    /*border-bottom-width: 0px;*/
}

#divHomeDeliveryFeedbackBody {
    border-bottom: 1px solid gainsboro;
    margin-left: 0;
    margin-right: 0;
}

#divHomeDeliveryFeedbackDetails {
    padding-top: 2%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2%;
}

#lblHomeDeliveryFeedbackDetails {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2%;
    margin-left: 15px;
}


#divHomeDeliveryFeedbackFooter {
    height: 50px;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0.5%;
    vertical-align: middle;
    text-align: center;
}

#divHomeDeliveriryFeedbackPanelColumn {
    margin-bottom: 6px;
}

/*--------------End HomeDeliveryPickListFeedback----------------------*/

/*--------------Start MessagePopup----------------------*/

/*#divMessageModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divMessageModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divMessageModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 30%;
}*/

/*--------------End MessagePopup----------------------*/

/*--------------Start Transaction HeaderExtraFields----------------------*/

/*#divHeaderExtraFieldsModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divHeaderExtraFieldsModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divHeaderExtraFieldsModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 80%;
}*/
/*--------------End Transaction HeaderExtraFields----------------------*/

/*--------------Start SchemeDiscountVoucher----------------------*/


/*comment if needed*/
/*#tblSchemeDiscountVoucher > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

#tblSchemeDiscountVoucher > thead > tr > td {
    border-right: 1px solid #C6C6C6;
    color: #FFFFFF;
    height: 40px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    border-left-width: 0px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tblSchemeDiscountVoucher > tbody > tr > td {
    color: white;
    height: 35px;
    font-family: 'OpenSans-Regular' !important;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tblSchemeDiscountVoucher > thead {
    width: calc( 100% - 0.01% );
}

    #tblSchemeDiscountVoucher > thead > tr, #tblSchemeDiscountVoucher > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

/*--------------End SchemeDiscountVoucher----------------------*/



/*--------------Start Pending HomeDelivery---------------------*/
/*#divPendingHomeDeliveryModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divPendingHomeDeliveryModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divPendingHomeDeliveryModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}

#tblPendingHomeDelivery > thead > tr, #tblPendingHomeDelivery > tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/
/*comment if needed*/
#tblPendingHomeDelivery > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblPendingHomeDelivery > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        background-color: #565656 !important;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblPendingHomeDelivery > tbody > tr > td {
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#tblPendingHomeDelivery > thead {
    width: calc( 100% - 0.01% );
}

    #tblPendingHomeDelivery > thead > tr, #tblPendingHomeDelivery > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

/*--------------End Pending HomeDelivery---------------------*/



/*-------------- Start Schemes Mapping To Customer --------------------*/
/*#divSchemesMappingToCustomerModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divSchemesMappingToCustomerModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divSchemesMappingToCustomerModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}

#tblSchemesMappingToCustomer > thead > tr, #tblSchemesMappingToCustomer > tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/
/*comment if needed*/
#tblSchemesMappingToCustomer > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblSchemesMappingToCustomer > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblSchemesMappingToCustomer > tbody > tr > td {
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#tblSchemesMappingToCustomer > thead {
    width: calc( 100% - 0.01% );
}

    #tblSchemesMappingToCustomer > thead > tr, #tblSchemesMappingToCustomer > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

/*--------------End Schemes Mapping To Customer---------------------*/


/*-------------- Start Message BroadCasting Delete Screen --------------------*/
/*#divMessageBroadCastDeleteModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divMessageBroadCastDeleteModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divMessageBroadCastDeleteModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}*/

/*#tblMessageBroadCastDelete > thead > tr, #tblMessageBroadCastDelete > tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/
/*comment if needed*/
#tblMessageBroadCastDelete > tbody > tr:nth-child(even) {
    background: #ECECEC;
}

/*#tblMessageBroadCastDelete > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblMessageBroadCastDelete > tbody > tr > td {
        color: #000000;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#tblMessageBroadCastDelete > thead {
    width: calc( 100% - 0.01% );
}

    #tblMessageBroadCastDelete > thead > tr, #tblMessageBroadCastDelete > tbody > tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

/*--------------End Message BroadCasting Delete Screen---------------------*/


/*--------------Start Sales Return Remarks---------------------*/

/*#divSalesReturnRemarksModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divSalesReturnRemarksModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divSalesReturnRemarksModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 30%;
}*/



/*--------------End Sales Return Remarks---------------------*/



/*--------------Start Preference Check---------------------*/

#divPreferenceCheckModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divPreferenceCheckModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divPreferenceCheckModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}



/*--------------End Preference Check---------------------*/


#txtSearchAnyItem {
    border: 1px solid #C6C6C6;
    border-right-style: none;
    font-family: 'Open Sans';
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#tblSearchMember {
    width: 100%;
}

    #tblSearchMember > thead {
        width: calc( 100% - 0.01% );
    }

        #tblSearchMember > thead > tr, #tblSearchMember > tbody > tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

            #tblSearchMember > thead > tr > td {
                vertical-align: middle;
            }

#tblSearchItem {
    width: 100%;
}

    #tblSearchItem > thead {
        width: calc( 100% - 0.01% );
    }

        #tblSearchItem > thead > tr, #tblSearchItem > tbody > tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

            #tblSearchItem > thead > tr > td {
                vertical-align: middle;
            }


#tblPreviousPointsDef {
    width: 100%;
}

    #tblPreviousPointsDef > thead {
        width: calc( 100% - 0.01% );
    }

        #tblPreviousPointsDef > thead > tr, #tblPreviousPointsDef > tbody > tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

            #tblPreviousPointsDef > thead > tr > td {
                vertical-align: middle;
            }


#tblSearchProduct {
    width: 100%;
}

    #tblSearchProduct > thead {
        width: calc( 100% - 0.01% );
    }

        #tblSearchProduct > thead > tr, #tblSearchProduct > tbody > tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

            #tblSearchProduct > thead > tr > td {
                vertical-align: middle;
            }

#tblSearchProduct {
    display: block;
    position: relative;
}

.tdSchemesMappingToCust {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
/*Small*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .rdbtn {
        height: 50px !important;
        width: 45px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        border-Color: #333;
        border: 1px solid;
        border-radius: 2px;
    }

    .credit-debit-discount-voucher-ePayment-padding {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        padding: 1px;
        margin: 5px;
    }

    .lblcredi-debit-ePayment {
        padding: 2px !important;
    }

    .lbl-credit-debit-ePayment {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*padding-left: 5px;*/
        margin: 0px;
        width: 100%;
    }

    .billsettlement-selected-card {
        border-color: green !important;
        border: 2px solid;
        border-radius: 5px;
    }
}
/*Medium*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .rdbtn {
        height: 50px !important;
        width: 45px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        border-Color: #333;
        border: 1px solid;
        border-radius: 2px;
    }

    .credit-debit-discount-voucher-ePayment-padding {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        padding: 1px;
        margin: 5px;
    }
    .lblcredi-debit-ePayment {
        padding: 2px !important;
    }

    .lbl-credit-debit-ePayment {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*padding-left: 5px;*/
        margin: 0px;
        width: 100%;
    }

    .billsettlement-selected-card {
        border-color: green !important;
        border: 2px solid;
        border-radius: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rdbtn {
        height: 50px !important;
        width: 65px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        border-Color: #333;
        border: 1px solid;
        border-radius: 2px;
    }

    .credit-debit-discount-voucher-ePayment-padding {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        padding: 1px;
        margin: 5px;
    }

    .lblcredi-debit-ePayment {
        padding: 2px !important;
    }

    .lbl-credit-debit-ePayment {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*padding-left: 5px;*/
        margin: 0px;
        width: 100%;
    }

    .billsettlement-selected-card {
        border-color: green !important;
        border: 2px solid;
        border-radius: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .rdbtn {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        border-Color: #333;
        border: 1px solid;
        border-radius: 2px;
    }

    .credit-debit-discount-voucher-ePayment-padding {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        padding: 1px;
        margin: 5px;
    }

    .lblcredi-debit-ePayment {
        padding: 2px !important;
    }

    .lbl-credit-debit-ePayment {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*padding-left: 5px;*/
        margin: 0px;
        width: 100%;
    }

    .billsettlement-selected-card {
        border-color: green !important;
        border: 2px solid;
        border-radius: 5px;
    }
}

@media (min-width: 1400px) {
    .rdbtn {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
    }

    .credit-debit-discount-voucher-ePayment-padding {
        height: 50px !important;
        width: 75px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
        padding: 1px;
        margin: 5px;
    }

    .lblcredi-debit-ePayment {
        padding: 2px !important;
    }

    .lbl-credit-debit-ePayment {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*padding-left: 5px;*/
        margin: 0px;
        width: 100%;
    }

    .billsettlement-selected-card {
        border-color: green !important;
        border: 2px solid;
        border-radius: 5px;
    }
}


/* -----------------POS Table Related CSS Start------------------*/

/*Applies on tHead > tr, tBody > tr */
.pos-table-row {
    display: table;
    width: 100%;
    height: 30px;
    table-layout: fixed;
}

/*Applies on tHead > tr, tBody > tr */
.pos-table-row-leftPanel {
    /*display: table;*/
    width: 100%;
    height: 30px;
    table-layout: fixed;
}

/*Applies on tHead */
.pos-table-header {
    /*background-color: #565656;*/
    color: white;
    text-align: center;
}

/*Applies on tHead */
.pos-table-header-leftPanel {
    /*background-color: #565656;*/
    color: white;
    text-align: center;
    overflow: hidden;
    display: block;
}

/*Applies on tHead > tr > td */
.pos-table-header-cell {
    border-right: 1px solid #C6C6C6;
    color: #FFFFFF;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border-left-width: 0px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Applies on tHead > tr > td */
.pos-table-header-cell-leftPanel {
    border-right: 1px solid #C6C6C6;
    color: #FFFFFF;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border-left-width: 0px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*min-width: 100px;
    max-width: 100px;*/
}

/*Applies on tBody > tr > td */
.pos-table-body-cell {
    border-right: 1px solid #C6C6C6;
    color: #000000;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Applies on tBody > tr > td */
.pos-table-body-cell-leftPanel {
    border-right: 1px solid #C6C6C6;
    color: #000000;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*min-width: 100px;
    max-width: 100px;*/
}

/*Applies on tBody/tHead > tr > td */
.pos-table-body-cell-trim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-text-trim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-table-cell-left {
    text-align: left;
}

.pos-table-cell-center {
    text-align: center;
}

.pos-table-cell-right {
    text-align: right;
}

/* -----------------POS Table Related CSS End------------------*/

/* -----------------POS Modal Related CSS Start----------------*/

.pos-modal-header {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: white;
}

.pos-modal-header-caption {
    margin: 10px 0px 0px 0px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500 !important;
    font-family: 'OpenSans-Regular' !important;
    text-wrap: normal;
}

.pos-modal-header-close {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
    cursor: pointer;
}
/* -----------------POS Modal Related CSS End----------------*/

.pos_header_style_customization {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #CAC8C8;
}

.pos_header_background_customization {
    background: #F1F1F1 !important;
    width: 100%;
    z-index: 1030;
}

.pos_header_style_customization .navbar .navbar-nav {
    display: inline-flex;
}

.pos_header_style_customization .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #9F9F9F;
}

.pos_header_style_customization .navbar-nav > li > a {
    /*line-height: 20px;*/
    position: relative;
    display: block;
}

.pos_header_style_customization > .navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: #f2f1f1;
    /*height: 40px;
         height: 50px;
    min-height: 40px;*/
}

.pos_header_style_customization .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 6px;
}

/*--------------------RetailMainCustomization Group Customization----------------*/
/*#divGroupCustomizationModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divGroupCustomizationModal:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divGroupCustomizationModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#tblGroupCustomization > thead > tr, #tblGroupCustomization > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

    #tblGroupCustomization > tbody > tr:nth-child(even) {
        background: #ECECEC;
    }

    /*#tblGroupCustomization > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px !important;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblGroupCustomization > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/
/*------------------------End of RetailMainCustomization Group Customization---------------------------------*/


/*--------------------RetailMainCustomization Layout Customization----------------*/
/*#divLayoutCustomizationModal {
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

    #divLayoutCustomizationModal:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#divLayoutCustomizationModalDialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#tblLayoutCustomization > thead > tr, #tblLayoutCustomization > tbody > tr {
    display: table;
    border: 1px solid #D8D8D8;
    width: 100%;
    table-layout: fixed;
}*/

    #tblLayoutCustomization > tbody > tr:nth-child(even) {
        background: #ECECEC;
    }

    /*#tblLayoutCustomization > thead > tr > td {
        border-right: 1px solid #C6C6C6;
        color: #FFFFFF;
        height: 40px !important;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        border-left-width: 0px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #tblLayoutCustomization > tbody > tr > td {
        border-right: 1px solid #C6C6C6;
        height: 35px;
        font-family: 'OpenSans-Regular' !important;
        font-size: 13px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/
/*------------------------End of RetailMainCustomization Layout Customization---------------------------------*/

/* ---------------- Default Right Panel Customization CSS Start --------------- */

.pos-buttongroup-vertical-customization {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* ---------------- Default Right Panel Customization CSS End --------------- */

@media only screen and (min-width: 268px) and (max-width: 767px) {
    .pos-buttongroup-vertical-customization {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
    }
}

.underHeaderStyle {
    font-weight: 700;
    font-size: 13px;
}

.highlighted {
    background: #9BDDFB !important;
}

.pos-modal-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    color: white;
    padding: 0px 0px 0px 5px !important;
}

.pos_themes_background {
    background: #0073AA !important;
}

.pos-modal-header-close {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    float: right;
    cursor: pointer;
}

.pos-modal-header-caption {
    margin: 10px 0px 0px 0px !important;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500 !important;
    font-family: 'OpenSans-Regular' !important;
    text-wrap: normal;
}

.productSetViewMode {
    pointer-events: none;
}

.ulPreferenceTabStyle, .ulPreferenceTabStyle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ulPreferenceTabStyle ul {
        margin-left: 1em;
        position: relative;
    }

        .ulPreferenceTabStyle ul ul {
            margin-left: .5em;
        }

        .ulPreferenceTabStyle ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .ulPreferenceTabStyle li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: black;
        position: relative;
    }

    .ulPreferenceTabStyle ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .ulPreferenceTabStyle ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

    .ulPreferenceTabStyle li a {
        text-decoration: none;
        color: #369;
    }

    .ulPreferenceTabStyle li button, .ulPreferenceTabStyle li button:active, .ulPreferenceTabStyle li button:focus {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

.ulPreference_Approval, .ulPreference_Approval ul {
    margin: 0;
    padding: 0;
    padding-left: 10px !important;
    list-style: none;
}

    .ulPreference_Approval ul {
        margin-left: 1em;
    }

        .ulPreference_Approval ul ul {
            margin-left: .5em;
        }

        .ulPreference_Approval ul:before {
            content: "";
            display: none;
            width: 0;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .ulPreference_Approval li {
        margin: 0;
        padding: 0 1em;
        color: black;
    }

    .ulPreference_Approval ul li:before {
        content: "";
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        top: 1em;
        left: 0;
    }

    .ulPreference_Approval ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

    .ulPreference_Approval li a {
        text-decoration: none;
        color: #369;
    }

    .ulPreference_Approval li button, .ulPreference_Approval li button:active, .ulPreference_Approval li button:focus {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

.indicator {
    margin-right: 5px;
}

.spanBold {
    font-weight: bold;
    cursor: pointer;
}

.spanNormal {
    font-weight: normal;
    cursor: pointer;
}

.headerStyle {
    margin: 2px;
    color: white;
    font-size: 14px;
}

.underHeaderStyle {
    font-weight: 700;
    font-size: 13px;
}

.pos-paddingP {
    padding-left: 5%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
}

.a_Preference_TreeText {
    color: black !important;
    cursor: pointer;
}

.pos-cursor {
    cursor: pointer;
}

.pref_Selected_Tab {
    color: #0073AA !important;
}

.pos-preference-selected {
    color: red !important;
}

.pos-preference-enable {
    cursor: pointer;
    cursor: auto;
    opacity: 1;
}

.pos-preference-disable {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.pos-billsettlement-payment-deactive {
    pointer-events: none;
    cursor: none;
    opacity: 0.65;
}

body {
}

span.multiselect-native-select {
    position: relative;
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px;
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container .multiselect-reset .input-group {
        width: 93%;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px;
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.multiselect-native-select .btn-group .open, .multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select ul.multiselect-container.dropdown-menu {
    width: 100%;
    max-height:750%;
    min-height:unset;
    overflow:auto;
}

    .multiselect-native-select ul.multiselect-container.dropdown-menu label {
        padding-left: 20px;
    }

.multiselect-native-select .btn-group button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
}

    .multiselect-native-select .btn-group button.multiselect.dropdown-toggle.btn.btn-default span.multiselect-selected-text {
        float: left;
    }

    .multiselect-native-select .btn-group button.multiselect.dropdown-toggle.btn.btn-default > b.caret {
        float: right;
        margin-top: 1.5%;
    }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.multiselect-container > li.active label {
    color: white !important;
}

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none !important;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 6px; /*15px*/
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x {
    display: none !important;
    background-color: transparent;
}

.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
    background-color: #999;
    height: 5px; /*11px*/
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
    background-color: #999;
    width: 5px; /*11px*/
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

#divProductTree li {
    margin: 0px 0px;
    list-style-type: none;
    position: relative;
    margin-left: 3%;
}

    #divProductTree li::before {
        content: '';
        position: absolute;
        top: 8px;
        width: 1px;
        height: 100%;
        right: auto;
        /*left: -3%;*/
        /*border-left: 1px solid #ccc;*/
    }

    #divProductTree li::after {
        content: '';
        position: absolute;
        top: 8px;
        width: 3%;
        height: 3%;
        right: auto;
        /*left: -3%;*/
        /*border-top: 1px solid #ccc;*/
    }

    #divProductTree li a {
        font-size: 13px;
        font-weight: 500;
    }

        /*Connector styles on hover*/
        #divProductTree li a:hover + ul li::after,
        #divProductTree li a:hover + ul li::before,
        #divProductTree li a:hover + ul::before,
        #divProductTree li a:hover + ul ul::before {
            border-color: #dd4814;
        }

#divProductTree ul {
    margin: 0px;
    padding: 0px;
}

/*Search Control Tree*/

#divProductSearchTree li {
    margin: 0px 0px;
    list-style-type: none;
    position: relative;
    margin-left: 3%;
}

    #divProductSearchTree li::before {
        content: '';
        position: absolute;
        top: 8px;
        width: 1px;
        height: 100%;
        right: auto;
        /*left: -3%;*/
        /*border-left: 1px solid #ccc;*/
    }

    #divProductSearchTree li::after {
        content: '';
        position: absolute;
        top: 8px;
        width: 3%;
        height: 3%;
        right: auto;
        /*left: -3%;*/
        /*border-top: 1px solid #ccc;*/
    }

    #divProductSearchTree li a {
        font-size: 13px;
        font-weight: 500;
    }

        /*Connector styles on hover*/
        #divProductSearchTree li a:hover + ul li::after,
        #divProductSearchTree li a:hover + ul li::before,
        #divProductSearchTree li a:hover + ul::before,
        #divProductSearchTree li a:hover + ul ul::before {
            border-color: #dd4814;
        }

#divProductSearchTree ul {
    margin: 0px;
    padding: 0px;
}
/* ---------------- Product Tree Control Style - Start ---------------- */

.navigationDisable {
        pointer-events: none;
        cursor: not-allowed;
        opacity:0.6;
        text-decoration: none;
    }

.navigationEnable {
    font-weight: bold;
    cursor: pointer;
    text-decoration:none;
}

.navigationDeactive {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.navigationActive {
    font-weight: bold;
    cursor: pointer;
}

/* ---------------- Product Tree Control Style - End ---------------- */

/* ---------------- Virtual Keyboard Style - Start ---------------- */
* {
    margin: 0;
    padding: 0;
}
.stringKeyboard{
    padding-left:5px;
    padding-top:5px;
    background-color: #858585;  
    position:absolute;
    vertical-align:bottom;
    
}
#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}
#keyboard li {
        float: left;
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        border: 1px solid #f9f9f9;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color:#1E1E1E;
        color: #fff;     
    }
.capslock, .tab, .left-shift {
    clear: left;
}

 #keyboard .backspace {
    width: 88px;
}
 #keyboard .tab{
     width: 88px;
 }
#keyboard .noBackspace {
    width: 85px;
}
#keyboard .noClear {
    width: 85px;
}
#keyboard .noDot {
    width: 86px;
}

#keyboard .zero {
    width: 128px;
}

#keyboard .capslock {
    width: 85px;
}

#keyboard .enter {
    width: 88px;
}

#keyboard .left-shift {
    width: 109px;
}

#keyboard .right-shift {
    width: 109px;
}

.lastitem {
    margin-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

#keyboard .space {
    clear: left;
    width: 673px;
}

.on {
    display: none;
}

#keyboard li:hover {
    /*position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;*/
    cursor: pointer;
}
#keyboard li:active {
  /*background-color: #3e8e41;*/
  box-shadow: 0 5px #f9f9f9;
  transform: translateY(-8px);
}

/* ---------------- Virtual Keyboard Style - End ---------------- */

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFF;
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    float: right;
    font-size: 15px;
    font-weight: 100;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:focus,
    .toast-close-button:hover {
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 6px;
    bottom: 0px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 12px 12px 12px 12px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

    #toast-container>div:hover
{
    -moz-box-shadow:0 0 12px #000;
    -webkit-box-shadow:0 0 12px #000;
    box-shadow:0 0 12px #000;
    opacity:1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter:alpha(opacity=100);
    cursor:pointer;
}

    #toast-container > .toast-info {
        /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;*/
    }

    #toast-container > .toast-error {
        /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;*/
    }

    #toast-container > .toast-success {
        /*background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;*/
    }

    #toast-container > .toast-warning {
        /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;*/
    }

    #toast-container.toast-bottom-center > div,
    #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-bottom-full-width > div,
    #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #0073AA;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 8px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 8px 8px 8px;
        }

    #toast-container .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 12px 12px 12px 12px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 12px 12px 12px 12px;
        }
}

.disabled-faicon{
      opacity: 0.5;
      pointer-events: none;
 }
