﻿#page-wrapper {
    padding: 0px !important;
}

.numberValue {
    float: right;
}

.recurringBox {
    padding: 1px;
    background-color: rgba(204, 204, 204, 0.12);
}

.productGrandTotal {
    /*margin-top:0px !important;
    margin-bottom:0px !important;*/
    font-weight: 700;
}

.marginLine {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.orderCnfPopupHeader {
    font-weight: bold;
    color: #2F9BC8; /*Changed by Umang Ramani on 07/11/2022 for #134088*/
    text-align: center;
}

.iconSize {
    font-size: large;
    vertical-align: middle;
    margin: 2px;
}

.headerIconAnchor {
    padding: 2px 2px !important;
}

.optionDrp {
    /*margin-right: 20px;*/
    margin-right: 5px;
}

.custActions {
    padding-right: 15px !important;
}

.readOnlyMode {
    background-color: white !important;
}

.disabledInfoBox {
    pointer-events: none;
    opacity: 0.4;
}

.deleteItemIcon, .clearInfo {
    color: red;
    /*padding-bottom: 10px;*/
}

.newItemIcon {
    color: #2F9BC8; /*Changed by Umang Ramani on 07/14/2022 for #134088*/
}


.ctrlDropdown option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

/* Added BY Azhagu #240119 */
.recurMethodDrp option[value="13"] {
    color: #2F9BC8;
    font-weight:bold;
}

/*Option List Preview Main Div*/
.optionListMainDiv {
    display: none;
    z-index: 5000;
    position: absolute;
    /*padding-top: 2px;*/
    overflow-x: none;
    padding-bottom: 0 !important;
    /*border: 1px solid #1ab394;*/
    background-color: #fff;
    box-shadow: 0 4px 3px #8C8C8C;
    min-width: 85%;
}

.drpFuneralLogDropdownOptions {
    min-width: 15% !important;
}

/*Option List Scrollbar Settings*/
.optionListScrollDiv {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*Option List Item Content Part Div*/
.optionContentItemDiv {
    background-color: #FFFFFF;
    /*font: 0.8em Arial,Arial,Helvetica,sans-serif;*/
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    cursor: default;
}

/*Option List Header Part Div*/
.optionHeaderContentDiv {
    background-color: #e6e6e6;
}

/*Option List Item Hover Css*/

.optionContentItemDiv:hover:not(.noHoverEffect), .selectedOption {
    background-color: #007eff !important;
    color: white;
}

/*Option List Alternate Item Css*/
.optionContentItemDivAlt {
    background-color: #FAFAFA;
}

.optionHeaderContentDiv td, .optionContentItemDiv td {
    padding: 0 4px;
}

.continueOrder, .editCustomer, .printDeaft {
    color: #2F9BC8 !important; /*Changed by Umang Ramani on 07/12/2022 for #134088*/
}

.typeahead {
    max-height: 250px;
    overflow-y: auto;
}

.errorCss, .requiredCss {
    border-color: #ed5565 !important;
}

.mapContent {
    padding: 10px !important;
}

.iboxTopMenu {
    padding: 5px !important;
}

/*For phone order font issue */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    /*border: 1px solid #e5e6e7;*/
    border: 1px solid #C6C6C6;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 13px; /*changed 14 to 13 */
    -webkit-box-shadow: 0 4px 5px -4px #CCC inset;
    box-shadow: 0 4px 5px -4px #CCC inset;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    border-radius: 3px;
}

.ui-autocomplete {
    z-index: 3333 !important;
}


#orderForm .iboxTopMenu ul li a {
    padding: 2px;
    color: #676a6c !important;
}

    #orderForm .iboxTopMenu ul li a:hover,
    #orderForm .iboxTopMenu ul li a:focus {
        padding: 2px;
        color: #2F9BC8 !important;
        background-color: transparent !important;
    }
