/*
 * Section: ListView Styles
 * Purpose: Style the border of the listview item to start after the icon
 *
 */

/*
 * Section: Form section headers
 * Purpose: Creates a section header for a form commonly seen in mobile patterns
 *
 */

/* noto-sans-regular */
@font-face 
{
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-regular.eot"); /* IE9 Compat Modes */
  src: local("Noto Sans"), local("NotoSans"),
       url("../fonts/noto-sans-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/noto-sans-regular.woff2") format("woff2"), /* Super Modern Browsers */
       url("../fonts/noto-sans-regular.woff") format("woff"), /* Modern Browsers */
       url("../fonts/noto-sans-regular.ttf") format("truetype"), /* Safari, Android, iOS */
       url("../fonts/noto-sans-regular.svg#NotoSans") format("svg"); /* Legacy iOS */
}
:root{
  --oj-button-solid-chrome-bg-color: #00809C;
  --oj-button-call-to-action-chrome-bg-color: #00809C;
}
  body
  {
    font-family: Noto Sans !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #333333; 
    position: relative;
    min-height: 100%;
    top:0 !important;
    -webkit-font-smoothing: antialiased;
    background-color: white !important;
  }

.skip-to-content-link {
  left: 0%;
  position: absolute;
  transform: translateY(-100%);
}

.skip-to-content-link {
 left: 0%;
    position: absolute;
    transform: translateY(-140%);
    transition: transform 0.3s;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #54278f !important;
    text-decoration: underline !important;
    background-color: white;
    padding: 13px 14px;
    padding-bottom: 10px;
}

.skip-to-content-link:focus {
  transform: translateY(-22%);
}
  oj-ext-mobile-page-template .vb-list-item-indent-border .oj-listview-item 
  {
    /* background position is based on the icon size: icon size(32px) + 20px */
    background-position-x: 52px;
   }

oj-ext-mobile-page-template .oj-ext-mobile-page-content
{
        z-index: 0 !important;
}

.oj-web-applayout-footer 
{
    min-height: var(--oj-private-app-layout-web-footer-min-height);
    border-top: 0px solid var(--oj-private-app-layout-web-footer-border-color) !important;
    background-color: var(--oj-private-app-layout-web-footer-bg-color);
    box-sizing: border-box;
    padding-top: 1px !important;
    padding-bottom: 0px !important;
    margin-bottom: -22px !important;
}
 
oj-ext-mobile-page-template .vb-mobile-section-header 
{
    background-color: rgb(0, 0, 255);
    margin:0;
    border-color: rgba(22, 21, 19, .1);
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.5rem;
}

.hero-header
{
    border-bottom: 3px solid #E5BF24;
    display: inline-block;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 27px !important;
    color: #333333 !important;
}

.footer-links ul li a 
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #357688;
    font-family: "Noto Sans";
}

.footer-links, .footer-links ul li 
{
    display:block;
    text-align: left;
    border-right: 0 !important;
}

.footer-links h2 
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #595959;
    margin-top: 0px;
    margin-bottom: 5px;
    display: table;
}

.category-list li
{
    float: left; 
    width:43%; 
    text-align:center;
    margin-bottom:15px
}

.header-first-section
{
    width: 100%;
    background: #e2ba25;
    /* background: #fff; */
    text-align: center;
    padding: 12px 0px;
    position: relative;
}

.header-first-section .heading 
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #131210;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    line-height: 19px;
}

.header-first-section .service-delay-text
{
    color: #131210;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.oj-applayout-fixed-top .oj-hybrid-applayout-header
{
    display: none !important;
}

.header-top-first-section
{
    background: #04586E;
    height: 60px;
}

.top-language-link
{
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 12px;
    margin-top: 17px;
    margin-left: 20px;
    display: inline-block;
}

.top-branding 
{
    margin: auto;
    padding: 5px 10px;
    margin-left: calc(50% - 35px);
    padding-right: 0px;
}

.custom-float-right
{
    float: right;
}

.logo-image-height
{
    height: 50px;
    width: 50px;
}

.navigation-menu
{
    background: #F2F2F2 !important;
    height: 48px!important;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%); */
    /* box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%); */
    border-color: #e7e7e7;
    position: relative;
    min-height: 48px;
    border: 1px solid transparent;
    z-index: 9;
    margin-top: 0px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);
}

.oj-ext-mobile-page-content 
{
    margin-bottom: 0px;
    margin-bottom: calc(0px + env(safe-area-inset-bottom));
    top: 0px !important;
    margin: 0 !important;
}

.bg-white
{
    background-color: white;
}

.bg-footer
{
    background: #F2F2F2;
    border-top: 0px solid rgba(22,21,19,.1);
}

.custom-footer-margin
{
    position: relative;
    margin-top: 0px;
    z-index: 9;
    margin-bottom: -2px;
}

.custom-mt-25
{
    padding-bottom: 0px;
}

.text-center 
{
    text-align: center !important;
}

.text-right
{
    text-align: right;
}

.desktop-top-menu
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #357688;
    display: block;
    padding: 0px 4px;
}

.desktop-top-menu:hover
{
    text-decoration: none;
}

.justify-content-center 
{
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.mx-auto
{
        margin-left: auto!important;
        margin-right: auto!important;
}
.footer-container
{
    position: relative;
    margin-top: 40px;
    padding: 0px 0px;
    width: 100% !important;
    margin-bottom: 35px;
}

.show-message
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 7px;
    margin-top: 7px;
}

.page-container-margin
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.add-photo-text
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 0px !important;
    display: grid;
}

.help-us-text
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: grid;
}

.text-box-focus-animation .oj-inputtext-input:focus
{
    outline: 2px solid #2491ff !important;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #2491ff;
}

#or-second-search .oj-inputtext-input:focus
{
    outline: 2px solid #2491ff !important;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #2491ff;
}

.text-box-focus-animation .oj-inputpassword-input:focus
{
    outline: 0.25rem solid #2491ff;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
}

.text-box-focus-animation .oj-inputdatetime-input-container:focus
{
    outline: 0.25rem solid #2491ff;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
}

#or-from-date-datepicker .oj-inputdatetime-input-container:focus
{
    outline-offset: 0;
    border-radius: 2px !important;
    border: 2px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
}

#or-to-date-datepicker .oj-inputdatetime-input-container:focus
{
    outline-offset: 0;
    border-radius: 2px !important;
    border: 2px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
}

.text-box-focus-animation .oj-textarea-input:focus
{
    outline: 0.25rem solid #2491ff;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
}

.text-box-focus-animation .oj-textarea-input
{
    border: 1px solid white;
}

#comment-textarea .oj-textarea-input 
{
    border: 2px solid transparent;
}
#comment-textarea .oj-textarea-input:focus {
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    border-radius: 2px;
}

#licence-plate-state-select-four .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

.oj-text-field.oj-focus:not(.oj-read-only):not(.oj-invalid):not(.oj-warning) .oj-text-field-container 
{
    border-color: #2491ff !important;
    border: 2px solid #2491ff !important;
}

/*
#vehicle-type-select-one-eleven .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}
*/

#vehicle-type-select-one-eleven .oj-searchselect-main-field:focus
{
    outline: none !important;
    border: 2px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    border-radius: 2px;
}


#vehicle-make-select-two .oj-select-choice:focus
{
   outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#vehicle-color-select-three .oj-select-choice:focus
{
   outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#vehicle-type-select-one .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#Or-category-selection .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#select-prefered-language .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#language-select-three-100 .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#oj-select-choice-Or-category-selection .oj-select-choice:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

#moving-date .oj-inputdatetime-input-container:focus
{
    outline: 0 !important;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 2px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
}

#ojetInputPhone .oj-text-field-container:focus
{
    outline: 0 !important;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 2px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
} 

.custom-ml-mr-15
{
    margin-left: 15px;
    margin-right: 15px;
}

.error-msg-main-div, .recaptcha-error-msg-main-div
{
    background: #f1d1d1;
    color: #B71818;
    padding: 4px 6px 4px 16px;
    border-radius: 3px;
    margin-top: 5px;
    display: none;
    margin-bottom: 3px;
}

.description-error-msg-main-div
{
    background: #f1d1d1;
    color: #B71818;
    padding: 2px 15px;
    border-radius: 3px;
}

.error-msg-h3
{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 32px;
    margin-top: -26px;
    margin-bottom: 8px;
    color: #B71818 !important;
}

.error-msg-img
{
    height: 27px;
    width: 27px;
}

.error-msg-img-search-btn
{
    height: 30px;
    position: relative;
    top: 5px;
    width: 30px;
}

.custom-textarea-mb
{
    margin-bottom: -15px !important;
}

.allow-public-pt
{
    padding-top: 15px;
}

.d-none 
{
    display: none !important;
}

.search-btn-main-div
{
    width: 100%;
    margin-top: -10px;
    height: 36px;
    line-height: 13px;
}

.search-btn-main-div .oj-button-text
{
    width: 100%;
}

.search-btn-main-div .oj-button-text::after
{
    font-family: 'FontAwesome';
    margin-left: 6px;
    content: "\f002";
    margin: 0;
    float: right;
    margin-right: 12px;
    font-size: 15px;
    position: relative;
    top: 2px;
}

.search-btn-main-div .oj-button-button
{
    cursor: pointer;
    background-color: #00809C !important;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
}

.search-btn-main-div .oj-button-button:hover
{
    background: #04586E !important;
}
.search-btn-main-div .oj-button-text
{
    color: white !important;
}
.search-btn-main-div .oj-button-label
{
    display: inline !important;
}
.if-needed-padding
{
    padding-top: 0px;
}

.map-div
{
    margin-top: 0px;
    height: 450px !important;
}

.font-w-600
{
    font-weight: 600;
}

.oj-radioset .oj-selected .oj-radiocheckbox-icon 
{
  left: 5px;
    color: #0075ff;
}

.oj-radioset .oj-selected .oj-radiocheckbox-icon:hover 
{
    color: #3267a3;
}

/*
.oj-radioset .oj-selected .oj-radio-label:hover + .oj-radiocheckbox-icon {
    color: #3267a3;
} */

.oj-tabbar-horizontal.oj-tabbar-icon-only .oj-tabbar-item.oj-selected, .oj-tabbar-horizontal:not(.oj-tabbar-icon-only) .oj-tabbar-item.oj-selected 
{
        border-color: transparent!important;
}

.text-area-focus-animation .oj-textarea-input:focus
{
    outline: none !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7) !important;
    border-radius: 2px;
}

.custom-mb-0
{
    margin-bottom: 0px!important;
}
.oj-web-applayout-body 
{
    overflow-y: scroll !important;
}

.section-mb-150
{
    margin-bottom: 145px;
}
.page-main-section
{
    padding-bottom: 60px;
    padding-top: 60px;
}

.oj-hybrid-applayout-header
{
    background-position: center center !important;
    height: 62px !important;
}
.custom-pt-60
{
    padding-top: 58px !important;
}

.oj-hybrid-applayout-page
{
    position: relative !important;
}
#page
{
    height: auto !important;
    min-height: auto !important;
}

body:not(.oj-platform-ios):not(.oj-platform-android) .oj-hybrid-applayout-page 
{
    height: auto !important;
}

 .oj-ext-mobile-page-content 
 {
    position: relative !important;
 }
.cancel-btn-mt
{
    margin-left: 25px !important;
}

.form-submit-btn-main-div
{
    width: 100%;
    margin-top: 0px;
    height: 36px;
    line-height: 13px;
}

.form-submit-btn-main-div .oj-button-button
{
    cursor: pointer;
    background-color: #00809C !important;
    line-height: 15px;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
    z-index: 999;
}

.form-submit-btn-main-div .oj-button-button:hover
{
    background: #04586E !important;
}

.form-submit-btn-main-div  .oj-button-text
{
    color: white !important;
}

.cancel-btn-main-div
{
    width: 200px;
    margin-top: 13px;
    height: 40px;
    line-height: 13px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: none;
}

.cancel-btn-main-div .oj-button-button
{
    cursor: pointer;
    background-color: #f2f2f2 !important;
    line-height: 15px;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
    /* color: white !important; */
    border-color: #ecdada !important;
}

.cancel-btn-main-div .oj-button-button:hover
{
    background: #e0d8d8 !important;
}
.submit-req-message
{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 5px;
}
.Custom-radio-label .oj-radio-label
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #595959;
    padding-left: 5px;
}

.ori-margin-mt
{
    margin-top: 40px;
}
.top-navigation-li-mr
{
    margin-right: 9px !important;
    flex: 0 0 auto !important;
}

.top-signup-btn
{
    border: 1px solid #04586E;
    border-radius: 3px;
    padding: 6px 16px;
    margin-left: 27px;
    text-decoration: none;
    margin-top: 9px;
    display: inline-block;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background: #f2f2f2;
    color: #04586E;
    transition: all .3s ease;
}

.top-signup-btn:hover
{
    text-decoration: none;
}
#Oj-custom-menu-dropdown
{
    width: 140px;
    max-width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 0.1875em;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    opacity: 1;
    margin-top: 10px !important;
}


.top-login-link
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 17px;
    padding-left: 3px;
    padding-right: 3px;
}

.top-login-link:hover
{
    text-decoration: none;
}

.sign-up-page-top-text
{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    margin-top: 0px;
}

.category-mtb
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.second-category-mtb
{
    margin-top: 25px;
    margin-bottom: 55px;
}

.sign-up-page-second-label
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 30px;
    margin-top: 20px;
}

.signup-textbox-label
{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 5px !important;
    color: #333333;
    display: grid;
}

.signup-pass-msg
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #00809C;
    margin-top: -20px;
}

.confirm-password-label
{
    margin-bottom: -13px !important;
}

.return-home-btn
{
    width: 100%;
    height: 36px;
    background: #f4f4f4;
    border-radius: 4px;
}

.return-home-btn .oj-button-button
{
        border-color:#04586E !important;
}

.return-home-btn:hover
{
    background:#edebeb;
}

.return-home-btn .oj-button-label
{
    color: #357688;
    font-weight: 600 !important;
    font-size: 15px;
}

.form-sign-up-btn
{
    width: 100%;
    height: 36px;
    background:#00809C;
    border-radius: 4px;
}
.reset-pswd-btn{
  margin-top: 8px;
}
.form-sign-up-btn .oj-button-label
{
    color: #FFFFFF;
    font-weight: 600 !important;
    font-size: 15px;
}

.form-sign-up-btn .oj-button-button
{
    border-color: #00809C !important;
}

.form-sign-up-btn:hover
{
    background:#04586E;
}

.form-sign-up-btn-ml
{
    margin-left: 20px;
}

.email-pass-mb
{
    margin-bottom: -25px !important;
}

.photo-container
{
    z-index: 9;
    position: relative;
    padding-bottom: 40px;
}
.vehicle-type-ddl
{
    margin-top: 32px;
}

.category-name-height
{
    height: 41px;
}

.category-pic-upload-sub-div
{
    background-repeat: no-repeat;
    background-size: 58px;
    background-position: center 32%;
    margin-bottom: -4px;
}

.category-pic-upload-main-div
{
    background: rgba(0, 128, 156, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    color: #fff;
    width: 100%;
    min-height: 150px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    border: 0.4px solid #00809C;
}

.max_attach_text
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    text-align: right;
    padding-bottom: 5px;
}

.category-pic-add-photo-span
{
    /* position: relative; */
    top: -70px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: #00809C;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.uploaded-image
{
    padding: 5px;
    width: 100px;
}

.file-data-inner {
    color: #000;
    display: flex;
    font-weight: bold;
    padding: 15px 30px;
}
.category-pic-upload-main-div .oj-filepicker-text{
  font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: #00809C;
}
.category-pic-upload-main-div .oj-filepicker-dropzone:focus{
  outline: none!important;
}
#uploadedPhotos{
  width: 100%;
  margin-top: -25px;
}
.category-pic-upload-main-div .oj-filepicker-dropzone {
    background-color: transparent!important;
    align-items: center;
    justify-content: center;
    display: inline-block!important;
    border: none;
    width: 100%;
    padding: 42px;
}
.category-pic-upload-main-div .oj-filepicker-dropzone div:first{
    position: relative;
    top: 0px;
    left: 30%;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: #00809C;
}
.category-pic-upload-main-div .oj-filepicker-icon {
  display: none!important;
}
#request-junk-second
{
    display: none;
}

#request-junk-three
{
    display: none;
}


#request-junk-four
{
    display: none;
}

.please-confirm-message 
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 20px;
}

.still-find-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 20px;
}

.please-confirm-message-second-line 
{
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 300;
}

.jp-your-address-text 
{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px !important;
    display: grid;
}

.your-address-text 
{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px !important;
        display: grid;
}

#custom-checkboxes .oj-checkbox-label
{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-style: normal;
    margin-top: 1px;
}

.oj-checkboxset .oj-selected .oj-radiocheckbox-icon 
{
    transform: scale(1);
    transition: transform .1s cubic-bezier(.4,0,.2,1);
    color: #0075ff !important;
}

.oj-checkboxset .oj-selected.oj-hover .oj-radiocheckbox-icon 
{
    color: #0075ff !important;;
}

.request-junk-first-chk
{
        margin-bottom: -20px !important;
}
.request-junk-second-chk
{
    margin-bottom: 15px !important;
}

.form-next-btn-ml
{
    margin-left: 25px;
}

.form-next-btn-main-div
{
    width: 100%;
    height: 36px;
    line-height: 13px;
}
.form-next-btn-main-div .oj-button-button
{
    cursor: pointer;
    background-color: #00809C !important;
    line-height: 15px;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
    color: white !important;
}
.sewer-issues-call-btn .oj-button-button{
background-color: #00809C !important;
margin-right: 15px!important;
}
.sewer-issues-home-btn .oj-button-button{
background-color: #ffffff !important;
}

.form-next-btn-main-div .oj-button-button:hover
{
    background: #04586E !important;
}

.form-previous-btn-main-div
{
    width: 100%;
    height: 36px;
    line-height: 13px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.form-previous-btn-main-div .oj-button-button
{
    cursor: pointer;
    background-color: #f4f4f4 !important;
    line-height: 15px;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
    border-color: #04586E !important;
}

.form-previous-btn-main-div .oj-button-button:hover
{
        background: #edebeb !important;
}
.form-previous-btn-main-div .oj-button-label
{
    color: #357688;
}
.form-previous-btn-main-div .oj-button-button
{
        margin-right: 15px;
}

.custom-list-group
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 25px;
}

.custom-list-group-item
{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
}

.cart-list-border-radious
{
      border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#cart-list li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#cart-list img
{
    width: 50px;
    display: block;
    margin: 0 auto;
}

#cart-list .image-heading
{
    color: #357688;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#cart-list .item-description
{
    color: black;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
    line-height: 21px;
}

.custom-item-description
{
    color: black;
    font-weight: 200;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
    line-height: 21px;
}

.counter-plus-button
{
    cursor: pointer;
    /* display: inline-block; */
    vertical-align: top;
    color: white;
    width: 31px;
    height: 31px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    background-clip: padding-box;
    background-color: #00809C;
    border-color: #00809C;
    border-radius: 3px 0 0 3px;
}

.counter-plus-button .oj-button-label
{
    position: relative;
    color: white;
    top: -5px;
    left: 0px;
    font-size: 29px;
}

.counter-textbox
{
    padding: 0 0px;
    width: 35px;
    text-align: center;
    margin-left: -5px;
    height: 35px;
    margin-right: -5px;
    border-radius: 0px;
}

.counter-textbox .oj-text-field-container
{
        height: 31px;
}

.counter-textbox .oj-inputtext-input
{
    padding: 0px 5px;
    text-align: center;
}
.counter-minus-btn
{
    cursor: pointer;
    /* display: inline-block; */
    vertical-align: top;
    color: white;
    width: 31px;
    height: 31px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    background-color: #00809C;
    border-color: #00809C;
    border-radius: 0 3px 3px 0;
}

.counter-minus-btn .oj-button-label
{
    position: relative;
    color: white;
    top: -5px;
    left: 0px;
    font-size: 24px;
}

.counter-main-div
{
    padding-top: 20px;
    text-align: center;
}
.request-second-tab
{
        margin-top: -25px;
}
.custom-hover-color
{
    padding-top: 25px;
    transition: all .3s ease;
}

.custom-hover-color:focus 
{
    outline: 0.25rem solid #2491ff!important;
    outline-offset: 0!important;
    padding-left: 2px!important;
    padding-right: 2px!important;
}
.custom-hover-color:focus-visible
{
    outline: 0.25rem solid #2491ff!important;
    outline-offset: 0!important;
}

.custom-hover-color:hover
{
    background-color:#f7f7f7;
}

.garbage-second-color
{
    padding-top: 25px;
    transition: all .3s ease;
}

.garbage-second-color:focus 
{
    outline: 0.25rem solid #2491ff!important;
    outline-offset: 0!important;
    padding-left: 2px!important;
    padding-right: 2px!important;
}
.garbage-second-color:focus-visible
{
    outline: 0.25rem solid #2491ff!important;
    outline-offset: 0!important;
}

.garbage-second-color:hover
{
    background-color:#f7f7f7;
}

.category-anchor
{
    font-style: normal !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center !important;
    color: #357688 !important;
    margin-top: -3px;
}

.cant-find-main-div
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.still-find-main-div
{
    margin-top: -10px;
    margin-bottom: 50px;
}

.junk-second-btn
{
    margin-top: 25px;
}

.pathole-tell-us-more-label
{
    margin-top: 52px;
}

.required-star-field
{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    margin-left: -3px;
    color: #c31c24;
}

.hash-field
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-left: 0px;
    color: #333;
}

.header-page-search-title
{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.home-faq-search-btn .oj-button-button
{
    background: #00809C !important;
    border-radius: 3px;
    padding: 0px !important;
    height: 34px;
    width: auto;
    margin-left: 10px;
}

.ms-search-btn 
{
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

.home-faq-search-icon
{
    font-family: 'FontAwesome';
    color: white;
    font-size: 14px;
    height: 15px;
    width: 14px;
    font-style: normal;
    font-weight: 200;
}

.common-d-flex
{
    display: flex !important;
}

.home-faq-label
{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    background: transparent;
    padding-left: 0;
    color: #333333;
    margin-bottom: 0px;
    display: inline-block;
}

.home-show-all-link
{
    float: right !important;
    font-size: 16px;
    font-weight: bold;
    color: #357688;
    font-family: Noto Sans !important;
    position: relative;
    top: 18px;
}

.home-faq-ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 3px;
}

.home-faq-li
{
    margin-bottom: 18px !important;
}

.home-faq-h3
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 0px;
}

.home-faq-a
{
    color: #357688;
}

.home-faq-answer
{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.common-align-justify
{
    text-align: justify;
}

.details-answer-heading
{
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 25px !important;
    color: #333333 !important;
    margin-bottom: 2px;
}
.answer-publish-date
{
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
}

.verticle-separator
{
    padding-left: 10px;
    padding-right: 10px;
}

.answer-details-question
{
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 35px;
}

.answer-details-answer
{
    line-height: 25px;
    color: #383333;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 12px;
}

.font-w-600
{
    font-weight: 600;
}

.answer-details-inner-link
{
    color: #036ab9;
    margin-bottom: 40px;
    display: block;
}

.answer-details-sharing-div
{
    text-align: right;
    margin-top: 20px;
}

.answer-details-email-link
{
    color: #357688;
    font-size: 16px;
    margin-left: 1em;
}
.answer-details-email-icon
{
    font-family: 'FontAwesome';
    margin-right: 6px;
    font-style: normal;
    font-size: 17px;
}
.custom-dotted-hr
{
    border-top: 2px dashed #b7cce7;
}

.answer-details-answer-helpful
{
    padding-bottom: 2px;
    font-size: 1.333em;
    font-weight: 600;
    line-height: 1.4em;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-right: 4px;
}

.is-this-answer-main-div
{
    text-align: right;
    margin-top: 1em;
}

.ans-yes-no-btn
{
    background: #00809C;
    border-radius: 3px;
    height: 36px;
}

.ans-yes-no-btn .oj-button-label
{
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.ans-yes-no-btn:hover
{
    background: #04586E;
}
.sign-in-top{margin-top: 60px;}
.footer-logo
{
    width: 120px;
}
.custom-mt-mb-20
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.other-reports-map-sec 
{
    padding: 10px;
    border: 1px solid #acacac;
    border-radius: 5px;
    margin: 0px 20px 0px 0px !important;
}
.or-all-request-text
{
    font-size: 16px;
    color: #357688 !important;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 9px;
    display: inline-block;
    padding-right: 3px;
}

.or-switch-link
{
    background: #04586E !important;
    color: #FFFFFF !important;
    padding: 5px 10px;
    border-radius: 3px;
}

.or-map-canvas 
{
    width: 100% !important;
    min-height: 400px;
    height: 400px !important;
}

.or-map-canvas .gm-style-iw-t
{
    display: block;
}

.or-map-right-section
{
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    border: solid 1px #acacac;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
}
.custom-pl-pr
{
    padding-left: 15px;
    padding-right: 15px;
}
.custom-flex-wrap
{
    flex-wrap: nowrap !important;
}

.report-summary-main-div
{
    background: #f2f2f2;
    padding: 10px 15px;
}

.common-ddl-label 
{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 10px !important;
    color: #333333;
}

.or-search-btn-div
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.list-view-single-item
{
    padding: 20px 10px;
    margin: 0px ;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.list-view-first-div 
{
    padding-left: 15px;
    padding-right: 15px;
}

.list-view-first-div a 
{
    font-size: 16px;
    color: #357688;
    font-weight: 500;
}

.list-view-first-div h3
{
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-view-first-div h4
{
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
}

.list-view-ul
{
    margin: 0;
    padding: 0px 15px;
    list-style-type: none;
}

.list-view-ul li 
{   
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.single-item-bt
{
    border-top: 1px solid #aaaaaa;
}

.thumbnailBG 
{
    background: #f2f2f2;
    text-align: center;
    padding: 5px;
}

.thumbnailBG img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
}

.thumbnailBG:hover img 
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbnail-image
{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-top: 3px;
}

.report-summary-text
{
    font-weight: bolder;
    color: #00809C;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.rs-custom-hr
{
    border-top: 1px solid #ccc;
    width: 100%;
}

.rs-left-section
{
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 5px;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.rs-left-section .left-label
{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-right: 5px;
    line-height: 18px;
}

.rs-left-section .right-label
{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.rs-status-row
{
    margin-top: 15px;
}

.preview 
{
    margin-right: 20px;
    margin-left: 10px;
}

.preview img
{
    border: 1px solid #444;
    padding: 1px;
    width: 100%;
    border-radius: 5px;
    max-height: 300px;
}

.rs-map-canvas 
{
    width: 100% !important;
    min-height: 300px;
    height: 300px !important;
    margin-top: 10px;
}

.rs-canvas .gm-style-iw-t
{
    display: none;
}

.heading-h1
{
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 25px !important;
    color: #333333 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.reports-single-item
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}

.single-report-row
{
    margin-top: 60px;
}

.custom-mr-15 
{
    margin-right: 15px;
}

.report-show-all-link
{
    font-size: 14px;
    font-weight: normal;
    float: right;
    padding: 4px 0px;
    line-height: 18px;
    padding-right: 10px;
    padding-left: 10px;
}
.my-garbage-row-mt
{
    margin-top: 40px;
}
.navigation-text-right
{
    text-align: right;
}
.navigation-d-in-flex
{
    display: inline-flex;
}

.bar-icon 
{
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 25px;
    color: #888888;
    font-weight: 100;
    margin-right: 25px;
    width: 25px;
    height: 22px;
    border-radius: 1px;
    position: relative;
    top: 12px;
    -webkit-text-stroke: 1px #f2f2f2;
}

.mobile-menu-btn .oj-button-button
{
        border-color: transparent !important;
}
.mobile-menu-btn .oj-button-icon
{
   display: none !important;
}

.custom-mobile-menu
{
    position: absolute;
    top: 208px !important;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #DDD;
    border-radius: 0.1875em;
    box-shadow: 0 8px -1px rgb(0 0 0 / 10%);
    opacity: 1;
    margin: 0 !important;
    background-color: #FFFFFF !important;
    width: 99%;
}

.oj-component-overlay
{
    background: none;
}

.mob-custom-option
{
    border-bottom: 1px solid #f1f1f1;
}
.mob-custom-option a 
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #357688 !important;
    height: 40px !important;
    line-height: 40px !important;
}

.custom-heading
{
    padding: 10px 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*
.custom-order-col:nth-of-type(6n-1) 
{
  order: 1;
}
.custom-order-col:nth-of-type(6n-2) 
{
  order: 2;
}

.custom-order-col:nth-of-type(6n-2) 
{
    order: 3;
}
.custom-order-col:nth-of-type(6n-1) 
{
    order: 4;
}
.custom-order-col:nth-of-type(6n-5) 
{
  order: 6;
}

.custom-order-col:nth-of-type(6n-2) {
    order: 6;
}
*/
/* commented for accessibility project*/
/*

.custom-order-col:nth-of-type(1) {
    order: 6;
}

.custom-order-col:nth-of-type(2) {
    order: 1;
}

.custom-order-col:nth-of-type(3) {
    order: 1;
}

.custom-order-col:nth-of-type(4) {
    order: 2;
}

.custom-order-col:nth-of-type(5) {
    order: 4;
}
.custom-order-col:nth-of-type(6) {
    order: 1;
}
.custom-order-col:nth-of-type(7) {
    order: 8;
}
.custom-order-col:nth-of-type(8) {
    order: 7;
}
*/

/*commented for accessibility project */

.cross 
{
    color: #ACACAC;
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 25px;
    cursor: pointer;
}

.cross .oj-button-button
{
    border-color: transparent !important;
}

.cross-span
{
    font-weight: 200;
    /* color: #ACACAC; */
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 38px;
    cursor: pointer;
}

.close-this-section 
{
    transition: all .2s ease-out;
    display: none;
}

@-webkit-keyframes fadeIn 
{
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn 
{
    from { opacity: 0; }
      to { opacity: 1; }
}


.profile-main-div .oj-button-button
{
    border: 1px solid #04586E !important;
    padding: 0px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 19px;
    background-color: transparent;
    color: #04586E !important;
    margin-left: 15px;
    height: 30px;
    margin-top: 10px;
}

.profile-main-div .oj-button-icon
{
    color: #04586E !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.account-section-first-div
{
    min-width: 0;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    background: #F4F4F4;
    padding-bottom: 0px;
}

.account-setting-mb
{
    margin-bottom: 30px;
}

.oj-menu-dropdown
{
    width: 140px;
    max-width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pf-option-menu
{
    border-bottom: 1px solid #f1f1f1;
}


.pf-option-anchor
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #357688;
    margin-left: 0px;
    line-height: 22px;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border-bottom-left-radius: 0.1875em;
}

.custom-mt
{
    margin-top: 0px;
}
.custom-w-100
{
    width: 100% !important;
}

.profile-update-pass-main-div
{
    margin-top: -23px;
    margin-bottom: 23px;
}

.update-pass-link
{
    font-weight: 700;
    color: #357688;
    font-size: 14px;
}

.notification-h3 
{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 14px;
}

.notification-main-div 
{
    margin: 15px 0px;
}

.notification-anchor-link
{
    color: #357688;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.notification-delete-btn
{
    width: 85px;
    height: 36px;
    background: #00809C;
    border-radius: 3px;
}

.notification-delete-btn .oj-button-label
{
    color: #FFFFFF;
    font-weight: 600 !important;
    font-size: 15px;
}

.notification-delete-btn .oj-button-button
{
    border-color: #00809C !important;
        background: #00809C !important;
}
.notification-delete-btn .oj-button-button:hover
{
    background: #04586E;
}

.notification-delete-btn:hover
{
    background-image: linear-gradient(#04586e,rgb(4 88 110))!important;
}
#show-notification .notification-delete-btn:focus
{
  outline: none!important;
}
#show-notification .oj-button-button:focus
{
  outline: none!important;
}

.category-sign-up-page-top-text 
{
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #333333;
}

.category-sign-up-h3
{
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    font-size: 16px;
}

.category-sign-up-main-div
{
    padding-bottom: 40px;
}

.current-password-textbox
{
    margin-bottom: -25px !important;
}

.password-submit-btn-width
{
    width: 100px;
}
.change-pass-text
{
    padding-bottom: 20px;
    text-align: left;
}

.loginpage-password-text
{
    margin-bottom: -30px !important;
}

.forget-pass-link
{
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 12px;
}

.track-report-btn .oj-button-button
{
    background: #00809C !important ;
}

.track-report-btn .oj-button-buttonn:hover
{
    background:#04586E !important;
}

.thank-you-content-p
{
    font-style: normal;
    font-weight: 500;
    font-size: 15.5px;
    line-height: 22px;
    color: #333333;
    text-align: left;
}

.thanks-btn-margin
{
    margin-top: 43px;
}

.thanks-text-pt
{
    padding-top: 15px;
}

.pothole-search-location-btn
{
    margin-top: 10px;
}

.search-validation-btn
{
    margin-top: 10px;
}

.missed-collection-page-padding
{
    padding-top: 45px;
    padding-bottom: 45px;
}
.collection-schedule-padding
{
    padding-top: 60px;
    padding-bottom: 0px;
}

/* Missed Collection page css start */


.summary-sub-div .summary-ul 
{
    padding-left: 18px !important;
    list-style-type: disc !important;
}
/* Missed Collection page css End */

.invalid-error-mt
{
    margin-top: 14px;
}

.report-content-pb
{
    padding-bottom: 13px;
}
.poll-number-mt
{
    margin-top: 30px;
}
.camera-icon
{
    background-image: url("../images/camera_icon.png");
    font-size: 0;
    padding: 8px 0px 36px 0px;
    border-style: none;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.loader-icon
{
    /* background-image: url("../images/loader.gif"); */
    margin: 0 auto;
}
.my-collection-content
{
    padding-top: 30px;
    padding-bottom: 35px;
}

#ms-search-btn .oj-button-text
{
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

#ms-search-btn .home-faq-search-icon
{
    padding-left: 10px;
}

#ms-search-btn .oj-button-button
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#ms-search-btn .oj-button-button:hover
{
    background: #04586E !important;
}
.your-address-text
{
    margin-top: 5px;
    margin-bottom: 25px;
}
.send-feedback-icon
{
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    right: 5px;
}
.send-feedback-link
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #357688;
}

.send-feedback-li
{
    margin-top: 7px;
}

.container 
{
    width: 100%;
    /*
    padding-right: 15px;
    padding-left: 15px;
    */
    margin-right: auto;
    margin-left: auto;
}

.container-fluid 
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.goog-tooltip 
{
 display: none !important;
}

.goog-tooltip:hover 
{
 display: none !important;
}

.goog-text-highlight 
{
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.request-new-mtb
{
    margin-top: 0px;
    margin-bottom: 30px;
}

.request-garbage-text
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 5px;
}

.unit-apartment-div
{
    margin-left: 25px;
}

.Custom-radioset .oj-radioset-wrapper
{
    display: grid !important;
}

.Custom-radioset .oj-radio-label
{
    font-size: 14px;
    font-style: normal !important;
    font-weight: 500 !important;
    color: #333333;
    line-height: 18px;
    margin-bottom: 10px;
}

.new-residence-date-text 
{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 10px !important;
    color: #333333;
    display: grid;
}

.what-size-garbage-text
{
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 12px !important;
    display: grid;
}

.your-address-line
{
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 500;
}

.show-address-text 
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 5px;
}

.unit-main-div
{
    margin-top: 20px;
}

.selected-date-box
{
    padding: 44px 48px 50px 48px;
    background-color: #eee;
    border-radius: 6px;
    margin-top: 25px;
}

.other-issue-mt-0
{
    margin-top: 0px;
}

.enter-address-msg
{
    margin-top: -12px;
    margin-bottom: 10px;
}
.footer-ul
{
    display: inline-block;
    padding-right: 0px;
}
    .junk-pickup-ul
    {
        padding-right: 18px;
    }
    .photo-invalid-mb
    {
       margin-bottom: -10px;
    margin-top: -10px;
    }
    .photo-invalid-img
    {
        position: relative;
    top: 8px;
    }
/* Live Chat right section css start */
    .live-chat-main-div
    {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
    background: #F2F2F2;
    border-radius: 10px;
    border: none !important;
    margin-top: 18px;
    width: 190px;
    margin-left: auto;
    }
    .live-chat-image
    {
        width: 190px;
    height: auto;
    }
    .find-answer-main-div
    {
            margin-right: 20px;
    }

    .live-chat-text
    {
        font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #357688;
    margin-top: 0px;
    margin-bottom: 0px;
    }

    .live-chat-content-p
    {
        font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
    }
    .spacer-mt-30
    {
            margin-top: 30px;
    }
   
    .sanjose-gov-link
    {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    }

    .sanjosecity-website-text
    {
        color: #357688;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    }
    .find-answer-section
    {
        margin-bottom: 80px;
        margin-top: 30px;
    }

    /* Live Chat right section css End */

/* To hide google translate top bar */


/* New Missed collection Page Css start */
#mc-request-junk-second
{
    display: none;
}
#mc-request-junk-third
{
    display: none;
}

.mc-text-box-focus-animation .oj-inputtext-input:focus
{
    outline: 2px solid #2491ff !important;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #2491ff;
}

.mc-text-box-focus-animation .oj-inputsearch-input:focus
{
   outline: 2px solid #2491ff !important;
    outline-offset: 0;
    border-radius: 2px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #2491ff;
}


    .second-next-btn-ml .oj-button-button 
    {
    margin-left: 15px !important;
    }

    .noWrap 
    {
    white-space: nowrap!important;
}
.tanks-font
{
        font-size: 13.8px;
}
.margin-mb-180
{
        margin-bottom: -180px;
}

.cart-color-label 
{
    display: inline-block;
    border-radius: 3px;
    width: 63.13px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -6px;
}
.black-bg
{
    background-color: #000000;;
}
.gray-bg
{
        background-color: #C4C4C4;
}
.green-bg
{
        background-color: #7F9C42;
}
.rmc-main-div 
{
        margin-top: -12px;
}

.radio-label-one
{
    display: inline-block;
    font-size: 14px;
    margin-top: -9px;
    margin-bottom: 0px;
    font-weight: 600;
}
.radio-label-span
{
    font-size: 11px;
    font-weight: 500;
    padding-top: 5px;
    display: block;
}
.custom-radiobutton-group
{
        margin-top: 7px;
}
.confirm-details-text
{
        margin-top: -6px;
}
.last-button-group-row
{
        margin-top: 45px;
}
.cart-color-box-div
{
        margin-top: 10px;
}
.ms-summary-ul {
    padding-left: 18px;
    list-style-type: disc;
}
.ms-summary-li 
{
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    color: #333333;
    padding-bottom: 2px;
}
.show-phone-err-2
{
    margin-top: -7px;
    margin-bottom: -5px;
}

.radiobutton-invalid-msg
{
    margin-top: -20px;
    margin-bottom: 30px;
}


/* New Missed collection Page Css End */
/* File attachment css start */
#remove-link
{
    display: none;
}
.show-image-text 
{
    padding-top: 30px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    /*added for accessibility*/
        width: -webkit-fill-available;
}

.remove-link-anchor
{
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: #357688;
    font-weight: 600;
}

.file-remove{
    top: -118px;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.005em;
    color: #357688;
    font-weight: 600;
    left: 90px;
}
/* File attachment css end */
.goog-te-banner-frame.skiptranslate, .skiptranslate
{
    display: none !important;
}

 #google_translate_element
 {
        float:right;
        margin-bottom: 25px;
 }

	.goog-te-gadget-simple .goog-te-menu-value span
    {
		font-size: 14px;
		color: #595959;
	}

	.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div
    {
	color: #357688 !important;
	}

    .goog-te-gadget-simple
    {
        margin-top:5px;
        margin-left: 10px;
        border:1px solid #ccc;
        border-radius:5px;
        font-size: unset;
        font-weight: bold;
        padding: 5px;
        background: #FBFBFB;
    }

    .goog-te-gadget-simple img
    {
        width: 0;
    }

  /* hamburger Menu css Start  */
    .topnav 
{
    overflow: hidden;
    background-color: white;
    position: absolute;
    /* left: 0px; */
    top: 39px;
    width: auto;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #FFF;
    border-radius: 0.1875em;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    opacity: 1;
    margin-top: 10px !important;
    z-index: 9;
}
.home-anchor
{
    display: none !important;
}
.topnav-ul
{
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.topnav #myLinks 
{
  display: none;
}

.topnav a 
{
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #357688 !important;
    padding: 12px 10px 12px 10px;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
    border-bottom-right-radius: 0.1875em;
    border-bottom-left-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
}

.topnav a.icon 
{
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover 
{
  background-color:#f2f2f2;
  text-decoration: underline;
}
.username-anchor
{
    border: 1px solid #04586E !important;
    padding: 5px 10px !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    font-family: Noto Sans !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    background-color: transparent !important;
    color: #04586E !important;
    margin-top: 6px;
    position: relative;
    top: 8px;
}
.username-anchor:hover
{
    text-decoration: none;
}

.profile-menu-down-arrow
{
    position: relative;
    top: 4px;
    left: 3px;
}
.mylinks-div
{
    border: 1px solid #DDD;
}
.oj-menu-item:not(.oj-disabled).oj-focus-ancestor>a, .oj-menu-item:not(.oj-disabled).oj-focus>a
{
    background: white !important;
}

 /* hamburger Menu css End  */


  /* hamburger Menu  Two css Start  */


.topnav-two
{
    overflow: hidden;
    background-color: white;
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 100%;
    top: 48px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 0.1875em;
    opacity: 1;
    z-index: 7;
    text-align: left;
}

.home-anchor-two
{
    display: none !important;
}


.topnav-ul-two
{
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.topnav-li-two
{
    border-bottom: 1px solid #f1f1f1;
}

.topnav-two #myLinks-two 
{
  display: none;
  transition: .5s all linear;
}

.topnav-two a 
{
   text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #357688 !important;
    padding: 7px 20px;
}

.topnav-two a.icon 
{
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav-two a:hover 
{
  background-color:#f2f2f2;
  text-decoration: underline;
}
.Horizontal-bar-icon:hover
{
    text-decoration: none !important;
}
  /* hamburger Menu  Two css End  */

  .other-issue-description-val
  {
          margin-bottom: 10px;
  }
  .tahnk-you-a
  {
    color: #357688;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
  }
  .tahnk-you-a:hover
  {
     text-decoration: underline;  
  }

  /* Junk Pickup Css Start  */
.jp-request-new-mtb 
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.jp-mt-25
{
    margin-top: 14px;
}

.jp-map-canvas 
{
       width: 100% !important;
    min-height: 450px;
    height: 450px !important;
    margin-top: 30px;
    margin-bottom: 5px;
}
.map-below-buttons-div
{
    margin-top: 25px;
    position: relative;
}
.couch-sub-div
{
    min-width: 50%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}
.couch-main-div
{
    margin-bottom:15px
}
.jp-address-validation
{
    margin-top: -8px;
    margin-bottom: -8px;
}
.jp-last-button-row
{
    margin-top: 40px;
}
.hazards-chk-invalid
{
       margin-top: -29px;
    margin-bottom: -8px;
}
.quantity-span
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}
.couch-div
{
    margin-top: 20px;
}
.schedule-it-div
{
    margin-top: 20px;
        margin-bottom: -20px;
}
  /* Junk Pickup Css End  */

.state-highway-checkbox
{
    margin-bottom: -40px !important;
}

#Search-Btn .oj-button-button
{
        margin-left: 0px!important;
}

#show_calender_div 
{
  display: none;
  transition: .5s all linear;
}
#custom-calender h2
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #357688;
    padding-bottom: 20px;
    padding-top: 0px;
       margin-bottom: 75px;
    display: inline-block;
}
#custom-calender .oj-flex-bar-start
{
    display: none;
}
#custom-calender .oj-flex-bar-end
{
    display: none;
}
#custom-calender .fc-view
{
      border: 7px solid #357688;
}
#custom-calender .fc-scroller
{
      height: 100% !important;
      overflow: auto !important;
}
#custom-calender .fc-head-container
{
  border-color: #357688 !important;
}

.mcs-text-box-focus-animation .oj-inputsearch-input:focus
{
    outline: 2px solid #2491ff !important;
    outline-offset: 0;
    border-radius: 0px !important;
    border: 1px solid #2491ff !important;
    border-style: solid !important;
    border-color: #2491ff !important;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(55 112 192 / 70%) !important;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #2491ff;
}

#custom-calender .fc-day-header
{
    text-align: center;
    color: #fff !important;
    border: none;
    background-color: #357688 !important;
    font-weight: bold;
    padding: 0.75em 0;  
}

#custom-calender .fc-day-top
{
    height: 100px;
    padding: 2px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    background-color: #F2F2F2;
}

#custom-calender .fc-day
{
    border-width: 0px !important;
}

#custom-calender .fc-content-skeleton
{
    padding-bottom: 0px;
}

#custom-calender .fc-day-number
{
    float: left;
    padding: 0px 5px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}

.fc-unthemed thead 
{
    border-color: #357688 !important;
}

#custom-calender tr:first-child>td>.fc-day-grid-event 
{
    margin-top: -105px!important;
    text-align: right;
    font-size: 10px;
    border-color: #eee3b4 !important;
    color: #333333 !important;
    height: 102px;
    background: rgba(229, 191, 36, 0.3) !important;
    cursor: default;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#custom-calender .fc-content
{
    padding-top: 16px;
    padding-right: 5px;
}
#custom-calender .fc-today .fc-day-number
{
    background-color: #E5BF24 !important;
    font-weight: bold !important;
    padding: 3px 0 !important;
    width: 32px !important;
    color: rgba(0, 0, 0, 0.7);
}

#mcs-results-table
{
    margin-left: 50px;
    margin-top: 40px;
}
#mcs-results-table .heading-td
{
    width: 110px;
    vertical-align: top;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

#address-search-textbox .oj-inputsearch-search-icon
{
    display: none;
}

#address-search-textbox .oj-text-field-container
{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#mcs-results-table .content-td
{
    vertical-align: top;
    border: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}

.mcs-calender-main-div
{
    margin-top: 50px;
}

.mcs-home-address
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 4px !important;
}

.mcs-collection-schedule
{
    padding-top: 10px;
    padding-bottom: 35px;
}

.safety-conncerns
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 0px;
}

.on-jacks-ul
{
    margin-top: 0px;
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 45px;
}
.on-jacks-ul li{clear:both}

.you-believe-line
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 15px;
    display: inline-block;
}

.errormessage-img
{
    background: url("../images/Error-icon.png") no-repeat 3% 50% rgba(183, 24, 24, 0.2) !important;
    background-size: 30px 30px!important;
    color: #B71818 !important;
    margin-bottom: 25px;
    margin-top: -30px;
}

.errormessage-img-popup
{
    background: url("../images/Error-icon.png") no-repeat 3% 50% rgba(183, 24, 24, 0.2) !important;
    background-size: 30px 30px!important;
    color: #B71818 !important;
    margin-bottom: 5px;
    margin-top: -30px;
}

.setting-error-msg-h3
{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 38px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #B71818 !important;
}
.error-first-name
{
  margin-top: -15px;
}
#your-address-input .oj-text-field-start
{
  display: none;
} 
.rj-next-btn-ml
{
      margin-left: 15px;
}

.custom-rj-next-btn-ml
{
   margin-left: 0px;
}

 .card-body 
 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.80rem;
  }

.card-body h3
{
    color: #333333;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}

.card 
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.bitem-desc{min-height: 75px;}
.qty {text-align:right;float:right}
.qty .count 
{
    color: #04586e;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 2px;
    width: 24px;
    text-align: center;
    margin-left: -5px;
    margin-right: 0px;
    border: 1px solid #00809c !important;
    height: 30px;
    border-radius: 0px !important;
    z-index: 1;
}

.qty .plus 
{
   cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 32px;
    font: 28px/1 Arial,sans-serif;
    text-align: center;
    background-color: #00809C;
    border-color: #00809C;
    border-radius: 0 3px 3px 0;
    line-height: 35px;
}
    
.qty .minus 
{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 32px;
    height: 32px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    background-clip: padding-box;
    background-color: #00809C;
    border-color: #00809C;
    border-radius: 3px 0 0 3px;
    line-height: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.items-heading-padding
{
    padding: 0px 15px;
}

#caddress button:after {
    font-family: 'FontAwesome';
    margin-left: 6px;
    content: "\f00c" !important;
    /* content: "\f041"; */
    margin: 0;
    float: right;
    margin-right: 15px;
}
.fa-caret-left{color:#00809C}

    #cart-list .list-group-item div:first-child
    {
      color: #00809c;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    }
    #cart-list {font-size: 14px;}
    #cart-list img{width:50px;display: block;margin: 0 auto;}
    .panel-body { padding:0px; }
    .panel-body table tr td { padding-left: 15px; border: none !important}
    .panel-body .table {margin-bottom: 0px; }
    .panel-group .panel{margin-top:0 !important;    border-radius: 0 !important; border-bottom: 2px solid rgba(0, 128, 156, 0.2) !important; border: none;}
    .panel-default>.panel-heading{background: none !important}
    .panel-group .panel a{font-weight:600 !important; font-weight:normal; color:#357688 !important;}
    .bitem-card{text-align: left!important;padding-top:20px;padding-bottom:20px}
    .bitem-qty{padding-top: 20px;}
   
    /* .ui-autocomplete-loading {
        background: white url("/euf/assets/images/loader.gif") right center no-repeat;
        background-size:25px;
    } */
    .ui-draggable, .ui-droppable {
        background-position: top;
    }

    /* Show Email box Css start */
    .email-box-main-div
    {
    float: right;
    border: 1px solid #DDD;
    width: auto;
    position: absolute;
    right: auto;
    left: auto;
    z-index: 99999;
    background-color: white;
    margin-top: 0px;
    border-radius: 2px;
    margin-top: -60px;
    }
    .sharing-box-main-div
    {
    float: right;
    border: 1px solid #DDD;
    width: auto;
    position: sticky;
    right: auto;
    left: auto;
    z-index: 99999;
    background-color: white;
    border-radius: 2px;
    margin-top: -46px;
    }

    .email-box-main-div h2
    {
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
    }

    .email-close-icon
    {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 7px 5px;
    overflow: hidden;
    vertical-align: top;
    color: #3873c4 !important;
    font-size: 24px;
    width: 0.9em;
    font-weight: unset;
    text-shadow: unset;
    position: relative;
    right: -7px;
    top: -23px;
    }

    .email-close-icon:hover
    {
          background: #04586E;
          color: #3873c4 !important;
          cursor: pointer;
    }

    
    .email-box-inner-div
    {
      padding: 7px;
    }

    .receipent-email-label
    {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 6px !important;
    color: #333333;
    text-align: left;
    display: grid;
    }
    .send-email-btn-div
    {
      background: #edf5ff;
    text-align: center;
    padding: 10px 5px;
    }
    .send-email-btn-ml
    {
          margin-left: 4px;
    }
    .email-textbox-div
    {
       margin-top: 0px;
       margin-bottom: 10px;
    }
    
    .setting-email-msg-h3 
    {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #B71818 !important;
    text-align: left;
    }
.custom-mb-0
{
    margin-bottom: 0px;
}

.custom-mt-0
{
    margin-top: 0px;
}
.sm-sharing-ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
}
.sm-sharing-li
{
    height: 16px;
    line-height: 1.4em;
    margin: 4px;
    display: inline;
    float: left;
    list-style-type: none;
}
.facebook-link
{
    color: #3b5998;
    font-size: 16px;
    margin-left: 0px;
}
.twitter-icon
{
    color: #55acee;
}

.linkedin-icon
{
      color: white;
    background-color: #3692c3;
    font-size: 11px;
    padding: 3px;
    border-radius: 4px;
    font-weight: 200;
    position: relative;
    top: -3px;
}

.redit-icon
{
      color: #336699;
}

.invalid-mt-0
{
  margin-top: 0px !important;
}

 .sm-details-facebook-icon
{
    font-family: 'FontAwesome';
    margin-right: 6px;
    font-style: normal;
    font-size: 17px;
}

/* Show Email box Css End */

/* Custom Faq Css Start */
#myheight
{
      height: 105vh;
}

#faq-div .KnowledgeSyndication
{
    margin-right: 20px;
}
#faq-div .rn_Content
{
      text-align: justify;
}

#faq-div .rn_List
{
    padding-left: 0px;
    padding-right: 0px;
}

#myDiv .rn_Item, #faq-div .rn_Item
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 3px;
    margin-bottom: 12px !important;
}

#myDiv .rn_Link, #myDiv .rn_Title, #faq-div .rn_Title
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 0px;
    text-decoration: none;
    text-align: justify;
    color: #357688 !important;
}
#myDiv .rn_Title a , #faq-div .rn_Title a 
{
    color: #357688 !important;
    font-weight: 600;
    text-decoration: none;

}

#myDiv .rn_Link:hover, #myDiv .rn_Title:hover, #faq-div .rn_Title:hover
{
    text-decoration: underline;
}

#faq-div .rn_Navigation
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 0px;
    text-decoration: none;
    text-align: right;
    color: #357688 !important;
    margin-top: 20px;
}

#faq-div .rn_Navigation a 
{    
    font-weight: 600;
    font-size: 16px !important;
    text-decoration: none;
    text-align: justify;
    color: #357688 !important;
}

#myDiv .rn_Navigation
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 0px;
    text-decoration: none;
    text-align: right;
    color: #357688 !important;
    margin-top: 20px;
}
#faq-div .rn_Navigation a , #myDiv .rn_Navigation a 
{    
    font-weight: 600;
    font-size: 16px !important;
    text-decoration: none;
    text-align: justify;
    color: #357688 !important;
}

#myDiv .rn_Description, #faq-div .rn_Description
{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    text-align: justify;
}

#faq-div .rn_Query
{
    width: 92%;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333333;
    padding: 8px 10px;
    border: 1px solid #999;
}

#faq-div .rn_SearchArea
{
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

/*
#myDiv .rn_ButtonInput::after
{
    

}
*/
#faq-div .rn_ButtonInput
{
    background-image: url("../images/search-icon.png") !important;;
    color: white;
    font-style: normal;
    font-size: 15px;
    font-family: 'FontAwesome';
    margin: 0;
    background-color: #00809C !important;
    border-radius: 3px;
    padding: 13px 22px !important;
    font-weight: 600;
    margin-left: -5px;
    text-indent: -9000px;
    border: 0px;
    position: relative;
    top: -1px;
    cursor: pointer;
}
#faq-div .rn_ButtonInput::after
{
     content: "\f002";
}
#faq-div .rn_screen_reader_only
{
      position: static !important; 
}

#faq-div .rn_SearchArea
{
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
/*
#myDiv .rn_ButtonInput::after
{
    

}
*/
#faq-div .rn_ButtonInput
{
    background-image: url("../images/search-icon.png") !important;;
    color: white;
    font-style: normal;
    font-size: 15px;
    font-family: 'FontAwesome';
    margin: 0;
    background-color: #00809C !important;
    border-radius: 3px;
    padding: 13px 22px !important;
    font-weight: 600;
    margin-left: -5px;
    text-indent: -9000px;
    border: 0px;
    position: relative;
    top: -1px;
    cursor: pointer;
}
#faq-div .rn_ButtonInput::after
{
     content: "\f002";
}
#faq-div .rn_screen_reader_only
{
      position: static !important; 
}

#faq-div .rn_SearchArea
{
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
/*
#myDiv .rn_ButtonInput::after
{
    

}
*/
#faq-div .rn_ButtonInput
{
    background-image: url("../images/search-icon.png") !important;;
    color: white;
    font-style: normal;
    font-size: 15px;
    font-family: 'FontAwesome';
    margin: 0;
    background-color: #00809C !important;
    border-radius: 3px;
    padding: 13px 22px !important;
    font-weight: 600;
    margin-left: -5px;
    text-indent: -9000px;
    border: 0px;
    position: relative;
    top: -1px;
    cursor: pointer;
}
#faq-div .rn_ButtonInput::after
{
     content: "\f002";
}
#faq-div .rn_screen_reader_only
{
      position: static !important; 
}

/* Custom Faq Css End */

.custom-oj-table
{
    width: 100%;
    height: 100%;
}

.my-rr-reports
{
    margin-top: 30px !important;
}

/* Notification table Css start */
#show-notification
{
    width: 100%;
}

#show-notification .oj-table-header-row
{
    display: none;
}

#show-notification tr td:nth-child(1)
{
    display: none;
}
#show-notification tr td:nth-child(2)
{
    display: none;
}

#show-notification tr td:nth-child(3)
{
    display: inline !important;
    padding-right: 0px;
    padding-left: 0px;
}

#show-notification tr td:nth-child(4)
{
    display: inline !important;
    padding-left: 0px;
    padding-right: 0px;
}

#show-notification tr td:nth-child(4)::after 
{
    content: '';
    width: 5px;
    border-bottom: solid 1px #357688;
    position: absolute;
    z-index: 1;
    margin-top: 12px;
    margin-left: -4px;
}
#show-notification tr td:nth-child(4)::before 
{
    content: '';
    width: 5px;
    border-bottom: solid 1px #357688;
    position: absolute;
    z-index: 1;
    margin-top: 12px;
    margin-left: -3px;
}

#show-notification tr td:nth-child(5)
{
    display: contents;
    padding-left: 0px;
    width: 100%;
    white-space: normal;
}

#show-notification tr td:nth-child(5) a 
{
    position: relative;
    top: 1px;
}

#show-notification tr td:nth-child(6)
{
    padding-top: 0px;
    display: table-cell;
    position: relative;
    left: 10px;
}

#show-notification table .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#show-notification table .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#show-notification table
{
      width: 100%!important;
}

#show-notification td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #357688;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 17px;
}

/*
#show-notification td:hover
{
    border-bottom: 1px solid!important;
    padding-bottom: 0px!important;
    text-underline-position: under!important;
}
*/

#show-notification tr
{
     display: table-row-group;
}


#show-notification tr:hover
{
    cursor: pointer;
    text-decoration: underline!important;
    text-underline-position: under;
}


#show-notification .oj-table-sort-icon-container
{
  display: none;
}

#show-notification .oj-table-column-header-cell
{
  display: none;
}

.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

.no-notification-text
{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #337ab7 !important;
}

.show-notification-count
{
    position: relative;
    top: -12px;
    right: 10px;
    padding: 2px 5px;
    border-radius: 50%;
    background: #333333;
    color: white;
    font-size: 12px;
}

/* Notification table Css End */


#list-view-btn .oj-button-button
{
    background: #00809c !important;
    color: #FFFFFF !important;
    padding: 1px 1px;
    border-radius: 3px;
    height: 36px;
}

#list-view-btn .oj-button-label
{
    font-size: 16px;
    font-weight: 400;
}

#map-view-btn .oj-button-button
{
    background: #04586E !important;
    color: #FFFFFF !important;
    padding: 1px 1px;
    border-radius: 3px;
    height: 36px;
}

#map-view-btn .oj-button-label
{
    font-size: 18px;
    font-weight: 400;
}

/* list view report css start */
#listview
{
    width: 100%;
    overflow: auto;
    overflow-x: scroll;
}
#listview .oj-table-scroller
{
    overflow: initial !important;
}
#listview table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
}

#listview table tr td:nth-child(1)
{
      display: none !important;
}

#listview table tr td:nth-child(2)
{
    display: block;
    padding-left: 0px;
}

#listview table tr td:nth-child(3)
{
    display: table;
    margin-bottom: -25px;
    margin-top: -16px;
    font-weight: 900;
}

#listview table tr td:nth-child(4)
{
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: -15px;
}

#listview table tr td:nth-child(5)
{
       vertical-align: top;
       text-align: center;
}

/*
#listview table tr td:nth-last-child(3) 
{
      display: contents  !important;
}

#listview table tr td:nth-child(6n-1) 
{
    display: flex !important;
}
*/

#listview table tr td:nth-child(6)
{
    display: block;
    text-align: center;
}
#listview table .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#listview table .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#listview table
{
      width: 100%!important;
       border-collapse: collapse;
      border-spacing: 15px;
}

#listview td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    border:0px !important;
}

#listview .oj-table-sort-icon-container
{
  display: none;
}


#listview .oj-table-column-header-cell
{
  display: none;
}


#listview .oj-table-body-row 
{
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}

#listview td img
{
    transition: all 1s;
    object-fit: cover;
    width: 142px;
    height: 142px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#listview td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}
/* list view report css End */

#listview .oj-pagingcontrol-nav-page.oj-selected {
    border: 1px solid var(--oj-label-color);
    display: inline;
    background-color: #04586e!important;
    color: white!important;
}
#listview .oj-text-field-input
{
      background-color: #f2f2f2!important;
}
#listview .oj-pagingcontrol-nav-arrow
{
  color: #333333;
}
#listview .oj-table-header-row
{
    display: none;
}

/* list view report css End */

.rn_RecentlyViewedContent
{
    margin-bottom: 40px;
    margin-left: 50px;
    margin-top: 60px;
}
.rn_RecentlyViewedContent h2
{
    font-size: 1.1em;
    font-weight: bold;
    color: #357688;
    margin-bottom: 0px;
}
.rn_RecentlyViewedContent ul
{
      margin: 0;
    padding: 0;
    list-style-type: none;
}
.rn_RecentlyViewedContent li
{
    padding-left: 5px;
}

.rn_RecentlyViewedContent li a 
{
    color: #357688;
    text-decoration: none;
}
.rn_RecentlyViewedContent li a:hover
{
    text-decoration: underline;
}
.rn_RecentlyViewedContent li::before
{
    font-family: 'FontAwesome';
    content: "\f0eb";
    margin-left: 1px;
    margin-right: 5px;
    font-size: 1.4em;
}

#list-view-btn .oj-button-label
{
    font-size: 16px;
    font-weight: 400;
}

#map-view-btn .oj-button-button
{
    background: #04586E !important;
    color: #FFFFFF !important;
    padding: 1px 1px;
    border-radius: 3px;
    height: 36px;
}

#map-view-btn .oj-button-label
{
    font-size: 18px;
    font-weight: 400;
}

.rn_RecentlyViewedContent
{
    margin-bottom: 40px;
    margin-left: 50px;
    margin-top: 60px;
}

.rn_RecentlyViewedContent h2
{
    font-size: 1.1em;
    font-weight: bold;
    color: #357688;
    margin-bottom: 0px;
}

.rn_RecentlyViewedContent ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rn_RecentlyViewedContent li
{
    padding-left: 5px;
}

.rn_RecentlyViewedContent li a 
{
    color: #357688;
    text-decoration: none;
}

.rn_RecentlyViewedContent li a:hover
{
    text-decoration: underline;
}
.rn_RecentlyViewedContent li::before
{
    font-family: 'FontAwesome';
    content: "\f0eb";
    margin-left: 1px;
    margin-right: 5px;
    font-size: 1.4em;
}

#list-view-btn .oj-button-label
{
    font-size: 16px;
    font-weight: 400;
}

#map-view-btn .oj-button-button
{
    background: #00809C !important;
    color: #FFFFFF !important;
    padding: 1px 1px;
    border-radius: 3px;
    height: 36px;
}

#map-view-btn .oj-button-label
{
    font-size: 18px;
    font-weight: 400;
}

/* Home page reports css start */

/* My reports table css start */

.oj-table-data-cell, .oj-table-body-row {
    background-color: #fff;
}

#my-reports-table
{
    width: 100%;
    overflow: auto;
}
#my-reports-table .oj-table-scroller
{
      overflow: initial !important;
}
#my-reports-table .oj-table-header-row
{
  display: none;
}

#my-reports-table table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
}

#my-reports-table table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#my-reports-table td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

#my-reports-table .oj-table-sort-icon-container
{
  display: none;
}


#my-reports-table .oj-table-column-header-cell
{
  display: none;
}


#my-reports-table .oj-table-body-row 
{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


#my-reports-table td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#my-reports-table td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-reports-table .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-reports-table .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-reports-table table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
    border: none;
}

#my-reports-table table tr td:nth-child(2)
{
   display: block;
    margin-bottom: -10px;
    margin-top: 0px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
}

#my-reports-table table tr td:nth-child(3)
{
    display: block;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: 900;
    color: #333333;
    border: none;
}

#my-reports-table table tr td:nth-child(4)
{
    display: block;
    margin-bottom: 0;
    margin-top: -20px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
}

#my-reports-table table tr td:nth-child(5)
{
       vertical-align: top;
       text-align: center;
       border: none;
}

#my-reports-table table tr td:nth-child(6)
{
    display: block;
    text-align: center;
    border: none;
}


/* My reports table css End */

/* My garbage table report css Start */

#my-garbage-reports-table
{
    width: 100%;
    overflow: auto;
}

#my-garbage-reports-table .oj-table-scroller
{
      overflow: initial !important;
}
#my-garbage-reports-table .oj-table-header-row
{
  display: none;
}

#my-garbage-reports-table table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
    vertical-align: top;
    padding-top: 10px;
}

#my-garbage-reports-table table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#my-garbage-reports-table td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#my-garbage-reports-table .oj-table-sort-icon-container
{
  display: none;
}


#my-garbage-reports-table .oj-table-column-header-cell
{
  display: none;
}


#my-garbage-reports-table .oj-table-body-row 
{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


#my-garbage-reports-table td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#my-garbage-reports-table td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-garbage-reports-table .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-garbage-reports-table .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-garbage-reports-table table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
}

#my-garbage-reports-table table tr td:nth-child(2)
{
   display: block;
    margin-bottom: -5px;
    margin-top: 0px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
}

#my-garbage-reports-table table tr td:nth-child(3)
{
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    font-weight: 900;
    color: #333333;
    border: none;
}

#my-garbage-reports-table table tr td:nth-child(4)
{
    display: block;
    margin-bottom: 0px;
    margin-top: -25px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
}

#my-garbage-reports-table table tr td:nth-child(5)
{
       vertical-align: top;
       text-align: center;
       white-space: normal;
       border: none;
}

#my-garbage-reports-table table tr td:nth-child(6)
{
    display: block;
     text-align: center;
     border: none;
}


/* My garbage table report css End */

/* My follow request report css start */

#my-follow-request-table
{
    width: 100%;
    overflow: auto;
}

#my-follow-request-table .oj-table-scroller
{
      overflow: initial !important;
}

#my-follow-request-table .oj-table-header-row
{
  display: none;
}

#my-follow-request-table table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
}

#my-follow-request-table table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#my-follow-request-table td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

#my-follow-request-table .oj-table-sort-icon-container
{
  display: none;
}


#my-follow-request-table .oj-table-column-header-cell
{
  display: none;
}


#my-follow-request-table .oj-table-body-row 
{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


#my-follow-request-table td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#my-follow-request-table td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-follow-request-table .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-follow-request-table .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#my-follow-request-table table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
}

#my-follow-request-table table tr td:nth-child(2)
{
   display: block;
    margin-bottom: -5px;
    margin-top: 0px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
}

#my-follow-request-table table tr td:nth-child(3)
{
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    font-weight: 900;
    color: #333333;
    border: none;
}

#my-follow-request-table table tr td:nth-child(4)
{
    display: block;
    margin-bottom: 0px;
    margin-top: -25px;
    font-weight: 400;
    padding-left: 20px;
    border: none;
}

#my-follow-request-table table tr td:nth-child(5)
{
        vertical-align: top;
    text-align: center;
    border: none;
}

#my-follow-request-table table tr td:nth-child(6)
{
    display: block;
    text-align: center;
    border: none;
}

/* My follow request report css End */

/* Home page reports css End */

.search-results-text
{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 35px;
}


/* Search results report css start */

#search-results
{
    width: 100%;
    overflow: auto;
}
#search-results .oj-table-scroller
{
        overflow: initial!important;
}
#search-results .oj-table-header-row
{
  display: none;
}

#search-results table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
}

#search-results table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#search-results td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    border:0px !important;
}

#search-results .oj-table-sort-icon-container
{
  display: none;
}


#search-results .oj-table-column-header-cell
{
  display: none;
}


#search-results .oj-table-body-row 
{
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}


#search-results td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#search-results td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#search-results .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#search-results .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#search-results table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
}

#search-results table tr td:nth-child(2)
{
   display: block;
    margin-bottom: -16px;
    margin-top: 0px;
    font-weight: 400;
    padding-left: 20px;
}

#search-results table tr td:nth-child(3)
{
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    font-weight: 900;
    color: #333333;
}

#search-results table tr td:nth-child(4)
{
    display: block;
    margin-bottom: -7px;
    margin-top: -33px;
    font-weight: 400;
    padding-left: 20px;
}

#search-results table tr td:nth-child(5)
{
       vertical-align: top;
       text-align: center;
}

#search-results table tr td:nth-child(6)
{
    display: block;
     text-align: center;
}

/* Search results report css End */




/*  recycling request Search results report css start */

#search-results-recycling-request
{
    width: 100%;
    overflow: auto;
}
#search-results-recycling-request .oj-table-scroller
{
        overflow: initial!important;
}
#search-results-recycling-request .oj-table-header-row
{
  display: none;
}

#search-results-recycling-request table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
    vertical-align: top;
    padding-top: 10px;
}

#search-results-recycling-request table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#search-results-recycling-request td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border:0px !important;
}

#search-results-recycling-request .oj-table-sort-icon-container
{
  display: none;
}


#search-results-recycling-request .oj-table-column-header-cell
{
  display: none;
}


#search-results-recycling-request .oj-table-body-row 
{
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}


#search-results-recycling-request td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#search-results-recycling-request td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#search-results-recycling-request .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#search-results-recycling-request .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#search-results-recycling-request table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
}

#search-results-recycling-request table tr td:nth-child(2)
{
   display: block;
    margin-bottom: -16px;
    margin-top: 0px;
    font-weight: 400;
    padding-left: 20px;
}

#search-results-recycling-request table tr td:nth-child(3)
{
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    font-weight: 900;
    color: #333333;
}

#search-results-recycling-request table tr td:nth-child(4)
{
    display: block;
    margin-bottom: -7px;
    margin-top: -33px;
    font-weight: 400;
    padding-left: 20px;
}

#search-results-recycling-request table tr td:nth-child(5)
{
       vertical-align: top;
       text-align: center;
       white-space: normal;
}

#search-results-recycling-request table tr td:nth-child(6)
{
    display: block;
     text-align: center;
}

/* recycling request Search results report css End */

/* Home page new FAQ Css start */
#home-search-Btn .oj-button-button 
{
     margin-left: 10px!important;
}

#show-homepage-faq
{
    width: 100%;
    overflow: auto;
}
#show-homepage-faq .oj-table-body
{
      border-width: 0 0 0px!important;
}
#show-homepage-faq .oj-table-scroller
{
    overflow: hidden;
    height: 100%;
}

#show-homepage-faq .oj-table-header-row
{
  display: none;
}
#show-homepage-faq table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#show-homepage-faq td 
{
   padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
    line-height: 18px;
        border: none;
}

#show-homepage-faq .oj-table-sort-icon-container
{
  display: none;
}


#show-homepage-faq .oj-table-column-header-cell
{
  display: none;
}


#show-homepage-faq .oj-table-body-row 
{
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 5px;
}


#show-homepage-faq td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#show-homepage-faq td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#show-homepage-faq .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#show-homepage-faq .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255));
}

#show-homepage-faq table tr td:nth-child(1)
{
    display: none;
}

#show-homepage-faq table tr td:nth-child(2)
{
    display: block;
    margin-bottom: -5px;
    margin-top: 10px;
    font-weight: 900;
    padding-left: 0px;
}

 /*
#show-homepage-faq table tr:nth-child(540) td:nth-child(6)
{
    margin-bottom: 0px;
    line-height: 18px;
    display: inline-table; 
    background-color: black;
}
*/


#show-homepage-faq table tr td:nth-child(3)
{
    display: contents;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

#show-homepage-faq table tr td:nth-child(4)
{
       vertical-align: top;
}

#show-homepage-faq table tr td:nth-child(5)
{
    display: table;
}
.faq-pagination
{
      margin-top: 12px;
}
.faq-pagination .oj-pagingcontrol-nav-page.oj-selected 
{
    border: 1px solid var(--oj-label-color);
    display: inline;
    background-image: linear-gradient(rgb(4 88 110),rgb(4 88 110))!important;
    color: white!important;
}
.faq-pagination .oj-text-field-input
{
      background-color: #f2f2f2!important;
}
.faq-pagination .oj-pagingcontrol-nav-arrow
{
  color: #333333;
}
#show-homepage-faq .oj-table-header-row
{
    display: none;
}

.faq-text-mb-40
{
      margin-bottom: 40px;
}
.show-faq-main-div
{
      margin-top: 32px;
}
.home-faq-show-all-link 
{
    float: right !important;
    font-size: 14px;
    font-weight: bold;
    color: #357688;
    font-family: Noto Sans !important;
    position: relative;
    z-index: 99;
    top: -24px;
}
/* Home page new FAQ Css end */




/* FAQ Page Css start */

#show-faq
{
    width: 100%;
    overflow: auto;
}
#show-faq .oj-table-body
{
      border-width: 0 0 0px!important;
}
#show-faq .oj-table-scroller
{
    overflow: hidden;
    height: 100% !important;
}

#show-faq .oj-table-header-row
{
  display: none;
}
#show-faq table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#show-faq td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
    line-height: 18px;
    border: none;
}

#show-faq .oj-table-sort-icon-container
{
  display: none;
}


#show-faq .oj-table-column-header-cell
{
  display: none;
}


#show-faq .oj-table-body-row 
{
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 5px;
}


#show-faq td img
{
    transition: all 1s;
    object-fit: cover;
    width: 200px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#show-faq td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#show-faq .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#show-faq .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255));
}

#show-faq table tr td:nth-child(1)
{
    display: none;
}

#show-faq table tr td:nth-child(2)
{
    display: block;
    margin-bottom: -5px;
    margin-top: 10px;
    font-weight: 900;
    padding-left: 0px;
}


#show-faq table tr td:nth-child(3)
{
    display: contents;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

#show-faq table tr td:nth-child(4)
{
       vertical-align: top;
}

#show-faq table tr td:nth-child(5)
{
    display: table;
}
.faq-pagination
{
      margin-top: 12px;
}
.faq-pagination .oj-pagingcontrol-nav-page.oj-selected 
{
    border: 1px solid var(--oj-label-color);
    display: inline;
    background-image: linear-gradient(rgb(4 88 110),rgb(4 88 110))!important;
    color: white!important;
}
.faq-pagination .oj-text-field-input
{
      background-color: #f2f2f2!important;
}
.faq-pagination .oj-pagingcontrol-nav-arrow
{
  color: #333333;
}
#show-faq .oj-table-header-row
{
    display: none;
}

.faq-text-mb-40
{
      margin-bottom: 40px;
}
.show-faq-main-div
{
      margin-top: 5px;
}
/* FAQ Page  Css end */

.my-follow-req-text {
    font-size: 18px;
    color: #357688 !important;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 3px;
}
.notification-header-text
{
    border-bottom: 3px solid #E5BF24;
    display: inline-block;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 27px !important;
    color: #333333 !important;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}

#description_textarea .oj-text-field-container 
{
  height: auto!important;
}

/* Service request Details Comment section css start */

#comment_table
{
    width: 100%;
    overflow: auto;
}
#comment_table table tr td {
    border: 0px;
}
#comment_table table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: right;
    padding: 0px;
    display: block;
}

#comment_table table
{
      width: 99%!important;
       border-collapse: collapse;
      border-spacing: 15px;
}

#comment_table td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#comment_table .oj-table-sort-icon-container
{
  display: none;
}


#comment_table .oj-table-column-header-cell
{
  display: none;
}


#comment_table .oj-table-body-row 
{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 1px solid #999;
}

.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#comment_table .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#comment_table .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#comment_table table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
}

#comment_table table tr td:nth-child(2)
{
    display: block;
    margin-bottom: -15px;
    margin-top: 10px;
    font-weight: 900;
    padding-left: 0px;
    font-size: 15px;
    color: #00809C;
    border: 0px;
}

#comment_table table tr td:nth-child(3)
{
    display: initial;
    padding-left: 0px;
    padding-top: 0px;
    white-space: normal;
}

#comment_table table tr td:nth-child(4)
{
    display: none;
}

#comment_table table tr td:nth-child(5)
{
     display: none;
}
#comment_table .oj-table-header-row
{
  display: none;
}

#comment_table .oj-pagingcontrol-nav-pages-section .oj-selected {
    border: 1px solid var(--oj-label-color);
    display: inline;
    background-color: #04586e!important;
    color: #04586e !important;
}
#comment_table .oj-text-field-input
{
      background-color: #f2f2f2!important;
}
#comment_table .oj-pagingcontrol-nav-arrow
{
  color: #333333;
}

/* Service request Details Comment section css End */

.comment-delete-button
{
    background: #00809C;
    border-radius: 3px;
    height: 36px;
}

.comment-delete-button .oj-button-label
{
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.comment-delete-button .oj-button-button
{
    border-color: #00809C !important;
    background: #00809C !important;
}
.comment-delete-button .oj-button-button:hover
{
    background: #04586E;
}

.comment-delete-button:hover
{
    background-image: linear-gradient(#04586e,rgb(4 88 110))!important;
}
.srd-report-sum-main-div
{
  display: flex!important;
    width: 100%;
}
.srd-rp-summary
{
  margin-top: -20px;
}
.srd-thumbnail-image
{
    height: 80px;
    width: 80px;
    border: 1px solid #555;
    padding: 1px;
    margin: 0 10px 10px 0;
}
#thumbnail-main-div
{
  text-align: center;
}
#thumbnail-main-div .oj-filmstrip-container
{
      display: block!important;
}


.my-follow-req-text {
    font-size: 18px;
    color: #357688 !important;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 3px;
}


#description_textarea .oj-text-field-container 
{
  height: auto!important;
}

.comment-delete-button
{
    background: #00809C;
    border-radius: 3px;
    height: 36px;
}

.comment-delete-button .oj-button-label
{
    color: white;
    font-weight: 600;
    font-size: 15px;
}


.comment-delete-button .oj-button-button
{
    border-color: #00809C !important;
    background: #00809C !important;
}
.comment-delete-button .oj-button-button:hover
{
    background: #04586E;
}

.comment-delete-button:hover
{
    background-image: linear-gradient(#04586e,rgb(4 88 110))!important;
}
.srd-report-sum-main-div
{
  display: flex!important;
    width: 100%;
}
.srd-rp-summary
{
  margin-top: -20px;
}
.srd-thumbnail-image
{
    height: 80px;
    width: 80px;
    border: 1px solid #555;
    padding: 1px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}
.srd-thumbnail-image:hover {
    cursor: pointer;
    border: 1px solid #00ccff;
}
#thumbnail-main-div
{
  text-align: center;
}
#thumbnail-main-div .oj-filmstrip-container
{
      display: block!important;
}

.my-follow-req-text {
    font-size: 18px;
    color: #357688 !important;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 3px;
}


#description_textarea .oj-text-field-container 
{
  height: auto!important;
}

.comment-delete-button
{
    background: #00809C;
    border-radius: 3px;
    height: 36px;
}

.comment-delete-button .oj-button-label
{
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.comment-delete-button .oj-button-button
{
    border-color: #00809C !important;
    background: #00809C !important;
}
.comment-delete-button .oj-button-button:hover
{
    background: #04586E;
}

.comment-delete-button:hover
{
    background-image: linear-gradient(#04586e,rgb(4 88 110))!important;
}
.srd-report-sum-main-div
{
  display: flex!important;
    width: 100%;
}
.srd-rp-summary
{
  margin-top: -20px;
}
.srd-thumbnail-image
{
    height: 80px;
    width: 80px;
    border: 1px solid #555;
    padding: 1px;
    margin: 0 10px 10px 0;
}
#thumbnail-main-div
{
  text-align: center;
}
#thumbnail-main-div .oj-filmstrip-container
{
      display: block!important;
}
/* Reports my follow Custom page css start */

#reports-my-follow
{
    width: 100%;
    overflow: auto;
}
#reports-my-follow .oj-table-scroller
{
        overflow: initial !important;
}

#reports-my-follow .oj-table-header-row
{
  display: none;
}

#reports-my-follow table tr td:last-child 
{
    /* background: #f2f2f2; */
    text-align: center;
    padding: 5px;
}

#reports-my-follow table
{
      width: 100%!important;
      border-collapse: collapse;
      border-spacing: 15px;
}

#reports-my-follow td 
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    border:0px !important;
}

#reports-my-follow .oj-table-sort-icon-container
{
  display: none;
}


#reports-my-follow .oj-table-column-header-cell
{
  display: none;
}


#reports-my-follow .oj-table-body-row 
{
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}


#reports-my-follow td img
{
    transition: all 1s;
    object-fit: cover;
    width: 142px;
    height: 142px;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 4px;
    margin-top: 3px;
    border-bottom: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
}
#reports-my-follow td img:hover
{
      transform: scale(1.1);
}
.oj-table-body-row:hover
{
    background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#reports-my-follow .oj-hover  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#reports-my-follow .oj-selected  
{
  background-image: linear-gradient(rgb(255 255 255),rgb(255 255 255))!important;
}

#reports-my-follow table tr td:nth-child(1)
{
    display: none;
    padding-left: 20px;
}

#reports-my-follow table tr td:nth-child(2)
{
   display: block;
    margin-bottom: -16px;
    margin-top: 0px;
    font-weight: 400;
    padding-left: 20px;
}

#reports-my-follow table tr td:nth-child(3)
{
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    font-weight: 900;
    color: #333333;
}

#reports-my-follow table tr td:nth-child(4)
{
    display: block;
    margin-bottom: -7px;
    margin-top: -33px;
    font-weight: 400;
    padding-left: 20px;
}

#reports-my-follow table tr td:nth-child(5)
{
       vertical-align: top;
       text-align: center;
}

#reports-my-follow table tr td:nth-child(6)
{
    display: block;
    text-align: center;
}

/* Reports my follow Custom page css End */

.my-follow-req-text {
    font-size: 18px;
    color: #357688 !important;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 3px;
}

.oj-text-field-container 
{
      height: 34px!important;
      /*border-color: #999!important;*/
      border-radius: 2px !important;
}

.custom-v-hidden
{
  visibility: hidden;
}
.footer-logo-main-div
{
  text-align: right;
}
.custom-text-center
{
  text-align: center!important;
}

.show-left-border::before
{
    content: "";
    border: 2px solid #357688;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 0px;
    height: 12px;
    margin-top: 3px;
    left: 0px;
}
.acc-statement-anchor
{
  position: relative!important;
    padding-left: 14px!important;
    padding-right: 10px!important;
}
.send-feedback-li-pr
{
  padding-right: 10px!important;
  padding-bottom: 1px;
}
.send-feedback-main-div
{
    margin-top: 25px;
    margin-bottom: 0px;
}
.footer-links-ul
{
      padding-right: 0px!important;
      padding-left: 0px!important;
}
.privacy-policy-font
{
      font-size: 12px !important;
      font-weight: 400 !important;
}
.sidewalk-error-msg-mtb
{
     margin-top: -28px;
    margin-bottom: -10px;
}
.exclamation-pl
{
      padding-left: 2px;
}
#description_textarea .oj-required-inline-container
{
  display: none!important;
}
.sns-error-msg
{
    margin-top: -30px;
    margin-bottom: -5px;
}
 
#moving-date .oj-inputdatetime-input::-webkit-input-placeholder {
   line-height: 12px;
    display: flex;
    align-items: center;
}
#moving-date .oj-inputdatetime-input:-moz-placeholder {
   line-height: 12px;
    display: flex;
    align-items: center;
}
#moving-date .oj-inputdatetime-input::-moz-placeholder 
{
    line-height: 12px;
    display: flex;
    align-items: center;
}
#moving-date .oj-inputdatetime-input:-ms-input-placeholder {
    line-height: 12px;
    display: flex;
    align-items: center;
}
#moving-date .oj-inputdatetime-input
{
    height: 34px;
}

#moving-date .oj-inputdatetime-calendar-icon
{
    height: 34px !important;
    position: relative!important;
    top: -2px !important;
    line-height: 36px!important;
}

#moving-date .oj-inputdatetime-input-trigger
{
    height: 34px !important;
    position: relative!important;
    line-height: 36px!important;
    display: inline-block !important;
    margin-top: -3px !important;
}


#or-from-date-datepicker .oj-inputdatetime-input::-webkit-input-placeholder {
    position: relative;
    top: -5px;
}
#or-from-date-datepicker .oj-inputdatetime-input:-moz-placeholder {
    position: relative;
    top: -5px;
}
#or-from-date-datepicker .oj-inputdatetime-input::-moz-placeholder {
   position: relative;
    top: -5px;
}

#or-from-date-datepicker .oj-inputdatetime-input:-ms-input-placeholder {
    position: relative;
    top: -5px;
}

#or-from-date-datepicker .oj-inputdatetime-input
{
    position: relative;
    top: -1px;
    height: 34px;
}

#or-from-date-datepicker .oj-inputdatetime-calendar-icon
{
    height: 34px !important;
    position: relative!important;
    top: -3px !important;
    line-height: 36px!important;
}

#or-from-date-datepicker .oj-inputdatetime-input-trigger
{
    height: 34px !important;
    position: relative!important;
    line-height: 36px!important;
    display: inline-block !important;
    margin-top: -3px !important;
}

#or-to-date-datepicker .oj-inputdatetime-input::-webkit-input-placeholder {
    position: relative;
    top: -5px;
}

#or-to-date-datepicker .oj-inputdatetime-input:-moz-placeholder {
    position: relative;
    top: -5px;
}

#or-to-date-datepicker .oj-inputdatetime-input::-moz-placeholder {
   position: relative;
    top: -5px;
}
#or-to-date-datepicker .oj-inputdatetime-input:-ms-input-placeholder {
    position: relative;
    top: -5px;
}
#or-to-date-datepicker .oj-inputdatetime-input
{
    position: relative;
    top: -1px;
    height: 34px;
}

#or-to-date-datepicker .oj-inputdatetime-calendar-icon
{
    height: 34px !important;
    position: relative!important;
    top: -3px !important;
    line-height: 36px!important;
}
#or-to-date-datepicker .oj-inputdatetime-input-trigger
{
    height: 34px !important;
    position: relative!important;
    line-height: 36px!important;
    display: inline-block !important;
    margin-top: -3px !important;
}

.oj-listbox-filter-message-box
{
  display: none !important;
}

#moving-date .oj-helphints-inline-container
{
    background: rgb(241, 209, 209);
    color: rgb(183, 24, 24);
    padding: 1px 5px 1px 10px;
    border-radius: 3px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}

.abd-photo-error-msg
{
    margin-bottom: 15px;
    margin-top: -10px !important;
}
.license-plate-number-error-msg
{
    margin-top: -15px;
    margin-bottom: -10px;
}
.description-error-msg
{
    margin-top: -12px;
    margin-bottom: -12px;
}
.custom-space-mb
{
      margin-bottom: -16px;
}
.thank-u-line-height
{
    line-height: 32px !important;
    margin-top: 0px;
}
#chk-No-hazardous .oj-user-assistance-inline-container
{
  display: none;
}

.rns-phone-number-error-msg
{
    margin-top: -6px;
    margin-bottom: -10px;
}
#Radioset_one .oj-user-assistance-inline-container
{
  display: none;
}
.rns-radio-button-error-msg
{
    margin-top: -22px;
    margin-bottom: 10px;
}
#rowDirectionEnabledRadioset-two .oj-user-assistance-inline-container
{
  display: none;
}
#rowDirectionEnabledRadioset-three .oj-user-assistance-inline-container
{
  display: none;
}
.rns-first-next-button
{
      margin-top: 12px;
}
.rns-submit-button
{
      margin-top: 40px;
}

/* Skip content Css start */
.skip-content-main-div
{
    position: absolute;
    top: 2px;
    left: 1px;
    
}

.skip_content_link
{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #54278f !important;
    text-decoration: underline !important;
    background-color: white;
    padding: 13px 14px;
    border-bottom: 4px solid #2491ff;
    border-right: 4px solid #2491ff;
    padding-bottom: 10px;
}
/* Skip content Css End */

.map-issue-resolved
{
  position: relative;
}
.location-error-msg-position
{
  /*
    align-items: center !important;
    display: flex !important;
    */
}
.location-custom-error-msg
{
    /*
    margin-top: 0px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    */
}
.search-location-above-text
{
      margin-bottom: 0px !important;
}
.custom-minus-icon
{
    position: relative;
    top: 4px;
    left: -1px;
}

.jp-submit-button
{
  margin-left: 0px;
}


.sign-up-page-textbox
{
    margin-bottom: -15px !important;
}

.sign-up-two-btn-margin
{
      margin-top: 18px;
}
.illegal-track-report-btn
{
      margin-left: 80px;
}

.login-page-error-msg
{
    background: url(../images/Error-icon.png) no-repeat 2% 50% rgba(183, 24, 24, 0.2) !important;
    background-size: 30px 30px!important;
    color: #B71818 !important;
}
.login-page-error-msg-h3
{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 46px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #B71818 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sign-page-error-msg
{
    background: url(../images/Error-icon.png) no-repeat 2% 50% rgba(183, 24, 24, 0.2) !important;
    background-size: 30px 30px!important;
    color: #B71818 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 46px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.oj-textarea .oj-text-field-counter .oj-textarea-counter-el 
{
    visibility: visible !important;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
}
#description_textarea .oj-textarea-counter-container
{
  position: absolute;
    top: -4px;
    right: 0px;
}
#description_textarea .oj-textarea-input
{
    padding-top: 15px !important;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
}
.preferred-language-select
{
  margin-bottom: -13px;
}

.oj-hybrid-applayout-page 
{
    min-height: 50vh !important;
    background-color: var(--oj-body-bg-color);
    background-color: white !important;
}
#listview .oj-table-body
{
      visibility: visible !important;
}

.jp-mobile-validation
{
  margin-top: 15px;
    margin-bottom: 15px;
}
.sign-up-btn-row
{
      margin-top: 15px;
}

#ojetInputPhone .oj-helphints-inline-container, #ojetInputPhone .oj-user-assistance-inline-container
{
    display:none
}

.oj-listbox-drop:not(.oj-listbox-hide-focus) .oj-listbox-results .oj-listbox-result.oj-focus {
    background: rgb(252 250 246 / 4%)!important;
}

.oj-listbox-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    box-sizing: border-box;
    padding: var(--oj-collection-list-cell-padding-vertical) var(--oj-listbox-item-padding-horizontal);
    padding-top: 3px !important;;
    padding-bottom: 3px !important;;
    min-height: 32px!important;
}

 input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }

.custom-error-message-icon 
{
    background: url(../images/Error-icon.png) no-repeat 2% 50% rgba(183, 24, 24, 0.2) !important;
    background-size: 30px 30px!important;
    color: #B71818 !important;
}

.custom-error-msg-h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 45px;
    color: #B71818 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.custom-msg-h4 {
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    position: relative;
    left: 85%;
    display: inline-block;
    width: 9%;    
    /* margin-left: 10px; */
    text-align: right;
}


.info-icon-size {
    width: 22px;
   /* aspect-ratio: auto 18 / 18; */
    height: 22px;
}

.location-error-message-position
 {
    margin-top: -15px;
    margin-bottom: -15px;
}
.jp-first-checkbox
{
      margin-top: -20px;
    margin-bottom: -15px;
}
.more-than-12-error
{
      margin-top: -15px;
    margin-bottom: -15px;
}
.date-moving-error-msg
{
      margin-top: -28px;
    margin-bottom: 0px;
}
.oj-inputsearch-autocomplete-floating-text{display: none !important;}

#hyperbaseContainer .overflow-auto 
{
    overflow: unset!important;
}
#comment-textarea .oj-text-field-container
{
      height: auto !important;
}

.comment_pagination .oj-text-field-readonly
{
    margin-top: 4px !important;
    display: block !important;
}

#comment-textarea .oj-required-inline-container
{
  display: none!important;
}

#comment-textarea .oj-textarea-counter-container
{
    position: absolute;
    top: -4px;
    right: 0px;
}
#comment-textarea .oj-textarea-input
{
      padding-top: 15px !important;
}

/* Community Wi Fi Page Css Start  */
.community-show-message 
{
   font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 2px;
    margin-top: 7px;
}
.custom-map-issue
{
      position: relative;
}
.community-please-move
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-bottom: 5px !important;
}

/* Community Wi Fi Page Css End  */

/* feedback Popup Css Start */

.feedback-box-main-div 
{
    border: 1px solid #DDD;
    width: 300px;
    position: relative;
    right: auto;
    left: auto;
    z-index: 99999;
    background-color: white;
    margin-top: -230px !important;
    border-radius: 2px;
    margin: 0 auto;
}

.feedback-box-main-div h2 
{
   font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.send-feedback-btn-div 
{
    background: #edf5ff;
    text-align: right;
    padding: 10px 5px;
}
    .feedback-close-icon
    {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 7px 5px;
    overflow: hidden;
    vertical-align: top;
    color: #3873c4 !important;
    font-size: 25px;
    width: 0.9em;
    font-weight: unset;
    text-shadow: unset;
    right: 4px;
    top: 0px;
    line-height: 10px;
    position: absolute;
    }

    .feedback-close-icon:hover
    {
    background: #04586E;
    color: #3873c4 !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    padding: 12px 4px 12px 0px;
    }
    
    .your-rating-line
    {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
    }

    #feedback_textarea .oj-text-field-container
    {
      height: auto!important; 
      border-color: #999!important; 
      border-radius: 2px !important;
    }
.feedback-error-msg
{
    margin-top: 10px;
    margin-bottom: 0px;
}

/* feedback Popup Css End */
.sent-mail-box-main-div 
{
    border: 1px solid #DDD;
    width: 232px;
    position: relative;
    right: auto;
    left: auto;
    z-index: 99999;
    background-color: white;
    margin-top: 65px !important;
    border-radius: 2px;
    margin: 0 auto;
}

.information-text {
   font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

/* Custom tab css start */
#custom-tab .oj-tabbar-listview-container
{
    overflow: hidden;
}

#custom-tab .oj-tabbar-element
{
    border-bottom: 2px solid #00809C;
}

#custom-tab .oj-selected>a.oj-tabbar-item-content
{
    border-top: 8px solid #357787 !important;
    background-color: white;
    height: 39px;
    border-radius: unset;
    margin: 0px 0px 0px 0px;
    border-left: 2px solid #357787;
    border-right: 2px solid #357787;
}

#custom-tab .oj-selected>a.oj-tabbar-item-content>.oj-tabbar-item-label 
{
    color: #357688;
    font-weight: 600;
}
.custom-single-report-row {
    margin-top: 30px;
}

#custom-tab .oj-tabbar-item-label
{
    font-size: 16px!important;
    color: #443e3e;
    font-weight: 500;
}

#custom-tab .oj-tabbar-item-content 
{
    background-color: #DCDCDC;
    border-radius: 0px 0px 0px 0px;
}

#custom-tab .oj-tabbar-item-element
{
    height: 44px;
    border-radius: 0px 0px 0 0;
    margin-right: 4px;
    margin-bottom: -3px;
}

#custom-tab .oj-selected 
{
    /* border-color: #357787!important; */
}

.last-tab-child
{
      margin-right: 0px!important;;
}

.tab-bar-border
{
    border-bottom: 0px solid #cccccc;
    border: 2px solid #357787;
    border-top: 0px solid #357787;
}

/*
#custom-tab .oj-tabbar-element
{
      border-bottom: 5px solid #04586e !important;
}
*/


/* Custom tab css End */


.home-Reports-heading
{
      margin-bottom: 25px;
}
.track-my-report-btn-left
{
      margin-left: 20px;
}

.change-pass-submit-btn
{
    width: auto;
    height: 36px;
    background:#00809C;
    border-radius: 4px;
}

.change-pass-submit-btn .oj-button-label
{
    color: #FFFFFF;
    font-weight: 600 !important;
    font-size: 15px;
}

.change-pass-submit-btn .oj-button-button
{
    border-color: #00809C !important;
}

.change-pass-submit-btn:hover
{
    background:#04586E;
}

.change-password-text
{
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #3873c4 !important;
    margin-top: 0px;
}

#odcs-new-password-2 .oj-user-assistance-inline-container
{
  display: none;
}

.first-banner-height
{
    margin-top: 4px;
    margin-bottom: 4px;
}
.footer-junk-pickup-pl
{
      padding-left: 2px !important;
}

.search-results-text-custom
{
    margin-top: 0px;
    margin-bottom: 35px;
}
.comment-error-validation-msg
{
      margin-top: 7px;
}
.reset-pass-validation-msg
{
      margin-top: -5px;
}
.sign-up-show-top-text
{
       margin-top: 0px;
}

.oj-dialog-header
{
    display: block;
    padding: 10px 10px 5px 10px;
}

.oj-dialog-title
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

.oj-progress-bar-track 
{
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    background-color: rgb(241 209 209);
}

.oj-progress-bar-indeterminate {
    width: 25%;
    border-radius: var(--oj-progress-bar-border-radius);
    height: var(--oj-progress-bar-height);
    background-color: rgb(51 51 51);
    position: relative;
}

.oj-dialog-body
{
      padding-left: 10px;
}

/* Error Page Css Start */

#error-page {
    background-color: white;
    position: static;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

#error-inner 
{
margin: auto;
}

#error-inner h1 
{
    text-transform: none;
    color: #04586e;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
}
.pesan-eror
{
    width: 200px;
    height: 170px;
    font-style: normal;
    margin: 0 auto 40px;
    background: #d72828;
    color: #fff;
    font-size: 65px;
    line-height: 200px;
    -moz-border-radius-topleft: 75px;
    -moz-border-radius-topright: 75px;
    -webkit-border-top-left-radius: 75px;
    -webkit-border-top-right-radius: 75px;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    position: relative;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
.pesan-eror::after {
content:" ";
width:0;
height:0;
bottom:-17px;
border-color:#d72828 transparent transparent;
border-style:solid;
border-width:20px 20px 0;
position:absolute;
left:40%;
}
.balik-home 
{
    position: relative;
    margin: 20px auto;
    display: block;
    padding: 2px 15px 5px 15px;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 30px;
    background: #f4f4f4;
    border: 1px solid #04586E;
    color: #04586e;
    border-radius: 25px;
    outline: none;
    width: 150px;
    height: 28px;
    cursor: pointer;
    border-color: #04586E !important;
}

.balik-home:hover 
{
  background: #e9dcdc;
}

.balik-home:after,.balik-home:before 
{
  position:absolute;
  background:#285677;
  content:"";
  width:0%;
  height:100%;
  bottom:0px;
  left:0;
  z-index:-999999999;
  border-radius:3px;
}

.balik-home:before 
{
  background:#f26964;
  width:100%;
}


.balik-home:hover:after 
{
  width:100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.balik-home a
{
    color: #357688;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/* Error Page Css End */

.sign-in-message-content
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 5px;
    text-align: left;
}

.sign-in-message
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
}

.signup-new-label-custom
{
    padding-bottom: 25px;
    padding-top: 5px;
}

.status-report-text
{
    padding-bottom: 15px;
    padding-top: 5px;
}

#mozzila-spacing-issue .oj-formlayout-no-label-flex-item
{
  width: auto!important;
  max-width: unset!important;
}
.start-new-services-heading
{
      display: initial;
}
.start-new-services-heading-below-margin
{
      margin-top: 30px;
}
.oj-table-data-cell {
    position: static!important;
}
.jp-third-tab
{
    margin-top: 10px;
}
.thank-you-page-container
{
      padding-top: 80px;
    padding-bottom: 80px;
}

.modal-reset-password-btn
{
    width: 100%;
    background: #00809C;
    border-radius: 4px;
    height: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.modal-reset-password-btn .oj-button-label
{
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.modal-reset-password-btn:hover
{
    background: #04586E;
}
#reset-password-btn .oj-button-button
{
    border: 0px solid!important;;
}

.modal_popup_first_p
{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 18px;
color: #333333;
margin-top: 10px;
margin-bottom: 0px;
text-align: left;
}
.modal_popup_second_p
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: left;
}

.modal_popup_third_p
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: left;
}
.modal_popup_fourth_p
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.modal_popup_fifth_p
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 1px;
    margin-bottom: 13px;
    text-align: left;
}
.modal-section
{
    padding-top: 60px;
    background-color: #ededed;
    padding-bottom: 30px;
}
.login-page-container
{
    padding-top: 30px;
    padding-bottom: 80px;
}
.reset-password-container
{
      padding-top: 80px;
    padding-bottom: 80px;
}
.oj-table:not(.oj-table-multiple-row-selection) .oj-table-body-row.oj-selected+.oj-table-body-row>.oj-table-data-cell, .oj-table:not(.oj-table-multiple-row-selection) .oj-table-body-row.oj-selected:not(:first-child)>.oj-table-data-cell.oj-selected 
{
    border-top: 0px solid var(--oj-core-border-color-selected) !important;
}

/* Check UI Changes in Builder /*



/* Affordable Housing Page Css Start */
.see-you-later-text
{
    font-size: 24px;
    color: black;
    font-weight: 600;
}
.community-wi-fi-content-p
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 30px;
    margin-top: 10px;
}

.community-ddl-heading 
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 2px;
    margin-top: 25px;
}
.community-ddl-second-heading 
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 2px;
    margin-top: 15px;
}
.sanjose-gov-redirection-link
{
      font-size: 14px;
    font-weight: 500;
    color: #4d90fe;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 2px;
}
.afd-housing-content-p
{
    font-size: 16px;
    color: black;
    font-weight: 500;
    width: 271px;
    margin: auto;
}
.afd-home-margin
{
    margin-bottom: 15px !important;
    margin-top: 0px;
    padding-top: 25px;
}

.afd-home-margin:hover 
{
    background-color: #f7f7f7;
}

.eviction-prevention-first-line {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 10px;
}
.eviction-prevention-second-line
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 3px;
    margin-top: 0px;
}

.eviction-process-ul ul 
{
    list-style: none;
    margin-bottom: 30px;
    padding: 0px;
    margin-top: 0px;
}
.eviction-process-ul li 
{
    font-size: 15px;
    line-height: 19px;
    color: #414042;
    padding: 0 0;
    padding-left: 5px;
    position: relative;
    padding-bottom: 3px;
    text-align: left;
    counter-increment: step-counter;
    display: inline-flex;
}
.eviction-process-ul li::before 
{
     content: '' counter(step-counter) '.';
     margin-right: 5px;
}
.eviction-content-bold
{
    display: contents;
    font-weight: 600;
}
.prevention-application-top-space
{
      margin-top: 15px;
}

.prevention-application-radioset .oj-radio-label
{
    font-size: 14px;
    font-style: normal !important;
    font-weight: 500 !important;
    color: #333333;
    line-height: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    padding-top: 9px !important;
}
.prevention-application-radioset .oj-radioset-wrapper
{
    display: grid !important;
}
.first-radio-group
{
  margin-top: 8px;
    margin-bottom: -7px;
}
.prevention-application-first-name 
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: grid;
    padding-bottom: 5px;
}
.star-ml-0
{
      margin-left: 0px;
}
.community-wifi-container {
    padding-bottom: 80px;
    padding-top: 50px;
}

.stay-here-btn-main-div
{
    width: 100%;
    height: 44px;
    line-height: 13px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.stay-here-btn-main-div .oj-button-button
{
    cursor: pointer;
    background-color: #f4f4f4 !important;
    line-height: 15px;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
    border-color: #04586E !important;
}

.stay-here-btn-main-div .oj-button-button:hover
{
        background: #edebeb !important;
}
.stay-here-btn-main-div .oj-button-label
{
    color: #357688;
}
.stay-here-btn-main-div .oj-button-button
{
        margin-right: 15px;
}

.afd-continue-btn
{
    width: 100%;
    height: 44px;
    line-height: 13px;
}
.afd-continue-btn .oj-button-button
{
    cursor: pointer;
    background-color: #00809C !important;
    line-height: 15px;
    border-radius: 3px;
    font-weight: 600 !important;
    font-size: 15px;
    color: white !important;
    border: 0px solid #00809C;
}

.afd-continue-btn .oj-button-button:hover
{
    background: #04586E !important;
}

.submit-guest-mb
{
  margin-bottom: 10px;
}
.afd-page-container-margin
{
    padding-top: 80px;
    padding-bottom: 100px;
}

/* Affordable Housing Page Css End */

  .custom-show-full-w-btn
  {
    display: flex;
  }

  .custom-form-sign-up-btn-ml
{
    margin-left: 20px;
}
.by-logging-text
{
  font-size: 14px !important;
}
.community-wifi-error-msg-position
{
    margin-top: -16px;
    margin-bottom: 0px;
}
.community-wifi-last-error-msg-position
{
        margin-bottom: -13px;
    margin-top: -15px;
}

.community-wifi-first-error-msg-position
{
      margin-bottom: -12px;
       margin-top: -16px;
}
.community-wifi-hero-header
{
  display: inline-block!important;
}

#rowDirectionEnabledRadioset-ninty-one .oj-user-assistance-inline-container
{
  display: none;
}
.community-wifi-mt-0
{
      margin-top: 0px !important;
}
.report-right-label-span
{
    padding-left: 5px;
    display: block;
    line-height: 18px;
    padding-bottom: 10px;
}
    .custom-noWrap 
    {
    white-space: nowrap!important;
}

.illegal-fireworks-main-screen
{
    padding-top: 50px;
    padding-bottom: 60px;
}

/*Accessibility Changes*/

#home-search-Btn .oj-button-button:focus-visible{
  outline: 0.25rem solid #2491ff !important;
}

[tabindex]:focus-visible{
  outline: 0.25rem solid #2491ff !important;
}

#hnavlist li[tabindex]:focus-visible{
    outline: 0.25rem solid #2491ff!important;
    outline-offset: -3px!important;
}


#hnavlist li a[tabindex]:focus-visible{
    outline: 0.25rem solid #2491ff!important;
    outline-offset: -3px!important;
}

#report-show-all:focus-visible {
  /* Draw a very noticeable focus style for
     keyboard-focus on browsers that do support
     :focus-visible */
    outline: 0.25rem solid #2491ff;
    outline-offset: -2px;
}

#reportmain li a[tabindex]:focus-visible  {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: -5px !important;
}

#custom-tab .oj-tabbar-item-element[tabindex]:focus-visible {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: -5px !important;
}

#custom-tab .oj-selected[tabindex]:focus-visible {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: -5px !important;
}
.report-show-all-link[tabindex]:focus-visible {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: -2px;
}

#chk-only-items .oj-choice-item.oj-focus-highlight .oj-radiocheckbox-icon::before {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: 1px;
}
#chk-No-hazardous .oj-choice-item.oj-focus-highlight .oj-radiocheckbox-icon::before {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: 1px;
}

.oj-choice-item.oj-focus-highlight .oj-radiocheckbox-icon::before {
    outline: 0.25rem solid #2491ff !important;
    outline-offset: 1px;
}

/*Accessibility Changes*/

/*Mouse Focus CSS start */
*:focus 
{
outline: .25rem solid #2491ff!important;
outline-offset: 0!important;
}
.top-navigation-border-width
{
    border-left-width: 3px!important;
    border-top-width: 3px!important;
    border-bottom-width: 3px!important;
    border-right-width: 3px!important;
}
#redirect-here .oj-tabbar-item-icon
{
      display: none;
}
.oj-popup-content table
{
  outline: none!important;
}

#my-reports-table tr td a:focus
{
  outline: .25rem solid #2491ff!important;
  outline-offset: 0!important;
}
/*Streetlight Service - Pole Number*/
.pole-error-msg{
  margin-top: 22px;
  margin-bottom: -22px;
}

#rowDirectionEnabledRadioset-two .oj-choice-item .oj-radiocheckbox-icon::before:focus 
{
    outline: 0.25rem solid #2491ff !important;
    outline-offset: 1px;
}
#TopLoginLink:focus 
{
    outline: .25rem solid #2491ff!important;
    outline-offset: 0!important;
}
#TopSignUpLink:focus 
{
    outline: .25rem solid #2491ff!important;
    outline-offset: 0!important;
}
.qty .plus:focus 
{
    outline: .25rem solid #2491ff!important;
    outline-offset: 0!important;
}
.qty .minus:focus 
{
    outline: .25rem solid #2491ff!important;
    outline-offset: 0!important;
}
.oj-filmstrip-container:focus
{
    outline: none !important;
}
.oj-filmstrip:not(.oj-focus-highlight):focus {
    outline: none !important;
}
.oj-pagingcontrol-nav-page:focus
{
   outline: none !important;
}
.homepage-show-all-link-sub-div
{
    padding-top: 4px;
    padding-bottom: 0px;
    padding-right: 4px;
}
#custom-tab .oj-tabbar-focused-element:focus
{
    outline: none!important;
}

.oj-radioset-wrapper .oj-choice-item:focus
{
  outline: .25rem solid #2491ff!important;
  outline-offset: 0!important;
}
#rowDirectionEnabledRadioset-ninty-one .oj-selected:focus
{
    outline-offset: 0px !important;
    border-radius: 2px !important;
    border: 1px solid rgb(36, 145, 255) !important;
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 3px inset, rgb(55 112 192 / 70%) 0px 0px 5px !important;
    outline: rgb(36, 145, 255) solid 2px !important;
}
#rowDirectionEnabledRadioset-ten .oj-selected:focus
{
    outline-offset: 0px !important;
    border-radius: 2px !important;
    border: 1px solid rgb(36, 145, 255) !important;
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 3px inset, rgb(55 112 192 / 70%) 0px 0px 5px !important;
    outline: rgb(36, 145, 255) solid 2px !important;
}
.gm-style-iw-d a:focus
{
  outline: none!important;
}
.answer-details-email-link:focus
{
  outline: .25rem solid #2491ff!important;
  outline-offset: 0!important;
}
#vehicle-type-select-one-eleven .oj-text-field-middle:focus
{
  outline: none!important;
}

#vehicle-type-select-one-eleven .oj-searchselect-input:focus
{
  outline: none!important;
}
#vehicle-type-select-one-eleven .oj-text-field-end:focus
{
  outline: none!important;
}
#vehicle-type-select-one-eleven .oj-searchselect-arrow:focus
{
  outline: none!important;
}
#vehicle-type-select-one-eleven .oj-user-assistance-inline-container:focus
{
  outline: none!important;
}
#rowDirectionEnabledRadioset-one .oj-choice-item:focus
{
  outline: .25rem solid #2491ff!important;
  outline-offset: 0!important;
}
#rowDirectionEnabledRadioset-one .oj-radio:focus
{
  outline: .25rem solid #2491ff!important;
  outline-offset: 0!important;
}

/* Mouse Focus CSS End */
/*Streetlight Service - Pole Number*/
.pole-error-msg{
    margin-top: 35px;
    margin-bottom: -22px;
}
/*Streetlight Service - Pole Number*/
/*character count CSS Start*/
.licenceplate-char-count{
      color: #757575;
    margin-top: -20px;
    margin-bottom: 20px!important;
    font-weight: 500;
    font-size: 15px;
}

.add-photo-hint{
  color: #757575;
    margin-top: -2px;
    margin-bottom: 10px!important;
    font-size: 14px;
    font-weight: 500;
}

.pole-char-count{
  color: #757575;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -30px!important;
}
.textarea-char-count{
      color: #757575;
    font-size: 15px;
    font-weight: 500;
}
/*character count CSS End*/

#rd-nav-list ul li {border-bottom: 1px solid #f1f1f1 !important;}
#rd-nav-list-desktop ul li {border-bottom: 1px solid #cccccc !important;}
#rd-nav-list ul li a, #rd-nav-list ul li a span, #rd-nav-list-desktop ul li a, #rd-nav-list-desktop ul li a span{color: #357688 !important;}

#rd-nav-list-desktop { position: fixed; margin-top: 47px; }
#rd-nav-list-desktop ul li{ background: #F2F2F2 !important; border: none; border-bottom: 1px solid #f1f1f1; padding-left: 0px !important;}
#rd-nav-list-desktop ul li a{ padding-left: 12px }
#rd-nav-list ul li {  border: none; border-bottom: 1px solid #f1f1f1; padding-left: 0px !important;}
#rd-nav-list ul li a { padding-left: 45px }
#rd-nav-list-desktop ul li:hover {background: #eee !important;}
.immediate-life-text
{
    padding-bottom: 5px;
    padding-top: 0px;
    font-size: 14px !important;
}
.last-immediate-text
{
      margin-bottom: 20px;
}
.actionable-report-btn
{
        height: fit-content;
    margin-bottom: 15px;
}
#action-report-btn .oj-button-text
{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}
#non-action-report .oj-button-text
{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}
.submit-guest-below-label
{
    font-size: 14px;
    font-weight: 400;
}
.if-signup-btn
{
      margin-left: 20px;
}
.custom-border-radious-0
{
    border-radius: 0px!important;
}
#non-action-report .oj-button-button
{
  border-radius: 0px!important;
}

/*character count CSS End*/

/*
body:not([data-oit-mode=fullscreen]) inlay-oracle-chat-embedded .screen-launch .oit-inlay-body 
{
    max-height: 100%!important;
}
#chatInlay .oit-inlay-body 
{
    background-color: #fff;
    flex: auto;
    overflow: auto;
    padding: 0.8rem;
    max-height: 100% !important;
}
inlay-oracle-chat-embedded .screen-launch .oit-inlay-body {
    overflow-y: auto;
    max-height: 100% !important;
}

.screen-launch .oit-inlay-body {
    overflow-y: auto;
    max-height: 100% !important;
}

.oit-inlay-body 
{
    background-color: #fff;
    flex: auto;
    overflow: auto;
    padding: 0.8rem;
    max-height: 100% !important;
}
.inlay
{
   max-height: 100% !important;
}
*/

#odcs-sr-email .oj-label-group
{
          padding-bottom: 2px;
}
#odcs-sr-password .oj-label-group
{
    padding-top: 25px;
    padding-bottom: 2px;
}
.fr{float: right;}
.fl{float: left;}
#ico-angle{margin-top: 4px;}
#ico-angle-desktop {font-size: 25px;margin-left: 10px;margin-top: -2px;}

.border-outline{border:1px solid}
.oj-listitemlayout-textslots{word-break:break-word;}

#errlog .oj-listitemlayout-grid{
      border: 1px solid #ccc;
    border-radius: 5px;
}

/* .icon-right-align {
 float:right;
} */

.image-responsive {
  max-width: 100%;
  height: auto;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  text-align: center;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.oj-radiocheckbox-label-text {
    display: inline-block; 
    padding-inline-end: var(--oj-radio-checkbox-label-to-edge-padding);
}

#vehicle-condition .oj-radiocheckbox-label-text{width:100%}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}
.tooltip span {
  visibility: hidden;
  width: 10em;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  top: -1em;
  left:  100%;
  margin-left:1em;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip span::after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip input {
  display:none;
}
.tooltip input:checked+span {
  visibility: visible;
  opacity: 1;
}

.showTooltipTestng .oj-dialog-header {
display: none !important;
}

.showTooltipTestng .oj-dialog-footer {
display: none !important;
}

.showTooltipTestng .oj-dialog-body {
padding: 5px;
height:auto;
}

oj-dialog {
    min-width: 200px;
    max-width: 20em;
    max-height: 25em;
    height: auto;
    box-sizing: border-box;
    /* box-shadow: var(--oj-dialog-box-shadow); */
    /* background: var(--oj-dialog-bg-color); */
    border: 1px solid var(--oj-dialog-border-color);
    border-radius: var(--oj-dialog-border-radius);
}

/*.oj-component-popup, .oj-dialog, .oj-menu, .oj-messages-layer oj-messages, .oj-popup {
    z-index: 1;
    position: relative;
}*/
.showTooltipBotttomOuter{
  display: inline-block;
    width: 75%;
    position: relative;
    float: right;
    left: 5% important;
}

.showTooltipTopOuter{
  display: inline-block;
    width: 75%;
    position: relative;
    float: right;
    left: 5% important;
}

.showTooltipBottom{
display: block;
    width: 60%;
    position: absolute;
    height: auto;
    top: 100%;
    left: 91%;
}

.showTooltipTop{
  display: block;
  width: 60%;
  position: absolute;
  height: auto;
  bottom: 100%;
  left: 91%;
}

html:not([dir=rtl]) .oj-checkbox, html:not([dir=rtl]) .oj-radio {
    left: -5px;
}

.oj-checkbox, .oj-radio {
    opacity: 1;
    width: 22px;
    position: absolute;
    top: 6px;
    height: 22px;
    z-index: 1;
    margin: 1px;
}


.inoperableVehiclesStyling{
    display: inline-block;
    width: 87%;
    float: left;
    margin-right: 9px;
}

oj-switcher oj-table{width:100%}
/* CSS for SR Feedback Popup Starts*/
.sr-feedback-btn-div 
{
    text-align: right;
    padding-bottom: 32px!important;
    padding: 10px 0px;
}
#sr-feedback-question-2{
  margin-top: 15px;
}
#sr-feedback-question-1{
  margin-top: 10px;
}
.sr-feedback-modal .oj-radioset .oj-radiocheckbox-icon{
  padding-left: -3px;
}
.sr-feedback-modal .oj-radio{
      left: -3px!important;
}
.sr-feedback-modal .oj-radio-label{
  padding-left: 15px;
}
#sr_feedback_modal_dialog .oj-dialog-title{
 border-bottom: 3px solid #E5BF24;
    display: inline-block;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 27px !important;
    color: #333333 !important;
    display: inline;
}

#sr_feedback_modal_dialog_layer .oj-dialog-header{
  background-image: none!important;
  background-color: #ffffff;
  border-radius: 6px 5px 0px 0px;
  padding: 20px;
  padding-bottom: 0px;
  padding-left: 32px!important;
}
#sr_feedback_modal_dialog .oj-dialog-header-close-wrapper{
  padding-right: 25px;
  float: right;
  padding-top: 37px;
  height: 25px;
}
#sr_feedback_modal_dialog .oj-dialog-header-close-wrapper .oj-button-button{
  height: 25px;
}
#sr-feedback-modal .hero-header{
  margin-top: 0px;
}
.sr-feedback-modal
{
    border: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 32px;
    padding-right: 25px;
    margin-top: 0px!important;
}
#learn_more_link_div{
  font-weight: bold;
  text-decoration: underline;
}

.sr-feedback-modal h2 
{
   font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
/* CSS for SR Feedback Popup Ends*/

#show-error-msg-tellUsMore{
    padding-bottom: 10px;
}
.oj-radiocheckbox-icon{
  left: 5px;
}
.oj-checkbox-label, .oj-radio-label{
  padding-left: 5px;
}
#tell_us_more_checkbox .oj-choice-item:nth-child(5),#tell_us_more_checkbox .oj-choice-item:nth-child(6){
  height: 105px;
}
#tell_us_more_checkbox .oj-choice-item:nth-child(8){
  height: 60px;
}
#tell_us_more_checkbox .oj-choice-item{
  width: 50%;
  margin: 0 auto;
  float: left;
}
#tell_us_more_checkbox .oj-choice-item:nth-child(1), #tell_us_more_checkbox .oj-choice-item:nth-child(2){
      height: 70px;
}
#tell_us_more_checkbox .oj-choice-item:nth-child(3), #tell_us_more_checkbox .oj-choice-item:nth-child(4){
  height: 55px;
}
#tell_us_more_checkbox .oj-checkbox-label{
  padding-right: 5px;
}
.tell_us_more_checkbox_spanish .oj-choice-item:nth-child(5), .tell_us_more_checkbox_spanish .oj-choice-item:nth-child(6){
  height: 125px!important;
}
.tell_us_more_checkbox_spanish .oj-choice-item:nth-child(8){
  height: 80px!important;
}
.banner_icon{
    position: absolute;
    right: 0px;
    top: -17px;
    width: 22px;
}
.banner_icon_div{
    display: none;
    width: 10%;
    position: relative;
}
.banner_text_div{
      width: 90%;
    display: inline;
}
.oj-pagingcontrol-nav-input-section .oj-inputtext .oj-text-field-container{
    margin-top: 1.4em!important;
}