@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

Resizer {
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
  }
   
  .Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }
   
  .Resizer.horizontal {
    height: 11px;
    margin: -5px 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    width: 100%;
  }
   
  .Resizer.horizontal:hover {
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
  }
   
  .Resizer.vertical {
    width: 11px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
  }
   
  .Resizer.vertical:hover {
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid rgba(0, 0, 0, 0.5);
  }
  .Resizer.disabled {
    cursor: not-allowed;
  }
  .Resizer.disabled:hover {
    border-color: transparent;
  }


  /* .noScroller  {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.noScroller ::-webkit-scrollbar { 
    display: none;  
} */
.noScroller .Pane{
    overflow-x: hidden !important;
}
.noScroller ::-webkit-scrollbar {
    width: 8px;
    -webkit-box-shadow: inset 0 0 3px aqua; 
}
 
.noScroller ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(3, 141, 196, 0.432); 
    border-radius: 10px;
}
 
.noScroller ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#components-layout-demo-custom-trigger .trigger {
    font-size: 18px;
    line-height: 64px;
    padding: 0 24px;
    cursor: pointer;
    transition: color 0.3s;
}

#components-layout-demo-custom-trigger .trigger:hover {
    color: #1890ff;
}

#components-layout-demo-custom-trigger .logo {
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    margin: 16px;
}

/* .ant-layout.ant-layout-has-sider{
    height: 650px !important;
} */
#stepper-wrapper.stepperWrapper,
#date-availability-component.dateAvailabilityComponent, 
#internal-banner-component.internalBannerComponent,
#banner-restart-component.bannerRestartComponent,
#modify-banner-component.modifyBannerComponent{
    background-color:#E3EDFD;
    width: 50%;
    height: 65%;
    margin: auto;
    flex-direction: column;
    padding: 10px 5px 0 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

#banner-restart-component.bannerRestartComponent{
    height: 70%;
}

#banner-restart-component.bannerRestartComponent{
    max-height: 520px;
    min-height: 450px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper{
    height: 90%;
    margin-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper{
    height: 85%;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent #header-stepper-component.headerStepperComponent,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper #header-date-availability.headerDateAvailability,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper  #header-internal-banner.headerInternalBanner,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper #header-banner-restart.headerBannerRestart,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper #header-modify-banner.headerModifyBanner{
    height: 15%;
    min-height: 75px;
    margin-bottom: 15px;
}

#header-stepper-component.headerStepperComponent .headerLineSteperComponent,
#header-date-availability.headerDateAvailability .headerLineDateAvailability,
#header-internal-banner.headerInternalBanner .headerLineInternalBanner,
#header-banner-restart.headerBannerRestart .headerLineBannerRestart,
#modify-banner-component.modifyBannerComponent .headerLineModifyBanner{
    margin: 0;
    width: 100%;
    height: 10px;
    background: #4185F4;
    border-radius: 10px 10px 0 0;
}

#header-stepper-component.headerStepperComponent .headerTextStepperComponent,
#header-date-availability.headerDateAvailability .headerTextDateAvailability,
#header-internal-banner.headerInternalBanner .headerTextInternalBanner,
#header-banner-restart.headerBannerRestart .headerTextBannerRestart,
#modify-banner-component.modifyBannerComponent .headerTextModifyBanner{
    font-size: x-large;
    color: black;
    background-color: white;
    padding-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

#header-banner-restart.headerBannerRestart .headerTextBannerRestart{
    padding-left: 10px;
    display: block;
    padding-top: 5px;
}

#header-banner-restart.headerBannerRestart .headerTextBannerRestart .requiredTextBannerRestart{
    color: red;
    font-size: small;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent #transaction-details-wrapper.transactionDetailsWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent #date-page-selection-wrapper.datePageSelectionWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent #banner-details-wrapper.bannerDetailsWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent #landing-page-wrapper.landingPageWrapper,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper #date-availability-content.dateAvailabilityContent,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper #internal-banner-content.internalBannerContent,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper #banner-restart-content.bannerRestartContent,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper #modify-banner-content.modifyBannerContent{
    height: 100%;
    display: block;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .textInputFieldWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dropdownWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dateWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .radioInputFieldWrapper,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .checkboxWrapper,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper .dropdownWrapper,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dropdownWrapper,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .textInputFieldWrapper,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dateWrapper,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .radioInputFieldWrapper,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .checkboxWrapper,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper .dateWrapper,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .textInputFieldWrapper,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .dropdownWrapper{
    margin-bottom: 15px;
    height: 140px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent #landing-page-type.radioInputFieldWrapper{
    min-height: 210px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .textInputFieldBody,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dropdownBody,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dateBody,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .radioInputFieldBody,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .checkboxBody,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper .dropdownBody,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dropdownBody,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .textInputFieldBody,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dateBody,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .radioInputFieldBody,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .checkboxBody,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper .dateBody,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .textInputFieldBody,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .dropdownBody{
    height: 100%;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .textInputFieldLabel,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dropdownLabel,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dateLabel,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .radioInputFieldLabel,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .checkboxLabel,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper .dropdownLabel,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dropdownLabel,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .textInputFieldLabel,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dateLabel,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .radioInputFieldLabel,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .checkboxLabel,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper .dateLabel,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .textInputFieldLabel,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .dropdownLabel{
    font-size: larger;
    color: black;
    height: 30%;
    width: 100%;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .radioInputFieldLabel .radioInputFieldLabelText,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dateLabel .dateLabelText,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .radioInputFieldLabel .radioInputFieldLabelText,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dateLabel .dateLabelText,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper .dateLabel .dateLabelText{
    display: block;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .radioInputFieldLabel .radioInputFieldSubLabelText,
#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dateLabel .dateSubLabelText,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .radioInputFieldLabel .radioInputFieldSubLabelText,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dateLabel .dateSubLabelText,
#banner-restart-component.bannerRestartComponent #banner-restart-content-wrapper.bannerRestartContentWrapper .dateLabel .dateSubLabelText{
    display: block;
    font-size: smaller;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .textInputFieldBody .textInputField,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper{
    margin-top: 10px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .dropdownBody .dropdownMenu,
#date-availability-component.dateAvailabilityComponent #date-availability-content-wrapper.dateAvailabilityContentWrapper .dropdownBody .dropdownMenu,
#internal-banner-component.internalBannerComponent #internal-banner-content-wrapper.internalBannerContentWrapper .dropdownBody .dropdownMenu,
#modify-banner-component.modifyBannerComponent #modify-banner-content-wrapper.modifyBannerContentWrapper .dropdownBody .dropdownMenu{
    width: 200px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .radioInputFieldBody .radioInputField{
    margin-bottom: 0px;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .checkboxBody .checkboxFormControl{
    margin: 0 10px 10px 5px;
    display: block;
}

#stepper-wrapper.stepperWrapper #stepper-component.stepperComponent .checkboxBody .checkboxFormControl .checkboxInput{
    padding: 0 5px 0 0;
}


#stepper-wrapper.stepperWrapper #nav-buttons.navButtons,
#date-availability-component.dateAvailabilityComponent #date-availability-button.dateAvailabilityButton,
#internal-banner-component.internalBannerComponent #internal-banner-button.internalBannerButton,
#banner-restart-component.bannerRestartComponent #restart-banner-button-wrapper.restartBannerButtonWrapper,
#modify-banner-component.modifyBannerComponent #modify-banner-button.modifyBannerButton{
    align-self: baseline;
    margin-top: 20px;
}

#stepper-wrapper.stepperWrapper #nav-buttons.navButtons .nextButton,
#stepper-wrapper.stepperWrapper #nav-buttons.navButtons .backButton,
#date-availability-component.dateAvailabilityComponent #date-availability-button.dateAvailabilityButton .dateAvailabilitySubmitBtn,
#internal-banner-component.internalBannerComponent #internal-banner-button.internalBannerButton .internalBannerSubmitBtn,
#banner-restart-component.bannerRestartComponent #restart-banner-button-wrapper.restartBannerButtonWrapper .bannerRestartBtn,
#modify-banner-component.modifyBannerComponent #modify-banner-button.modifyBannerButton .modifyBannerSubmitBtn{
    margin: 0 8px 8px 8px;
    background-color: white;
    color: blue;
    border: none;
    outline: none;
}

#date-availability-component.dateAvailabilityComponent #date-availability-loader.dateAvailabilityLoader,
#stepper-wrapper.stepperWrapper #banner-creation-loader.bannerCreationLoader,
#stepper-wrapper.stepperWrapper #transaction-details-loader.transactionDetailsLoader,
#stepper-wrapper.stepperWrapper #date-page-loader.datePageLoader,
#modify-banner-component.modifyBannerComponent #modify-banner-loader.modifyBannerLoader{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
}

.bookedDateStyle{
    color: white !important;
    background-color: #3f51b5 !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    margin: 2px !important;
}

.nonBookedDateStyle{
    color: #000000DE !important;
    background-color: white !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    margin: 2px !important;
}

#restart-banner-wrapper.restartBannerWrapper{
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(169, 169, 169, 0.4);
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mui-btn-disabled{
    color: rgba(0, 0, 0, 0.26) !important;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12) !important;
}

.mui-tooltip-style{
    font-size: unset !important;
    font-weight: 800 !important;
}
#banner-management-page.bannerManagementPage{
    height: 100%;
}

#banner-management-page.bannerManagementPage #banner-management-select-option.bannerManagementSelectOption{
    margin: 8px;
    min-width: 250px;
}

#banner-management-page.bannerManagementPage #banner-details-loader.bannerDetailsLoader{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
}

#banner-management-page.bannerManagementPage .bannerUpdateTextFieldWrapper{
    display: flex;
    position: relative;
    top: 5%;
    justify-content: center;
}

#banner-management-page.bannerManagementPage .bannerUpdateTextField{
    margin-right: 10px;
    width: 275px;
}
.CreationWrap{margin-left:65px;width:390px}.fromWrap{margin-top:40px}.errDateMsgTxt{color:#cb3b3d;font-size:10px}.cal{display:flex;margin:16px 0;position:relative}.cal div{margin-right:20px}.cal>.error div input{color:#861e1e;border:1px solid #861e1e}.cal>.error div input::placeholder{color:#861e1e;opacity:1}.cal>.error div input:-ms-input-placeholder{color:#861e1e}.cal>.error div input::-ms-input-placeholder{color:#861e1e}.buttonWrap button{width:100%}.formSection{width:531px;padding:32px 48px;display:inline-block}.formSection.becameRightColumn{width:calc(100% - 341px)}.formSection .regHead{margin-bottom:62px}.formSection .inputGroupLabel{margin-bottom:12px}.formSection .formGroup{margin-bottom:24px}ul{list-style:none}.campLinking{width:fit-content;border:1px solid lightgray;box-shadow:1px 3px 5px 4px #edebeb;margin-right:10%;border-radius:10px;float:left;padding:10px 0}.campLinking>li:hover{background-color:azure}.campLinking>li>div{min-width:300px;color:#999 !important}.textField{background:#fff;border:1px solid #e1e8ec;padding:5px 20px;position:relative;min-height:58px;width:fit-content;min-width:24%}.textField>input[type='text']{height:20px !important;padding:5px 0;font-size:14px;color:#425572;width:100%;box-sizing:border-box;margin-top:8px;border:0;box-shadow:none !important;outline:none !important;position:relative;background-color:transparent;z-index:1}.slidinglabelFocus{position:absolute;top:5px;left:8px;font-size:12px;color:#1387e7;-webkit-transition:ease all .3s;-moz-transition:ease all .3s;-ms-transition:ease all .3s;-o-transition:ease all .3s;transition:ease all .3s}.slidinglabel{position:absolute;z-index:0;font-size:12px;color:#333;top:20px;left:15px;-webkit-transition:ease all .3s;-moz-transition:ease all .3s;-ms-transition:ease all .3s;-o-transition:ease all .3s;transition:ease all .3s}.height_1px{height:1px;background-color:lightgray}.c_999{color:#999}.alignCenter{text-align:center}.alignCenterWebkit{text-align:-webkit-center}.margin_lr_35{margin:0 35%}.spacer_20{height:20px;width:100%}.width_30{width:100%}.width_auto{width:auto}.estimateHead{font-size:22px;color:#5d5c5c;font-weight:600}.searchList{text-align:center;height:120px;padding:0;position:relative;background:#fff;max-height:200px;overflow:auto}.searchList>li{text-align:left;padding:2px}.align_left{text-align:left}.pillsFont{font-size:10px}.transData{display:grid;border:1px solid lightgray;padding:11px;border-radius:10px}.transData>div:hover{background-color:lightslategray}.errBorder{border:1px solid #c53620}.errorText{color:#c53620 !important}

.inputWrap{margin-bottom:12px}

.inputContainer{position:relative}.inputContainer input{border:1px solid #EBECF0;border-radius:2px;padding:12px;width:100%;min-height:44px;position:relative;z-index:1;background:transparent;font-size:14px;color:#42526E}.inputContainer input.whiteText{color:#fff}.inputContainer input:focus{border:1px solid #0078DB;outline:none}.inputContainer input:focus+div{top:1px;left:8px;font-size:10px;line-height:16px;transition:all 0.5s;color:#0078DB;font-size:10px;line-height:16px}.inputContainer input:valid{border-color:#8993A4}.inputContainer input:valid+div{top:1px;left:8px;transition:all 0.5s;font-size:10px;line-height:16px}.inputContainer input:disabled{background:#F4F5F7}.inputContainer.redBorder input{border:1px solid #C41F1F}.inputContainer .placeholder{position:absolute;top:12px;left:12px;z-index:0}.inputContainer .placeholder.whiteText{color:#fff}.inputContainer.errMessageWrap .errMsgTxt{color:#C41F1F}.inputContainer.errMessageWrap .placeholder{top:1px;left:8px;font-size:10px;line-height:16px;transition:all 0.5s;color:#0078DB;font-size:10px;line-height:16px}.inputContainer.errMessageWrap input{border:1px solid #C41F1F}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}textarea{border:1px solid #EBECF0;border-radius:2px;padding:12px;width:100%;min-height:44px;position:relative;z-index:1;background:transparent;font-size:14px;color:#42526E}textarea:focus{border:1px solid #0078DB;outline:none}@media (min-width: 1024px){.inputContainer input{padding-top:20px}.inputContainer input:focus+div{top:4px}.inputContainer input:valid+div{top:4px}.inputContainer .placeholder{top:16px}}

.passwordContainer{position:relative}.passwordContainer .iconWrapper{position:absolute;height:24px;margin:auto;top:0px;bottom:0;right:10px;z-index:3}.passwordContainer input{padding-right:32px}

[data-attr=inputWrapper] [data-attr=inputLabel]{color:#8993A4}.inputSideInfo{position:absolute;right:6px;bottom:10px}.inputAstTxt{margin:2px 0}.inputAstTxt>span{display:inline-block;width:80%}.inputAstTxt>span:last-child{width:20%;text-align:right}[data-attr=inputWrapper] textarea[data-attr=inputText]{height:38px !important;width:100%;resize:none;font-size:12px;color:#333;display:block;padding:4px 0 0 0 !important}[data-type=dateWrp].eoiLyr_inpWrap,[data-type=textareaWrp].eoiLyr_inpWrap{border-top:1px solid #E1E8EC;margin-top:10px}[data-type=dateWrp].eoiLyr_inpWrap.eoiLyr_error{border:1px solid red !important}.eoiLyr_error{border:1px solid red !important}.eoiLyr_TncText{margin-top:10px !important;font-size:10px;color:#999;text-align:center}.eoiLyr_error [data-attr=inputLabel],.eoiLyr_error [data-attr=radioLabel]{color:red !important}.vertical_separator{height:100%;border-left:1px solid #F7F7F7}[data-attr=inputWrapper] [data-attr=inputText].pl50{padding-left:66px !important}[data-attr=inputWrapper] [data-attr=inputText]{margin-top:4px}.phnCodeVal{position:absolute;float:left;padding:3px 20px 6px 10px;z-index:2;left:0;bottom:4px;color:#39c;font-weight:600;font-size:12px;cursor:pointer;white-space:nowrap;font-size:12px !important}.phnCodeText{cursor:pointer}.phnCodeText:after{content:' ';width:5px;height:5px;border-left:1px solid #39c;border-top:1px solid #39c;position:absolute;margin:4px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.phnCodeList{position:absolute;z-index:1;background-color:#fff;left:0;top:45px;border:1px solid #E1E8EC;padding:5px 7px;color:#333;font-size:10px;margin:0;border-top:0;max-height:180px;overflow:hidden;overflow-y:auto}.phnCodeList .phnCodeListItem{list-style:none;padding:5px 0;cursor:pointer}[data-for=phnNumber].pl35{padding-left:35px !important}[data-for=phnNumber].pl47{padding-left:47px !important}[data-for=phnNumber]{top:7px}.eoiLyr_inpWrap .cCode{margin:0;font-size:100%;vertical-align:middle;display:inline-block;position:relative;bottom:0;width:85%;padding:0 0 0 3px;left:0;height:100%;color:#38c;-webkit-appearance:none;background:transparent;border:none;padding-left:16px;padding-right:20px;cursor:pointer}.phnCodeVal{padding:3px 0 3px 10px;display:none}.phone_inpWraP{border:1px solid transparent}.phone_inpWraP:focus-within>.phnCodeVal{display:inline-block}.has_error{border:1px solid red !important}.has_error>span{color:red !important}.red{color:red}.bordrRed{border:1px solid red !important}.phnCodeVal.eoiarrow:after{content:' ';width:5px;height:5px;border-left:1px solid #39c;border-top:1px solid #39c;position:absolute;margin:4px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.eoiLyr_error [data-attr=inputText]:invalid+[data-attr=inputLabel]+.phnCodeVal,[data-attr=inputWrapper] [data-attr=inputText]:focus+[data-attr=inputLabel]+.phnCodeVal,[data-attr=inputWrapper] [data-attr=inputText]:valid+[data-attr=inputLabel]+.phnCodeVal{display:block}.eoiLyr_inpWrap:focus,.phnCodeVal .cCode:focus{outline:0;outline-color:transparent;outline-style:none}.prefilledData [data-attr=inputLabel]{top:2px;left:8px;font-size:10px;color:#8993A4;transition:ease all .3s;display:block}.prefilledData .phnCodeVal{display:block;color:#8993A4}.prefilledData .phnCodeVal.eoiarrow:after{border-color:#8993A4}.prefilledData .cCode{color:#8993A4}[data-attr=inputWrapper]{padding:0;width:100%;position:relative;min-height:44px;border:none}[data-attr=inputWrapper] [data-attr=inputText]{height:44px !important;padding:4px 0;font-size:14px;color:#42526E;width:100%;box-sizing:border-box;margin-top:0px;border:1px solid #EBECF0;box-shadow:none !important;outline:0 !important;position:relative;background-color:transparent;z-index:1;top:0;padding-top:8px;padding-bottom:0}[data-attr=inputWrapper] [data-attr=inputText]:focus{border:1px solid #0078DB;outline:none}[data-attr=inputWrapper] [data-attr=inputText]:focus+span{color:#0078DB !important}[data-attr=inputWrapper] [data-attr=inputText]:valid{border:1px solid #8993A4}[data-attr=inputWrapper] [data-attr=inputText]:valid+span{color:#8993A4}[data-attr=inputWrapper] [data-attr=inputText]:valid+div{background:blue}[data-attr=inputWrapper] [data-attr=inputText]:valid+div span,[data-attr=inputWrapper] [data-attr=inputText]:valid+div select{color:#42526E}[data-attr=inputWrapper] [data-attr=inputLabel]{position:absolute;z-index:0;font-size:14px;color:#8993A4;top:14px;left:15px}[data-attr=inputWrapper] [data-attr=inputText]:focus+[data-attr=inputLabel],[data-attr=inputWrapper] [data-attr=inputText]:valid+[data-attr=inputLabel],.onFocus .eoiLyr_inpLabel{top:2px;left:8px;font-size:10px;-webkit-transition:ease all .3s;-moz-transition:ease all .3s;-ms-transition:ease all .3s;-o-transition:ease all .3s;transition:ease all .3s;display:block}[data-attr=inputWrapper] [data-attr=inputText].pl50{padding-left:60px !important}.cCode{margin:0;font-size:100%;z-index:2;vertical-align:bottom;display:inline-block;position:relative;bottom:0;width:100%;padding:0 0 0 4px;left:0;background:transparent;border:0;height:100%;color:#0078DB;padding-left:16px;padding-right:20px;cursor:pointer;-webkit-appearance:none}.phnCodeVal{position:absolute;float:left;padding:4px 0px 6px 0px;z-index:2;top:11px;left:0;bottom:0;color:#0078DB;font-weight:600;font-size:14px;white-space:nowrap;display:none}.phnCodeVal>span{left:8px;position:absolute;top:8px}[data-attr=inputWrapper] [data-attr=inputText]:valid+[data-attr=inputLabel]+.phnCodeVal,.onFocus .phnCodeVal{display:block}.phnCodeVal:after{content:' ';width:5px;height:5px;right:15px;border-left:1px solid #0078DB;border-top:1px solid #0078DB;position:absolute;margin:4px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);top:8px}.has_error{border:1px solid #C41F1F !important}.has_error>span,.has_error+div.inputAstTxt{color:#C41F1F !important}.onFocus{border:1px solid #0078DB !important}.onFocus>span{color:#0078DB !important}.onSuccess{border:1px solid #28AD35 !important}.onSuccess>span,.onSuccess+div.inputAstTxt{color:#28AD35 !important}.warning{border:1px solid #FFAB00 !important}.warning>span,.warning+div.inputAstTxt{color:#FFAB00 !important}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (min-width: 1024px){[data-attr=inputWrapper]{height:52px}[data-attr=inputWrapper] [data-attr=inputText]{height:52px !important}[data-attr=inputWrapper] [data-attr=inputLabel]{top:18px}.phnCodeVal>span{top:12px}[data-attr=inputWrapper] [data-attr=inputText]:focus+[data-attr=inputLabel],[data-attr=inputWrapper] [data-attr=inputText]:valid+[data-attr=inputLabel],.onFocus .eoiLyr_inpLabel{top:4px}.phnCodeVal.eoiarrow:after{top:12px}}

.OtpContainer{display:flex}.OtpContainer>div{width:36px;height:36px;display:inline-block;margin-right:16px}.OtpContainer>div input{min-height:36px;padding:4px;text-align:center}.OtpContainer>button{margin-left:auto}@media (min-width: 1024px){.OtpContainer{display:flex}.OtpContainer>div{height:52px;width:52px}.OtpContainer>div input{min-height:52px}}

.datepicker_wrapper{position:relative;width:100%}.datepicker_wrapper .icon_wrapper{position:absolute;right:1px;background:transparent;height:calc(100% - 4px);margin:auto;top:7px;bottom:0;padding-top:4px;text-align:center;width:40px}.datepicker_wrapper input[type="text"]{width:100%;border:1px solid #8993A4;border-radius:2px;padding:12px 12px;background:#fff;min-height:44px}.datepicker_wrapper input[type="text"]::placeholder{color:#8993A4;font-size:14px;line-height:20px;font-weight:400}.datepicker_wrapper .date_picker{width:100%;opacity:0;position:absolute;left:0;top:0px;height:100%}.cal{display:flex;margin:16px 0}.cal div{margin-right:20px}.cal>.error div input{color:#861e1e;border:1px solid #861e1e}.cal>.error div input::placeholder{color:#861e1e;opacity:1}.cal>.error div input:-ms-input-placeholder{color:#861e1e}.cal>.error div input::-ms-input-placeholder{color:#861e1e}.error div input{color:#861e1e;border:1px solid #861e1e}.error div input::placeholder{color:#861e1e;opacity:1}.error div input:-ms-input-placeholder{color:#861e1e}.error div input::-ms-input-placeholder{color:#861e1e}

.mt12{margin-top:12px}.adWrap{background:#F9FAFB;padding:60px 30px;height:100vh}.imgWrap img{width:100%}

.stepper1{width:293px;background-color:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;overflow:hidden}.stepper1>div{display:flex;align-items:center;padding:16px 16px;border-bottom:1px #EBECF0 solid}.stepper1>div i{filter:grayscale(100%)}.stepper1>div>div{display:inline-block;vertical-align:middle;padding-left:12px}.stepper1>div.active{border-left:4px #0078DB solid;background:#F0F9FF}.stepper1>div.active i{filter:grayscale(0%)}

.tableDiv td {
    white-space: initial !important;
    word-break: break-all !important;
}
.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button, .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before, .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}

.number-input.number-input {
  border: 1px solid #6c757d;
  width: 10rem;
  border-radius: .25rem;
}

.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before, .number-input.number-input button:after {
  width: .7rem;
  background-color: #495057;
}

.number-input.number-input input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057;
}

.boxcont{width:100%;text-align:center}.modalBackDropStyle{z-index:0 !important}.modal.show.performanceModalWrapperStyle{z-index:0 !important;height:100% !important}#performance-modal-wrapper.modal-dialog.modal-dialog-centered{justify-content:center !important;margin:0 !important;height:100% !important;width:100% !important;max-width:none !important}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content{width:40% !important}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .cross-button{border:none;float:right}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body{padding-top:0px}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container{display:flex}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container .cpl-header{width:50%;padding-left:27%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container .cpl-header .cpl-header-text,#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container .cpl-header .cpl-header-range{font-weight:bold}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container .drr-header{width:50%;padding-left:3%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container .drr-header .drr-header-text,#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-header-container .drr-header .drr-header-range{font-weight:bold}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-non-editable-row{display:flex;margin:5% 0 5% 0}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-non-editable-row .left-container{width:20%;max-width:20%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-non-editable-row .left-container .left-container-text{font-weight:bold}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-non-editable-row .right-container{width:80%;max-width:80%;display:flex}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-non-editable-row .right-container .cpl-value{width:50%;padding-left:15%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-non-editable-row .right-container .drr-value{width:50%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row{display:flex;margin:5% 0 5% 0}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row .left-container{width:20%;max-width:20%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row .left-container .left-container-text{font-weight:bold}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row .right-container{width:80%;max-width:80%;display:flex;align-items:baseline}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row .right-container .cpl-value{flex-grow:1;flex-basis:0;margin-right:2%;width:100%;border:2px solid black;border-radius:4px}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row .right-container .drr-value{flex-grow:1;flex-basis:0;margin-right:2%;width:100%;border:2px solid black;border-radius:4px}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-editable-row .right-container #edit-save-btn-id.edit-save-btn{height:fit-content;width:25%;border:2px solid black !important;border-radius:8px !important}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-issue-raise-performance-buttons{display:flex;margin:5% 0 5% 0}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-issue-raise-performance-buttons .left-container{width:20%;max-width:20%}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-issue-raise-performance-buttons .left-container .left-container-text{font-weight:bold}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-issue-raise-performance-buttons .right-container{width:80%;max-width:80%;display:flex;justify-content:space-between}#performance-modal-wrapper.modal-dialog.modal-dialog-centered .modal-content .modal-body .modal-body-issue-raise-performance-buttons .right-container #issue-raise-btn-id.issue-raise-btn{height:fit-content;border:2px solid black !important;border-radius:8px !important}

.commonLabel{outline:none;margin:0;vertical-align:middle;cursor:pointer}.commonLabel div,.commonLabel i{display:inline-block;vertical-align:middle;margin-right:8px}.largePrimary{font-size:16px;line-height:24px;font-weight:600;color:#0078DB;display:inline-block;text-align:center;vertical-align:middle}.largePrimary i{width:24px;height:24px}.largeSecondary{font-size:16px;line-height:24px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.largeSecondary i{width:24px;height:24px}.largeWhite{font-size:16px;line-height:24px;font-weight:600;color:#fff;display:inline-block;text-align:center;vertical-align:middle}.largeWhite i{width:24px;height:24px}.regularPrimary{font-size:14px;line-height:20px;font-weight:600;color:#0078DB;display:inline-block;text-align:center;vertical-align:middle}.regularPrimary i{width:24px;height:24px}.regularSecondary{font-size:14px;line-height:20px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.regularSecondary i{width:24px;height:24px}.regularWhite{font-size:14px;line-height:20px;font-weight:600;color:#fff;display:inline-block;text-align:center;vertical-align:middle}.regularWhite i{width:24px;height:24px}.regularInformation{font-size:14px;line-height:20px;font-weight:400;color:#8993A4;display:inline-block;text-align:center;vertical-align:middle}.regularInformation i{width:24px;height:24px}.smallPrimary{font-size:12px;line-height:16px;font-weight:600;color:#0078DB;display:inline-block;text-align:center;vertical-align:middle}.smallPrimary i{width:16px;height:16px}.smallSecondary{font-size:12px;line-height:16px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.smallSecondary i{width:16px;height:16px}.smallWhite{font-size:12px;line-height:16px;font-weight:600;color:#fff;display:inline-block;text-align:center;vertical-align:middle}.smallWhite i{width:16px;height:16px}.smallInformation{font-size:12px;line-height:16px;font-weight:400;color:#8993A4;display:inline-block;text-align:center;vertical-align:middle}.smallInformation i{width:16px;height:16px}

.headerWrapper{background-color:#005CA8;box-shadow:0 3px 8px 0 rgba(0,106,194,0.2);width:100%;height:72px;display:flex;align-items:center;z-index:3;position:relative}.headerWrapper .logo{font-size:100%}.headerWrapper .iconWhite{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANIAAABICAMAAAC0ultVAAAC/VBMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ikRTKAAAA/nRSTlMABf2f/LoCAQPF/vgjKGkRNlwd9uX79w3aUMZmBhTjt/ky3VOUEDX07XBHNwRowVgS4Az6808xp4ELDk7sEweheQ/rsPUlLOcIRBjZQngc5q3yrMlajLWKGuLwIHoX7xtk0MvhpMjfg8PNVMIr8Y8kCjDH6Jsz1C7bQF46f+R1tBlnCSYqzIiifLktVdKzIThthpBSk9OeZV2ZhY0VP96Rc0ZKe1ulX8Aei9dWbz7qxJXuImOHQ792V653SdxLu2CyNCc7Qb05r6CcpoCxvima2LiEWT2d6XEvTZijtmph1bzOq8rPl25sqYkWa37RqkVyklE8qGJ01n2CSJaOH8zkeysAAA1ASURBVHja7dl3XBNpHsfxbyImGJBIRwSkSBNQBBcWEKQLiCDKqoiA2Hvvva5l7X1de1/r6a5l7WWt23vv9bbc9r3+e90k8zwzk8wQ8O6P4+7l+z8gPJlP5uF5nhD8H1s4J+flMr1nqf+GNB006C6MGeblo68OzdnbHP8Ljp0hWdSsBNgp6DaRZIML0dgteIlslRbDxuRpZKt7Fhq1LH+yp18DhT0+ZC90FRox3UHS0AqSWy6ktqMGjdfTpMW7BZisINIyzIDGqrkTafLLgGgdaZuDxmoQcStH5E/dN5I49uf0TTAxfYe+vnDmc52kL81onMz8D0V/BRbGTGJKdbCYQ8zhGljMW0zMc2icXiPmj2DGEJMGi2YkcsmDaJsXiQYaoeKbN7m4ePLYDNQtyzVivGs46maeHHLIbujUsS2aBzpDm3PAgpQFAQZwX5DIMxXMuIEk+pP18d4kehzcOWKOwcaizOeHmMgqcXibGGiYOWsYm8ddbn53jV330s4W52E1NTmbBLsgGftWU09xxfL/a4Qqv3/OEDbLLubMGWVzE25D0o1EUUYA24gpBGfgzUMhi/+L/XZc+zrstB1ANkKjU9kl8GdLv81ekwNgDi0xkcKyGCiEjwkmG0O+mwfMJtFSSPKIWQXgFDFmSHaS6CAksyJJxdQbSqm9SCVCTqIXAdeuxFyCaL6P/aCKC13dhVS88+FJoqcgqyZRWwCLSOQDmTuJRkPSj7T8ETKPFaRyGIqkzajMJo7djOdI7T0DRMvLSG1iLPiu1B6yl0l0BcByPgshKyQmAFzWaNKSBs43lNS6KZPuGEaSxNXBCzWLzf9a0rAW4JfSH7KNJMoE0JwveJBtJya8vjPIFAOY90hNX6JM2sGGkEeO8CYt+mL+wqrpK4EOJHoUEh2/oVsBVBJTAkl/YgIh+caTBH+eFHfpxvrMCuJOQ7SeZLmhpYlkcRksScUbAl1XYmbHtfBd1L4dMQNg8SQxn//4zt/2nc2JIsH7APjG2ROSEcQ8AaCImC2QHCSmCrINFJq5EKKUZ8julepJ3NctAOhi/uJH5F5HkjdNhKA9Mb3iYWGQ5mExBHNJNDwWVrF77gXTQwBeIqYFmPQhxGwAoPPmzUYwB4ibB1nJHgMkVX1JdAJWMYpjFrf6p3HqJJ9JLfvojFWjIDhBouwsMD1I9CsEw1QbJra95QzgQ2nax8OqZjFxYyAYTsxeft4IJq4IdblNoouwmkRMZyipkprOg2QUMR+AO8WeeiIEy/ghxhe2SpyICS1PBSq7Rdmtwa8St/+aEbrt3Un2DerSm59tYXWYRE4eDpN6GCBzIyYejDx/FwLYT8zifNhSXmJfT2Lk04GHE0m8o/SklI66zOENsDCbSHQGjpIGjoNCZxJ1gGwJicIALCVO/94oKN3SU112ycNo84UdnUfS7iMz5h89v8wmaTcxmQ6T4qDE17tmLWR8Am8GsJpkptZ7jJA9QnYS3WxOFPFeZOdyMokyoJDw2hufBBNnk/QbMQ85TKqCkgtx2nu08RNS6vpBAbgMPiR3NM12759uN3iXEnYPXIyQVC7xJEadtIuYqY6SQqG0gBxYC8HbkXbX9W0smNTWpLQV80mUBNHpk6QwcTw/XkyB5DzL1k4aSswqR0kToDSPNCm3u2dHk63afDDG+V7EzX4M2Gl/OOgzyIm45z0Qy+ZXd3DriBwl7SSmyFFSUyhdrz8JriPJVsdicAFpbUZenD1t5N9b6gCwk4cXZCVHP60dWDHl6t4XFUfZTDBhpFC2cVlO8mKbpEeJqWx4kofjJKZ9V7um69CSkCi9q9X2o9272lgv4gbvS9dYxDOJWd7wpHHEDG+iNgKcc/sBpHQGWspJ5IY6+LPjZwFExcS5ae9LHxCT1vAkuMgHHseOrTSRLA9qfIs2zYO2CL7Xg3mCmDbgHrZJeoyYfveRFCqtGvV6+ypJZkDNnUQjoc3oT6Ij8mmSiQH3qU1SHvExG5wkb/GRBtRvtxcxs6CyqFq6Ym1rSeSlA8PPxN4F4A7bJBn5wVyf1/Ckp4j5EA1wKld6R2QvgucOiYUW46vyDs6140kBYNLIJgkfS1sAFLZfcpR0ykSi7HQ0wNw6krK2uhDTHloihhFTsQBcjv17rnAvu6RWxP3DWRrqa4p2lISVxPTQQcH3yzuwaNJvGxSakug7AOYwVyMEAdcPDMol7iYkM7dnwSL+l8wBJFkP9UY7OEGc2DvILimhI3HDf3NNSc+78OpwonqSbhDnHwMm69z+MvJnDYlNv/0nmLZOJDog/sPEOzu0Q7aeFLL7QNKGKNJr2mx+VeqldQRxb/ZuNX9nO5I5SWOo1JuEXiT58+Ozzg79KSfURAKeZFH6/NA15e7dXjERs0hMUom8BWWSWtMMyMyRpE1OCg/6N5LSO5AmnqTle2gnVU+H46RXUqC0k+wNWMuTmB9M95+Eybn3m2Q6rZ30fR4cJumfdIYN8xCy9XJgkRNL4tyD7z8J4zvcZ1ImtJL6no+Fw6TPYtRP/SYp1XoAc3kSV5xN9vbVl4TAuaR2ua4knzhoJK34PRVwkOTzTCE0HHqBJN5/1QEIs09CwtJqUjoTA1WSWoxdlGnwlgBYFM51IhsuS1whqul5XG99bOmETa0WQu3brpFiTddXnk5LQB22v9s1mGh06Mr+VbAIeO5hwSwopVx45LPZLtahcvq5gnnqYdEMaKtxf2NFl0TLb81+4d0rRZCYHxrzwhAXEuiPD358nxlKRgEcMFqgXr4ZaICUVGfcP19fQ93XhgceeOCBBx544IH/TEQ47C2vMCAhOgWSynwolSQZYZEfD7UXA8GEh4Qk5QXgPxMoDOIai3pNDzKCcdb42CeEnBFBkyG5OQxKT5IbLDq4w55uA7mBaUl9y/S5G+4rqhB2Wpn6lplGbzVAJT4JCm2p3iSsgiz7Syg9Ul12SDupZEI7P0WSMwpec+mNhguvViV1AlLi9Lug4vYHR0mFHulHzrY0QOAa3W1mEjkjtTwBMB77IHo74OoTD8REdztiZndp0+LWUpJu/d4vx4LZ/K7uI5sk4As/oKU58KuzRuDa791OQzC9sspt7yUjBIGbl653BnAuZV70mtRHfMrLR5XXQBDxN54keOYEgG1PLb0SDsCjEK9nTl80/HJ5uQ6GZ786OlMjqd2mwzn7qz82AusTLzfx60HOaE6uwKSB95J9NuDGXuAPxzt3nrKJ3aV7UxNnsKSijTs29XJxg8TPLunVCiCoVcXHPYC/R/5pUKeVOqB1csUz9zpeNQAtTja7E3SiAPCcUfpKkwP+3snJbT8fA8FHvRVJkwZYPiNrdnfx8RAgbEW/oKtb7pZOS04eh+TQQV8Hr9VIcrkOTKWZiI16Asi4yZPiDcBviRkAMvTFAHQsqQeGRlWJSV9PyADOOb1YV9KCjfeEpLIbAEb45ANV2f2EJM/rQJLeHYZp6wDz8fNCUqe3AbTvCMAtOwBIokVykrliHQomPg1gk58BYcEfFwDoZZ146Ubgy45GddJtCE5uwSHysAzMkwBLaREAY9B+M7gnuyPgox7WpILE9hBcHKqZdDS6t9+OQ0LSHevs6QHBo4eFpJUQLPsUt6gGwJKDQtI/wJNSI0cAT/SE1fzcNW+NGbgiEHtMZgBj6QbCaDzEJGYmJaiTdkLQpT/yPSFYzZOOdf58YBT1gWD8gNw7IXx56A6s1odZkvIoyTp8smZS65VNNqdASDoKQe1WCK54C0lfQLChJ2aQlyByo5C0RUrCpPdhKI1jy0Pi+1fvzggAvnoTAkPiAYQ5OctJhYNqK06SrzqpN0saVQZBC5Z0xPv3PN9rYhIwM9kpWk7CmInx09zhQb9AsGxQHRNPFBQHQc91EGwOFpLuQvDuBGzR5zcXrBKSHpOTIpz6FPqESyueaHMkBLF6d4S5QEr6MHiNa8J0R0klNhOv120A63kS8Fa1ImlcaOdadzhHfWX9cLNfA5LuHoSgzSdC0khrYmdMpghY8KRzubD4ZNcbybBLWk1jASRRCE+a+wWAdu8BmOEoyVDxhgHmwSxp0GADAgdYk5zfBrDLS5GEYlNHd2DtkCLgbK4HUjadricpwukdYHlknJCk3wP8TLuBwYOLALN0l16nhRDE+Ufttk8yDv9Uh4z3B4AnveRvBHJuGlE0xVESfum0w//4jywp6eTFExO3BFuSCnI7nFlxMkxaHiwmkZCUMShy2MtR7wBJ9FI9Sfiw4+cTXNYZhaRf/T76zGktAI/PXDZOS4zjSc4Tol6YD/h2DDLYJ2HV96UH31xRKSVdi5xyouTW6K7NuuwzsSQmJAtYWAPB8nQAuj4eCxBvREFIAGC+kLYN+ToIEqaPmJ4AUc0pWIwLiYdg7M8/pAAwlnvAYlQgmKwQMPnse+EXWlof1PqngGfDXGFhnPxYmgeA8eGw0D37cxWAKVvBBE4FZ4wZsdpSGj4eVkVpP8Qi/dI76ZhqgG8I/qtat4FDMaaxaPwanmQMHFW7H/9XSeM8fX5Nxf8ao9Hxj/Fv+xe5KTjvDSvulgAAAABJRU5ErkJggg==");background-repeat:no-repeat}.headerWrapper .logoIcon{background-position:0 0;width:105px;height:36px;vertical-align:middle;background-size:100%;display:block}.headWidthSet{width:1250px;margin:auto;display:flex;align-items:center;justify-content:space-between}.headWidthSet.appDownlaod{justify-content:space-between}.projectChange{margin-left:80px;position:relative;cursor:pointer}.projectChange>div{display:inline-flex;align-items:center}.searchWrapper{background-color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2);width:510px;height:48px;margin-left:32px;position:relative}.searchWrapper.widthExpend{max-width:900px;width:auto;border-radius:4px 4px 0 0}.searchWrapper .searchAccWrap>div>div>div:nth-child(2)>div{display:inline-block;margin-right:16px}.searchWrapper>div>input{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;width:auto;display:inline-block;border:none;padding:12px 16px;height:100%;outline:none}.searchWrapper>div>.iconSearch{position:absolute;right:20px;top:50%;transform:translate(0, -50%);background-color:#fff}.searchWrapper>.heightCollapse{height:0;overflow:hidden}.searchWrapper>.heightExpend{height:auto;width:100%;background-color:#FFFFFF;border-radius:0px 0px 4px 4px;box-shadow:0 8px 8px 0 rgba(0,106,194,0.2);position:relative;z-index:10}.searchWrapper>.heightExpend>.filterTag{padding:16px 24px}.searchWrapper>.heightExpend>div>div>.searchFilterHead{display:flex;justify-content:space-between}.searchWrapper>.heightExpend>div>div>.searchFilterHead>div:last-child{cursor:pointer}.searchWrapper>.heightExpend>div>div>.filtertag>div{margin-right:8px;margin-top:16px}.searchWrapper>.heightExpend>div>div>.filtertag>div:last-child{margin-right:0}.searchWrapper>.heightExpend>div>.checkboxFilterWrap{margin-top:0;height:0;overflow:hidden;transition:all 1s ease}.searchWrapper>.heightExpend>div>.checkboxFilterWrap.checkBoxSlide{height:300px;margin-top:24px}.searchWrapper>.heightExpend>div>.checkboxFilterWrap.rangeSliderBox{height:215px;margin-top:24px}.searchWrapper>.heightExpend>div>.checkboxFilterWrap>.filtertag{display:flex}.searchWrapper>.heightExpend>div>.checkboxFilterWrap>.filtertag>div{margin-right:16px !important}.searchWrapper>.heightExpend>div>.buttonSection{margin-top:24px;padding-top:12px}.searchWrapper>.heightExpend>div>.buttonSection>button{margin-right:24px}.menuSection{margin-left:140px;display:flex;align-items:center;justify-content:end}.menuSection>div{margin-left:4px}.ProjectDropDown{position:absolute;top:28px;background:#fff;left:-70px;background-color:#FFFFFF;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);width:130px;display:inline-block !important;padding-bottom:8px}.ProjectDropDown>.grouptext{padding:12px}.ProjectDropDown>ul>li{padding:4px 32px}.ProjectDropDown>ul>li:hover{background-color:#F4F5F7;cursor:pointer}.autoSuggestion{height:0;width:100%;overflow:hidden;transition:all 1s ease}.autoSuggestion.autoSuggSlide{height:300px}.autoSuggestion li{padding:4px 24px;cursor:pointer}.autoSuggestion li:hover{background:#EBECF0}.showMenu{padding:2px}.showMenu.showMenuBorder{border-bottom:1px solid #EBECF0}.searchTag{margin-left:4px;display:inline-block}.searchTag>div{margin-right:2px}.dealer_container{position:relative;z-index:10}.dealer_container .dealerBox_wrapper{padding-left:11px;background:transparent;position:absolute;right:-227px;display:none;top:0}.dealer_container .dealerBox_wrapper .dealerBox{background-color:#FFFFFF;border-radius:4px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);width:216px;height:154px;display:flex}.dealer_container .dealerBox_wrapper .dealerBox div{width:50%;margin-top:22px;margin-bottom:13px;position:relative}.dealer_container .dealerBox_wrapper .dealerBox div:first-child span{padding-left:16px}.dealer_container .dealerBox_wrapper .dealerBox div:first-child::after{width:2px;background:#F4F5F7;position:absolute;content:'';height:110%;top:-10px;bottom:-4px;right:0}.dealer_container .dealerBox_wrapper .dealerBox div:last-child span{padding-left:20px}.dealer_container .dealerBox_wrapper .dealerBox div .dealer_options{margin-top:16px;padding:4px}.dealer_container .dealerBox_wrapper .dealerBox div .dealer_options.dealer_option_first{margin-top:4px}.dealer_container .dealerBox_wrapper .dealerBox div .dealer_options:hover{background-color:#F4F5F7;cursor:pointer}.dealer_container:hover .dealerBox_wrapper{display:block}@media (max-width: 760px){.headerWrapper{background-color:white;box-shadow:none;border-bottom:1px solid #ebecf0}.headerWrapper .iconWhite{background-image:url("https://static.99acres.com/universalapp/img/99acresLogo.webp");background-repeat:no-repeat}.headerWrapper .logoIcon{width:80px;margin-left:20px}}

.default_omni .elenew
{
	margin:0 auto;
	top:0px;
	left:0px;
	/* height:624px; */
	overflow:hidden;
	width:100%;
}
#defaut_omni {
  margin-top: 10px;
}

.default_omni .elenew .mImg{
	width:100%;
	height: 100%;
	position: absolute;
}

.mgb60{
	margin-bottom: 50px;
}
.bgimg
{
	width:100%; 
	height:100%; 
	background:#000; 
	opacity:0.4; 
	position:absolute;
}
.brandlogo
{
	text-align:right;
}
.margin_t_logo
{
	margin-top:20px;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.defaut_omni .snapshot {
	color: #000;
	width: 50% !important;
	margin-top: 0px;
	text-align:left;
	background:#fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-left:0px;
	width:341px;
	padding-bottom: 10px;
}
.defaut_omni .snapshot h1
{
	font-size:23px;
	padding-top:0px;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 5px;
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
	color:#000;
}
.defaut_omni .snapshot h2
{
	font-size:13px;
	color: #666;
	margin-top:5px;
	font-weight:600;
	margin-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}
.defaut_omni .snapshot h5
{
	font-size:11px;
	color: #999999;
	margin-top:0px;
	margin-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.defaut_omni .snapshot h3
{
	font-size: 21px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.defaut_omni .snapshot h3 span
{
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	
	font-weight: 600 !important;
}
.defaut_omni .snapshot h4 {
	font-size: 13px;
	margin-top: 0px;
	font-weight:600;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	color:#000;
}
.defaut_omni .snapshot h4 span
{
	color:#ccc;
	margin-left:5px;
	margin-right:5px;
}
.defaut_omni .snapshot a
{
	color:#0078db;
	text-decoration:none;
	display:none;
	
}
.defaut_omni .snapshot a:hover
{
	color:#0078db;
	text-decoration:none;
}
.defaut_omni .snapshot a:visited
{
	color:#0078db;
	text-decoration:none;
}

.w-form .snapshot {
	color: #000;
	margin-top: 0px;
	text-align:left;
	background:#fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-left:0px;
	width:341px;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}
.w-form .snapshot h1
{
	font-size:23px;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:0px;
}
.w-form .snapshot h2
{
	font-size: 13px;
	color: #999999;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
}
.w-form .snapshot h5
{
	font-size:11px;
	color: #999999;
	font-weight:400;
	margin-top:5px;
	margin-bottom:5px;
}
.w-form .snapshot h3
{
	font-size:25px;
	font-weight:400;
	margin-top:5px;
	margin-bottom:5px;
}
.defaut_omni .snapshot h3 span
{
	font-size:16px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
}
.defaut_omni .snapshot h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:20px;
}
.defaut_omni .snapshot h4 span
{
	color:#999999;
	margin-left:5px;
	margin-right:5px;
}
.defaut_omni .snapshot a
{
	color:#0078db;
	text-decoration:none;
	display:block;
}
.defaut_omni .snapshot a:hover
{
	color:#0078db;
	text-decoration:none;
}
.defaut_omni .snapshot a:visited
{
	color:#0078db;
	text-decoration:none;
}
.defaut_omni.snapshot
{
	width: 100%;
	/* color:#fff;
	margin-top:350px;
	margin-left:45px; */
}

.w_question .snapshot h1
{
	font-size:40px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
.w_question .snapshot h2
{
	font-size:16px;
	color: #999999;
	font-weight:600;
	margin-top:5px;
	margin-bottom:5px;
}
.w_question .snapshot h5
{
	font-size:11px;
	color: #999999;
	font-weight:400;
	margin-top:5px;
	margin-bottom:5px;
}
.w_question .snapshot h3
{
	font-size:25px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:5px;
}

.w_question .snapshot h3 span
{
	font-size:16px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
}
.w_question .snapshot h4
{
	font-size:18px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
}
.w_question .snapshot h4 span
{
	color:#999999;
	margin-left:5px;
	margin-right:5px;
}
.w_question .snapshot a
{
	color:#0078db;
	text-decoration:none;
}
.w_question .snapshot a:hover
{
	color:#0078db;
	text-decoration:none;
}
.w_question .snapshot a:visited
{
	color:#0078db;
	text-decoration:none;
}




@media screen and (max-width: 1024px) {
	.defaut_omni .snapshot h3 span{
		color: #000;
	}
	.defaut_omni .snapshot{
		width:100% !important;
	}
	.default_omni .elenew .mImg{
		height: auto;
		
	}
	.default_omni .elenew .bgimg {
		height: auto;
	}
	.margin_t_logo.brandlogo {
		padding:0px 0 !important;
		height:110
	}
	.logoImg {
		max-width: 100px !important;
	}

}
.question ul li {
  cursor: pointer !important;
}
.question {
margin-bottom: 20px;
}
.App {
    font-family: sans-serif;
    text-align: center;
  }
  #tableWrapper {
    border-collapse: separate;
    border-spacing: 2px;
  }
  .outerTableHeadRow {
    background-color: black;
    color: white;
  }
  .outerTableHeadRowInside {
    color: white;
  }
  .outerTableBodyRow {
    background-color: lightgrey;
    color: black;
  }
  .outerTableCellsHead {
    text-align: center;
    color: white !important;
    position: relative;
  }
  .outerTableCells {
    text-align: center;
  }
  #innerTable {
    background-color: black;
    /* border-collapse: separate; */
    border-spacing: 2px;
    table-layout: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .innerTableInnerRow {
    background-color: gray;
    color: black;
  }
  .innerTableInnerRowDiv{
    width: 150px;
    border-right: 1px solid white;
  }
  .handlingLongText{
      width: 150px;
      overflow-x: auto;
      height: 75px;
  }
  .extraclass{
    color: white;
    background-color: red;

  }
  

 html {
	font-family:"Open Sans";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
.default_omni audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
.default_omni audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
.default_omni a {
	background-color: transparent
}
.default_omni a:active, a:hover {
	outline: 0
}
.default_omni abbr[title] {
	border-bottom: 1px dotted
}
.default_omni b, strong {
	font-weight: 700
}
.default_omni dfn {
	font-style: italic
}
.default_omni h1 {
	margin: .67em 0;
	font-size: 2em
}
.default_omni mark {
	color: #000;
	background: #ff0
}
.default_omni small {
	font-size: 80%
}
.default_omni sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
.default_omni sup {
	top: -.5em
}
.default_omni sub {
	bottom: -.25em
}
.default_omni img {
	border: 0
}
.default_omni svg:not(:root) {
	overflow: hidden
}
.default_omni figure {
	margin: 1em 40px
}
.default_omni hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.default_omni pre {
	overflow: auto
}
.default_omni code, kbd, pre, samp {
	font-family:"Open Sans";
	font-size: 1em
}
.default_omni button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
.default_omni button {
	overflow: visible
}
.default_omni button, select {
	text-transform: none
}
.default_omni button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
.default_omni button[disabled], html input[disabled] {
	cursor: default
}
.default_omni button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
.default_omni input {
	line-height: normal
}
.default_omni input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
.default_omni input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
.default_omni input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
.default_omni input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
.default_omni fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}
.default_omni legend {
	padding: 0;
	border: 0
}
.default_omni textarea {
	overflow: auto
}
.default_omni optgroup {
	font-weight: 700
}
.default_omni table {
	border-spacing: 0;
	border-collapse: collapse
}
.default_omni td, th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
.default_omni *, :after, :before {
	color: #000!important;
	text-shadow: none!important;
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.default_omni a, a:visited {
	text-decoration: underline
}
.default_omni a[href]:after {
	content: " (" attr(href) ")"
}
.default_omni abbr[title]:after {
	content: " (" attr(title) ")"
}
.default_omni a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
.default_omni blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
.default_omni thead {
	display: table-header-group
}
.default_omni img, tr {
	page-break-inside: avoid
}
.default_omni img {
	max-width: 100%!important
}
.default_omni h2, h3, p {
	orphans: 3;
	widows: 3
}
.default_omni h2, h3 {
	page-break-after: avoid
}
.default_omni .navbar {
	display: none
}
.default_omni .btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}
.default_omni .label {
	border: 1px solid #000
}
.default_omni .table {
	border-collapse: collapse!important
}
.default_omni .table td, .table th {
	background-color: #fff!important
}
.default_omni .table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important
}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
	font-display:swap;
}
.default_omni .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family:"Open Sans";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.default_omni .glyphicon-asterisk:before {
	content: "*"
}
.default_omni .glyphicon-plus:before {
	content: "+"
}
.default_omni .glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20AC"
}
.default_omni .glyphicon-minus:before {
	content: "\2212"
}
.default_omni .glyphicon-cloud:before {
	content: "\2601"
}
.default_omni .glyphicon-envelope:before {
	content: "\2709"
}
.default_omni .glyphicon-pencil:before {
	content: "\270F"
}
.default_omni .glyphicon-glass:before {
	content: "\E001"
}
.default_omni .glyphicon-music:before {
	content: "\E002"
}
.default_omni .glyphicon-search:before {
	content: "\E003"
}
.default_omni .glyphicon-heart:before {
	content: "\E005"
}
.default_omni .glyphicon-star:before {
	content: "\E006"
}
.default_omni .glyphicon-star-empty:before {
	content: "\E007"
}
.default_omni .glyphicon-user:before {
	content: "\E008"
}
.default_omni .glyphicon-film:before {
	content: "\E009"
}
.default_omni .glyphicon-th-large:before {
	content: "\E010"
}
.default_omni .glyphicon-th:before {
	content: "\E011"
}
.default_omni .glyphicon-th-list:before {
	content: "\E012"
}
.default_omni .glyphicon-ok:before {
	content: "\E013"
}
.default_omni .glyphicon-remove:before {
	content: "\E014"
}
.default_omni .glyphicon-zoom-in:before {
	content: "\E015"
}
.default_omni .glyphicon-zoom-out:before {
	content: "\E016"
}
.default_omni .glyphicon-off:before {
	content: "\E017"
}
.default_omni .glyphicon-signal:before {
	content: "\E018"
}
.default_omni .glyphicon-cog:before {
	content: "\E019"
}
.default_omni .glyphicon-trash:before {
	content: "\E020"
}
.default_omni .glyphicon-home:before {
	content: "\E021"
}
.default_omni .glyphicon-file:before {
	content: "\E022"
}
.default_omni .glyphicon-time:before {
	content: "\E023"
}
.default_omni .glyphicon-road:before {
	content: "\E024"
}
.default_omni .glyphicon-download-alt:before {
	content: "\E025"
}
.default_omni .glyphicon-download:before {
	content: "\E026"
}
.default_omni .glyphicon-upload:before {
	content: "\E027"
}
.default_omni .glyphicon-inbox:before {
	content: "\E028"
}
.default_omni .glyphicon-play-circle:before {
	content: "\E029"
}
.default_omni .glyphicon-repeat:before {
	content: "\E030"
}
.default_omni .glyphicon-refresh:before {
	content: "\E031"
}
.default_omni .glyphicon-list-alt:before {
	content: "\E032"
}
.default_omni .glyphicon-lock:before {
	content: "\E033"
}
.default_omni .glyphicon-flag:before {
	content: "\E034"
}
.default_omni .glyphicon-headphones:before {
	content: "\E035"
}
.default_omni .glyphicon-volume-off:before {
	content: "\E036"
}
.default_omni .glyphicon-volume-down:before {
	content: "\E037"
}
.default_omni .glyphicon-volume-up:before {
	content: "\E038"
}
.default_omni .glyphicon-qrcode:before {
	content: "\E039"
}
.default_omni .glyphicon-barcode:before {
	content: "\E040"
}
.default_omni .glyphicon-tag:before {
	content: "\E041"
}
.default_omni .glyphicon-tags:before {
	content: "\E042"
}
.default_omni .glyphicon-book:before {
	content: "\E043"
}
.default_omni .glyphicon-bookmark:before {
	content: "\E044"
}
.default_omni .glyphicon-print:before {
	content: "\E045"
}
.default_omni .glyphicon-camera:before {
	content: "\E046"
}
.default_omni .glyphicon-font:before {
	content: "\E047"
}
.default_omni .glyphicon-bold:before {
	content: "\E048"
}
.default_omni .glyphicon-italic:before {
	content: "\E049"
}
.default_omni .glyphicon-text-height:before {
	content: "\E050"
}
.default_omni .glyphicon-text-width:before {
	content: "\E051"
}
.default_omni .glyphicon-align-left:before {
	content: "\E052"
}
.default_omni .glyphicon-align-center:before {
	content: "\E053"
}
.default_omni .glyphicon-align-right:before {
	content: "\E054"
}
.default_omni .glyphicon-align-justify:before {
	content: "\E055"
}
.default_omni .glyphicon-list:before {
	content: "\E056"
}
.default_omni .glyphicon-indent-left:before {
	content: "\E057"
}
.default_omni .glyphicon-indent-right:before {
	content: "\E058"
}
.default_omni .glyphicon-facetime-video:before {
	content: "\E059"
}
.default_omni .glyphicon-picture:before {
	content: "\E060"
}
.default_omni .glyphicon-map-marker:before {
	content: "\E062"
}
.default_omni .glyphicon-adjust:before {
	content: "\E063"
}
.default_omni .glyphicon-tint:before {
	content: "\E064"
}
.default_omni .glyphicon-edit:before {
	content: "\E065"
}
.default_omni .glyphicon-share:before {
	content: "\E066"
}
.default_omni .glyphicon-check:before {
	content: "\E067"
}
.default_omni .glyphicon-move:before {
	content: "\E068"
}
.default_omni .glyphicon-step-backward:before {
	content: "\E069"
}
.default_omni .glyphicon-fast-backward:before {
	content: "\E070"
}
.default_omni .glyphicon-backward:before {
	content: "\E071"
}
.default_omni .glyphicon-play:before {
	content: "\E072"
}
.default_omni .glyphicon-pause:before {
	content: "\E073"
}
.default_omni .glyphicon-stop:before {
	content: "\E074"
}
.default_omni .glyphicon-forward:before {
	content: "\E075"
}
.default_omni .glyphicon-fast-forward:before {
	content: "\E076"
}
.default_omni .glyphicon-step-forward:before {
	content: "\E077"
}
.default_omni .glyphicon-eject:before {
	content: "\E078"
}
.default_omni .glyphicon-chevron-left:before {
	content: "\E079"
}
.default_omni .glyphicon-chevron-right:before {
	content: "\E080"
}
.default_omni .glyphicon-plus-sign:before {
	content: "\E081"
}
.default_omni .glyphicon-minus-sign:before {
	content: "\E082"
}
.default_omni .glyphicon-remove-sign:before {
	content: "\E083"
}
.default_omni .glyphicon-ok-sign:before {
	content: "\E084"
}
.default_omni .glyphicon-question-sign:before {
	content: "\E085"
}
.default_omni .glyphicon-info-sign:before {
	content: "\E086"
}
.default_omni .glyphicon-screenshot:before {
	content: "\E087"
}
.default_omni .glyphicon-remove-circle:before {
	content: "\E088"
}
.default_omni .glyphicon-ok-circle:before {
	content: "\E089"
}
.default_omni .glyphicon-ban-circle:before {
	content: "\E090"
}
.default_omni .glyphicon-arrow-left:before {
	content: "\E091"
}
.default_omni .glyphicon-arrow-right:before {
	content: "\E092"
}
.default_omni .glyphicon-arrow-up:before {
	content: "\E093"
}
.default_omni .glyphicon-arrow-down:before {
	content: "\E094"
}
.default_omni .glyphicon-share-alt:before {
	content: "\E095"
}
.default_omni .glyphicon-resize-full:before {
	content: "\E096"
}
.default_omni .glyphicon-resize-small:before {
	content: "\E097"
}
.default_omni .glyphicon-exclamation-sign:before {
	content: "\E101"
}
.default_omni .glyphicon-gift:before {
	content: "\E102"
}
.default_omni .glyphicon-leaf:before {
	content: "\E103"
}
.default_omni .glyphicon-fire:before {
	content: "\E104"
}
.default_omni .glyphicon-eye-open:before {
	content: "\E105"
}
.default_omni .glyphicon-eye-close:before {
	content: "\E106"
}
.default_omni .glyphicon-warning-sign:before {
	content: "\E107"
}
.default_omni .glyphicon-plane:before {
	content: "\E108"
}
.default_omni .glyphicon-calendar:before {
	content: "\E109"
}
.default_omni .glyphicon-random:before {
	content: "\E110"
}
.default_omni .glyphicon-comment:before {
	content: "\E111"
}
.default_omni .glyphicon-magnet:before {
	content: "\E112"
}
.default_omni .glyphicon-chevron-up:before {
	content: "\E113"
}
.default_omni .glyphicon-chevron-down:before {
	content: "\E114"
}
.default_omni .glyphicon-retweet:before {
	content: "\E115"
}
.default_omni .glyphicon-shopping-cart:before {
	content: "\E116"
}
.default_omni .glyphicon-folder-close:before {
	content: "\E117"
}
.default_omni .glyphicon-folder-open:before {
	content: "\E118"
}
.default_omni .glyphicon-resize-vertical:before {
	content: "\E119"
}
.default_omni .glyphicon-resize-horizontal:before {
	content: "\E120"
}
.default_omni .glyphicon-hdd:before {
	content: "\E121"
}
.default_omni .glyphicon-bullhorn:before {
	content: "\E122"
}
.default_omni .glyphicon-bell:before {
	content: "\E123"
}
.default_omni .glyphicon-certificate:before {
	content: "\E124"
}
.default_omni .glyphicon-thumbs-up:before {
	content: "\E125"
}
.default_omni .glyphicon-thumbs-down:before {
	content: "\E126"
}
.default_omni .glyphicon-hand-right:before {
	content: "\E127"
}
.default_omni .glyphicon-hand-left:before {
	content: "\E128"
}
.default_omni .glyphicon-hand-up:before {
	content: "\E129"
}
.default_omni .glyphicon-hand-down:before {
	content: "\E130"
}
.default_omni .glyphicon-circle-arrow-right:before {
	content: "\E131"
}
.default_omni .glyphicon-circle-arrow-left:before {
	content: "\E132"
}
.default_omni .glyphicon-circle-arrow-up:before {
	content: "\E133"
}
.default_omni .glyphicon-circle-arrow-down:before {
	content: "\E134"
}
.default_omni .glyphicon-globe:before {
	content: "\E135"
}
.default_omni .glyphicon-wrench:before {
	content: "\E136"
}
.default_omni .glyphicon-tasks:before {
	content: "\E137"
}
.default_omni .glyphicon-filter:before {
	content: "\E138"
}
.default_omni .glyphicon-briefcase:before {
	content: "\E139"
}
.default_omni .glyphicon-fullscreen:before {
	content: "\E140"
}
.default_omni .glyphicon-dashboard:before {
	content: "\E141"
}
.default_omni .glyphicon-paperclip:before {
	content: "\E142"
}
.default_omni .glyphicon-heart-empty:before {
	content: "\E143"
}
.default_omni .glyphicon-link:before {
	content: "\E144"
}
.default_omni .glyphicon-phone:before {
	content: "\E145"
}
.default_omni .glyphicon-pushpin:before {
	content: "\E146"
}
.default_omni .glyphicon-usd:before {
	content: "\E148"
}
.default_omni .glyphicon-gbp:before {
	content: "\E149"
}
.default_omni .glyphicon-sort:before {
	content: "\E150"
}
.default_omni .glyphicon-sort-by-alphabet:before {
	content: "\E151"
}
.default_omni .glyphicon-sort-by-alphabet-alt:before {
	content: "\E152"
}
.default_omni .glyphicon-sort-by-order:before {
	content: "\E153"
}
.default_omni .glyphicon-sort-by-order-alt:before {
	content: "\E154"
}
.default_omni .glyphicon-sort-by-attributes:before {
	content: "\E155"
}
.default_omni .glyphicon-sort-by-attributes-alt:before {
	content: "\E156"
}
.default_omni .glyphicon-unchecked:before {
	content: "\E157"
}
.default_omni .glyphicon-expand:before {
	content: "\E158"
}
.default_omni .glyphicon-collapse-down:before {
	content: "\E159"
}
.default_omni .glyphicon-collapse-up:before {
	content: "\E160"
}
.default_omni .glyphicon-log-in:before {
	content: "\E161"
}
.default_omni .glyphicon-flash:before {
	content: "\E162"
}
.default_omni .glyphicon-log-out:before {
	content: "\E163"
}
.default_omni .glyphicon-new-window:before {
	content: "\E164"
}
.default_omni .glyphicon-record:before {
	content: "\E165"
}
.default_omni .glyphicon-save:before {
	content: "\E166"
}
.default_omni .glyphicon-open:before {
	content: "\E167"
}
.default_omni .glyphicon-saved:before {
	content: "\E168"
}
.default_omni .glyphicon-import:before {
	content: "\E169"
}
.default_omni .glyphicon-export:before {
	content: "\E170"
}
.default_omni .glyphicon-send:before {
	content: "\E171"
}
.default_omni .glyphicon-floppy-disk:before {
	content: "\E172"
}
.default_omni .glyphicon-floppy-saved:before {
	content: "\E173"
}
.default_omni .glyphicon-floppy-remove:before {
	content: "\E174"
}
.default_omni .glyphicon-floppy-save:before {
	content: "\E175"
}
.default_omni .glyphicon-floppy-open:before {
	content: "\E176"
}
.default_omni .glyphicon-credit-card:before {
	content: "\E177"
}
.default_omni .glyphicon-transfer:before {
	content: "\E178"
}
.default_omni .glyphicon-cutlery:before {
	content: "\E179"
}
.default_omni .glyphicon-header:before {
	content: "\E180"
}
.default_omni .glyphicon-compressed:before {
	content: "\E181"
}
.default_omni .glyphicon-earphone:before {
	content: "\E182"
}
.default_omni .glyphicon-phone-alt:before {
	content: "\E183"
}
.default_omni .glyphicon-tower:before {
	content: "\E184"
}
.default_omni .glyphicon-stats:before {
	content: "\E185"
}
.default_omni .glyphicon-sd-video:before {
	content: "\E186"
}
.default_omni .glyphicon-hd-video:before {
	content: "\E187"
}
.default_omni .glyphicon-subtitles:before {
	content: "\E188"
}
.default_omni .glyphicon-sound-stereo:before {
	content: "\E189"
}
.default_omni .glyphicon-sound-dolby:before {
	content: "\E190"
}
.default_omni .glyphicon-sound-5-1:before {
	content: "\E191"
}
.default_omni .glyphicon-sound-6-1:before {
	content: "\E192"
}
.default_omni .glyphicon-sound-7-1:before {
	content: "\E193"
}
.default_omni .glyphicon-copyright-mark:before {
	content: "\E194"
}
.default_omni .glyphicon-registration-mark:before {
	content: "\E195"
}
.default_omni .glyphicon-cloud-download:before {
	content: "\E197"
}
.default_omni .glyphicon-cloud-upload:before {
	content: "\E198"
}
.default_omni .glyphicon-tree-conifer:before {
	content: "\E199"
}
.default_omni .glyphicon-tree-deciduous:before {
	content: "\E200"
}
.default_omni .glyphicon-cd:before {
	content: "\E201"
}
.default_omni .glyphicon-save-file:before {
	content: "\E202"
}
.default_omni .glyphicon-open-file:before {
	content: "\E203"
}
.default_omni .glyphicon-level-up:before {
	content: "\E204"
}
.default_omni .glyphicon-copy:before {
	content: "\E205"
}
.default_omni .glyphicon-paste:before {
	content: "\E206"
}
.default_omni .glyphicon-alert:before {
	content: "\E209"
}
.default_omni .glyphicon-equalizer:before {
	content: "\E210"
}
.default_omni .glyphicon-king:before {
	content: "\E211"
}
.default_omni .glyphicon-queen:before {
	content: "\E212"
}
.default_omni .glyphicon-pawn:before {
	content: "\E213"
}
.default_omni .glyphicon-bishop:before {
	content: "\E214"
}
.default_omni .glyphicon-knight:before {
	content: "\E215"
}
.default_omni .glyphicon-baby-formula:before {
	content: "\E216"
}
.default_omni .glyphicon-tent:before {
	content: "\26FA"
}
.default_omni .glyphicon-blackboard:before {
	content: "\E218"
}
.default_omni .glyphicon-bed:before {
	content: "\E219"
}
.default_omni .glyphicon-apple:before {
	content: "\F8FF"
}
.default_omni .glyphicon-erase:before {
	content: "\E221"
}
.default_omni .glyphicon-hourglass:before {
	content: "\231B"
}
.default_omni .glyphicon-lamp:before {
	content: "\E223"
}
.default_omni .glyphicon-duplicate:before {
	content: "\E224"
}
.default_omni .glyphicon-piggy-bank:before {
	content: "\E225"
}
.default_omni .glyphicon-scissors:before {
	content: "\E226"
}
.default_omni .glyphicon-bitcoin:before {
	content: "\E227"
}
.default_omni .glyphicon-btc:before {
	content: "\E227"
}
.default_omni .glyphicon-xbt:before {
	content: "\E227"
}
.default_omni .glyphicon-yen:before {
	content: "\A5"
}
.default_omni .glyphicon-jpy:before {
	content: "\A5"
}
.default_omni .glyphicon-ruble:before {
	content: "\20BD"
}
.default_omni .glyphicon-rub:before {
	content: "\20BD"
}
.default_omni .glyphicon-scale:before {
	content: "\E230"
}
.default_omni .glyphicon-ice-lolly:before {
	content: "\E231"
}
.default_omni .glyphicon-ice-lolly-tasted:before {
	content: "\E232"
}
.default_omni .glyphicon-education:before {
	content: "\E233"
}
.default_omni .glyphicon-option-horizontal:before {
	content: "\E234"
}
.default_omni .glyphicon-option-vertical:before {
	content: "\E235"
}
.default_omni .glyphicon-menu-hamburger:before {
	content: "\E236"
}
.default_omni .glyphicon-modal-window:before {
	content: "\E237"
}
.default_omni .glyphicon-oil:before {
	content: "\E238"
}
.default_omni .glyphicon-grain:before {
	content: "\E239"
}
.default_omni .glyphicon-sunglasses:before {
	content: "\E240"
}
.default_omni .glyphicon-text-size:before {
	content: "\E241"
}
.default_omni .glyphicon-text-color:before {
	content: "\E242"
}
.default_omni .glyphicon-text-background:before {
	content: "\E243"
}
.default_omni .glyphicon-object-align-top:before {
	content: "\E244"
}
.default_omni .glyphicon-object-align-bottom:before {
	content: "\E245"
}
.default_omni .glyphicon-object-align-horizontal:before {
	content: "\E246"
}
.default_omni .glyphicon-object-align-left:before {
	content: "\E247"
}
.default_omni .glyphicon-object-align-vertical:before {
	content: "\E248"
}
.default_omni .glyphicon-object-align-right:before {
	content: "\E249"
}
.default_omni .glyphicon-triangle-right:before {
	content: "\E250"
}
.default_omni .glyphicon-triangle-left:before {
	content: "\E251"
}
.default_omni .glyphicon-triangle-bottom:before {
	content: "\E252"
}
.default_omni .glyphicon-triangle-top:before {
	content: "\E253"
}
.default_omni .glyphicon-console:before {
	content: "\E254"
}
.default_omni .glyphicon-superscript:before {
	content: "\E255"
}
.default_omni .glyphicon-subscript:before {
	content: "\E256"
}
.default_omni .glyphicon-menu-left:before {
	content: "\E257"
}
.default_omni .glyphicon-menu-right:before {
	content: "\E258"
}
.default_omni .glyphicon-menu-down:before {
	content: "\E259"
}
.default_omni .glyphicon-menu-up:before {
	content: "\E260"
}
.default_omni * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.default_omni :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.default_omni html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.default_omni body {
	font-family:"Open Sans";
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}
.default_omni button, input, select, textarea {
	font-family:"Open Sans";
	font-size: inherit;
	line-height: inherit
}
.default_omni a {
	color: #337ab7;
	text-decoration: none
}
.default_omni a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}
.default_omni a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.default_omni figure {
	margin: 0
}
.default_omni img {
	vertical-align: middle
}
.default_omni .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}
.default_omni .img-rounded {
	border-radius: 6px
}
.default_omni .img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.default_omni .img-circle {
	border-radius: 50%
}
.default_omni hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.default_omni .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.default_omni .sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.default_omni [role=button] {
cursor:pointer
}
.default_omni .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:"Open Sans";
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
}
.default_omni .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #777
}
.default_omni .h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
.default_omni .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}
.default_omni .h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
.default_omni .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}
.default_omni .h1, h1 {
	font-size: 36px
}
.default_omni .h2, h2 {
	font-size: 30px
}
.default_omni .h3, h3 {
	font-size: 24px
}
.default_omni .h4, h4 {
	font-size: 18px
}
.default_omni .h5, h5 {
	font-size: 14px
}
.default_omni .h6, h6 {
	font-size: 12px
}
.default_omni p {
	margin: 0 0 10px
}
.default_omni .lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width:768px) {
.default_omni .lead {
	font-size: 21px
}
}
.default_omni .small, small {
	font-size: 85%
}
.default_omni .mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.default_omni .text-left {
	text-align: left
}
.default_omni .text-right {
	text-align: right
}
.default_omni .text-center {
	text-align: center
}
.default_omni .text-justify {
	text-align: justify
}
.default_omni .text-nowrap {
	white-space: nowrap
}
.default_omni .text-lowercase {
	text-transform: lowercase
}
.default_omni .text-uppercase {
	text-transform: uppercase
}
.default_omni .text-capitalize {
	text-transform: capitalize
}
.default_omni .text-muted {
	color: #777
}
.default_omni .text-primary {
	color: #337ab7
}
.default_omni a.text-primary:focus, a.text-primary:hover {
	color: #286090
}
.default_omni .text-success {
	color: #3c763d
}
.default_omni a.text-success:focus, a.text-success:hover {
	color: #2b542c
}
.default_omni .text-info {
	color: #31708f
}
.default_omni a.text-info:focus, a.text-info:hover {
	color: #245269
}
.default_omni .text-warning {
	color: #8a6d3b
}
.default_omni a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}
.default_omni .text-danger {
	color: #a94442
}
.default_omni a.text-danger:focus, a.text-danger:hover {
	color: #843534
}
.default_omni .bg-primary {
	color: #fff;
	background-color: #337ab7
}
.default_omni a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}
.default_omni .bg-success {
	background-color: #dff0d8
}
.default_omni a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}
.default_omni .bg-info {
	background-color: #d9edf7
}
.default_omni a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}
.default_omni .bg-warning {
	background-color: #fcf8e3
}
.default_omni a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}
.default_omni .bg-danger {
	background-color: #f2dede
}
.default_omni a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}
.default_omni .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
.default_omni ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}
.default_omni ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.default_omni .list-unstyled {
	padding-left: 0;
	list-style: none
}
.default_omni .list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}
.default_omni .list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
.default_omni dl {
	margin-top: 0;
	margin-bottom: 20px
}
.default_omni dd, dt {
	line-height: 1.42857143
}
.default_omni dt {
	font-weight: 700
}
.default_omni dd {
	margin-left: 0
}
@media (min-width:768px) {
.default_omni .dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}
.default_omni .dl-horizontal dd {
	margin-left: 180px
}
}
.default_omni abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.default_omni .initialism {
	font-size: 90%;
	text-transform: uppercase
}
.default_omni blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
.default_omni blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0
}
.default_omni blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}
.default_omni blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014   \A0'
}
.default_omni .blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}
.default_omni .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}
.default_omni .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\A0   \2014'
}
.default_omni address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}
.default_omni code, kbd, pre, samp {
	font-family:"Open Sans";
}
.default_omni code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
.default_omni kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
.default_omni kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}
.default_omni pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
.default_omni pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.default_omni .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.default_omni .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.default_omni .container {
	width: 750px
}
}
@media (min-width:992px) {
.default_omni .container {
	width: 970px
}
}
@media (min-width:1200px) {
.default_omni .container {
	width: 1170px
}
}
.default_omni .container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}
.default_omni .row {
	margin-right: -15px;
	margin-left: -15px
}
.default_omni .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.default_omni .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.default_omni .col-xs-12 {
	width: 100%
}
.default_omni .col-xs-11 {
	width: 91.66666667%
}
.default_omni .col-xs-10 {
	width: 83.33333333%
}
.default_omni .col-xs-9 {
	width: 75%
}
.default_omni .col-xs-8 {
	width: 66.66666667%
}
.default_omni .col-xs-7 {
	width: 58.33333333%
}
.default_omni .col-xs-6 {
	width: 50%
}
.default_omni .col-xs-5 {
	width: 41.66666667%
}
.default_omni .col-xs-4 {
	width: 33.33333333%
}
.default_omni .col-xs-3 {
	width: 25%
}
.default_omni .col-xs-2 {
	width: 16.66666667%
}
.default_omni .col-xs-1 {
	width: 8.33333333%
}
.default_omni .col-xs-pull-12 {
	right: 100%
}
.default_omni .col-xs-pull-11 {
	right: 91.66666667%
}
.default_omni .col-xs-pull-10 {
	right: 83.33333333%
}
.default_omni .col-xs-pull-9 {
	right: 75%
}
.default_omni .col-xs-pull-8 {
	right: 66.66666667%
}
.default_omni .col-xs-pull-7 {
	right: 58.33333333%
}
.default_omni .col-xs-pull-6 {
	right: 50%
}
.default_omni .col-xs-pull-5 {
	right: 41.66666667%
}
.default_omni .col-xs-pull-4 {
	right: 33.33333333%
}
.default_omni .col-xs-pull-3 {
	right: 25%
}
.default_omni .col-xs-pull-2 {
	right: 16.66666667%
}
.default_omni .col-xs-pull-1 {
	right: 8.33333333%
}
.default_omni .col-xs-pull-0 {
	right: auto
}
.default_omni .col-xs-push-12 {
	left: 100%
}
.default_omni .col-xs-push-11 {
	left: 91.66666667%
}
.default_omni .col-xs-push-10 {
	left: 83.33333333%
}
.default_omni .col-xs-push-9 {
	left: 75%
}
.default_omni .col-xs-push-8 {
	left: 66.66666667%
}
.default_omni .col-xs-push-7 {
	left: 58.33333333%
}
.default_omni .col-xs-push-6 {
	left: 50%
}
.default_omni .col-xs-push-5 {
	left: 41.66666667%
}
.default_omni .col-xs-push-4 {
	left: 33.33333333%
}
.default_omni .col-xs-push-3 {
	left: 25%
}
.default_omni .col-xs-push-2 {
	left: 16.66666667%
}
.default_omni .col-xs-push-1 {
	left: 8.33333333%
}
.default_omni .col-xs-push-0 {
	left: auto
}
.default_omni .col-xs-offset-12 {
	margin-left: 100%
}
.default_omni .col-xs-offset-11 {
	margin-left: 91.66666667%
}
.default_omni .col-xs-offset-10 {
	margin-left: 83.33333333%
}
.default_omni .col-xs-offset-9 {
	margin-left: 75%
}
.default_omni .col-xs-offset-8 {
	margin-left: 66.66666667%
}
.default_omni .col-xs-offset-7 {
	margin-left: 58.33333333%
}
.default_omni .col-xs-offset-6 {
	margin-left: 50%
}
.default_omni .col-xs-offset-5 {
	margin-left: 41.66666667%
}
.default_omni .col-xs-offset-4 {
	margin-left: 33.33333333%
}
.default_omni .col-xs-offset-3 {
	margin-left: 25%
}
.default_omni .col-xs-offset-2 {
	margin-left: 16.66666667%
}
.default_omni .col-xs-offset-1 {
	margin-left: 8.33333333%
}
.default_omni .col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.default_omni .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.default_omni .col-sm-12 {
	width: 100%
}
.default_omni .col-sm-11 {
	width: 91.66666667%
}
.default_omni .col-sm-10 {
	width: 83.33333333%
}
.default_omni .col-sm-9 {
	width: 75%
}
.default_omni .col-sm-8 {
	width: 66.66666667%
}
.default_omni .col-sm-7 {
	width: 58.33333333%
}
.default_omni .col-sm-6 {
	width: 50%
}
.default_omni .col-sm-5 {
	width: 41.66666667%
}
.default_omni .col-sm-4 {
	width: 33.33333333%
}
.default_omni .col-sm-3 {
	width: 25%
}
.default_omni .col-sm-2 {
	width: 16.66666667%
}
.default_omni .col-sm-1 {
	width: 8.33333333%
}
.default_omni .col-sm-pull-12 {
	right: 100%
}
.default_omni .col-sm-pull-11 {
	right: 91.66666667%
}
.default_omni .col-sm-pull-10 {
	right: 83.33333333%
}
.default_omni .col-sm-pull-9 {
	right: 75%
}
.default_omni .col-sm-pull-8 {
	right: 66.66666667%
}
.default_omni .col-sm-pull-7 {
	right: 58.33333333%
}
.default_omni .col-sm-pull-6 {
	right: 50%
}
.default_omni .col-sm-pull-5 {
	right: 41.66666667%
}
.default_omni .col-sm-pull-4 {
	right: 33.33333333%
}
.default_omni .col-sm-pull-3 {
	right: 25%
}
.default_omni .col-sm-pull-2 {
	right: 16.66666667%
}
.default_omni .col-sm-pull-1 {
	right: 8.33333333%
}
.default_omni .col-sm-pull-0 {
	right: auto
}
.default_omni .col-sm-push-12 {
	left: 100%
}
.default_omni .col-sm-push-11 {
	left: 91.66666667%
}
.default_omni .col-sm-push-10 {
	left: 83.33333333%
}
.default_omni .col-sm-push-9 {
	left: 75%
}
.default_omni .col-sm-push-8 {
	left: 66.66666667%
}
.default_omni .col-sm-push-7 {
	left: 58.33333333%
}
.default_omni .col-sm-push-6 {
	left: 50%
}
.default_omni .col-sm-push-5 {
	left: 41.66666667%
}
.default_omni .col-sm-push-4 {
	left: 33.33333333%
}
.default_omni .col-sm-push-3 {
	left: 25%
}
.default_omni .col-sm-push-2 {
	left: 16.66666667%
}
.default_omni .col-sm-push-1 {
	left: 8.33333333%
}
.default_omni .col-sm-push-0 {
	left: auto
}
.default_omni .col-sm-offset-12 {
	margin-left: 100%
}
.default_omni .col-sm-offset-11 {
	margin-left: 91.66666667%
}
.default_omni .col-sm-offset-10 {
	margin-left: 83.33333333%
}
.default_omni .col-sm-offset-9 {
	margin-left: 75%
}
.default_omni .col-sm-offset-8 {
	margin-left: 66.66666667%
}
.default_omni .col-sm-offset-7 {
	margin-left: 58.33333333%
}
.default_omni .col-sm-offset-6 {
	margin-left: 50%
}
.default_omni .col-sm-offset-5 {
	margin-left: 41.66666667%
}
.default_omni .col-sm-offset-4 {
	margin-left: 33.33333333%
}
.default_omni .col-sm-offset-3 {
	margin-left: 25%
}
.default_omni .col-sm-offset-2 {
	margin-left: 16.66666667%
}
.default_omni .col-sm-offset-1 {
	margin-left: 8.33333333%
}
.default_omni .col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.default_omni .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.default_omni .col-md-12 {
	width: 100%
}
.default_omni .col-md-11 {
	width: 91.66666667%
}
.default_omni .col-md-10 {
	width: 83.33333333%
}
.default_omni .col-md-9 {
	width: 75%
}
.default_omni .col-md-8 {
	width: 66.66666667%
}
.default_omni .col-md-7 {
	width: 58.33333333%
}
.default_omni .col-md-6 {
	width: 50%
}
.default_omni .col-md-5 {
	width: 41.66666667%
}
.default_omni .col-md-4 {
	width: 33.33333333%
}
.default_omni .col-md-3 {
	width: 25%
}
.default_omni .col-md-2 {
	width: 16.66666667%
}
.default_omni .col-md-1 {
	width: 8.33333333%
}
.default_omni .col-md-pull-12 {
	right: 100%
}
.default_omni .col-md-pull-11 {
	right: 91.66666667%
}
.default_omni .col-md-pull-10 {
	right: 83.33333333%
}
.default_omni .col-md-pull-9 {
	right: 75%
}
.default_omni .col-md-pull-8 {
	right: 66.66666667%
}
.default_omni .col-md-pull-7 {
	right: 58.33333333%
}
.default_omni .col-md-pull-6 {
	right: 50%
}
.default_omni .col-md-pull-5 {
	right: 41.66666667%
}
.default_omni .col-md-pull-4 {
	right: 33.33333333%
}
.default_omni .col-md-pull-3 {
	right: 25%
}
.default_omni .col-md-pull-2 {
	right: 16.66666667%
}
.default_omni .col-md-pull-1 {
	right: 8.33333333%
}
.default_omni .col-md-pull-0 {
	right: auto
}
.default_omni .col-md-push-12 {
	left: 100%
}
.default_omni .col-md-push-11 {
	left: 91.66666667%
}
.default_omni .col-md-push-10 {
	left: 83.33333333%
}
.default_omni .col-md-push-9 {
	left: 75%
}
.default_omni .col-md-push-8 {
	left: 66.66666667%
}
.default_omni .col-md-push-7 {
	left: 58.33333333%
}
.default_omni .col-md-push-6 {
	left: 50%
}
.default_omni .col-md-push-5 {
	left: 41.66666667%
}
.default_omni .col-md-push-4 {
	left: 33.33333333%
}
.default_omni .col-md-push-3 {
	left: 25%
}
.default_omni .col-md-push-2 {
	left: 16.66666667%
}
.default_omni .col-md-push-1 {
	left: 8.33333333%
}
.default_omni .col-md-push-0 {
	left: auto
}
.default_omni .col-md-offset-12 {
	margin-left: 100%
}
.default_omni .col-md-offset-11 {
	margin-left: 91.66666667%
}
.default_omni .col-md-offset-10 {
	margin-left: 83.33333333%
}
.default_omni .col-md-offset-9 {
	margin-left: 75%
}
.default_omni .col-md-offset-8 {
	margin-left: 66.66666667%
}
.default_omni .col-md-offset-7 {
	margin-left: 58.33333333%
}
.default_omni .col-md-offset-6 {
	margin-left: 50%
}
.default_omni .col-md-offset-5 {
	margin-left: 41.66666667%
}
.default_omni .col-md-offset-4 {
	margin-left: 33.33333333%
}
.default_omni .col-md-offset-3 {
	margin-left: 25%
}
.default_omni .col-md-offset-2 {
	margin-left: 16.66666667%
}
.default_omni .col-md-offset-1 {
	margin-left: 8.33333333%
}
.default_omni .col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.default_omni .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.default_omni .col-lg-12 {
	width: 100%
}
.default_omni .col-lg-11 {
	width: 91.66666667%
}
.default_omni .col-lg-10 {
	width: 83.33333333%
}
.default_omni .col-lg-9 {
	width: 75%
}
.default_omni .col-lg-8 {
	width: 66.66666667%
}
.default_omni .col-lg-7 {
	width: 58.33333333%
}
.default_omni .col-lg-6 {
	width: 50%
}
.default_omni .col-lg-5 {
	width: 41.66666667%
}
.default_omni .col-lg-4 {
	width: 33.33333333%
}
.default_omni .col-lg-3 {
	width: 25%
}
.default_omni .col-lg-2 {
	width: 16.66666667%
}
.default_omni .col-lg-1 {
	width: 8.33333333%
}
.default_omni .col-lg-pull-12 {
	right: 100%
}
.default_omni .col-lg-pull-11 {
	right: 91.66666667%
}
.default_omni .col-lg-pull-10 {
	right: 83.33333333%
}
.default_omni .col-lg-pull-9 {
	right: 75%
}
.default_omni .col-lg-pull-8 {
	right: 66.66666667%
}
.default_omni .col-lg-pull-7 {
	right: 58.33333333%
}
.default_omni .col-lg-pull-6 {
	right: 50%
}
.default_omni .col-lg-pull-5 {
	right: 41.66666667%
}
.default_omni .col-lg-pull-4 {
	right: 33.33333333%
}
.default_omni .col-lg-pull-3 {
	right: 25%
}
.default_omni .col-lg-pull-2 {
	right: 16.66666667%
}
.default_omni .col-lg-pull-1 {
	right: 8.33333333%
}
.default_omni .col-lg-pull-0 {
	right: auto
}
.default_omni .col-lg-push-12 {
	left: 100%
}
.default_omni .col-lg-push-11 {
	left: 91.66666667%
}
.default_omni .col-lg-push-10 {
	left: 83.33333333%
}
.default_omni .col-lg-push-9 {
	left: 75%
}
.default_omni .col-lg-push-8 {
	left: 66.66666667%
}
.default_omni .col-lg-push-7 {
	left: 58.33333333%
}
.default_omni .col-lg-push-6 {
	left: 50%
}
.default_omni .col-lg-push-5 {
	left: 41.66666667%
}
.default_omni .col-lg-push-4 {
	left: 33.33333333%
}
.default_omni .col-lg-push-3 {
	left: 25%
}
.default_omni .col-lg-push-2 {
	left: 16.66666667%
}
.default_omni .col-lg-push-1 {
	left: 8.33333333%
}
.default_omni .col-lg-push-0 {
	left: auto
}
.default_omni .col-lg-offset-12 {
	margin-left: 100%
}
.default_omni .col-lg-offset-11 {
	margin-left: 91.66666667%
}
.default_omni .col-lg-offset-10 {
	margin-left: 83.33333333%
}
.default_omni .col-lg-offset-9 {
	margin-left: 75%
}
.default_omni .col-lg-offset-8 {
	margin-left: 66.66666667%
}
.default_omni .col-lg-offset-7 {
	margin-left: 58.33333333%
}
.default_omni .col-lg-offset-6 {
	margin-left: 50%
}
.default_omni .col-lg-offset-5 {
	margin-left: 41.66666667%
}
.default_omni .col-lg-offset-4 {
	margin-left: 33.33333333%
}
.default_omni .col-lg-offset-3 {
	margin-left: 25%
}
.default_omni .col-lg-offset-2 {
	margin-left: 16.66666667%
}
.default_omni .col-lg-offset-1 {
	margin-left: 8.33333333%
}
.default_omni .col-lg-offset-0 {
	margin-left: 0
}
}
.default_omni table {
	background-color: transparent
}
.default_omni caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
.default_omni th {
	text-align: left
}
.default_omni .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.default_omni .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.default_omni .table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.default_omni .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.default_omni .table>tbody+tbody {
	border-top: 2px solid #ddd
}
.default_omni .table .table {
	background-color: #fff
}
.default_omni .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.default_omni .table-bordered {
	border: 1px solid #ddd
}
.default_omni .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.default_omni .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.default_omni .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.default_omni .table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
.default_omni table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
.default_omni table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}
.default_omni .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
.default_omni .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.default_omni .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.default_omni .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.default_omni .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.default_omni .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.default_omni .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.default_omni .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.default_omni .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.default_omni .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.default_omni .table-responsive {
	min-height: .01%;
	overflow-x: auto
}
@media screen and (max-width:767px) {
.default_omni .table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd
}
.default_omni .table-responsive>.table {
	margin-bottom: 0
}
.default_omni .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.default_omni .table-responsive>.table-bordered {
	border: 0
}
.default_omni .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.default_omni .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.default_omni .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
}
.default_omni fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
.default_omni legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
.default_omni label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
.default_omni input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.default_omni input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}
.default_omni input[type=file] {
	display: block
}
.default_omni input[type=range] {
	display: block;
	width: 100%
}
.default_omni select[multiple], select[size] {
	height: auto
}
.default_omni input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.default_omni output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
.default_omni .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.default_omni .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.default_omni .form-control::-moz-placeholder {
color:#999;
opacity:1
}
.default_omni .form-control:-ms-input-placeholder {
color:#999
}
.default_omni .form-control::-webkit-input-placeholder {
color:#999
}
.default_omni .form-control::-ms-expand {
background-color:transparent;
border:0
}
.default_omni .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.default_omni .form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
.default_omni textarea.form-control {
	height: auto
}
.default_omni input[type=search] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.default_omni input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
	line-height: 34px
}
.default_omni .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
	line-height: 30px
}
.default_omni .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
	line-height: 46px
}
}
.default_omni .form-group {
	margin-bottom: 15px
}
.default_omni .checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.default_omni .checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.default_omni .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}
.default_omni .checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.default_omni .checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.default_omni .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
.default_omni fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.default_omni .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.default_omni .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.default_omni .form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.default_omni .form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.default_omni .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.default_omni select.input-sm {
	height: 30px;
	line-height: 30px
}
.default_omni select[multiple].input-sm, textarea.input-sm {
	height: auto
}
.default_omni .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.default_omni .form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}
.default_omni .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}
.default_omni .form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}
.default_omni .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.default_omni select.input-lg {
	height: 46px;
	line-height: 46px
}
.default_omni select[multiple].input-lg, textarea.input-lg {
	height: auto
}
.default_omni .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.default_omni .form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}
.default_omni .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}
.default_omni .form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.default_omni .has-feedback {
	position: relative
}
.default_omni .has-feedback .form-control {
	padding-right: 42.5px
}
.default_omni .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}
.default_omni .form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.default_omni .form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.default_omni .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}
.default_omni .has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.default_omni .has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.default_omni .has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}
.default_omni .has-success .form-control-feedback {
	color: #3c763d
}
.default_omni .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}
.default_omni .has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.default_omni .has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.default_omni .has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}
.default_omni .has-warning .form-control-feedback {
	color: #8a6d3b
}
.default_omni .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}
.default_omni .has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.default_omni .has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.default_omni .has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}
.default_omni .has-error .form-control-feedback {
	color: #a94442
}
.default_omni .has-feedback label~.form-control-feedback {
	top: 25px
}
.default_omni .has-feedback label.sr-only~.form-control-feedback {
	top: 0
}
.default_omni .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
@media (min-width:768px) {
.default_omni .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.default_omni .form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.default_omni .form-inline .form-control-static {
	display: inline-block
}
.default_omni .form-inline .input-group {
	display: inline-table;
	vertical-align: middle
}
.default_omni .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
	width: auto
}
.default_omni .form-inline .input-group>.form-control {
	width: 100%
}
.default_omni .form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.default_omni .form-inline .checkbox, .form-inline .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.default_omni .form-inline .checkbox label, .form-inline .radio label {
	padding-left: 0
}
.default_omni .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.default_omni .form-inline .has-feedback .form-control-feedback {
	top: 0
}
}
.default_omni .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}
.default_omni .form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}
.default_omni .form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.default_omni .form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right
}
}
.default_omni .form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}
@media (min-width:768px) {
.default_omni .form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 18px
}
}
@media (min-width:768px) {
.default_omni .form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 12px
}
}
.default_omni .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.default_omni .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.default_omni .btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.default_omni .btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.default_omni .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}
.default_omni a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.default_omni .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.default_omni .btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.default_omni .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.default_omni .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.default_omni .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.default_omni .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image: none
}
.default_omni .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.default_omni .btn-default .badge {
	color: #fff;
	background-color: #333
}
.default_omni .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.default_omni .btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}
.default_omni .btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.default_omni .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.default_omni .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}
.default_omni .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.default_omni .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}
.default_omni .btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.default_omni .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.default_omni .btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}
.default_omni .btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.default_omni .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.default_omni .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}
.default_omni .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image: none
}
.default_omni .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.default_omni .btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.default_omni .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.default_omni .btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}
.default_omni .btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.default_omni .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.default_omni .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}
.default_omni .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}
.default_omni .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.default_omni .btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.default_omni .btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.default_omni .btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.default_omni .btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.default_omni .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.default_omni .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}
.default_omni .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.default_omni .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.default_omni .btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.default_omni .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.default_omni .btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}
.default_omni .btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.default_omni .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.default_omni .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}
.default_omni .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}
.default_omni .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.default_omni .btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.default_omni .btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}
.default_omni .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.default_omni .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}
.default_omni .btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}
.default_omni .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}
.default_omni .btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.default_omni .btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.default_omni .btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.default_omni .btn-block {
	display: block;
	width: 100%
}
.default_omni .btn-block+.btn-block {
	margin-top: 5px
}
.default_omni input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.default_omni .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.default_omni .fade.in {
	opacity: 1
}
.default_omni .collapse {
	display: none
}
.default_omni .collapse.in {
	display: block
}
.default_omni tr.collapse.in {
	display: table-row
}
.default_omni tbody.collapse.in {
	display: table-row-group
}
.default_omni .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}
.default_omni .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.default_omni .dropdown, .dropup {
	position: relative
}
.default_omni .dropdown-toggle:focus {
	outline: 0
}
.default_omni .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.default_omni .dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.default_omni .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.default_omni .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.default_omni .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}
.default_omni .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}
.default_omni .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777
}
.default_omni .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.default_omni .open>.dropdown-menu {
	display: block
}
.default_omni .open>a {
	outline: 0
}
.default_omni .dropdown-menu-right {
	right: 0;
	left: auto
}
.default_omni .dropdown-menu-left {
	right: auto;
	left: 0
}
.default_omni .dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}
.default_omni .dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}
.default_omni .pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.default_omni .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}
.default_omni .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media (min-width:768px) {
.default_omni .navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.default_omni .navbar-right .dropdown-menu-left {
	right: auto;
	left: 0
}
}
.default_omni .btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.default_omni .btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}
.default_omni .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 2
}
.default_omni .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.default_omni .btn-toolbar {
	margin-left: -5px
}
.default_omni .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.default_omni .btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.default_omni .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.default_omni .btn-group>.btn:first-child {
	margin-left: 0
}
.default_omni .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.default_omni .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.default_omni .btn-group>.btn-group {
	float: left
}
.default_omni .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.default_omni .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.default_omni .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.default_omni .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.default_omni .btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}
.default_omni .btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}
.default_omni .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.default_omni .btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.default_omni .btn .caret {
	margin-left: 0
}
.default_omni .btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.default_omni .dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.default_omni .btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.default_omni .btn-group-vertical>.btn-group>.btn {
	float: none
}
.default_omni .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.default_omni .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.default_omni .btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.default_omni .btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.default_omni .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.default_omni .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.default_omni .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.default_omni .btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.default_omni .btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}
.default_omni .btn-group-justified>.btn-group .btn {
	width: 100%
}
.default_omni .btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
.default_omni [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.default_omni .input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.default_omni .input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}
.default_omni .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.default_omni .input-group .form-control:focus {
	z-index: 3
}
.default_omni .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.default_omni select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}
.default_omni select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}
.default_omni .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.default_omni select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}
.default_omni select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}
.default_omni .input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}
.default_omni .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.default_omni .input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.default_omni .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.default_omni .input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.default_omni .input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.default_omni .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0
}
.default_omni .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.default_omni .input-group-addon:first-child {
	border-right: 0
}
.default_omni .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.default_omni .input-group-addon:last-child {
	border-left: 0
}
.default_omni .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.default_omni .input-group-btn>.btn {
	position: relative
}
.default_omni .input-group-btn>.btn+.btn {
	margin-left: -1px
}
.default_omni .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2
}
.default_omni .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.default_omni .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}
.default_omni .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.default_omni .nav>li {
	position: relative;
	display: block
}
.default_omni .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.default_omni .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.default_omni .nav>li.disabled>a {
	color: #777
}
.default_omni .nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.default_omni .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}
.default_omni .nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.default_omni .nav>li>a>img {
	max-width: none
}
.default_omni .nav-tabs {
	border-bottom: 1px solid #ddd
}
.default_omni .nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.default_omni .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
.default_omni .nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.default_omni .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}
.default_omni .nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.default_omni .nav-tabs.nav-justified>li {
	float: none
}
.default_omni .nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.default_omni .nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.default_omni .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.default_omni .nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.default_omni .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.default_omni .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}
@media (min-width:768px) {
.default_omni .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.default_omni .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #fff
}
}
.default_omni .nav-pills>li {
	float: left
}
.default_omni .nav-pills>li>a {
	border-radius: 4px
}
.default_omni .nav-pills>li+li {
	margin-left: 2px
}
.default_omni .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}
.default_omni .nav-stacked>li {
	float: none
}
.default_omni .nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.default_omni .nav-justified {
	width: 100%
}
.default_omni .nav-justified>li {
	float: none
}
.default_omni .nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.default_omni .nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.default_omni .nav-justified>li {
	display: table-cell;
	width: 1%
}
.default_omni .nav-justified>li>a {
	margin-bottom: 0
}
}
.default_omni .nav-tabs-justified {
	border-bottom: 0
}
.default_omni .nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.default_omni .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}
@media (min-width:768px) {
.default_omni .nav-tabs-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.default_omni .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border-bottom-color: #fff
}
}
.default_omni .tab-content>.tab-pane {
	display: none
}
.default_omni .tab-content>.active {
	display: block
}
.default_omni .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.default_omni .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
@media (min-width:768px) {
.default_omni .navbar {
	border-radius: 4px
}
}
@media (min-width:768px) {
.default_omni .navbar-header {
	float: left
}
}
.default_omni .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.default_omni .navbar-collapse.in {
	overflow-y: auto
}
@media (min-width:768px) {
.default_omni .navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.default_omni .navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.default_omni .navbar-collapse.in {
	overflow-y: visible
}
.default_omni .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-right: 0;
	padding-left: 0
}
}
.default_omni .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.default_omni .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 200px
}
}
.default_omni .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.default_omni .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0
}
}
.default_omni .navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media (min-width:768px) {
.default_omni .navbar-static-top {
	border-radius: 0
}
}
.default_omni .navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media (min-width:768px) {
.default_omni .navbar-fixed-bottom, .navbar-fixed-top {
	border-radius: 0
}
}
.default_omni .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.default_omni .navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.default_omni .navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}
.default_omni .navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.default_omni .navbar-brand>img {
	display: block
}
@media (min-width:768px) {
.default_omni .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.default_omni .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.default_omni .navbar-toggle:focus {
	outline: 0
}
.default_omni .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.default_omni .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media (min-width:768px) {
.default_omni .navbar-toggle {
	display: none
}
}
.default_omni .navbar-nav {
	margin: 7.5px -15px
}
.default_omni .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
@media (max-width:767px) {
.default_omni .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.default_omni .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.default_omni .navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.default_omni .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}
@media (min-width:768px) {
.default_omni .navbar-nav {
	float: left;
	margin: 0
}
.default_omni .navbar-nav>li {
	float: left
}
.default_omni .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}
}
.default_omni .navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)
}
@media (min-width:768px) {
.default_omni .navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.default_omni .navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.default_omni .navbar-form .form-control-static {
	display: inline-block
}
.default_omni .navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}
.default_omni .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
	width: auto
}
.default_omni .navbar-form .input-group>.form-control {
	width: 100%
}
.default_omni .navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.default_omni .navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.default_omni .navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0
}
.default_omni .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.default_omni .navbar-form .has-feedback .form-control-feedback {
	top: 0
}
}
@media (max-width:767px) {
.default_omni .navbar-form .form-group {
	margin-bottom: 5px
}
.default_omni .navbar-form .form-group:last-child {
	margin-bottom: 0
}
}
@media (min-width:768px) {
.default_omni .navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.default_omni .navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.default_omni .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.default_omni .navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.default_omni .navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}
.default_omni .navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}
.default_omni .navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}
@media (min-width:768px) {
.default_omni .navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px
}
}
@media (min-width:768px) {
.default_omni .navbar-left {
	float: left!important
}
.default_omni .navbar-right {
	float: right!important;
	margin-right: -15px
}
.default_omni .navbar-right~.navbar-right {
	margin-right: 0
}
}
.default_omni .navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.default_omni .navbar-default .navbar-brand {
	color: #777
}
.default_omni .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}
.default_omni .navbar-default .navbar-text {
	color: #777
}
.default_omni .navbar-default .navbar-nav>li>a {
	color: #777
}
.default_omni .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}
.default_omni .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.default_omni .navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
.default_omni .navbar-default .navbar-toggle {
	border-color: #ddd
}
.default_omni .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd
}
.default_omni .navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.default_omni .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.default_omni .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}
@media (max-width:767px) {
.default_omni .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.default_omni .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
	background-color: transparent
}
.default_omni .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.default_omni .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
}
.default_omni .navbar-default .navbar-link {
	color: #777
}
.default_omni .navbar-default .navbar-link:hover {
	color: #333
}
.default_omni .navbar-default .btn-link {
	color: #777
}
.default_omni .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}
.default_omni .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}
.default_omni .navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.default_omni .navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.default_omni .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}
.default_omni .navbar-inverse .navbar-text {
	color: #9d9d9d
}
.default_omni .navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}
.default_omni .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}
.default_omni .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}
.default_omni .navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
.default_omni .navbar-inverse .navbar-toggle {
	border-color: #333
}
.default_omni .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333
}
.default_omni .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.default_omni .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.default_omni .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}
@media (max-width:767px) {
.default_omni .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #080808
}
.default_omni .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808
}
.default_omni .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #9d9d9d
}
.default_omni .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: transparent
}
.default_omni .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #080808
}
.default_omni .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
}
.default_omni .navbar-inverse .navbar-link {
	color: #9d9d9d
}
.default_omni .navbar-inverse .navbar-link:hover {
	color: #fff
}
.default_omni .navbar-inverse .btn-link {
	color: #9d9d9d
}
.default_omni .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}
.default_omni .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}
.default_omni .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.default_omni .breadcrumb>li {
	display: inline-block
}
.default_omni .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\A0"
}
.default_omni .breadcrumb>.active {
	color: #777
}
.default_omni .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.default_omni .pagination>li {
	display: inline
}
.default_omni .pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.default_omni .pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.default_omni .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.default_omni .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.default_omni .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.default_omni .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.default_omni .pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.default_omni .pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.default_omni .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.default_omni .pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.default_omni .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.default_omni .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.default_omni .pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}
.default_omni .pager li {
	display: inline
}
.default_omni .pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.default_omni .pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.default_omni .pager .next>a, .pager .next>span {
	float: right
}
.default_omni .pager .previous>a, .pager .previous>span {
	float: left
}
.default_omni .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}
.default_omni .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.default_omni a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.default_omni .label:empty {
	display: none
}
.default_omni .btn .label {
	position: relative;
	top: -1px
}
.default_omni .label-default {
	background-color: #777
}
.default_omni .label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}
.default_omni .label-primary {
	background-color: #337ab7
}
.default_omni .label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}
.default_omni .label-success {
	background-color: #5cb85c
}
.default_omni .label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}
.default_omni .label-info {
	background-color: #5bc0de
}
.default_omni .label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}
.default_omni .label-warning {
	background-color: #f0ad4e
}
.default_omni .label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}
.default_omni .label-danger {
	background-color: #d9534f
}
.default_omni .label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}
.default_omni .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}
.default_omni .badge:empty {
	display: none
}
.default_omni .btn .badge {
	position: relative;
	top: -1px
}
.default_omni .btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}
.default_omni a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.default_omni .list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}
.default_omni .list-group-item>.badge {
	float: right
}
.default_omni .list-group-item>.badge+.badge {
	margin-right: 5px
}
.default_omni .nav-pills>li>a>.badge {
	margin-left: 3px
}
.default_omni .jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.default_omni .jumbotron .h1, .jumbotron h1 {
	color: inherit
}
.default_omni .jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.default_omni .jumbotron>hr {
	border-top-color: #d5d5d5
}
.default_omni .container .jumbotron, .container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}
.default_omni .jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
.default_omni .jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.default_omni .container .jumbotron, .container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px
}
.default_omni .jumbotron .h1, .jumbotron h1 {
	font-size: 63px
}
}
.default_omni .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.default_omni .thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto
}
.default_omni a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}
.default_omni .thumbnail .caption {
	padding: 9px;
	color: #333
}
.default_omni .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.default_omni .alert h4 {
	margin-top: 0;
	color: inherit
}
.default_omni .alert .alert-link {
	font-weight: 700
}
.default_omni .alert>p, .alert>ul {
	margin-bottom: 0
}
.default_omni .alert>p+p {
	margin-top: 5px
}
.default_omni .alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.default_omni .alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.default_omni .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.default_omni .alert-success hr {
	border-top-color: #c9e2b3
}
.default_omni .alert-success .alert-link {
	color: #2b542c
}
.default_omni .alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.default_omni .alert-info hr {
	border-top-color: #a6e1ec
}
.default_omni .alert-info .alert-link {
	color: #245269
}
.default_omni .alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.default_omni .alert-warning hr {
	border-top-color: #f7e1b5
}
.default_omni .alert-warning .alert-link {
	color: #66512c
}
.default_omni .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.default_omni .alert-danger hr {
	border-top-color: #e4b9c0
}
.default_omni .alert-danger .alert-link {
	color: #843534
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
.default_omni .progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.default_omni .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}
.default_omni .progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}
.default_omni .progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.default_omni .progress-bar-success {
	background-color: #5cb85c
}
.default_omni .progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.default_omni .progress-bar-info {
	background-color: #5bc0de
}
.default_omni .progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.default_omni .progress-bar-warning {
	background-color: #f0ad4e
}
.default_omni .progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.default_omni .progress-bar-danger {
	background-color: #d9534f
}
.default_omni .progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.default_omni .media {
	margin-top: 15px
}
.default_omni .media:first-child {
	margin-top: 0
}
.default_omni .media, .media-body {
	overflow: hidden;
	zoom: 1
}
.default_omni .media-body {
	width: 10000px
}
.default_omni .media-object {
	display: block
}
.default_omni .media-object.img-thumbnail {
	max-width: none
}
.default_omni .media-right, .media>.pull-right {
	padding-left: 10px
}
.default_omni .media-left, .media>.pull-left {
	padding-right: 10px
}
.default_omni .media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}
.default_omni .media-middle {
	vertical-align: middle
}
.default_omni .media-bottom {
	vertical-align: bottom
}
.default_omni .media-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.default_omni .media-list {
	padding-left: 0;
	list-style: none
}
.default_omni .list-group {
	padding-left: 0;
	margin-bottom: 20px
}
.default_omni .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.default_omni .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.default_omni .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.default_omni a.list-group-item, button.list-group-item {
	color: #555
}
.default_omni a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}
.default_omni a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}
.default_omni button.list-group-item {
	width: 100%;
	text-align: left
}
.default_omni .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}
.default_omni .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}
.default_omni .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}
.default_omni .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.default_omni .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}
.default_omni .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
.default_omni .list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
.default_omni a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}
.default_omni a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}
.default_omni a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}
.default_omni a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.default_omni .list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
.default_omni a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}
.default_omni a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}
.default_omni a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}
.default_omni a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.default_omni .list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
.default_omni a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}
.default_omni a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}
.default_omni a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}
.default_omni a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.default_omni .list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
.default_omni a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}
.default_omni a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}
.default_omni a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}
.default_omni a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.default_omni .list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.default_omni .list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.default_omni .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.default_omni .panel-body {
	padding: 15px
}
.default_omni .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.default_omni .panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.default_omni .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.default_omni .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit
}
.default_omni .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.default_omni .panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}
.default_omni .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.default_omni .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.default_omni .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.default_omni .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.default_omni .panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.default_omni .list-group+.panel-footer {
	border-top-width: 0
}
.default_omni .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}
.default_omni .panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}
.default_omni .panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.default_omni .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.default_omni .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}
.default_omni .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}
.default_omni .panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.default_omni .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.default_omni .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}
.default_omni .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}
.default_omni .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}
.default_omni .panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}
.default_omni .panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.default_omni .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.default_omni .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.default_omni .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}
.default_omni .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.default_omni .panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}
.default_omni .panel-group {
	margin-bottom: 20px
}
.default_omni .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}
.default_omni .panel-group .panel+.panel {
	margin-top: 5px
}
.default_omni .panel-group .panel-heading {
	border-bottom: 0
}
.default_omni .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}
.default_omni .panel-group .panel-footer {
	border-top: 0
}
.default_omni .panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.default_omni .panel-default {
	border-color: #ddd
}
.default_omni .panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.default_omni .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.default_omni .panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}
.default_omni .panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}
.default_omni .panel-primary {
	border-color: #337ab7
}
.default_omni .panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.default_omni .panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}
.default_omni .panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}
.default_omni .panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}
.default_omni .panel-success {
	border-color: #d6e9c6
}
.default_omni .panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.default_omni .panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}
.default_omni .panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}
.default_omni .panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}
.default_omni .panel-info {
	border-color: #bce8f1
}
.default_omni .panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.default_omni .panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}
.default_omni .panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}
.default_omni .panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}
.default_omni .panel-warning {
	border-color: #faebcc
}
.default_omni .panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.default_omni .panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}
.default_omni .panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}
.default_omni .panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}
.default_omni .panel-danger {
	border-color: #ebccd1
}
.default_omni .panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.default_omni .panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}
.default_omni .panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}
.default_omni .panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}
.default_omni .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.default_omni .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.default_omni .embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.default_omni .embed-responsive-4by3 {
	padding-bottom: 75%
}
.default_omni .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.default_omni .well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.default_omni .well-lg {
	padding: 24px;
	border-radius: 6px
}
.default_omni .well-sm {
	padding: 9px;
	border-radius: 3px
}
.default_omni .close {
float: right;
font-size: 33px;
font-weight: normal;
line-height: 26px;
color: #526471;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: 11;
}
.default_omni .close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
.default_omni button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.default_omni .modal-open {
	overflow: hidden
}
.default_omni .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.default_omni .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.default_omni .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.default_omni .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.default_omni .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.default_omni .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.default_omni .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.default_omni .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.default_omni .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.default_omni .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.default_omni .modal-header .close {
	margin-top: -2px
}
.default_omni .modal-title {
	margin: 0;
	line-height: 1.42857143
}
.default_omni .modal-body {
	position: relative;
	padding: 15px
}
.default_omni .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.default_omni .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.default_omni .modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.default_omni .modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.default_omni .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
.default_omni .modal-dialog {
	width: 600px;
	margin: 30px auto
}
.default_omni .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.default_omni .modal-sm {
	width: 300px
}
}
@media (min-width:992px) {
.default_omni .modal-lg {
	width: 900px
}
}
.default_omni .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}
.default_omni .tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}
.default_omni .tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.default_omni .tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.default_omni .tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.default_omni .tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.default_omni .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}
.default_omni .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.default_omni .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.default_omni .tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.default_omni .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.default_omni .tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.default_omni .tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.default_omni .tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.default_omni .tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.default_omni .tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.default_omni .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family:"Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	line-break: auto
}
.default_omni .popover.top {
	margin-top: -10px
}
.default_omni .popover.right {
	margin-left: 10px
}
.default_omni .popover.bottom {
	margin-top: 10px
}
.default_omni .popover.left {
	margin-left: -10px
}
.default_omni .popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.default_omni .popover-content {
	padding: 9px 14px
}
.default_omni .popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.default_omni .popover>.arrow {
	border-width: 11px
}
.default_omni .popover>.arrow:after {
	content: "";
	border-width: 10px
}
.default_omni .popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}
.default_omni .popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}
.default_omni .popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}
.default_omni .popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}
.default_omni .popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}
.default_omni .popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}
.default_omni .popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.default_omni .popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}
.default_omni .carousel {
	position: relative
}
.default_omni .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.default_omni .carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.default_omni .carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.default_omni .carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.default_omni .carousel-inner>.item.active.right, .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.default_omni .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.default_omni .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.default_omni .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.default_omni .carousel-inner>.active {
	left: 0
}
.default_omni .carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.default_omni .carousel-inner>.next {
	left: 100%
}
.default_omni .carousel-inner>.prev {
	left: -100%
}
.default_omni .carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.default_omni .carousel-inner>.active.left {
	left: -100%
}
.default_omni .carousel-inner>.active.right {
	left: 100%
}
.default_omni .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5
}
.default_omni .carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}
.default_omni .carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}
.default_omni .carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}
.default_omni .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}
.default_omni .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.default_omni .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.default_omni .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: 'Roboto', sans-serif !important;
	line-height: 1
}
.default_omni .carousel-control .icon-prev:before {
	content: '\2039'
}
.default_omni .carousel-control .icon-next:before {
	content: '\203A'
}
.default_omni .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.default_omni .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}
.default_omni .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
.default_omni .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.default_omni .carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
.default_omni .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px
}
.default_omni .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -10px
}
.default_omni .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -10px
}
.default_omni .carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
.default_omni .carousel-indicators {
	bottom: 20px
}
}
.default_omni .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}
.default_omni .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}
.default_omni .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.default_omni .pull-right {
	float: right!important
}
.default_omni .pull-left {
	float: left!important
}
.default_omni .hide {
	display: none!important
}
.default_omni .show {
	display: block!important
}
.default_omni .invisible {
	visibility: hidden
}
.default_omni .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.default_omni .hidden {
	display: none!important
}
.default_omni .affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.default_omni .visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none!important
}
.default_omni .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
@media (max-width:767px) {
.default_omni .visible-xs {
	display: block!important
}
.default_omni table.visible-xs {
	display: table!important
}
.default_omni tr.visible-xs {
	display: table-row!important
}
.default_omni td.visible-xs, th.visible-xs {
	display: table-cell!important
}
}
@media (max-width:767px) {
.default_omni .visible-xs-block {
	display: block!important
}
}
@media (max-width:767px) {
.default_omni .visible-xs-inline {
	display: inline!important
}
}
@media (max-width:767px) {
.default_omni .visible-xs-inline-block {
	display: inline-block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.default_omni .visible-sm {
	display: block!important
}
.default_omni table.visible-sm {
	display: table!important
}
.default_omni tr.visible-sm {
	display: table-row!important
}
.default_omni td.visible-sm, th.visible-sm {
	display: table-cell!important
}
}
@media (min-width:768px) and (max-width:991px) {
.default_omni .visible-sm-block {
	display: block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.default_omni .visible-sm-inline {
	display: inline!important
}
}
@media (min-width:768px) and (max-width:991px) {
.default_omni .visible-sm-inline-block {
	display: inline-block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.default_omni .visible-md {
	display: block!important
}
.default_omni table.visible-md {
	display: table!important
}
.default_omni tr.visible-md {
	display: table-row!important
}
.default_omni td.visible-md, th.visible-md {
	display: table-cell!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.default_omni .visible-md-block {
	display: block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.default_omni .visible-md-inline {
	display: inline!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.default_omni .visible-md-inline-block {
	display: inline-block!important
}
}
@media (min-width:1200px) {
.default_omni .visible-lg {
	display: block!important
}
.default_omni table.visible-lg {
	display: table!important
}
.default_omni tr.visible-lg {
	display: table-row!important
}
.default_omni td.visible-lg, th.visible-lg {
	display: table-cell!important
}
}
@media (min-width:1200px) {
.default_omni .visible-lg-block {
	display: block!important
}
}
@media (min-width:1200px) {
.default_omni .visible-lg-inline {
	display: inline!important
}
}
@media (min-width:1200px) {
.default_omni .visible-lg-inline-block {
	display: inline-block!important
}
}
@media (max-width:767px) {
.default_omni .hidden-xs {
	display: none!important
}
}
@media (min-width:768px) and (max-width:991px) {
.default_omni .hidden-sm {
	display: none!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.default_omni .hidden-md {
	display: none!important
}
}
@media (min-width:1200px) {
.default_omni .hidden-lg {
	display: none!important
}
}
.default_omni .visible-print {
	display: none!important
}
@media print {
.default_omni .visible-print {
	display: block!important
}
.default_omni table.visible-print {
	display: table!important
}
.default_omni tr.visible-print {
	display: table-row!important
}
.default_omni td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.default_omni .visible-print-block {
	display: none!important
}
@media print {
.default_omni .visible-print-block {
	display: block!important
}
}
.default_omni .visible-print-inline {
	display: none!important
}
@media print {
.default_omni .visible-print-inline {
	display: inline!important
}
}
.default_omni .visible-print-inline-block {
	display: none!important
}
@media print {
.default_omni .visible-print-inline-block {
	display: inline-block!important
}
}
@media print {
.default_omni .hidden-print {
	display: none!important
}
}
input[id="email"]:disabled {
	background: #DCDCDC	;
  }
.mmm-div{
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.mmm-div a{
	text-decoration: none;
}

.top-bg{
	width: 100%;
	height: 200px;
	background-size: cover;
	padding: 30px 0;
	position: relative;
    box-sizing: content-box;
}

.inner-content{
	width: 100%;
	height: auto;
	min-height: 100px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
    bottom: 0;
    left: 0;
}

.wrapper{
	width: 92%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.thank-row{
	width: 100%;
	height: auto;
	display: flex;
}

.thank-col{
	width: 100%;
	height: auto;
}

.thank-col-50{
	width: 50%;
	height: auto;
	float: left;
}

.project-logo img{
	width: 150px;
	height: auto;
}

.acres-logo{
	position: relative;
}

.acres-logo img{
	position: absolute;
	top: 0;
	right: 0;
}

.project-description{
	position: absolute;
	bottom: -180px;
    left: 0;
}

.project-description h1{
	color: #ffffff;
	margin: 0;
	font-size: 30px;
}

.project-description p{
	color: #ffffff;
	margin: 0;
	font-size: 17px;
}

/******** Nav Start ***********/

nav{
	position: relative;
}

nav ul{
	margin: 25px 0;
	padding-left: 0;
}

nav ul li{
	list-style: none;
	display: inline;
}

nav ul li a{
	font-size: 17px;
	text-decoration: none;
	color: #000000;
	padding: 10px 30px;
	position: relative;
}

nav ul li a:after{
	content: url(../static/img/menu-devider.png);
	color: #cccccc;
	position: absolute;
	right: 0;
	top: 0;
}

nav ul li:last-child a:after{
	content: '';
}

nav ul li:first-child a {
	padding-left: 0px;
}

a.whatsapp {
	position: absolute;
    right: 0;
    top: 0;
}

a.whatsapp{
    color: #000000;
    font-size: 17px;
}


.thanku-msg{
	padding: 20px 0 40px 0;
	text-align: center;
}

.thanku-msg h2{
	color: #0083c7;
	font-weight: normal;
	font-size: 40px;
    margin: 0;
}

.thanku-msg h3{
	color: #2c2c2c;
    margin: 0px 0 20px;
    font-weight: normal;
    font-size: 24px;
}

.thanku-msg h4{
	color: #2c2c2c;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}

.contact-footer{
	width: 100%;
	background: #686868;
	padding: 10px 0;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-footer p{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.contact-footer a{
	color: #00a8ff;
}


.mob-menu{
	display: none;
}

.chatBot{
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-left:90%
}


/*===========Query Form========*/
.query-form{
	width: 100%;
	background: #e2e2e2;
	padding: 25px 0;
	position: relative;
	font-size: 13px;
}

.close{
	display:none;
}

.query-form ul{
	margin: 0;
    padding: 0;
}

.query-form ul li{
	display: inline-block;
	list-style: none;
}

.query-form ul li input{
	margin-right: 20px;
}

.query-form ul li input, .query-form ul li select{
	padding: 10px 15px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    box-shadow: 0px 0px 5px #e2e2e2;
	background: #ffffff;
	-webkit-appearance: none;
}

.query-form ul li:last-child input {
	padding: 10px 15px;
    border: 1px solid #0083c7;
	font-weight: bold;
	background: #0083c7;
	color: #ffffff;
	cursor: pointer;
    border-radius: 0;
    box-shadow: 0px 0px 10px #bcd9ff;
}

p.edit-quote{
	font-size: 12px;
	margin: 0 0 15px 0;
}

p.contact-quote{
	margin: 0 0 10px 0;
    font-weight: bold;
	color: #000000;
	font-size: 18px;
}

/*===========Query Form========*/


.mob-btn-contact{
	width: 100%;
    background: #0083c7;
    padding: 10px 0;
	display: none;
}

.mob-btn-contact button{
	width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 20px;
	-webkit-appearance: none;
}






@media only screen and (max-width: 850px){
.menu{
	display: none;
}

.mob-menu{
	display: block;
	padding-bottom: 10px;
}

.chatBot{
	position: fixed;
	bottom: 0px;
	margin-bottom: 60%;
	margin-left: 80%;
}

.mob-content ul li{
	display: inline-block;
    text-align: center;
	width: 49%;
}

.mob-content ul {
	padding: 0;
	margin: 0 0 20px 0;
}

.mob-content ul li a {
	color: #0083c7;
	text-align: center;
	padding: 10px;
    font-size: 15px;
	background: #ffffff;
	border: 1px solid #0083c7;
	display: inline-block;
	width: 80%;
	margin: 5px 8px 5px 0px;
	transition: all .3s;
}
	
.mob-content ul li:last-child {
	
	width: 39%;
}
	
.query-form ul li:last-child input {
	font-size: 18px;
}
	
.mob-content ul li:last-child a {
	
	width: 100%;
}

.mob-content a:hover {
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}
	
.mob-content h4{
	text-align: center;
	margin: 20px 0 5px 0;
	letter-spacing: -0.3px;
	}
	
.seperator{
	border-top: 1px solid #cccccc;	
	}


.mob-whatsapp {
	margin-bottom: 40px;

}

.mob-whatsapp a{
	border: none;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 17px;

}

.mob-whatsapp img{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.mob-whatsapp a{
	border: none;
	display: block;
	text-align: center;
	color: #000000;
	font-size: 17px;

}

.mob-whatsapp a span{
	display: block;

}

.mob-whatsapp a:hover{
	border: none;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 17px;

}
	

.query-form ul li {
    width: 100%;
}
	
.query-form ul li input {
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0 0 0;
}
	
.query-form ul li select {
    margin: 5px 0 0 0;
	padding: 9px 5px;
	width: 34% !important;
	-webkit-appearance: none;
}
	

	
input.mob-no-input{
	width: 64% !important;	
	}
	
	
.query-form{
	display: none;
	width: 100%;
	height: 100%;
	background: #e2e2e2;
	padding: 90px 0;
	position: fixed;
    z-index: 1;
    top: 0;
}
	
.mob-btn-contact{
	display: block;
}
	
.form-appear{
	display: block;
	}
	
.btn-appear{
	display: none;
	}
	
.close{
	display: block;
    position: absolute;
    right: -10px;
    top: -85px;
    border: none;
    background: none;
    color: #b3b3b3;
    font-size: 36px;
    box-shadow: none;
    cursor: pointer;
	}
	
.contact-footer{
	    margin-bottom: 48px;	
	}
	
	
.query-form ul li input, .query-form ul li select{
	padding: 18px;
	font-size: 15px;
	background: #ffffff;
	-webkit-appearance: none;
}
	
	
.query-form ul li:last-child input{
	padding: 15px;	
	}	
	
p.contact-quote{
	font-size: 21px;
}
	
p.edit-quote {
    font-size: 14px;
}
	
	
	


}


@media only screen and (max-width: 480px){


.top-bg {
    width: 100%;
    height: 130px;
    padding: 20px 0 30px 0;
}



	.project-logo img {
    width: 62%;
    height: auto;
}

.acres-logo img {
    width: 50%;
}


.project-description h1 {
    font-size: 21px;
}

.project-description p {
    font-size: 12px;
}

.project-description {
    bottom: -115px;
    left: 0;
}


.wrapper {
    width: 85%;
    height: auto;
}


.thanku-msg h2 {
    font-size: 28px;
	margin-bottom: -5px;
    }

.thanku-msg h3 {
    font-size: 18px;
	 margin: 0px 0 6px;
}


.thanku-msg h4 {
    font-size: 12px;
}


.thanku-msg {
    padding: 40px 0 25px 0;
}


.contact-footer p {
    font-size: 9px;
}
	
.chatBot{
	position: fixed;
	bottom: 0px;
	margin-bottom: 50%;
	margin-left: 80%;
}


}


@media all and (min-width: 320px) and (max-width: 736px){
		

	
.mob-btn-contact{
	position: fixed;
	bottom: 0px;
	z-index: 1;
}
	
	
.contact-footer{
	position: fixed;
	bottom: 0px;
	}
	
.mob-menu {
    padding-bottom: 120px;
}		

.chatBot{
	position: fixed;
	bottom: 0px;
	margin-bottom: 32%;
	margin-left: 80%;
}
}


.fancybox_wrap {
	position: fixed;
	top:50%;
	left: 50%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 11010;
}
.fancybox_opened {
	z-index: 11010;
}

.fancybox_opened .fancybox_skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox_opened .fancybox_title {
	visibility: visible;
}
.fancybox_nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/static/img/omni/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox_nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox_nav:hover span {
	visibility: visible;
}
#fancybox_loading, .fancybox_close, .fancybox_prev span, .fancybox_next span {
	background-image: url('/static/img/omni/fancybox_sprite.png');
}
.fancybox_prev {
	left: 0;
}

.fancybox_next {
	right: 0;
}
.fancybox_prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox_next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox_skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox_opened .fancybox_skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox_image, .fancybox_iframe {
  display: block;
  width: 100%; 
  height: 100%;
}
.fancybox_image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox_outer, .fancybox_inner {
	position: relative;
}
.fancybox_outer, .fancybox_inner {
	position: relative;
}

.fancybox_inner {
	overflow: hidden;
}

.fancybox_type-iframe .fancybox_inner {
	-webkit-overflow-scrolling: touch;
}

.locationText
{
	font-family:"roboto condensed" !important;
	width:1000px;
}
/*
.locationText p img
{
	width:100%;
}
*/

.locationText .box {
    width: 47%;
    margin: 0 3% 0 0;
    float: left;
}
.locationText ul {
    padding: 0 0 0 15px;
	
}
.locationText ul li {
	line-height:35px;	
}

#fancybox_loading, .fancybox_close, .fancybox_prev span, .fancybox_next span {
	background-image: url('/static/img/omni/fancybox_sprite.png');
}
.fancybox_close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.map {
  width: 1045px;
  height: auto;
  position: absolute;
  top:20px;
  left:153px;
  opacity: 1;
  overflow: visible;
  display:block;
}
.features {
  width: 1030px;
  height: auto;
  position: absolute;
  top: 110px;
  left: 160px;
  opacity: 1;
  overflow: visible;
  display: block;
}
.amenitiesText {
	font-family: 'roboto condensed';
	font-size: 15px;
	font-weight: 500;
	color: rgb(68,68,68);
	text-size-adjust: 100%
}
.amenitiesText h2 {
	margin-top: 5px;
	font-family: 'roboto condensed';
	font-weight: bold;
	font-size: 1.6em;
}
.amenitiesText .box {

  width: 100%;
  margin: 0 3% 0 0;
  float: left;
}
.amenitiesText .smallBox{
	width:50%;
	display: inline-block;
}
.amenitiesText ul {
  padding: 0 0 0 15px;

}
.amenitiesText ul li {
line-height:35px;	
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: inherit !important;
}
.fancybox_title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox_opened .fancybox_title {
	visibility: visible;
}

.fancybox_title_float_wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox_image, .fancybox_iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox_title_float_wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox_title_outside_wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox_title_inside_wrap {
	padding-top: 10px;
}

.fancybox_title_over_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.locationAdvantage {
	font-family: 'roboto condensed';
}
.locationAdvantage p{
	font-family: 'roboto condensed';
}
.locationAdvantage h1, .locationAdvantage h2 {
	font-family: 'roboto condensed';
}
.locationAdvantage h2 {
	font-size: 1.7em;
	font-weight: 600;
}


@media screen and (max-width:1024px) {
  .locationText
  {
    width:100%;
  }
  .fancybox_outer {
	max-height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .amenitiesText .smallBox{
	width:50%;
	display: block;
}
  .fancybox_mob{
    width: 90vw;
    height:auto;
  }
  .amenitiesText
  {
    width:auto;
  }
  #fancybox_loading, .fancybox_close, .fancybox_prev span, .fancybox_next span {
		background-image: url('/static/img/omni/fancybox_sprite.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
  .amenitiesText .box {
      float: none;
      margin: 0 0 0 0;
      width: 100%;
  }
  .features{
    width: auto;
    height: auto;
    display: block;
  }
  .locationText p img
  {
    width:100%;
  }
  .locationText .box
  {
    width:100%;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox_loading, .fancybox_close, .fancybox_prev span, .fancybox_next span {
		background-image: url('/static/img/omni/fancybox_sprite.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox_loading div {
		background-image: url('/static/img/omni/fancybox_loading.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@-moz-document url-prefix() { 
	
  

	@media screen and (max-width:1024px) 
{
	#amenities{
		padding-top: 10px !important;
	}
}
} 

#amenities {
  background-image: url('/static/img/omni/bg_amenities.jpg');
  width: 100%;
  /* text-align: center; */
  /* background-repeat: no-repeat; */
  min-height: 160px;
  padding-top: 30px;
  background-position: center;
  color: #fff;
}

#amenities .slide {
  min-width: 25% !important;
}

.amenitiesheading {
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  text-align: left;
  line-height: 26px;
  /* margin-right: 90px; */
}

.amenitiesheading .sm_text {
  font-size: 20px;
}


.amenitiesText ul {
  padding: 0 0 0 15px;

}
#amenityIconOmni{
  font-family: 'roboto condensed';
}
#amenityIcon {
  font-family: 'roboto condensed';
  font-size: 16px;
}

.amenitiesText ul li {
  line-height: 35px;
}

.mobilelogo {
  display: none;
}

.amenitieswar {
  padding-top: 15px;
  width: 66%;
  margin: 0 auto;
  float: left;
  margin-left: 11%;

}
.aliceCarousel{
  margin-left: 35px;
}
.slideri {
  max-width: 500px;
  margin: 0px auto;
  position: relative;
  
  /* float: left; */
}

.npIconSOmni {
  background: url('/static/img/omni/xid_sprite_full_v4.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  /* display: inline-block; */
  margin-bottom: 10px;
  margin-top: 20px;
}
.npIconSOmni{
  background-image: url('/static/img/omni/xid_sprite_full_v4.png');

  background-repeat: no-repeat;

  vertical-align: middle;

  display: block;

  margin: 20px auto 10px auto;
}
#amenities {

  padding-top: 0px;

  margin-top: 15px;

  font-size: 10px;

  /* min-height: 88px; */

  background-position: bottom left;

  padding-bottom: 20px;

}



.xid_icons {

  background-image: url('/static/img/omni/xid_sprite_full_v4.png');

  background-repeat: no-repeat;

  vertical-align: middle;

  display: block;

  margin: 20px auto 10px auto;

}



.xid_icons_2x {

  background-size: 440px 352px;

  height: 44px;

  width: 44px;

}



#amenities ._22 {

  background-position: 0px 0px;

}

#amenities ._34 {

  background-position: -45px 0px;

}

#amenities ._23 {

  background-position: -88px 0px;

}

#amenities ._33 {

  background-position: -132px 0px;

}

#amenities ._25 {

  background-position: -176px 0px;

}

#amenities ._20 {

  background-position: -220px 0px;

}

#amenities ._28 {

  background-position: -264px 0px;

}

#amenities ._115 {

  background-position: -396px 0px;

}

#amenities ._10 {

  background-position: 0px -44px;

}

#amenities ._1 {

  background-position: -44px -44px;

}

#amenities ._13 {

  background-position: -88px -44px;

}

#amenities ._21 {

  background-position: -132px -44px;

}

#amenities ._19 {

  background-position: -176px -44px;

}

#amenities ._137 {

  background-position: -220px -44px;

}

#amenities ._40 {

  background-position: -308px -44px;

}

#amenities ._32 {

  background-position: -352px -44px;

}

#amenities ._43 {

  background-position: -396px -44px;

}

#amenities ._44 {

  background-position: 0px -88px;

}

#amenities ._46 {

  background-position: -44px -88px;

}

#amenities ._47 {

  background-position: -88px -88px;

}

#amenities ._48 {

  background-position: -132px -88px;

}

#amenities ._49 {

  background-position: -176px -88px;

}

#amenities ._52 {

  background-position: -220px -88px;

}

#amenities ._16 {

  background-position: -264px -88px;

}

#amenities ._55 {

  background-position: -220px 0px;

}

#amenities ._119 {

  background-position: -308px -88px;

}

#amenities ._7 {

  background-position: -352px -88px;

}

#amenities ._2 {

  background-position: -396px -88px;

}

#amenities ._60 {

  background-position: 0px -132px;

}

#amenities ._63 {

  background-position: -44px -132px;

}

#amenities ._35 {

  background-position: -88px -132px;

}

#amenities ._15 {

  background-position: -132px -132px;

}

#amenities ._142 {

  background-position: -176px -132px;

}

#amenities ._12 {

  background-position: -220px -132px;

}

#amenities ._139 {

  background-position: -264px -132px;

}

#amenities ._75 {

  background-position: -308px -132px;

}

#amenities ._115 {

  background-position: -396px 0px;

}

#amenities ._76 {

  background-position: -352px -132px;

}

#amenities ._77 {

  background-position: -396px -132px;

}

#amenities ._17 {

  background-position: -264px -44px;

}

#amenities ._78 {

  background-position: 0px -176px;

}

#amenities ._79 {

  background-position: -44px -176px;

}

#amenities ._80 {

  background-position: -88px -176px;

}

#amenities ._141 {

  background-position: -132px -176px;

}

#amenities ._81 {

  background-position: -176px -176px;

}

#amenities ._140 {

  background-position: -220px -176px;

}

#amenities ._5 {

  background-position: -264px -176px;

}

#amenities ._85 {

  background-position: -308px -176px;

}

#amenities ._18 {

  background-position: -352px -176px;

}

#amenities ._27 {

  background-position: -396px -176px;

}

#amenities ._87 {

  background-position: 0px -220px;

}

#amenities ._31 {

  background-position: -44px -220px;

}

#amenities ._25 {

  background-position: -176px 0px;

}

#amenities ._14 {

  background-position: -88px -220px;

}

#amenities ._94 {

  background-position: -132px -220px;

}

#amenities ._26 {

  background-position: -176px -220px;

}

#amenities ._8 {

  background-position: -220px -220px;

}

#amenities ._96 {

  background-position: -264px -220px;

}

#amenities ._97 {

  background-position: -396px 0px;

}

#amenities ._11 {

  background-position: -308px -132px;

}

#amenities ._98 {

  background-position: -308px -220px;

}

#amenities ._109 {

  background-position: -352px -220px;

}

#amenities ._101 {

  background-position: -396px -220px;

}

#amenities ._102 {

  background-position: 0 -264px;

}

#amenities ._3 {

  background-position: -44px -264px;

}

#amenities ._136 {

  background-position: -88px -264px;

}

#amenities ._105 {

  background-position: -132px -264px;

}

#amenities ._6 {

  background-position: -176px -264px;

}

#amenities ._24 {

  background-position: -220px -264px;

}

#amenities ._29 {

  background-position: -264px -264px;

}

#amenities ._4 {

  background-position: -308px -264px;

}

#amenities ._45 {

  background-position: -352px -264px;

}

#amenities ._57 {

  background-position: -396px -264px;

}

#amenities ._68 {

  background-position: 0px -308px;

}

#amenities ._92 {

  background-position: -44px -308px;

}

#amenities ._95 {

  background-position: -88px -308px;

} 

 

/* ARROWS */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height:50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: #b6b6b6;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
	z-index:9;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\276C';
}
[dir='rtl'] .slick-prev:before
{
    content: '\276D';
}

.slick-next
{
    right: -25px;
	z-index:9;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\276D';
}
[dir='rtl'] .slick-next:before
{
    content: '\276C';
	
}


@media screen and (max-width:1024px) {
  #amenities div img {
    width: 50%;
  }
  .slick-prev,
.slick-next
{
  /* display: none; */
}
  .aliceCarousel{
    margin-left: 0;
    position: static;
  }
  .am_mobile {
    white-space: nowrap;
  }

  .am_mobile>div>div {
    width: 90vw !important
  }

  .am_mobile div {
    display: inline-block;
    white-space: normal;
    padding: 0 0px;
  }

  .amenitiesheading {
    display: none;
  }

  #amenities {
    padding-top: 39px;
    margin-top: 15px;
    font-size: 10px;
    min-height: 88px;
    background-position: bottom left;
  }

  .amenitiesText {
    width: auto;
  }

  .amenitiesText .box {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
  }

  .amenitieswar {
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    width: 90%;
    float: none;
    margin-left: 0%;
    margin: 0 auto;
  }
}

.alice-carousel {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  direction: ltr; }

.alice-carousel__wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto; }

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
  .alice-carousel__stage-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    line-height: 0; }
    .alice-carousel__stage-item * {
      line-height: initial; }
    .alice-carousel__stage-item.__cloned {
      visibility: hidden;
      opacity: 0; }

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 15px 10px; }
  .alice-carousel__prev-btn [data-area]::after,
  .alice-carousel__next-btn [data-area]::after {
    position: relative;
    content: attr(data-area);
    text-transform: capitalize; }

.alice-carousel__prev-btn {
  text-align: right; }

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  color: #465798; }
  .alice-carousel__prev-btn-item:hover,
  .alice-carousel__next-btn-item:hover {
    color: darkred; }
  .alice-carousel__prev-btn-item.__inactive,
  .alice-carousel__next-btn-item.__inactive {
    opacity: 0.4; }

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block; }
  .alice-carousel__play-btn:hover {
    cursor: pointer; }
  .alice-carousel__play-btn-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff; }

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent; }
  .alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
    position: absolute;
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    content: '';
    transition: all 0.3s linear;
    border-width: 8px 0 8px 15px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #465798; }
  .alice-carousel__play-btn-item::before {
    left: 5px;
    height: 14px; }
  .alice-carousel__play-btn-item::after {
    top: 7px;
    left: 18px; }
  .alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
    height: 30px;
    border-width: 0 0 0 10px; }
  .alice-carousel__play-btn-item.__pause::after {
    top: 0;
    left: 18px; }

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .alice-carousel__dots-item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e0e4fb; }
    .alice-carousel__dots-item:hover, .alice-carousel__dots-item.__active {
      background-color: #6e7ebc; }

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6); }
  .alice-carousel__slide-info-item {
    vertical-align: middle;
    line-height: 0; }

.alice-carousel .animated {
  animation-fill-mode: both; }

.alice-carousel .animated-out {
  z-index: 1; }

.alice-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }


.mainWrapper{
  width:100%;
  margin-top:0px;
}
.mainWrapper .brandingplace {
  width: 95px;
  height: 37px;
  margin-top: 5px;
  padding-left: 20px;
  float: left;
}
.eleOffertext .text{
  padding-bottom:30px;	
}
.clear{
  clear:both;	
}
.ms_logo{
  padding: 50px 0 10px;
}

.ms_logo img{
  max-height:100%;
  max-width: 100%;
}

.mainPage .pageTitle{
  display:none;
}
.headersection {
  width: 98%;
  background-repeat: repeat-x;
  z-index: 1;
  position: absolute;
  top: 0;
}
.mainPage .contentWrap{
  padding-top:0;
  padding-bottom:0;
}
.brandLogo{
  content: url('/static/img/omni/99logo_landingPage.png');
  background-repeat: no-repeat;
}
.section{
  position:relative;
}
.iaminterested .upperWrap{
  /* background-image: url('www.99acres.com/images/formBg.jpg'); */
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  color:#fff;
  text-align:center;
}
.iaminterested .internal {
    margin:0 auto;
    max-width:1120px;
}

.footer .internal{
    margin: 0 auto;
    max-width: 1120px;	
}
.elevation{
  width:auto;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  min-height:97.3vh;
  position:relative;
}


.elevation .overlay{
  /*background:rgba(0,0,0,0.6);
  position:absolute;
  height:100%;
  width:100%;
  display:block;*/
}
.eleOffertext{
  box-sizing:border-box;
  color:#fff;
  font-size:29px;
  text-align:center;
  background:none;
}
/*
.eleOffertext:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px;
}
*/
.eleOffertext .text{
  padding-bottom:30px;	
}

.eleOffertext p{
  font-size:17px;
}


@media screen and (max-width:1024px){
  .headersection{
    width: 90%;
  }
  .brandLogo{
    margin: 0 auto;
  }
  .iaminterested .upperWrap{
    background:#000;	
}

.iaminterested .internal {
  margin: 0;
  max-width: none;
  padding: 0 20px;
}
.eleOffertext{
  /* padding: 0 20px; */
  font-size:20px;
}
.mainWrapper .brandingplace {
  margin-top: 4px;
  padding-left: 0%;
  text-align: center;
  width: 98%;
}
.mainWrapper .brandingplace img {
  width: 60px;
}
.eleOffertext span {
  display: block;
  font-size: 34px;
}

.eleOffertext p {
  font-size: 15px;
  padding-top: 10px;
}

.simple_linear {
  background: linear-gradient(black, transparent);
}
.ms_logo{
  padding: 50px 0 10px;
}
.ms_header .ms_logo{
  text-align:left;
  padding:0;
  float:none;
  height:70px;
  line-height:70px;
  padding:5px 0 5px 20px;
  display:inline-block;
}


}
.yellowBg.mainWrapper{
	width:100%;
  margin-top:0px;
  background-image: linear-gradient(#eab951, #e09a03);
  height :100vh;
}
.yellowBg .snapshot ul
{
	margin-top:16px;
}
.yellowBg .snapshot {
  font-family: 'Roboto Condensed', sans-serif;
}
.yellowBg .snapshot li
{ 
height:auto;
line-height:30px;
}
.yellowBg .snapshot h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.yellowBg .snapshot li {
    height: auto;
    background-image: url('/static/img/omni/bullet.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left;
}
.sliderheight {

  padding-bottom: 30px !important;

}
.yellowBg .brandingplace
{
  background-image: url('/static/img/omni/99logo_landingPage.png');
  background-repeat: no-repeat;
	width:95px;
	height:37px;
	padding-top:15px;
  padding-left:20px;
/*	position:absolute;*/
}
.yellowBg .maincontentpanel
{
	max-width:900px;
	margin:0 auto;
	position:relative;
}
.yellowBg .maincontentpanel
{
	max-width:auto;
	
}
/*Content Slider Start*/
.yellowBg .containerslider li h3{ position: relative }
.yellowBg .containerslider .slider, .containerslider li {
  width: 400px;
/*  height: 268px;*/

}

.yellowBg .containerslider {
  max-width: 400px;
  margin-top: 55px;


}

.yellowBg .containerslider .slider {
  color: #fff;
  margin: 0 auto
}

.yellowBg .containerslider li, .containerslider ul {
  /* padding: 0;
  margin: 0 */
}

.yellowBg .containerslider li { list-style: none }




.yellowBg .containerslider li h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px;
	text-transform:uppercase;
}
.yellowBg .containerslider li h3 { font-weight:100; font-size:28px;}
.yellowBg .containerslider li h3 span { text-transform:uppercase;}
.yellowBg .logoplaceyellow
{
	    width: auto;
    height: auto;
    margin-top: 60px;
    display: inline-block;

	
/*	position:absolute;*/
}
.yellowBg .snapshot h1,.yellowBg .snapshot h2,.yellowBg .snapshot h3,.yellowBg .snapshot h4 {
  color: #fff;
}
.brandLogogWrapper {
  position:absolute; padding:15px;
}

@media screen and (max-width:1024px){
  .interestFormYellowBG{
    display:none;
  }
  .yellowBg .snapshot {
    /* overflow: scroll; */
    word-break: break-word;
}
  .brandLogogWrapper{
    position:relative; padding-top:10px;
  }
  .yellowBg .snapshot li {
    height: auto;
    background-image: url('/static/img/omni/bullet.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left;
}

	.yellowBg .containerslider li h1 { font-size:25px;}
	.yellowBg .brandingplace
{

	margin-top:0px;
	width:100%;
	text-align:left;
	padding-left:0px;
	margin-left:2%;
}
.yellowBg .maincontentpanel{
  text-align: center;
}
.yellowBg .containerslider .slider, .containerslider li {
   	width: 100%;
  	/* height: 228px;;  */

}
.yellowBg .containerslider {
	width: 81%;
	
	margin:0 auto;
	margin-top: 40px;

}
.yellowBg .containerslider li h3
{
	font-size:18px;
}
  .yellowBg .logoplace
  {
    margin-top:0;
    margin-left:10%;
      margin-top: 18px;
  }
}
.footer__omniRich {
  /* position:fixed;
  height: -webkit-fill-available; */
  /* bottom: 15px; */
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: 'Roboto Condensed';
  width: 100%;
  margin-top: 0px;
  background-color: #dedede;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__default {
  /* position:fixed; */
  bottom: 15px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: 'Roboto Condensed';
  width: 100%;
  margin-top: 0px;
  background-color: #dedede;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.footerpanelmobile {
  position: fixed;
  bottom: 0;
  width: 100%;

}
.footer__yellowBG {
  position: fixed;
  bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;

}
.iaminterested .internal {
  margin:0 auto;
  max-width:1120px;
}

@media screen and (max-width:1024px) {

  .footer {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    position: inherit;
    margin-bottom: 48px;
    background-color: #fff;
  }
  .footer__yellowBG {
  display: none;
  }
}

.omniRich .overview.elenew {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  height: 450px;
  overflow: hidden;
  font-family: 'Roboto Condensed'
}
.omniRich .overview.elenew .mImg{
	width:100%;
	/* height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute; */
}

.omniRich .logoplace {
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 12px;
  max-width: 15%;
}
.omniRich .overview  ul{
padding-left: 0px;

}

.omniRich .overview .snapshot {
  color: #fff;

  margin: 0 auto;

  padding-top: 185px;
  padding-left: 150px;
  padding-bottom: 30px;

}

.omniRich .overview .snapshot h1 {
  font-size: 40px;
  text-transform: uppercase
}

.omniRich .overview .snapshot h3 {
  font-size: 26px;
  text-transform:capitalize;
  line-height: 32px;
  font-weight: 800;
}

.omniRich .overview .snapshot ul {
  margin-top: 16px;
  list-style: none;
}

.omniRich .overview .snapshot li {
  line-height: 30px;
  font-size: 18px;
  display: inline-block;
}

.omniRich .overview .snapshot li.price {
  height: auto;
  background-image: url('/static/img/omni/price-icon.png');
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left;
  height: auto;
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;
  color: #fff332;
  font-weight: bold;
}

.omniRich .overview .snapshot li.area {
  height: auto;
  background-image: url('/static/img/omni/area-icon.png');
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left;
  height: auto;
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;

}

.omniRich .overview .snapshot li.possession {
  height: auto;
  background-image: url('/static/img/omni/possession-icon.png');
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left;
  height: auto;
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;
}
.omniRich .overview .snapshot h1 {
  color: #fff;
}

.omniRich .headersection {

  width: 100%;
  background-image: url('/static/img/omni/bgheader.png');
  background-repeat: repeat-x;
  z-index: 1;
  background-position: center;
  position: absolute;
  top: 0;

}

.omniRich .overview .brandingplace {
  width: 100px;
  height: 37px;
  margin-top: 5px;
  padding-left: 20px;
  float: left;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position: -7% -2%;
  background-repeat: no-repeat;
}

.omniRich .mobilelogo {
  display: none;
}

.omniRich .overview .maincontentpanel {

  margin: 0 auto;
  background-image: url('/static/img/omni/bgsnapshot.png');
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom center;
  width: 100%;
  position: absolute;
  bottom: 0;

}
.omniRich .overview .snapshot h1,.overview .snapshot h2,.overview .snapshot h3,.overview .snapshot h4{
  color:#fff !important;
  font-weight: 800;
    margin-top: 5px;
     margin-bottom: 0px;
     font-family: "Roboto Condensed";
}
.overview .snapshot h4{
  font-size: 15px;
}
 @media screen and (max-width:1024px) {
  .omniRich .overview .snapshot {
    padding-left: 5px !important;
  }
  .omniRich .overview.elenew {

    width: 100%;
    height: 250px;
  }

  .omniRich .overview.elenew .mImg {
    /*width:100%;*/
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .omniRich .headersection {
    /* display:none; */
    background-position: bottom center;

  }

  .omniRich .simple_linear {
    background: linear-gradient(black, transparent);
  }

  .omniRich .simple_linear1 {
    background: linear-gradient(transparent, black);
  }

  .omniRich .overview .brandingplace {
    width: 59px;
    height: 37px;
    margin-top: 0px;
    padding-left: 2%;
    margin-left: 3px;
    background-position: 45% -3%;
  }

  .omniRich .overview .brandingplace img {
    width: 60%;
  }

  .omniRich .mobilelogo {
    display: block;
    padding-right: 2%;
    float: right;
    margin-top: 4px;
    text-align: right;
    max-width: 60%;
  }

  .omniRich .mobilelogo img {
    width: 50%;

  }

  .omniRich .overview .maincontentpanel {
    max-width: 100%;
    background-image: none;
    position: absolute;
    bottom: 0;
  }

  .omniRich .overview .snapshot li.price {
    font-size: 22px;
  }

  .omniRich .overview .snapshot {
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 40px;
    padding-left: 0px;
    word-break: break-word;
  }

  .omniRich .overview .snapshot h1 {
    font-size: 20px;
    padding-left: 2%;
  }

  .omniRich .overview .snapshot h3 {
    font-size: 15px;
    line-height: 15px;
    padding-left: 2%;
  }

  .omniRich .overview .snapshot h4 {
    padding-left: 2%;
  }

  .omniRich .overview .snapshot ul {
    padding-left: 2%;
    margin-bottom: 0px;
  }

  .omniRich .overview .snapshot li {
    height: auto;
    background-image: url('/static/img/omni/bullet.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left;
    font-size: 14px;
    line-height: 22px;
  }

  .omniRich .logoplace {
    display: none;
    
  }

}

.thumbwrapper
{
  font-family: 'Roboto Condensed', sans-serif;
width: 80%;
margin: 0 auto;
padding-bottom: 20px;
background-color: #fff;
/* margin-top: 28px; */

}
.minH{
  min-height: 240px;
}

.location
{ width:26%;
  display:inline-block	;
  cursor: pointer;
}
.smallthumb {
  /* width: 25.33%; */
  float: left;
  font-family: 'Roboto Condensed';
  text-decoration: none;
  color: #626262;
  margin-left: 0%;
  margin-top: 40px;
  /* margin-bottom: 20px; */
}
.smallthumb .icon
{
float:left;
opacity: 0.7;
}
.smallthumb .icon1 {

  float: left;
  opacity: 0.7;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -159% 88%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-right: 19px;
  margin-left: 11px;
}
.smallthumb .icon2 {

  float: left;
  opacity: 0.7;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -84% 33%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-right: 19px;
  margin-left: 11px;

}
.smallthumb .icon3 {

  float: left;
  opacity: 0.7;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 54% 91%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-right: 19px;
  margin-left: 11px;

}
.smallthumb .icon4 {

  float: left;
  opacity: 0.7;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 95% -303%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-right: 19px;
  margin-left: 11px;

}
.smallthumb .icon5 {

  float: left;
  opacity: 0.7;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 0% -393%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-right: 19px;
  margin-left: 11px;

}
.smallthumb .icon6 {

  float: left;
  opacity: 0.7;
  background: url('/static/img/omni/omniSprite.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 28% -393%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-right: 19px;
  margin-left: 11px;

}
.smallthumb .text
{
float:left;
width:auto;
margin-left:0%;
margin-top:11px;
}
.smallthumb .text .sm_text
{
text-decoration:underline;
font-size:14px;

}
.smallthumb .text .la_text
{
font-size:23px;
/*	font-weight:600;*/
text-transform:uppercase;

}

.smallthumb:hover ~.sm_text
{
text-decoration:none;
}
.smallthumb .text
{
	float:left;
	width:auto;
	margin-left:0%;
	margin-top:11px;
}
.smallthumb .text .sm_text
{
	text-decoration:underline;
	font-size:14px;

}
.smallthumb .text .la_text
{
	font-size:23px;
/*	font-weight:600;*/
	text-transform:uppercase;

}
.youtube
{
	display:inline;
	cursor:pointer;
	}






@media screen and (max-width:1024px){
  .thumbwrapper {
  margin-top: 0px;
  width:100%;
  }
  .location {
    margin-top: 10px;
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  .location img
  {
    width:auto;
  }
  .smallthumb .text .la_text {
    font-size: 22px;
  }
  .smallthumb {
    width: 100%;
    font-family: 'Roboto Condensed';
    text-decoration: none;
    color: #626262;
    padding-left: 0%;
	margin-left:0%;
    margin-top: 25px;
	text-align:center;
  }
  .smallthumb .icon
  {
    float:none;
  }
  .smallthumb .icon1
  {
    float:none;
    width:52px;
    height:52px;
    display:inline-block;
  }
  .smallthumb .icon2
  {
    float:none;
    width:52px;
    height:52px;
    display:inline-block;
  }
  .smallthumb .icon3
  {
    float:none;
    width:52px;
    height:52px;
    display:inline-block;
  }
  .smallthumb .icon4
  {
    float:none;
    width:52px;
    height:52px;
    display:inline-block;
  }
  .smallthumb .icon5
  {
    float:none;
    width:52px;
    height:52px;
    display:inline-block;
  }
  .smallthumb .text {
      float: left;
      width: auto;
      margin-left: 0%;
      margin-top: 0px;
    width:100%;
  }
  .smallthumb .icon6
  {
    float:none;
    width:52px;
    height:52px;
    display:inline-block;
  }
  .smallthumb .text .la_text {
    font-size: 22px;
  }
  .youtube
  {
    margin-top:10px;
  }

  .youtube img
  {
    width:auto;
  }
}

  .mbutton {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: none;
  }

@media screen and (max-width: 1024px) {

  .footerPanel .interestedmobile .submitButtonMobile {
    margin-top: 45px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    background: #3498db !important;
    border: none;
    width: 80%;
    padding: 8px 0;
    margin-top: 20px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    outline: none;
    /* box-shadow: 0px 25px 18px -16px rgb(0,0,0,0.4); */
  }

  .yellowBgfoot{
    position: absolute;
    bottom: 20px;
  }

  .footerPanel.mbutton {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}

.mainWrapper {
  width: 100%;
  margin-top: 0px;

}

.mainWrapper.highrise {
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
  line-height: normal;
  color: #4d4d4d;
  background: #fff;
  background-image: url('/static/img/omni/bg.jpg') !important;
  /* background-repeat: no-repeat; */
  background-position: center;
  /* min-height: 0px; */
  /* background-size: 100% 200px; */
  /* min-height: 280px; */
}

.highrise .maincontentpanel {
  width: 73%;
}


.highrise .snapshot {
  color: #fff;


  margin: 0 auto;

  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
  text-align: center;

}

.highrise .snapshot h1 {
  font-size: 24px;
  font-weight: normal;
  color: #fff
}

.amenities ul {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0 auto;
  width: 60%;
  text-align: center;
  padding: 5px;
}

.amenities ul li {
  font-size: 11px;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #ffcc00;
  padding-left: 10px;
}

.amenities ul li:last-child {
  border-right: 0px solid #ffcc00;
}

.highrise .snapshot h3 {
  font-size: 20px;
  line-height: 32px;
}


.highrise .snapshot ul {
  margin-top: 0px;
  list-style: none;
}

.highrise .snapshot li {
  line-height: 30px;
  font-size: 21px;
  display: inline-block;
}

.highrise .snapshot li:first-child {
  border-right: 1px solid #fff;
  padding-right: 15px;
}

.highrise .snapshot li:nth-child(2) {
  padding-left: 15px;
}

.highrise .snapshot li:last-child {
  display: block;
  margin-top: 4px;
}

.highrise .snapshot li:last-child span {
  color: #FC0;
}

.highrise .snapshot li span {
  font-weight: bold;
}

.highrise .snapshot li.price {
  height: auto;
  background-image: url('/static/img/omni/price-icon.png');
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left;
  height: auto;
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;
  color: #fff332;
  font-weight: bold;
}

.highrise .snapshot li.area {
  height: auto;
  margin-left: 12px;
  background-image: url('/static/img/omni/area-icon.png');
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left;
  height: auto;
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;

}

.amenities ul {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0 auto;
  width: 60%;
  text-align: center;
  padding: 5px;
}

.interestedmobile .submitButtonMobile {
  color: #fff;
  font-size: 18px;
  background: #f5313b !important;
  border: none;
  width: 85%;
  padding: 8px 0;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  outline: none;
  margin: 0 auto;
}

.submitButton .submitButtonMobile {
  color: #fff;
  font-size: 18px;
  background: #f5313b !important;
  border: none;
  width: 85%;
  padding: 8px 0;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  outline: none;
  margin: 0 auto;
}

.interestedmobile {
  display: none;
}


.amenities ul li {
  font-size: 11px;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #ffcc00;
  padding-left: 10px;
}

.amenities ul li:last-child {
  border-right: 0px solid #ffcc00;
}

#amenities {
  background-image: url('/static/img/omni/bg_amenities.jpg');
  width: 100%;
  text-align: center;
  /* background-repeat: no-repeat; */
  min-height: 160px;
  padding-top: 15px;
  color: #fff;

}

.offer .amenitiesheading {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  text-align: left;
  line-height: 26px;
  margin-right: 90px;
}

.offer .amenitiesheading .sm_text {
  font-size: 20px;
}

.amenitiesText {
  width: 1000px;
}



.amenitiesText ul {
  padding: 0 0 0 15px;

}

.amenitiesText ul li {
  line-height: 35px;

}

.amenitieswar {
  width: 66%;
  margin: 0 auto;
  float: left;
  margin-left: 11%;

}

.highrise .snapshot li.possession {
  height: auto;
  background-image: url('/static/img/omni/possession-icon.png');
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left;
  height: auto;
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;
}

.logoplace {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 65px;
  margin-right: 15px;
  margin-bottom: 12px;
}
/* 
.logoplace1 {
  width: auto;
  height: auto;
  margin-bottom: 12px;
  text-align: center;
  background-image:url(<?php echo $projectLogo; ?>);
  height: 182px;
  background-repeat: no-repeat;
  background-position: center top;
}

.logoplace1 img {
  margin-top: 15px;

} */

/* .mainfooter {
  bottom: 0;
  height: 80px;
  z-index: 1;
  width: 290px;
  height: 150px;
  display: block;
  position: absolute;
  top: 575px;
  text-align: center;
  font-size: 9px;
  color: #494338;
  line-height: 15px;

} */


.overlayFormSumbit.active .mainfooter {
  display: none;

}


@media screen and (width: 768px) {
  .logoplace {
    display: block;
    margin-top: 70px;
    
  }

  .logoplace img {
    width: 604px !important;
  }
}

@media screen and (min-width: 1367px) {

  .logoplace1 {
    display: none;
  }
}


@media screen and (max-width: 1024px) {
  .overlayFormSumbit.__offer {

    position: relative;
  top: 0px;
  top: -340px;
  
  }
  .mainWrapper.highrise {
    height: 100%
  }
  .overlayFormSumbit.__offer .eleForm {
    display:block;
    z-index:3;
  }
  .overlayFormSumbit.__offer {
  position:relative;
  margin:0 auto;
  float:none;
  z-index:none;
  padding-top: 20px;
  right: 0px;
  display:block;
  background:#ecebeb;
  width:100%;
  top: 0px;
  display:none;
  }
  
  
  .overlayFormSumbit.__offer.active1{
    position: fixed;
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    display: block;
  }
  .overlayFormSumbit.__offer.active1 .eleForm{
    position:absolute;
    top:50%;
    margin-left:-150px;
    margin-top:-140px;
  }
  .overlayFormSumbit.__offer.active3{
    background-image:url('/static/img/omni/bg2.jpg');
    background-position:center top;
    background-repeat:no-repeat;
  }
  
  .highrise .snapshot li:last-child {
    margin-top: 0px;
  }
  

  .mainfooter {

    margin-top: 0px;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #940605;
    position: static;
  }

  .logoplace1 {
    display: none;
  }

  .logoplace {
    display: block;
    width: 78%;
    margin: 70px auto 0 auto;
    margin-bottom: 20px;
  }

  .logoplace img {
    max-width: 100%;
  }

  .highrise .snapshot li.price {
    font-size: 22px;
  }

  .highrise .snapshot {
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 40px;
    padding-left: 0px;

  }

  .highrise .snapshot h1 {
    font-size: 20px;
    padding-left: 2%;
    padding-top: 4%;
  }

  .highrise .snapshot h3 {
    font-size: 15px;
    line-height: 15px;
    padding-left: 2%;
  }

  .highrise .snapshot li {
    height: auto;
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position: left;
    font-size: 14px;
    line-height: 22px;
  }

  .highrise .snapshot li {
    line-height: 16px;
    font-size: 13px;
    display: inline-flex;
  }

  .highrise {
    /* width: 1349px; */
    margin: 0 auto;
  }

  .maincontentpanel {
    width: 100%;
  }

  .maincontentpanel {
    max-width: 100%;
    background-image: none;
    position: relative;
    bottom: 0;
    /* z-index: -1; */
  }

  .amenities {
    margin-top: 10px;
  }

  .amenities ul {
    width: 85%;
  }

  .amenities ul li {
    font-size: 10px;
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid #ffcc00;
    padding-left: 5px;
  }

  #amenities div img {
    width: 50%;
  }

  .slick-slide {
    margin: 0 0px;
  }

  .slick-slide img {
    width: 50%;
    margin: 0 auto;
  }

  .offer .amenitiesheading {
    display: none;
  }

  #amenities {
    /* padding-top: 39px; */
    margin-top: 15px;
    font-size: 10px;
    min-height: 88px;
    background-position: bottom left;
  }

  .amenitiesText {
    width: auto;
  }

  .amenitiesText .box {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
  }

  .amenitieswar {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    width: 90%;
    float: none;
    margin-left: 0%;
    margin: 0 auto;
  }

  .footerpanelmobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffcc00;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    text-align: center;
  }

  .interestedmobile {
    display: block;
    position: relative;
    bottom: 0;
  }
  .highrise .maincontentpanel {
    width: auto;
  }

  .interestedmobile input[type="submit"] {
    padding: 9px 10px;
    box-sizing: border-box;
    border: 1px solid #d62835;
    outline: none;
    background: #d62835;
    vertical-align: top;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-top: 20px;
    width: 260px;
  }
}

.headersection {

  width: 100%;
  background-repeat: repeat-x;
  z-index: 3;
  position: absolute;
  top: 0;

}
.logoTop{
  content: url('/static/img/omni/99logo_landingPage.png');
}
.logoHead .brandingplace {
  width: 95px;
  height: 37px;
  margin-top: 5px;
  padding-left: 20px;
  float: left;
}

.mobilelogo
{
	display:none;
}

@media screen and (max-width: 1024px) {
  .headersection {
    background-position: bottom center;
  }
  .logoTop{
    margin: auto;
  }
  .logoHead .brandingplace {
    width: 100%;
    margin-top: 4px;
    padding-left: 2%;
  }

  .logoHead .brandingplace img {
    width: 50%;
  }
  /* .mobilelogo {

    display: block;
    background-image: url('/static/img/omni/99logo_landingPage.png');
    background-position: center top;
    background-repeat: no-repeat;
    height: 106px;
    text-align: center;
	position:relative;
	margin:0 auto;
    width: 162px;
	z-index:1;

} */
.mobilelogo img
{
	
	width:100px;
	/* height:64px; */
	
}

}

.popover{
    max-width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.nuinto h1,.nuinto h2,.nuinto h3,.nuinto h4{
  font-family: 'Nunito Sans', sans-serif !important; 
  background-color: #ffffff !important;
  margin: 0px;
  padding: 0px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.circle {
  border-radius: 1000px;
  /* width:5px; */
}
.container {
  font-family: 'roboto';
}
.s-alert-wrapper{
  z-index: 99999;
  position: absolute;
}
.ReactModal__Overlay--after-open{
  z-index: 9999 !important;
}
.ReactModal__Overlay {
  z-index: 9999;
}
.w250 {
  max-width: 250px;
}
.circle:focus {
  outline:0;

}
.react-bs-container-body td {
  white-space: initial !important;
  word-break: break-word !important;
}
.react-bs-container-header  th {
  white-space: initial !important;
  /* word-break: break-word !important; */
}

.blubtn {
  background-color: #008CBA; /* Green */
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}
.mr30{
  margin-right:30px;
}

.blubtn.disabled{
  background-color: #ccc;
  border: 2px solid #000;
}
.requiredField:after { content:" *"; }
.redbtn {
  background-color: #DC143C; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #DC143C;
}

.textBox input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.redbtn:hover {
  background-color: #DC143C;
  color: white;
}
.blubtn:hover {
  background-color: #008CBA;
  color: white;
}
.blubtn.disabled:hover {
  background-color: #999;
  color: white;
}
.modalHeader {
  width:100%;
}
.modalHeader span{
  width:100%;
}
.modal-body {
  position: relative;
  
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.form-group {
  margin-bottom: 1rem;
}


element.style {
}
a, area, button, [role='button'], input:not([type='range']), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type='text'], input[type='password'], input[type='number'], textarea {
    -webkit-appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dataEntered {
  border-color: #39ff14 !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-body label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* Customize the label (the container) */
.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}






/* Customize the label (the container) */
.containerRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.containerRadio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.mailerAutomationForm {
  scrollbar-width: thin !important;
  font-size: 14px !important;
  
  font-weight: 500 !important;
  font-family: 'Courier New', Courier, monospace !important;
}

.mailerAutomationForm span {
  font-weight: 500 !important;
  font-family: 'Courier New', Courier, monospace !important;
}
.mailerAutomationForm .calign {
  text-align: center;
}
.mailerAutomationForm .input-field {
  padding-left:10px !important;
}
.mailerAutomationForm .pad {
  padding:10px;
}
.mailerAutomationForm h1{
 font-size: 20px !important;
 font-weight: 600 !important;
 font-family: 'Courier New', Courier, monospace !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D";
}

.reactTable td {
  white-space: initial !important;
  word-break: break-word !important;
}

@media screen and (min-width:340px) and (max-width:768px){

  .reactTable  {
font-size: 10px;   
  }
  .reactTable td .ant-btn-primary {
    font-size: 10px;
  }
  .ant-layout-sider {
    display: none;
  }
}
.Upload {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    text-align: left;
    overflow: hidden;
  }
  
  .Content {
    display: flex;
    flex-direction: row;
    padding-top: 16px;
    box-sizing: border-box;
    width: 100%;
  }
  
  .Files {
    margin-left: 32px;
    align-items: flex-start;
    justify-items: flex-start;
    flex: 1;
    overflow-y: auto;
  }
  
  .Actions {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 32px;
  }
  
  .Title {
    margin-bottom: 32px;
    color: #555;
  }

  .Filename {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }
  
  .Row {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
    padding: 8px;
    overflow: hidden;
    box-sizing: border-box;
  }
.marginTop8{margin-top:0.5rem}.ant-select-selection__rendered{height:38px;line-height:36px}.ant-select-selection--single{position:relative;height:38px;cursor:pointer}.mailerHeader{font-size:20px;font-weight:bold}.mailerSubHeader{font-size:20px}

.valid {
    border: 1px solid green;
}

.valid label {
    color: green !important;
}

.invalid {
    border: 1px solid red;
}

.invalid label {
    color: red !important;
}
/* @import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700'; */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    /* font-family: 'Sans Serif'; */
    font-size: 18px;
}
.tiles {
    padding: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.tile {
    margin: 15px;
    cursor: pointer;
    overflow: hidden;
    width: 18vw;
    height: 18vw;
   border:2px solid #000;
   border-radius: 10px;
}
.tile  img {
    width: 100%;
    /* transition: transform 500ms ease; */
    
}
.tile img:hover {
    /* transform: scale(1.1); */
}
.overlayModel {position:fixed; width:100%; height:120%; z-index:1; animation-name:bgZeroAnimate; animation-duration:1s; top:0;}
.blackOverlay {background:rgba(0, 0, 0, 0.85);}
.whiteOverlay {background:rgba(255,255,255, 0.7);}
.omniOverlay {background: url('/static/img/omni/fancybox_overlay.png');}
.yellowBgOverlay {z-index: 1;}
.react-trello-card{
    padding: 5% !important;
}
.react-trello-board{
    background-color: #FFFFFF !important;
}
.popover{
    max-width: 50% !important;
}
.popup .thankyou {
  margin-top: 0 !important;
  padding:0 !important;
}
.emerge{
  /* margin-top:30px */
}
#cookieNameSubmitRC{
  color: #000 !important;
}
.popup .form-buton a{
  color:#fff !important;
}
.popup .thankyou {
  text-transform: capitalize;
}
.phone {
  position: relative;
  text-indent: 1ch;
  white-space: nowrap;
}
.phone:before {
  background-color: white;
  border-right: 1ch solid white;
  content: attr(data-phone);
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 5ch;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  
  .phone:before {
      width: 5.8ch;
  }
}
@media screen and (max-width:1024px) 
{
  .mt7{
    margin-top:7px;
  }
}

.snapshot .snapdesktop li {
  color: #fff !important;
}
.highlights h3 {
  padding-left:0px !important;
}
.highlights {
  margin-top:0px ;
  padding-top:0px;
}
.default_omni.snapshot h1{
  text-transform: capitalize;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
  }

  .login-background {
	background: #60a3bc !important;
	height: 100%;
  }
		.user_card {
			height: 400px;
			width: 400px;
			margin-top: auto;
			margin-bottom: auto;
			margin-left: 35%;
			background: #ffffff;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border:transparent;

	}
	
	.user_card3 {
		height: auto;
			  width: 400px;
			  margin-top: auto;
		margin-bottom: auto;
		margin-left: 35%;
			  background: #ffffff;
			  position: relative;
			  display: flex;
			  justify-content: center;
			  flex-direction: column;
			  padding: 10px;
			  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			  border:transparent;
  
	  }
    .user_card1 {
      height: 60px;
			width: 400px;
			margin-top: auto;
      margin-bottom: auto;
      margin-left: 35%;
			background: #ffffff;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border:transparent;

    }
    .user_card2 {
      height: 30px;
      width: 400px;
      margin-top: auto;
      margin-bottom: auto;
      background: #ffffff;
      margin-left: 35%;
      justify-content: center;
      flex-direction: column;
      position: relative;
      display: flex;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

      border:transparent;
    }
    
    .head_label {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
    
    .field {
      margin-left: auto;
      margin-right: auto;
      display: block;
      border: transparent;
    }
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #60a3bc;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #60a3bc !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b ;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */
* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-rendering: optimizeLegibility;
  }
  *:focus {
    outline: none;
  }
  
  .dd-wrapper {
    position: relative;
    width: 222px;
  }
  .dd-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 38px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    cursor: default;
    position: relative;
    background-color: #fff;
  }
  .dd-header span {
    margin-right: 20px;
  }
  .dd-header-title {
    font-weight: 300;
    margin: 2px 20px;
    margin-right: 30px;
  }
  .angle-down {
    color: rgb(184, 38, 38);
    margin-right: 20px;
  }
  .dd-list {
    z-index: 10;
    position: absolute;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px -1px #e8e8e8;
            box-shadow: 0 2px 5px -1px #e8e8e8;
    font-weight: 700;
    padding: 15px 0;
    max-height: 215px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .dd-list-item {
    width: 100%;
    padding: 8px 10px;
    line-height: 1.6rem;
    cursor: default;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 90%;
  }
  .dd-list-item.selected {
    color: #fff;
    background-color: #60a3bc;
  }
  .dd-list-item:hover {
    color: #fff;
    background-color:#60a3bc;
  }
  .dd-wrapper-single {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    width: 265px;
  }
  .dd-wrapper-single .dd-header {
    border: 1px solid #ccc;
  }
  .dd-wrapper-single .dd-header .dd-header-name {
    font-weight: 400;
  }
  .dd-wrapper-single .dd-list {
    border: 1px solid #ccc;
    border-top: none;
  }
.campaignSearch{display:flex;justify-content:space-between;align-items:center}.campaignSearch>div{vertical-align:middle}.downloadBtn{width:187px;height:48px}.height48{height:48px}.datePicker{width:100%;height:50px;padding:10px}.searchResultsBar{display:flex;justify-content:space-between;align-items:center}.searchResultsBar>div>div{display:inline-block;margin-right:16px}.searchResultsBar>div:last-child>div{margin-right:0}.asExpected>div,.overDelivered>div,.underDelivered>div{display:inline-block;vertical-align:middle}.asExpected::before,.overDelivered::before,.underDelivered::before{content:"";display:inline-block;padding:8px;background:#0078DB;margin-right:4px;vertical-align:middle;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.overDelivered::before{background:#28AD35}.underDelivered::before{background:#C41F1F}.sortByBox{width:30%;text-align:right;position:relative}.sortByBox .srpSortByOptn{position:absolute;background:#fff;width:150px;display:block;right:0px;z-index:1;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.sortByBox .srpSortByOptn i{margin-right:8px;vertical-align:text-bottom}.sortByBox .srpSortByOptn li{cursor:pointer;padding:8px}.sortByBox .srpSortByOptn li:hover{background:#F4F5F7}.campaignTuple{width:100%;display:block;overflow:hidden;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.rowColItems{display:flex;justify-content:space-between;align-items:center}.rowColItems>div{padding-right:32px}.rowColItems .lSpacerx8{padding-left:16px}.rowColItems .lSpacerx4{padding-left:8px}.rowColItems.selfSpacing10{padding-bottom:20px}.bdr_bdgsBgPrimary{border-left:4px #0078DB solid}.bdr_success{border-left:4px #28AD35 solid}.bdr_error{border-left:4px #C41F1F solid}.rowOne{display:flex;justify-content:space-between;align-items:center;padding:24px 32px 12px}.rowOne .colOne img{width:50px;height:40px;object-fit:contain}.rowTwo{display:flex;justify-content:space-between;align-items:center;padding:12px 24px 12px}.rowTwo.selfTopBorder{border-top:1px solid #EBECF0}.rowTwo>div{display:flex}.rowTwo>div:first-child{flex-grow:1}.rowTwo .lSpacerx8{padding-left:16px}.rowTwo .lSpacerx4{padding-left:8px}.rowTwo .lSpacerx4>span{display:inline !important}.spaceLeft{margin-left:8px}.makeFlex{display:flex;justify-content:space-between;align-items:center}.activeCampSlider{white-space:nowrap;overflow-x:auto;overflow-y:hidden}.activeCampSlider::-webkit-scrollbar{display:none}.standard-reports-calendar-label{height:20px;font-weight:600;font-size:13px;line-height:20px;display:inline-block;margin-bottom:5px}

.campaignIdBox{border-left:8px #FFC27A solid;padding:16px;background:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.campaignIdBox.blue{border-color:#0078DB}.campaignIdBox>div{padding-bottom:4px}.campaignIdBox span{display:inline-block;padding-right:8px}.campaignIdBox .floatIcns{float:right}.campaignIdBox .floatIcns i{margin-left:20px;cursor:pointer;filter:grayscale(100%)}.campaignIdBox .campaignExtendButton{color:white;background-color:#0078DB}.campaignIdBox .campaignExtendButton:hover{color:white;background-color:#0078DB}.campaignIdBox .disabled-link{pointer-events:none}

.textOnly{box-shadow:"";background:#fff;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;outline:none;margin:0;vertical-align:middle;cursor:pointer;border:1px solid #EBECF0;padding:4px 12px 2px;font-size:14px;line-height:24px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle;-webkit-tap-highlight-color:transparent}.textOnly:hover{background:rgba(0,0,0,0)}.textOnly:active{background:#F0F9FF}.textOnly.disabled{background:#fff;cursor:not-allowed;opacity:.5}.textOnly.disabled:hover{background:rgba(0,0,0,0)}.textOnly:hover{border:1px solid #EBECF0;background:#F4F5F7}.textOnly.active{border:1px solid #A3DAFF;color:#091E42;font-weight:600;background:#F0F9FF;width:auto;max-width:unset}.textOnly.active:hover{background:#D6EFFF}.textOnlyGray{box-shadow:"";background:#F4F5F7;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;outline:none;margin:0;vertical-align:middle;cursor:pointer;border:1px solid #F4F5F7;padding:4px 12px 2px;font-size:14px;line-height:24px;font-weight:600;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.textOnlyGray:hover{background:rgba(0,0,0,0)}.textOnlyGray:active{background:#F0F9FF}.textOnlyGray.disabled{background:#F4F5F7;cursor:not-allowed;opacity:.5}.textOnlyGray.disabled:hover{background:rgba(0,0,0,0)}.textOnlyGray:hover{border:1px solid #EBECF0;background:#F4F5F7}.textOnlyGray.active{border:1px solid #A3DAFF;color:#091E42;font-weight:600;background:#F0F9FF;width:auto;max-width:unset}.suggestion{box-shadow:"";background:#fff;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;outline:none;margin:0;vertical-align:middle;cursor:pointer;border:1px dashed #EBECF0;padding:4px 12px;font-size:14px;line-height:24px;font-weight:700;color:#091E42;display:inline-block;text-align:center;vertical-align:middle}.suggestion:hover{background:rgba(0,0,0,0)}.suggestion:active{background:#F0F9FF}.suggestion.disabled{background:#fff;cursor:not-allowed;opacity:.5}.suggestion.disabled:hover{background:rgba(0,0,0,0)}.suggestion:active{box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.suggestion:hover{box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.leftIcon{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:8px;background:#fff}.rightIcon{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-left:8px;background:#fff}.semi{font-weight:600}.bold{font-weight:700}.avtarIcon{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:4px;overflow:hidden;border-radius:50%}.anchor{color:#0078DB;border:none;background:transparent;padding:0;font-weight:600;cursor:pointer}@media only screen and (max-width: 600px){.textOnly:hover{background:#fff}.textOnly.active:hover{background:#F0F9FF}}

.switchToggleBase{width:34px;height:14px;background:#F0F9FF;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;align-items:center;cursor:pointer;position:relative}.switchToggleBase .switchButton{position:absolute;top:0px;bottom:0;margin:auto;left:0px;width:20px;height:20px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;transition:0.2s;background:#fff;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.switchToggle{height:0;width:0}.switchToggle:checked+.switchToggleBase .switchButton{left:calc(100%);transform:translateX(-100%);background:#0078DB}.switchToggle[type="checkbox"]:checked+label:after,.switchToggle[type="checkbox"]:checked+label:before,.switchToggle[type="checkbox"]:not(:checked)+label:before,.switchToggle[type="checkbox"]:checked+label:before{visibility:hidden !important;opacity:0}

.bgArea{background:#F1F9FE;height:280px;width:100%;position:absolute;top:72px;left:0}.bgArea img{position:absolute;bottom:0;right:5%}@media (max-width: 760px){.bgArea{display:none}}

.radioWrapOutreach{width:600px;padding-left:60px;padding-top:30px;padding-right:84px;display:flex;flex-direction:column}.OptionBtn{border:1px solid #EBECF0;padding:24px 20px;border-radius:4px}.OptionBtn.active{border:1px solid #ADD9FB;background:#F1F9FE;padding:16px 20px}.mt12{margin-top:12px}.mt52{margin-top:52px}.buttonWrapOutreach{display:flex}.buttonWrapOutreach button{margin-right:12px}.buttonWrapOutreach.mt32{display:flex;justify-content:center}.ml{margin-left:24px}.timeWrap{margin-top:44px}.headingText{margin-bottom:12px}.tagWrapAll{margin-bottom:16px}.tagWrapAll div{margin-right:8px;margin-bottom:8px}.inputWrap input{width:200px;height:30px;padding:4px 12px;border:1px solid #8993A4;box-sizing:border-box;border-radius:2px}.errorLabel{color:#be0d0d;padding-top:10px}@media (max-width: 760px){.radioWrapOutreach{padding:0px;margin:0px;flex-grow:1}.tagWrapAll{display:flex;flex-wrap:wrap;width:100vw;margin-bottom:16px}.tagWrapAll div{margin-right:8px;margin-bottom:8px}.mt52{position:relative;margin-top:5%;bottom:20%}.mt52>button,.mt52>a>button{width:85vw;margin:5px;display:flex;justify-content:center}.buttonWrapOutreach{display:flex;justify-content:flex-end;flex-direction:column;width:90vw;flex-grow:1}.buttonWrapOutreach.mt52{margin-left:15px;z-index:1}.timeWrap{margin-left:15px;margin-top:20px;z-index:2}.errorLabel{margin-left:15px}}

.mt8{margin-top:8px}.imgWrapOutreach{margin-top:24px;margin-bottom:12px;width:300px}.imgWrapOutreach img{height:150px;width:220px}.wrapProp{display:flex;flex-direction:column;width:400px;background:#F4F5F7;padding-left:30px;padding-top:30px;padding-bottom:20px;height:100%}.topHight{margin-top:46px}.ce__bottomLine{padding-top:12px;border-bottom:1px solid #ebecf0;position:relative;width:90vw;margin-left:15px}@media (max-width: 760px){.wrapProp{padding:0px;margin:0px;background-color:#FFFFFF;flex-direction:row;height:50%}.imgWrapOutreach{margin-top:24px;margin-bottom:12px;margin-left:15px;width:75px}.imgWrapOutreach img{border-radius:5px;height:75px;width:75px}.prop_description{display:flex;margin:25px;flex-direction:column}}

.cardWrapper{background:#FFFFFF;box-shadow:0px 4px 8px rgba(31,92,163,0.2);border-radius:8px;width:998px;display:flex;margin:auto;margin-top:48px;font-family:"Open Sans", Arial, Helvetica, sans-serif !important;margin-bottom:100px;height:500px;justify-content:flex-end}@media (max-width: 760px){.cardWrapper{flex-direction:column-reverse;width:100%;height:100vh;margin-top:0px;overflow:hidden;box-shadow:none}}

.cardWrapper{background:#FFFFFF;box-shadow:0px 4px 8px rgba(31,92,163,0.2);border-radius:8px;width:998px;margin:auto;position:relative;margin-top:48px;font-family:"Open Sans", Arial, Helvetica, sans-serif !important;margin-bottom:60px}@media (max-width: 760px){.cardWrapper{flex-direction:column-reverse;width:100%;margin-top:0px;box-shadow:none;height:100vh;position:fixed}}

.ThankyouCardWrap{width:494px;margin:auto;padding-top:64px;padding-bottom:64px}.ThankyouCardWrap div{text-align:center}.ThankyouCardWrap .textMargin{margin:16px 0}.ThankyouCardWrap .mt24{margin-top:24px}.ThankyouCardWrap .mt32{margin-top:32px}.ThankyouCardWrap .svgWrap{width:52px;margin:auto}@media (max-width: 760px){.ThankyouCardWrap{padding-bottom:130px;display:flex;width:80vw;flex-direction:column;padding-top:0px;padding-bottom:200px}}

.display_xxl_bold{font-size:40px;line-height:56px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_xl_bold{font-size:36px;line-height:52px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_l_bold{font-size:32px;line-height:48px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_bold{font-size:36px;line-height:52px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.title_l_bold{font-size:24px;line-height:32px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.title_bold{font-size:20px;line-height:28px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.section_header_bold{font-size:16px;line-height:24px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.list_header_bold{font-size:14px;line-height:20px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.labels_bold{font-size:12px;line-height:16px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_xxl_semiBold{font-size:40px;line-height:56px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_xl_semiBold{font-size:36px;line-height:52px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_l_semiBold{font-size:32px;line-height:48px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.display_semiBold{font-size:36px;line-height:52px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.title_l_semiBold{font-size:24px;line-height:32px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.title_semiBold{font-size:20px;line-height:28px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.section_header_semiBold{font-size:16px;line-height:24px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.list_header_semiBold{font-size:14px;line-height:20px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.labels_semiBold{font-size:12px;line-height:16px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.body_large{font-size:16px;line-height:24px;font-weight:400;color:#041533;display:block;text-align:left;vertical-align:middle}.body_med{font-size:14px;line-height:20px;font-weight:400;color:#091E42;display:block;text-align:left;vertical-align:middle}.body_small{font-size:12px;line-height:16px;font-weight:700;color:#091E42;display:block;text-align:left;vertical-align:middle}.caption_strong_large{font-size:14px;line-height:20px;font-weight:400;color:#42526E;display:block;text-align:left;vertical-align:middle}.caption_strong_medium{font-size:12px;line-height:16px;font-weight:400;color:#42526E;display:block;text-align:left;vertical-align:middle}.caption_strong_small{font-size:10px;line-height:12px;font-weight:400;color:#42526E;display:block;text-align:left;vertical-align:middle}.caption_subdued_large{font-size:14px;line-height:20px;font-weight:400;color:#8993A4;display:block;text-align:left;vertical-align:middle}.caption_subdued_medium{font-size:12px;line-height:16px;font-weight:400;color:#8993A4;display:block;text-align:left;vertical-align:middle}.caption_subdued_small{font-size:10px;line-height:12px;font-weight:400;color:#8993A4;display:block;text-align:left;vertical-align:middle}.hyperlinks_large{font-size:16px;line-height:24px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.hyperlinks_medium{font-size:14px;line-height:20px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.hyperlinks_small{font-size:12px;line-height:16px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.buttonText_large{font-size:16px;line-height:24px;font-weight:700;color:#0078DB;display:block;text-align:left;vertical-align:middle}.buttonText_medium{font-size:14px;line-height:20px;font-weight:700;color:#0078DB;display:block;text-align:left;vertical-align:middle}.buttonText_small{font-size:12px;line-height:16px;font-weight:700;color:#0078DB;display:block;text-align:left;vertical-align:middle}.input_label_completed{font-size:14px;line-height:16px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.input_label_error{font-size:14px;line-height:16px;font-weight:600;color:#C41F1F;display:block;text-align:left;vertical-align:middle}.input_label_focused{font-size:14px;line-height:16px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.input_label_inactive{font-size:14px;line-height:16px;font-weight:600;color:#8993A4;display:block;text-align:left;vertical-align:middle}.input_label_success{font-size:14px;line-height:16px;font-weight:600;color:#28AD35;display:block;text-align:left;vertical-align:middle}.input_label_warning{font-size:14px;line-height:16px;font-weight:600;color:#FFAB00;display:block;text-align:left;vertical-align:middle}.input_placeholder_completed{font-size:14px;line-height:20px;font-weight:400;color:#091E42;display:block;text-align:left;vertical-align:middle}.input_placeholder_inactive{font-size:14px;line-height:20px;font-weight:400;color:#8993A4;display:block;text-align:left;vertical-align:middle}.input_assistive_error{font-size:10px;line-height:12px;font-weight:600;color:#C41F1F;display:block;text-align:left;vertical-align:middle}.input_placeholder_inactive{font-size:10px;line-height:12px;font-weight:600;color:#8993A4;display:block;text-align:left;vertical-align:middle}.input_placeholder_success{font-size:10px;line-height:12px;font-weight:600;color:#28AD35;display:block;text-align:left;vertical-align:middle}.input_placeholder_warning{font-size:10px;line-height:12px;font-weight:600;color:#FFAB00;display:block;text-align:left;vertical-align:middle}.input_counter_error{font-size:10px;line-height:12px;font-weight:600;color:#C41F1F;display:block;text-align:left;vertical-align:middle}.input_counter_focused{font-size:10px;line-height:12px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.input_counter_inactive{font-size:10px;line-height:12px;font-weight:600;color:#8993A4;display:block;text-align:left;vertical-align:middle}.input_counter_success{font-size:10px;line-height:12px;font-weight:600;color:#28AD35;display:block;text-align:left;vertical-align:middle}.input_counter_warning{font-size:10px;line-height:12px;font-weight:600;color:#28AD35;display:block;text-align:left;vertical-align:middle}.badges_accent_large_subtle{font-size:10px;line-height:12px;font-weight:600;color:#E03636;display:block;text-align:left;vertical-align:middle}.badges_large_error{font-size:10px;line-height:12px;font-weight:600;color:#B21D1D;display:block;text-align:left;vertical-align:middle}.badges_large_primary_white{font-size:10px;line-height:12px;font-weight:600;color:#fff;display:block;text-align:left;vertical-align:middle}.badges_large_primary_subtle{font-size:10px;line-height:12px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.badges_large_secondary{font-size:10px;line-height:12px;font-weight:600;color:#42526E;display:block;text-align:left;vertical-align:middle}.badges_large_success{font-size:10px;line-height:12px;font-weight:600;color:#2E7B32;display:block;text-align:left;vertical-align:middle}.badges_large_warning{font-size:10px;line-height:12px;font-weight:600;color:#994F00;display:block;text-align:left;vertical-align:middle}.badges_accent_regular_subtle{font-size:8px;line-height:10px;font-weight:600;color:#E03636;display:block;text-align:left;vertical-align:middle}.badges_regular_error{font-size:8px;line-height:10px;font-weight:600;color:#B21D1D;display:block;text-align:left;vertical-align:middle}.badges_regular_primary_white{font-size:8px;line-height:10px;font-weight:600;color:#fff;display:block;text-align:left;vertical-align:middle}.badges_regular_primary_subtle{font-size:8px;line-height:10px;font-weight:600;color:#0078DB;display:block;text-align:left;vertical-align:middle}.badges_regular_secondary{font-size:8px;line-height:10px;font-weight:600;color:#42526E;display:block;text-align:left;vertical-align:middle}.badges_regular_success{font-size:8px;line-height:10px;font-weight:600;color:#2E7B32;display:block;text-align:left;vertical-align:middle}.badges_regular_warning{font-size:8px;line-height:10px;font-weight:600;color:#994F00;display:block;text-align:left;vertical-align:middle}

.footerContainer{background:#151C22;padding-bottom:56px;padding-top:56px;padding-left:40px;position:relative}.footerwrapper{margin:auto;max-width:1200px;display:flex;justify-content:space-between}.footercolumn{height:100%;display:inline-block;vertical-align:top;height:510px}.footercolumn.acres99{width:162px}.footercolumn.company{width:134px}.footercolumn.partners{width:187px}.footercolumn.contactus{width:387px}.clear{clear:both}.footercolumnhead{margin-bottom:16px}.appLnk{width:118px;height:38px;display:inline-block;margin-right:5px}.android{background-position:-168px -120px}.ios{background-position:-288px -120px}.appContainer{margin-right:10px;display:inline}.footerleftcontent .footercolumn{margin-right:72px}.footerleftcontent .footercolumn:last-child{margin-right:0}.footerleftcontent ul{margin:0;padding:0}.footerleftcontent ul li{list-style:none;margin-bottom:16px}.footerleftcontent ul li a{text-decoration:none;list-style:none}.footerrightcontent .timings{color:rgba(255,255,255,0.9);margin:4px 0 16px;opacity:0.7}.footerrightcontent .disclaimer{color:rgba(255,255,255,0.9);opacity:0.5;vertical-align:middle}.footerrightcontent .disclaimer a{opacity:1}.footerrightcontent .disclaimer_link{display:inline-block;color:#3C9CFC !important}.footerrightcontent .emailid{margin-bottom:32px}.footerrightcontent .reservedtext{margin-top:32px;color:rgba(255,255,255,0.9);max-width:274px}.footerrightcontent .reservedtext a{color:#3C9CFC}.footerrightcontent .bluelink{display:inline-block}.socialicons .uiSprite{margin:0px 10px 10px 0;width:40px;height:40px;display:inline-block}.socialicons .fb{background-position:0px -120px}.socialicons .yt{background-position:-42px -120px}.socialicons .tw{background-position:-84px -120px}.socialicons .gm{background-position:-126px -120px}.socialIconsContainer{padding-bottom:30px}.socialIconsContainer .socialicon{margin-right:24px}@media screen and (max-width: 1279px){.footerContainer{padding-left:16px;padding-right:16px}.footerleftcontent .footercolumn{margin-right:50px}}

.overLayWrap{padding:32px}.flexWrap{display:flex;justify-content:space-between}.twoColWrap>div{display:inline-block;width:calc(50% - 16px);vertical-align:top}.twoColWrap>div:first-child{margin-right:32px}.btnRightAlign{text-align:right}.btnRightAlign button{margin-left:20px}.template{width:320px}.template i{filter:grayscale(1);margin-left:8px}.template .imgCont{height:180px}.template .imgCont img{width:100%;height:100%;object-fit:cover}.template a{display:inline-block;vertical-align:text-bottom}.cont{border:1px solid #EBECF0;padding:16px 12px}.cont i{float:right}.cont a{display:inline-block;vertical-align:text-bottom}.cont ul{padding-left:20px}.rightCont{width:calc(100% - 340px)}.rightCont .dropDownCont>div{display:inline-block;margin:20px 20px 0 0;width:calc(33% - 20px)}.rightCont .dropDownCont>div:last-child{margin-right:0}.rightCont .dateBox{border:1px solid #8993A4;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;position:relative;padding:8px 12px}.rightCont .dateBox span{display:inline-block;margin-left:12px}.rightCont .dateBox input{border:none;outline:none;width:100%}.blueNote{background-color:#D6EFFF;padding:16px;display:flex;justify-content:space-between;align-items:center}.blueNote>div{width:calc(100% - 70px);padding:0 12px}.blueNote span{display:inline}.tempDropDown i{margin-left:12px}.uploadPhoto{min-height:230px;background:#F0F9FF;border:1px dashed #A3DAFF;text-align:center}.uploadPhoto .uploadText *{text-align:center;vertical-align:text-top}.uploadPhoto .uploadText i{display:inline-block}.uploadText{margin-top:42px}.inValidField{border:1px solid red !important}.width_80{width:80%}.width_80>div{width:calc(42% - 0px) !important}.width_100{width:100% !important}.whatsappText{font-size:24px;line-height:32px;font-weight:600;color:#091E42;display:block;text-align:left;vertical-align:middle}.greyClass{font-size:14px;line-height:20px;font-weight:400;color:#8993A4;display:block;text-align:left;vertical-align:middle}.sizeClass{width:50%}.redMsg{font-size:19px;line-height:32px;font-weight:600;color:#994F00;display:block;text-align:left;vertical-align:middle}.width50Prop{width:60%}.imgShowCss{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.imgShowCss img{width:200px;height:200px;object-fit:cover}.greyDate{color:#8993A4;font-size:12px;font-weight:400;line-height:20px;text-align:left}.redValClass{font-size:14px;line-height:20px;font-weight:400;display:block;text-align:left;vertical-align:middle;margin-top:7px;color:#c50303c2}#recommended_data_text_field_wrapper.recommendedDataTextFieldWrapper{display:flex;height:100%;width:100%;flex-wrap:wrap;margin:10px 20px 0 0}#recommended_data_text_field_wrapper .recommendedDataTextField{margin:8px}#recommended_data_text_field_wrapper .dropDownWidth{width:230px;height:38px;margin:0px 8px 10px}#recommended_data_text_field_wrapper .fieldLabel{margin-left:8px;color:#8993A4}.whatsappTemp ul{padding-left:5px}.whatsappTemp ul li{margin:0;margin-bottom:0.1em;padding-left:1em;position:relative;list-style:none}.whatsappTemp ul li:after{content:'';height:.5em;width:.5em;background:#2C64C1;display:block;position:absolute;transform:rotate(45deg);top:.45em;left:0}.whatsappTemp ul li:nth-child(odd):after{background:#EE9238}.fontWtNormal{font-weight:400 !important}.declCheckbox{margin:3px 10px}.outerTableCellsHead{text-align:center;position:relative;font-size:0.75rem !important;background-color:#f4f5f7}.tableInnerCell{font-size:0.75rem !important;padding:5px !important;border:none !important;text-align:center !important}.tableOuterCell{font-size:0.75rem !important;padding:5px !important}.tableContainer{max-height:300px}.tableBodyCell{font-size:0.75rem !important;padding:5px !important;border:1px solid black !important;text-align:center !important}.borderBottom{border-bottom:1px solid black !important}

.dropdownContainer{border:1px solid #8993A4;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;position:relative}.dropdownDisplay{padding:8px;color:#8993A4;font-size:12px;font-weight:400;line-height:20px;text-align:left}.dropdownDisplay>div{font-size:11px}.dropdownDisplay>i{float:right}.dropdownDisplay .red_clr{color:red}[ddType=ovalDropDown]{border:1px solid #EBECF0;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;width:auto;display:inline-block;padding:4px 12px 2px}[ddType=ovalDropDown]>div{color:#42526E;padding:0}[ddType=ovalDropDown]>div:last-child{width:210px}[ddType=textDropDown]{border:0;width:auto;display:inline-block;padding:0}[ddType=textDropDown]>div{color:#42526E;padding:0}[ddType=textDropDown]>div:last-child{width:210px}.opac{opacity:0.7}.dropdownList{border:1px solid #c4c9d2;position:absolute;background:#fff;width:100%;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);top:2px;width:100%;position:absolute;top:34px;display:none;z-index:1;max-height:192px;overflow-y:auto}.dropdownList>div{color:#091E42;font-size:12px;font-weight:600;line-height:16px;padding:8px 12px 8px;cursor:pointer}.dropdownList>div>label{cursor:pointer}.dropdownList>div:hover{background-color:#F4F5F7}.show>.dropdownList{display:block;z-index:5}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#555}input.test{width:82%;border:none;outline:none}.multiSelectInput{white-space:nowrap;overflow:hidden;width:90%;text-overflow:ellipsis}.display_flex{display:flex}.marginTR{margin-top:-2px;margin-right:-5px}

.offsiteComm>a{color:#0078DB !important}.offsiteComm>div span{font-weight:600}.offsiteComm>ul{padding:8px}.offsiteComm>ul>li{overflow-wrap:break-word}.offsiteComm>ul>li::before{content:"\2B25";font-weight:bold;display:inline-block;width:1em;margin-left:-1em;color:#f56666}.offsiteComm>ul>li::before:nth-child(even){color:#f56666}.offsiteComm>ul>li::before:nth-child(odd){color:teal}.redMsg{font-size:19px;line-height:32px;font-weight:600;color:#994F00;display:block;text-align:left;vertical-align:middle}.uploadImg{width:100%;padding:10px}

ul {
    list-style: none;
}
.textBold{
font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091E42;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.campLinking {
    width: fit-content;
    border: 1px solid lightgray;
    /* text-decoration: none; */
    /* padding-right: 20px; */
    box-shadow: 1px 3px 5px 4px #edebeb;
    margin-right: 10%;
    border-radius: 10px;
    float: left;
    padding: 10px 0;
}

.textField>input[type='text'] {
    height: 20px!important;
    padding: 5px 0;
    font-size: 14px;
    color: #425572;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border: 0;
    box-shadow: none!important;
    /* font-weight: 600; */
    outline: none!important;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

/* .campLinking>li{
    border-bottom: 1px solid lightgray;
} */

.campLinking>li:hover {
    background-color: azure;
}

.campLinking>li>div {
    min-width: 300px;
    color: #999!important;
}

.textField {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    padding: 12px;
    width: 100%;
    min-height: 44px;
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #42526E;
    /* background: #fff;
        border: 1px solid #e1e8ec;
        
        padding: 5px 20px;
        position: relative;
        min-height: 58px; */
    /* width: fit-content; */
    /* min-width: 24%; */
    /* margin-top: 15px; */
}

/* .textField :focus{
    border: 1px solid red;

} */


.slidinglabelFocus {
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 10px;
    color: #8992a4;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.slidinglabel{
    position: absolute;
    z-index: 0;
    font-size: 14px;
    color: #8992a4;
    top: 15px;
    left: 18px;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.height_1px {
    height: 1px;
    background-color: lightgray;
}

.c_999 {
    color: #999;
}

.alignCenter {
    text-align: center;
}

.alignCenterWebkit {
    text-align: -webkit-center;
}

.margin_lr_35 {
    margin: 0 35%;
}

.spacer_20 {
    height: 20px;
    width: 100%;
}

.width_30 {
    width: 100%;
}

.estimateHead {
    font-size: 22px;
    color:#383636;
    font-weight: 600;
}

.searchList {
    z-index: 9;
    border: 1px solid #EBECF0;
    padding: 0;
    height: auto;
}

.web:hover{
        background:#ebecf0;
}


.searchList>li {
    text-align: left;
    padding: 2px;
    cursor: pointer;
}
.searchList>li:hover{
    background: #f1f0f0;

}

.align_left {
    text-align: left;
}

.pillsFont {
    font-size: 10px;
}

.transData {
    display: grid;
    border: 1px solid lightgray;
    padding: 11px;
    border-radius: 10px;
}

.transData>div:hover {
    background-color: lightslategray;
}

.sublistStyling{
    display: flex;
    cursor: pointer;
    margin-bottom: 8px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #42526E;
    display: block;
    text-align: left;
    vertical-align: middle;
    margin-left: 7px;
}
.pWrap{border:1px solid #add9fb;box-sizing:border-box;border-radius:8px;width:416px;background:#f1f9fe;padding:12px 16px;display:flex}.profilepic{background-color:white;width:110px;height:110px;border-radius:50%;overflow:hidden;margin-right:8px;position:relative;border:1px dashed #A3DAFF}.profilepic img{width:100%;height:100%}.profilepic .change{position:absolute;bottom:4px;text-align:center;width:100%;padding:2px;background:rgba(0,0,0,0.5)}.inputWrap1{width:calc(100% - 118px)}.inputWrap1>div>div{background:#fff}.marginRight20{margin-right:20px}.errBorder{border:1px solid #c53620}.marginBottom10{margin-bottom:10px}.w_buttonWrap{margin-left:65px;width:390px}.w_buttonWrap button{width:100%;margin-bottom:40px}.d_buttonWrap{margin-left:65px;width:410px;display:flex;margin-bottom:40px}.d_buttonWrap button{margin-right:20px;width:50%}

.CreationWrap{margin-left:65px;width:390px}.CreationWrap div:nth-child(2){white-space:nowrap}.fromWrap{margin-top:40px}.errDateMsgTxt{color:#cb3b3d;font-size:10px}.cal{display:flex;margin:16px 0;position:relative}.cal div{margin-right:20px}.buttonWrap{width:390px}.buttonWrap button{width:100%}.optionGroup div{margin-bottom:16px}.dropDown{margin-bottom:20px}.dropDown>div:first-child{margin-bottom:10px}.dropDown.error>div:last-child{border:1px solid #861e1e}.dropDown.error>div:last-child div{color:#861e1e}.Panelist{margin-left:65px;display:flex;margin-bottom:30px;overflow:auto}.Panelist>div{margin-right:20px;display:flex}.topWrap{margin-left:65px;margin-bottom:40px}.topWrap2{margin-bottom:40px}.breadcrumbs{display:flex;margin-top:20px}.breadcrumbs .rightArrow{transform:rotate(90deg)}.time{display:inline-flex !important;justify-content:center;width:100%;margin:16px 0;align-items:center;border:none !important}.time div{text-align:left;width:36px;font-size:12px;margin:0;width:45%}.time div:nth-last-of-type(2){width:10%;text-align:center;margin-top:26px}.time input{border:1px solid #EBECF0;border-radius:2px;padding:12px;margin-top:10px;min-height:44px;width:100%;position:relative;z-index:1;background:transparent;font-size:14px;color:#42526E}.errBorder{border:1px solid #c53620 !important}.cal{display:flex;margin:16px 0}.cal div{margin-right:20px}.cal>.error div input{color:#861e1e;border:1px solid #861e1e}.cal>.error div input::placeholder{color:#861e1e;opacity:1}.cal>.error div input:-ms-input-placeholder{color:#861e1e}.cal>.error div input::-ms-input-placeholder{color:#861e1e}

.startComm>span{padding:16px}.startComm>span>label{top:0;left:0;margin-left:8px;position:relative;cursor:pointer;line-height:24px;display:inline-block;color:#42526E;font-size:15px;margin-right:34px}.startComm>span:first-child{padding-left:0px}

.projectTuple{width:285px;height:85px;display:inline-block;background-color:#fff}.projectTuple span{display:inline-block !important}.projectTuple>div{display:inline-block;width:85px;height:100%;vertical-align:top}.projectTuple>div:nth-child(2){margin-left:20px;width:calc(100% - 105px)}.projectTuple>div img{object-fit:cover;width:100%;height:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.mullineEllipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.constructTag{background-color:#bf1751;position:absolute;height:13px;top:2px;margin:2px;padding-left:2px;width:94%;color:#fff;font-size:9px;font-weight:500}

.statTuple{background:#fff;border:1px solid #EBECF0;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;padding:16px 24px;width:630px}.statTuple>div{display:inline-block;vertical-align:top;width:48px}.statTuple>div:last-child{width:calc(100% - 68px);margin-left:20px}.statTuple>div img{width:48px;height:48px;object-fit:cover}.statTuple .tableFormat{display:flex}.statTuple .tableFormat>div{width:35%}

.activeCamp{background:#fff;border:1px solid #EBECF0;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;padding:16px 12px !important}.activeCamp>div{display:inline-block;vertical-align:top;width:24px}.activeCamp>div:last-child{width:calc(100% - 44px);margin-left:12px}.activeCamp>div img{width:24px;height:24px;object-fit:cover}.activeCamp .actionLink{width:fit-content}.activeCamp .actionLink a{padding:0;border:0}.width_75{width:75%}

.actionHeaderWrp{padding:16px 0;display:block;border-bottom:1px solid #EBECF0}.actionHeaderWrp span{vertical-align:middle}

.performanceWrap{border:1px solid #EBECF0;background-color:#fff;padding:24px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.performanceWrap .btnFloat{float:right}.performanceWrap .btnFloat button{margin-left:20px}.performanceWrap .dispIn{display:inline-block}.performanceWrap .tableFormat{display:flex;justify-content:space-between;flex-wrap:wrap}.performanceWrap .columnSec>div{display:inline-block;vertical-align:top;width:50%}.performanceWrap .columnSec>div:last-child{width:50%;padding-left:32px}.performanceWrap .graphCont{width:100%;height:100%}.performanceWrap .channelList{background-color:#F4F5F7;padding:8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.performanceWrap .channelList>div.grid{background:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;margin-bottom:4px;padding:20px}.performanceWrap .channelList>div.grid>*{display:inline-block;vertical-align:top;margin-right:8px}.performanceWrap .channelList>div.grid>span{margin-top:8px;width:8px;height:8px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.performanceWrap .channelList>div.grid>span.green{background-color:#28AD35}.performanceWrap .channelList>div.grid>span.blue{background-color:#3496D9}.performanceWrap .channelList>div.grid>span.red{background-color:#C41F1F}.performanceWrap .channelList>div.grid>i{transform:rotate(-90deg);vertical-align:middle}.performanceWrap .channelList>div.grid>div{width:calc(100% - 56px);padding-left:8px}.performanceWrap .gridInfo{display:flex;justify-content:space-between;align-items:center}.performanceWrap .gridInfo .asExpected>div,.performanceWrap .gridInfo .overDelivered>div,.performanceWrap .gridInfo .underDelivered>div{display:inline-block;vertical-align:middle}.performanceWrap .gridInfo .asExpected::before,.performanceWrap .gridInfo .overDelivered::before,.performanceWrap .gridInfo .underDelivered::before{content:"";display:inline-block;padding:8px;background:#0078DB;margin-right:4px;vertical-align:middle;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.performanceWrap .gridInfo .overDelivered::before{background:#28AD35}.performanceWrap .gridInfo .underDelivered::before{background:#C41F1F}.performanceWrap .yellowNote{background-color:#FFF5E4;padding:12px;width:55%;float:right;display:flex;align-items:center;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.performanceWrap .yellowNote>div{width:calc(100% - 25px);padding:0 12px}.performanceWrap .yellowNote span{display:inline}.performanceWrap .yellowNote .underLine{text-decoration:underline}

.mt40{margin-top:40px}.mt32{margin-top:40px}.radioWrap{display:flex;align-items:center;margin-top:20px}.radioWrap>div{margin-right:40px}.radioWrap>div.upload{margin-left:-25px;cursor:pointer}.radioWrap>div.upload>i{margin-left:4px}.checkWrap{margin-top:20px}.checkWrap>div{margin-bottom:12px}.checkWrap>div:last-child{margin-bottom:0}.sl_buttonWrap{margin-top:40px;display:flex;justify-content:flex-end}.sl_buttonWrap>button{margin-left:30px}.buttonStylingConfirmation{margin-top:20px;text-align:right}.radioStyling{position:relative;cursor:pointer;line-height:20px;display:inline-block;color:#42526e !important;font-size:14px !important;top:0 !important;left:6px !important}.uploadIconCss{margin-left:5px;margin-bottom:3px}.e_buttonWrap{display:flex;justify-content:flex-end}.e_buttonWrap button{width:30%}

.projectName{
    font-size: 12px;
    font-weight: 500;
    max-width: 500px;
    min-width: 300px;
}

.width200{
    width: 200px;
}

.gridFont{
    font-size: 0.75rem !important;
}

.blueText{
    color: #0078DB;
    font-size: 12px;
    text-align: center ;
    white-space: nowrap;
}

.textLink{
    color:#0078DB;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.disabledLink{
    color:grey;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
    text-decoration: underline;
}
.moreConfigLink{
    color:#0078DB;
    font-size: 12px;
    margin: 5px 0 0 30px;
    cursor: pointer;
}
.greyText{
    color:grey;
    font-size: 12px;
    margin: 5px 0 0 30px;
}
.activationHeader{
    color: #0078DB;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.cell-text-field{
    padding: 0 12px !important;
    min-height: 34px !important;
    width: 100% !important;
}
.table-head-cell{
    border: 1px solid rgba(224, 224, 224, 1);
    white-space: nowrap;
    text-align: center !important;
    padding: 10px !important;
    background-color: #f4f5f7;
}
.table-cell{
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 10px !important;
    white-space: nowrap; 
}
.table-cell-outer{
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 0px !important;
    white-space: nowrap;   
}
.table-cell-inner{
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding: 10px !important;
    white-space: nowrap;  
    height: 111px; 
}
.noBorderCell{
    border: none !important;
    padding: 0 5px !important;
}
.noPadding{
    padding: 0 !important;
}
.height36{
    height: 36px;
}
#bulkActivation .MuiDataGrid-cell--editable > div{
    height: 36px;
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    border-radius: 2px;
}
#bulkActivation .MuiDataGrid-cell--editable > div > input{
    padding: 0px !important;
}
#bulkActivation .MuiDataGrid-cell{
    border: 0.5px solid #e0e0e0;
}
.activationTextField{
    padding: 0 5px !important;
    min-height: 30px !important;
    width: 100% !important;
}
.configText{
    font-size: 12px;
}
.font14{
    font-size: 14px !important;
}
#extendReason .MuiInputBase-root{
    font-size: 14px ;
}
.tableContainerAP{
    height: 100%;
    width: 100%;
    max-height: 500px;
    padding-right: 10px;
}
.dialogTitle{
    padding: 10px 24px !important;
}
.labelCell{
    text-align: center;
}
.editableCellDiv{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.editableDiv{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    text-align: center;
}
.overlay{width:100%;height:100%;background:rgba(0,0,0,0.7);left:0;top:0;display:block;position:fixed;z-index:3}.popContent{border:1px solid #EBECF0;box-sizing:border-box;background:#FFFFFF;box-shadow:0px 8px 12px rgba(31,92,163,0.2);border-radius:8px;padding:40px;max-height:100%;position:absolute;overflow-y:auto;top:50%;left:50%;transform:translate(-50%, -50%);min-width:660px}.headWrap{display:flex;align-items:center;justify-content:space-between}

.rightSection{width:370px;background-color:#F4F5F7;align-self:flex-start;height:100%;min-height:100vh;padding:32px;position:sticky;position:-webkit-sticky;top:0px}.textCenter{text-align:center}.textCenter>div{text-align:center}.textSection{padding:0 32px;margin-top:32px}.textSection .subText{margin-top:8px}.contentWrap{text-align:center;position:relative;top:0}.contentWrap img{max-width:100%}.helpWrap{height:200px;width:100%;background-color:red}.campTupleCont{background-color:#fff;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;border:1px solid #EBECF0}.campTupleCont>div{text-align:left;padding:16px}.campTupleCont>div.offerInfo{padding:20px}.campTupleCont>div.offerInfo .listStyle>*{display:inline-block;vertical-align:middle}.campTupleCont>div.offerInfo .listStyle>div{width:85%;margin-left:12px}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777777;background-color:#fff;cursor:not-allowed}

.App{font-family:sans-serif;text-align:center}#tableWrapper{border-collapse:separate;border-spacing:2px}.outerTableHeadRow{background-color:black;color:white}.outerTableHeadRowInside{color:white}.outerTableBodyRow{background-color:lightgrey;color:black}.outerTableCellsHead{text-align:center;color:white !important;position:relative}.outerTableCells{text-align:center;max-width:500px;overflow:auto}#innerTable{background-color:black;border-spacing:2px;table-layout:fixed;position:absolute;top:0px;left:0px}.innerTableInnerRow{background-color:gray;color:black}.innerTableInnerRowDiv{width:150px;border-right:1px solid white}.handlingLongText{width:150px;overflow-y:auto;overflow-wrap:break-word;height:120px}.extraclass{color:white;background-color:red}

.switchToggleBase{width:34px;height:14px;background:#F0F9FF;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;align-items:center;cursor:pointer;position:relative}.switchToggleBase .switchButton{position:absolute;top:0px;bottom:0;margin:auto;left:0px;width:20px;height:20px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;transition:0.2s;background:#fff;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.switchToggle{height:0;width:0}.switchToggle:checked+.switchToggleBase .switchButton{left:calc(100%);transform:translateX(-100%);background:#0078DB}.switchToggle[type="checkbox"]:checked+label:after,.switchToggle[type="checkbox"]:checked+label:before,.switchToggle[type="checkbox"]:not(:checked)+label:before,.switchToggle[type="checkbox"]:checked+label:before{visibility:hidden !important;opacity:0}.webinarOption{left:0 !important}

.mt28{margin-top:28px}.buttonWrap1{margin-bottom:14px;margin-top:40px}.searchWrap{display:flex}.searchWrap>div{margin-right:40px}.mt8{margin-top:8px}.mt16{margin-top:16px}.mt50{margin-top:50px}

.tuppleWrap{width:904px;height:333px;border:1px solid #ebecf0;box-sizing:border-box;box-shadow:0px 4px 8px rgba(31,92,163,0.2);border-radius:8px;display:flex;position:relative}.tuppleWrap>div{padding:20px 24px}.tuppleWrap .leftSec{width:553px}.tuppleWrap .leftSec .edit{position:absolute;top:19px;left:516px;filter:grayscale(100%)}.tuppleWrap .rightSec{width:350px;border-left:1px solid #ebecf0}.spacer20{margin-top:20px}.blueBar{position:absolute;width:8px;height:100%;background:#0078db;overflow:hidden;padding:0 !important;left:0;top:0;border-radius:8px 0 0 8px}.tuppleWrap .leftSec .edit{position:absolute;top:19px;left:499px;filter:grayscale(100%);display:flex}.tuppleWrap .leftSec .edit i{margin-right:6px}

.rowWrap{display:flex;align-items:center}.rowWrap>:first-child{margin-right:40px}.rowWrap>div>:first-child{margin-top:0}.rowWrap>div>div{margin-top:12px}.badgesWrap div{padding:2px 4px}.marginLeftBadge{margin-left:5px}

.infoTag{width:10px;height:10px;background:#fff;color:#06AFB0;display:inline-block;vertical-align:middle;margin:0 0 0 4px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:relative}.infoTag:after{position:absolute;content:"i";margin:auto;font-size:8px;top:0;bottom:0;left:0;right:0;width:2px;height:10px}

.tickTag{width:9px;height:5px;border:1px solid #fff;border-color:transparent transparent #fff #fff;display:inline-block;transform:rotate(-45deg);vertical-align:middle;margin:-2px 4px 0 0}

.badgesLarge,.accentLarge,.errorLarge,.featuredLarge,.newPropertyLarge,.offerLarge,.primaryLarge,.reraLarge,.secondaryLarge,.topDealerLarge,.verifiedLarge,.warningLarge,.accentLargeSubtle,.errorLargeSubtle,.primaryLargeSubtle,.secondaryLargeSubtle,.successLargeSubtle,.warningLargeSubtle{border:1px solid #FFAA3E;padding:4px 8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;font-size:8px;line-height:10px;font-weight:600;color:#fff;display:inline-block;text-align:left;vertical-align:middle}.badgesLarge>div,.accentLarge>div,.errorLarge>div,.featuredLarge>div,.newPropertyLarge>div,.offerLarge>div,.primaryLarge>div,.reraLarge>div,.secondaryLarge>div,.topDealerLarge>div,.verifiedLarge>div,.warningLarge>div,.accentLargeSubtle>div,.errorLargeSubtle>div,.primaryLargeSubtle>div,.secondaryLargeSubtle>div,.successLargeSubtle>div,.warningLargeSubtle>div{display:inline-block;vertical-align:middle}.accentLarge{border-color:#FFAA3E;background:#FFAA3E}.errorLarge{border-color:#C41F1F;background:#C41F1F}.featuredLarge{border-color:#B00AB6;background:#B00AB6}.newPropertyLarge{border-color:#2723A7;background:#2723A7}.offerLarge{border-color:#E50000;background:#E50000}.primaryLarge{border-color:#0078DB;background:#0078DB}.reraLarge{border-color:#06AFB0;background:#06AFB0}.secondaryLarge{border-color:#42526E;background:#fff;color:#42526E}.topDealerLarge{border-color:#FF971A;background:#FF971A}.verifiedLarge{border-color:#28AD35;background:#28AD35}.warningLarge{border-color:#FFAB00;background:#FFAB00;color:#994F00}.accentLargeSubtle{border-color:#FFFBF3;background:#FFFBF3;color:#E03636}.errorLargeSubtle{border-color:#FFDEDE;background:#FFDEDE;color:#B21D1D}.primaryLargeSubtle{border-color:#D6EFFF;background:#D6EFFF;color:#0078DB}.secondaryLargeSubtle{border-color:#EBECF0;background:#EBECF0;color:#42526E}.successLargeSubtle{border-color:#D7F2E3;background:#D7F2E3;color:#2E7B32}.warningLargeSubtle{border-color:#FEECC7;background:#FEECC7;color:#994F00}.badgesRegular,.accentRegular,.contactedRegular,.errorRegular,.featuredRegular,.freshRegular,.newPropertyRegular,.numberRegular,.offerRegular,.reraRegular,.secondaryRegular,.seenRegular,.successRegular,.topDealerRegular,.verifiedRegular,.warningRegular,.accentRegularSubtle,.errorRegularSubtle,.primaryRegularSubtle,.secondaryRegularSubtle,.successRegularSubtle,.warningRegularSubtle{border:1px solid #FFAA3E;padding:2px 8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;font-size:8px;line-height:10px;font-weight:600;color:#fff;display:inline-block;text-align:left;vertical-align:middle}.badgesRegular>div,.accentRegular>div,.contactedRegular>div,.errorRegular>div,.featuredRegular>div,.freshRegular>div,.newPropertyRegular>div,.numberRegular>div,.offerRegular>div,.reraRegular>div,.secondaryRegular>div,.seenRegular>div,.successRegular>div,.topDealerRegular>div,.verifiedRegular>div,.warningRegular>div,.accentRegularSubtle>div,.errorRegularSubtle>div,.primaryRegularSubtle>div,.secondaryRegularSubtle>div,.successRegularSubtle>div,.warningRegularSubtle>div{display:inline-block;vertical-align:middle}.accentRegular{border-color:#FFAA3E;background:#FFAA3E}.contactedRegular{border-color:#3496D9;background:#3496D9}.errorRegular{border-color:#C41F1F;background:#C41F1F}.featuredRegular{border-color:#B00AB6;background:#B00AB6}.freshRegular{border-color:#28AD35;background:#28AD35}.newPropertyRegular{border-color:#2723A7;background:#2723A7}.numberRegular{border-color:#FFAA3E;background:#FFAA3E}.offerRegular{border-color:#E50000;background:#E50000}.reraRegular{border-color:#06AFB0;background:#06AFB0}.secondaryRegular{border-color:#EBECF0;background:#EBECF0;color:#42526E}.seenRegular{border-color:rgba(21,28,34,0.698039);background:rgba(21,28,34,0.698039)}.successRegular{border-color:#28AD35;background:#28AD35}.topDealerRegular{border-color:#FF971A;background:#FF971A}.verifiedRegular{border-color:#28AD35;background:#28AD35}.warningRegular{border-color:#FFAB00;background:#FFAB00;color:#994F00}.accentRegularSubtle{border-color:#FFFBF3;background:#FFFBF3;color:#E03636}.errorRegularSubtle{border-color:#FFDEDE;background:#FFDEDE;color:#B21D1D}.primaryRegularSubtle{border-color:#D6EFFF;background:#D6EFFF;color:#0078DB}.secondaryRegularSubtle{border-color:#EBECF0;background:#fff;color:#42526E}.successRegularSubtle{border-color:#D7F2E3;background:#fff;color:#2E7B32}.warningRegularSubtle{border-color:#FEECC7;background:#FEECC7;color:#994F00}.featuredTag{border:1px solid #F5E7F6;background:#F5E7F6;padding:4px 8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;font-size:8px;line-height:10px;font-weight:600;color:#B00AB6;display:inline-block;text-align:left;vertical-align:middle}

.tagAdded{position:relative;margin:16px 0}.tagAdded .errortag{color:#C22226;display:flex;position:absolute;top:0;right:30px}.tagAdded .errortag i{margin-right:6px}.buttonWrap{margin-top:16px;text-align:right}.manageWebinarStyle{text-align:right;margin-top:25px}

.webinar.wrap{width:509px;background:#FFFBF4;border:1px solid #EBECF0;box-sizing:border-box;border-radius:5px;padding:20px 12px 10px 12px;position:relative}.webinar.wrap .tags{display:flex;margin-top:15px}.webinar.wrap .tags .labelsSemiBold{color:#42526E}.webinar.wrap .tags div{margin-right:6px;display:flex;position:relative}.webinar.wrap .tags div>i{margin-right:6px}.webinar.wrap .tabWrap{display:flex;margin-top:14px}.webinar.wrap .tabWrap .tab{border:1px solid #F4F5F7;box-sizing:border-box;border-radius:8px;background:#fff;padding:7px 9px;margin-right:40px}.webinar.wrap .tabWrap .tab>div{display:flex;align-items:flex-end}.webinar.wrap .tabWrap .tab .lh16{line-height:16px;margin-right:4px}.webinar.wrap .tabTag{background:#FEF5E6;border-radius:8px 8px 0px 8px;padding:2px 10px;position:absolute;top:0;right:0}.webinar.wrap .tabTag div{display:flex;align-items:baseline}.webinar.wrap .tabTag div div:first-child{margin-right:4px}.webinar.wrap .badgesWrap{margin-top:15px}.webinar.wrap .badgesWrap div{color:#42526E;margin-right:4px;padding:2px 4px}.webinar.wrap .profileWrap{display:flex;margin-top:14px}.webinar.wrap .profileWrap .profile{align-items:center;border:1px solid #EBECF0;box-sizing:border-box;border-radius:57px;background:#fff;padding:4px 20px 0px 8px;margin-right:8px}.webinar.wrap .profileWrap .profile .imgWrap{margin-right:14px;width:50px;height:50px;overflow:hidden;position:relative;text-align:center;border-radius:50%;margin-bottom:5px;-webkit-border-radius:50%}.webinar.wrap .profileWrap .profile .imgWrap img{width:100%;height:100%;object-fit:cover;position:relative}.tooltip{position:absolute !important;background:#041533;border-radius:2px;color:#fff;padding:5px 8px;font-weight:normal;font-size:10px;top:20px;left:40px;visibility:hidden}.tooltipHoverBlock:hover .tooltip{visibility:visible;cursor:pointer}.tooltipHoverBlock:hover{text-decoration:underline}.ellipsisCard{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:370px}.ellipsisCard1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conWrap{width:calc(100% - 64px)}.profile>div{display:inline-block;vertical-align:middle}

.webinar.wrap{padding:6px 20px !important;border:1px solid #EBECF0 !important;box-sizing:border-box !important;border-radius:10px !important;width:auto !important}.webinar.wrap .contentSec{display:flex}.webinar.wrap .contentSec .imgWrap{margin-right:9px;border-radius:17px;position:relative;width:108px;height:80px}.webinar.wrap .contentSec .imgWrap img{width:100%;height:100%;object-fit:cover;position:relative;border-radius:5px}.webinar.wrap .contentSec .imgWrap>div{position:absolute;left:0;top:10px;padding:2px 4px;border-radius:0}.webinar.wrap .contentSec .cFade{color:#8993A4}.webinar.wrap .tagRow{margin-top:4px}.webinar.wrap .tagRow div{background:transparent;border:none;color:#536777;padding:0;padding-right:8px}.mt{margin-top:6px}.webinar.marginBottomCss{margin-bottom:20px}

.staticWrap{border:1px solid #EBECF0;box-sizing:border-box;border-radius:10px;width:904px;padding:16px 24px;display:flex;justify-content:space-around}.staticWrap>:first-child{margin-top:10px}.staticWrap>:last-child{flex-grow:2;margin-left:20px}.staticWrap>div .colWrap{display:flex;justify-content:space-between;margin-top:14px}.staticWrap>div .colWrap .upload{margin-top:20px}.mt26{padding-top:21px}.uploadcss{margin-right:3px}.downCss{margin-right:3px;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial,Arial, Helvetica, sans-serif;
} */

.modal-header span {
    /* font-size: 1.5rem; */
    cursor: pointer;
}

.modal-content {
    padding: 1.5rem 1rem;
    border: 1px solid black
}

.modal-body {
    margin-bottom: 1rem;
    padding: 0px;
}

.modal-body span {
    /* margin-bottom: 1rem !important; */
    /* background: white !important; */
    color: #000000;
    font-size: 18px !important;
    font-style: inherit;
}

.modal-body table {
    width: 100%;
    font-size: 20px;
}

#PIFDetails {
    position: relative;
}

#PIFDetails .pifStatusRed {
    font-size: 25px;
    font-style: inherit;
    color: red;
    text-align: center;
}

#PIFDetails .pifStatusBlue {
    font-size: 25px;
    font-style: inherit;
    color: #0070C0;
    text-align: center;
}

#PIFDetails .close.MuiSvgIcon-root {
    color:red
}

#PIFDetails .tick.MuiSvgIcon-root {
    color:green
}

#PIFDetails .linkXID {
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    color: #0070C0;
    width: fit-content;
    background: none;
    box-shadow: none;
    margin-top: 10px;
    font-size: 20px;
}

#PIFDetails .btnLeftAlign {
    color: #0070C0;
    font-size: 20px;
}

#PIFDetails .buttonRightAlg {
    position: absolute;
    right: 10px;
}

.required-field::after {
    content: "*";
    color: red;
}
.regards__container{
    color: #333;
    font-size: 18px;
    margin-left: 20px;
    font-style: inherit;
}
.spacer_20{
    height: 20px;
    width: 100%;
}

li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}
.moneyAllocWrap{border:1px solid #EBECF0;background-color:#fff;padding:24px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.moneyAllocWrap .btnFloat{float:right}.moneyAllocWrap .dispIn{display:inline-block}.mc__arrowRotate{transform:rotate(-90deg)}.tooltipWebinar{position:absolute !important;background:#041533;border-radius:2px;color:#fff;padding:5px 8px;font-weight:normal;font-size:10px;top:20px;left:79px;visibility:hidden}.tooltipHoverBlock:hover .tooltipWebinar{visibility:visible;cursor:pointer}.tooltipHoverBlock:hover{text-decoration:underline}

.ManageChannelsWrap{width:908px;border:1px solid #EBECF0;box-sizing:border-box;border-radius:10px;padding:28px}.ManageChannelsWrap .heading{display:flex;justify-content:space-between;align-items:center}.ManageChannelsWrap .table{display:flex;flex-direction:column;border:1px solid #EBECF0;box-sizing:border-box;border-radius:4px;justify-content:space-between;margin-top:28px}.ManageChannelsWrap .table .table_header{padding:10px 30px;box-shadow:inset 0px -1px 0px #EBECF0}.ManageChannelsWrap .table .table_content{padding:10px 30px;box-shadow:inset 0px -1px 0px #EBECF0}.ManageChannelsWrap .table .table_child{padding:5px 30px;background:#F4F5F7}.ManageChannelsWrap .table .table_row{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-moz-flex-flow:row nowrap;flex-flow:row nowrap}.ManageChannelsWrap .table .table_row .table_row_item{display:flex;flex-grow:1;padding:0.5em;word-break:break-word}.ManageChannelsWrap .table .buttonWrap button{margin-left:10px}.mc__arrowRotate{transform:rotate(-90deg)}.tooltipWebinar{position:absolute !important;background:#041533;border-radius:2px;color:#fff;padding:5px 8px;font-weight:normal;font-size:10px;top:20px;left:79px;visibility:hidden}.tooltipHoverBlock:hover .tooltipWebinar{visibility:visible;cursor:pointer}.tooltipHoverBlock:hover{text-decoration:underline}.allocTable{margin-top:28px}.allocTable .rowStyle{border:1px solid #EBECF0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.allocTable .rowStyle>div{display:flex;padding:12px !important;border-bottom:1px solid #EBECF0}.allocTable .rowStyle>div:last-child{border:0}.allocTable .rowStyle>div.subRow{background-color:#F4F5F7}.allocTable .rowStyle>div.totalEstimateRow>div:first-child{width:80%}.allocTable .rowStyle>div.totalEstimateRow>div .dispIn{display:inline-block}.allocTable .rowStyle>div>div{width:20%;padding:0 16px;position:relative}.allocTable .rowStyle>div>div.targetWidth{widows:35px;padding:0 20px}.allocTable .rowStyle>div>div.targetWidth span:nth-child(2){margin-left:8px}.allocTable .rowStyle>div>div.numAlign{text-align:right}.allocTable .rowStyle>div>div.centerAlign{text-align:center}.allocTable .rowStyle>div>div:first-child{padding-left:20px}.allocTable .rowStyle>div>div i{margin:0 4px;cursor:pointer;position:absolute}.allocTable .rowStyle>div>div i.leftImg{left:-8px}.allocTable .rowStyle>div .addIcn>i{position:relative}.allocTable .rowStyle>div .linkBtn{padding:4px 8px;display:inline-block;background-color:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.allocTable .rowStyle>div .linkBtn:hover{background-color:#D6EFFF}.allocTable .rowStyle>div.tableHead{text-align:center}.allocTable .rowStyle>div .icnPop:hover+div{display:block}.allocTable .rowStyle>div .popupTip{display:none;background:#fff;position:absolute;top:25px;height:400px;padding:24px;z-index:1;width:600px;left:100px;box-shadow:4px 0 8px 0 rgba(0,106,194,0.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.allocTable .rowStyle>div .popupTip:before{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:10px solid #fff;display:block;margin-top:-32px;position:absolute;left:0}.allocTable .rowStyle>div .popupTip img{width:100%;height:100%;object-fit:contain}.editEstimate+div.popupInput{display:none}.editEstimate+div.popupInput .crossIcn{float:right;right:20px}.editEstimate:hover+div.popupInput{position:absolute;z-index:1;right:-50px;top:20px;width:270px;height:220px;background:#fff;padding:20px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);display:block;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.btnRightAlign{text-align:right}.btnRightAlign button{margin-left:12px}.allocTable.colSeven .rowStyle>div>div{padding:0 4px}.allocTable.colSeven .rowStyle>div>div:first-child{padding-left:12px;width:200px}.allocTable.colSeven .rowStyle>div>div.targetWidth{width:350px;padding:0 20px}.allocTable.colSeven .rowStyle>div>div.targetWidth span:nth-child(2){margin-left:2px}.arrowRotate{transform:rotate(-90deg)}

ul {
    list-style: none;
}
.textBold{
font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091E42;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.campLinking {
    width: fit-content;
    border: 1px solid lightgray;
    /* text-decoration: none; */
    /* padding-right: 20px; */
    box-shadow: 1px 3px 5px 4px #edebeb;
    margin-right: 10%;
    border-radius: 10px;
    float: left;
    padding: 10px 0;
}

/* .campLinking>li{
    border-bottom: 1px solid lightgray;
} */

.campLinking>li:hover {
    background-color: azure;
}

.campLinking>li>div {
    min-width: 300px;
    color: #999!important;
}

.textField {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    padding: 12px;
    width: 100%;
    min-height: 44px;
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #42526E;
    /* background: #fff;
        border: 1px solid #e1e8ec;
        
        padding: 5px 20px;
        position: relative;
        min-height: 58px; */
    /* width: fit-content; */
    /* min-width: 24%; */
    /* margin-top: 15px; */
}

/* .textField :focus{
    border: 1px solid red;

} */
.outlined{
    height: 55px;
    border-radius: 4px !important;
    border: 1px solid #8993A4 !important;
}
.outlinedDisabled{
    height: 55px;
    border-radius: 4px !important;
    border: 1px solid #ebecf0 !important;
}
.labelAtTop{
    position: absolute;
    top: -10px;
    background-color: #FFFFFF;
    line-height: 20px;
}
.textField>input[type='text'] {
    height: 20px!important;
    padding: 5px 0;
    font-size: 14px;
    color: #425572;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border: 0;
    box-shadow: none!important;
    /* font-weight: 600; */
    outline: none!important;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.slidinglabelFocus {
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 10px;
    color: #8992a4;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.slidinglabel{
    position: absolute;
    z-index: 0;
    font-size: 14px;
    color: #8992a4;
    top: 15px;
    left: 18px;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.height_1px {
    height: 1px;
    background-color: lightgray;
}

.c_999 {
    color: #999;
}

.alignCenter {
    text-align: center;
}

.alignCenterWebkit {
    text-align: -webkit-center;
}

.margin_lr_35 {
    margin: 0 35%;
}

.spacer_20 {
    height: 20px;
    width: 100%;
}

.width_30 {
    width: 100%;
}

.estimateHead {
    font-size: 22px;
    color:#383636;
    font-weight: 600;
}
.css-olu340 {
    background: transparent !important;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px solid;
    border-color: #123abc;
    border-bottom-color: transparent;
    display: inline-block;
    -webkit-animation: animation-s8tf20 0.75s 0s infinite linear;
    animation: animation-s8tf20 0.75s 0s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 50%;
    top: 30%;
}
@keyframes animation-s8tf20 {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        /* -webkit-transform: rotate(180deg) scale(0.8); */
        -ms-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }
    
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
  }

.searchList {
    z-index: 9;
    border: 1px solid #EBECF0;
    padding: 0;
    height: auto;
    background-color: white;
    box-shadow: 0px 8px 12px rgba(79, 82, 85, 0.2);
}

.searchUL{
    position: relative;
}

.web:hover{
        background:#ebecf0;
}


.searchList>li {
    text-align: left;
    padding: 2px;
    cursor: pointer;
}
.searchList>li:hover{
    background: #f1f0f0;

}

.align_left {
    text-align: left;
}

.pillsFont {
    font-size: 10px;
}

.transData {
    display: grid;
    border: 1px solid lightgray;
    padding: 11px;
    border-radius: 10px;
}

.transData>div:hover {
    background-color: lightslategray;
}

.sublistStyling{
    display: flex;
    cursor: pointer;
    margin-bottom: 8px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #42526E;
    display: block;
    text-align: left;
    vertical-align: middle;
    margin-left: 7px;
}

.textField1 {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    padding: 12px;
    width: 100%;
    min-height: 44px;
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #42526E;
    /* background: #fff;
        border: 1px solid #e1e8ec;
        
        padding: 5px 20px;
        position: relative;
        min-height: 58px; */
    /* width: fit-content; */
    /* min-width: 24%; */
    /* margin-top: 15px; */
}

.textField1>input[type='text'] {
    height: 20px!important;
    padding: 5px 0;
    font-size: 14px;
    color: #425572;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border: 0;
    box-shadow: none!important;
    /* font-weight: 600; */
    outline: none!important;
    position: relative;
    background-color: transparent;
    z-index: 1;
}
.mainWrapper .formSection .tableWrapper{min-width:150px;border:1px solid #EBECF0}.mainWrapper .formSection .tableWrapper .tableCell{width:30%;border-radius:4px}

.commonLabel{outline:none;margin:0;vertical-align:middle;cursor:pointer}.commonLabel div,.commonLabel i{display:inline-block;vertical-align:middle;margin-right:8px}.largePrimary{font-size:16px;line-height:24px;font-weight:600;color:#0078DB;display:inline-block;text-align:center;vertical-align:middle}.largePrimary i{width:24px;height:24px}.largeSecondary{font-size:16px;line-height:24px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.largeSecondary i{width:24px;height:24px}.largeWhite{font-size:16px;line-height:24px;font-weight:600;color:#fff;display:inline-block;text-align:center;vertical-align:middle}.largeWhite i{width:24px;height:24px}.regularPrimary{font-size:14px;line-height:20px;font-weight:600;color:#0078DB;display:inline-block;text-align:center;vertical-align:middle}.regularPrimary i{width:24px;height:24px}.regularSecondary{font-size:14px;line-height:20px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.regularSecondary i{width:24px;height:24px}.regularWhite{font-size:14px;line-height:20px;font-weight:600;color:#fff;display:inline-block;text-align:center;vertical-align:middle}.regularWhite i{width:24px;height:24px}.regularInformation{font-size:14px;line-height:20px;font-weight:400;color:#8993A4;display:inline-block;text-align:center;vertical-align:middle}.regularInformation i{width:24px;height:24px}.smallPrimary{font-size:12px;line-height:16px;font-weight:600;color:#0078DB;display:inline-block;text-align:center;vertical-align:middle}.smallPrimary i{width:16px;height:16px}.smallSecondary{font-size:12px;line-height:16px;font-weight:400;color:#42526E;display:inline-block;text-align:center;vertical-align:middle}.smallSecondary i{width:16px;height:16px}.smallWhite{font-size:12px;line-height:16px;font-weight:600;color:#fff;display:inline-block;text-align:center;vertical-align:middle}.smallWhite i{width:16px;height:16px}.smallInformation{font-size:12px;line-height:16px;font-weight:400;color:#8993A4;display:inline-block;text-align:center;vertical-align:middle}.smallInformation i{width:16px;height:16px}

.mainWrapper{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:0;margin:auto;max-width:1360px;font-size:13px;font-family:sans-serif}.justifyNormal{justify-content:normal}.leftSection{padding-left:20px;padding-top:32px}.stepper{width:293px;background-color:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;overflow:hidden}.stepper>div{padding:16px 16px;border-bottom:1px #EBECF0 solid}.stepper>div i{filter:grayscale(100%)}.stepper>div>div{width:90%;display:inline-block;vertical-align:middle;padding-left:12px}.stepper>div.active{border-left:4px #0078DB solid;background:#F0F9FF}.stepper>div.active i{filter:grayscale(0%)}.formSection{width:531px;padding:32px;display:inline-block}.formSection.becameRightColumn{width:calc(100% - 313px)}.formSection .regHead{margin-bottom:62px}.formSection .inputGroupLabel{margin-bottom:12px}.formSection .formGroup{margin-bottom:24px}.system-rules-formSection{padding:32px 48px;display:inline-block}.activeCampaign{padding:12px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;display:flex;justify-content:center;align-items:center;margin-right:20px}.activeCampaign>.spacer8{padding-right:16px}.activeCampaign>div{display:inline-block;flex-grow:8}.activeCampaign>div>div{display:inline-block}.activeCampaign>div:first-child{flex-grow:0}.activeCampaign>div:last-child{flex-grow:2}.activeCampaign>div:last-child div{display:block;text-align:right}.activeCampaign>div:last-child div div{display:inline-block}.viewCurrentStatistics{padding:16px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.viewCurrentStatistics>div{display:flex;justify-content:center;align-items:center}.viewCurrentStatistics>div>div *{display:inline-block;vertical-align:middle}.viewCurrentStatistics>div>div i{filter:1;-webkit-filter:grayscale(1);transform:scale(0.7, 0.7)}.viewCurrentStatistics>div>div:first-child{padding-right:24px}.viewCurrentStatistics>div>div:last-child{padding-right:0}.viewCurrentStatistics>div .button_TextSingleLine{white-space:nowrap;flex-grow:3;padding-left:16px}.viewCurrentStatistics .rightalign{justify-content:flex-end;align-items:flex-end}.viewCurrentStatistics .rightalign>div,.viewCurrentStatistics .rightalign>div:first-child,.viewCurrentStatistics .rightalign>div:last-child{padding:24px 0 0}.col_2_Box_5050{display:flex}.col_2_Box_5050>div{padding:16px;background:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.col_2_Box_5050>div:first-child{flex-grow:6;margin-right:20px}.col_2_Box_5050>div:last-child{flex-grow:4}.col_2_Box_stats{display:flex}.col_2_Box_stats>div:first-child{flex-grow:7;margin-right:20px}.col_2_Box_stats>div:last-child{flex-grow:3}.campaignIdBox{border-left:8px #FFC27A solid}.campaignIdBox>div{padding-bottom:4px}.campaignIdBox span{display:inline-block;padding-right:8px}.projectIdBox{display:flex;overflow-x:auto}.projectIdBox>div{padding-bottom:4px;margin-right:16px}.projectIdBox span{display:inline-block}.projectIdBox.elevation1::-webkit-scrollbar{display:none}.rightSection{width:370px;height:100vh;background-color:#F4F5F7}.creditTable{padding:24px 0;border:1px solid #F4F5F7;background:#fff;margin-bottom:1rem;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.creditTable>div{padding:12px 24px;justify-content:space-between;flex-wrap:wrap;display:flex}.creditTable>div:hover{background-color:#F4F5F7}.creditTable>div:last-child{border-top:1px dashed #EBECF0}.createCamBtn button{width:100%}@media (max-width: 1360px){.mainWrapper{justify-content:flex-start}.rightSection{position:absolute;right:0}}.alignCenter{text-align:center}.f_w_700{font-weight:700}.fs_12{font-size:12px}.c_999{color:#999}.icon_commonArrow{border:solid #8993A4;border-width:0 2px 2px 0;display:inline-block;padding:3px;height:8px;position:absolute !important;left:12px;top:4px;cursor:pointer}.icon_rotateDwn{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.icon_rotateRyt{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.dibfontWight{font-weight:600 !important;display:inline-block !important}.fcsBorderClr{border-color:#1387e7 !important}.omniInputInCMT__container{border:4px solid #8993A4;padding:10px;margin-top:20px}#channels_options.channels-options{display:flex}#channels_options .channel{height:44px;padding:10px;margin:0px 5px;cursor:pointer}#channels_options .channel-name{height:20px;size:14px;font-weight:400;line-height:20px;margin-left:10px}#channels_options .activeChannel{border-bottom:4px #0078DB solid}#channels_options .activeChannel i{filter:grayscale(0%)}#system_rules .sytem-rules-content{padding-top:15px}#system_rules .sytem-rules-text-field-wrapper{margin:20px;display:flex}#system_rules .sytem-rules-text-field-label{margin-right:10px;width:300px;display:flex;justify-content:flex-start;align-items:center;font-weight:600}#system_rules .sytem-rules-text-field{width:200px}#system_rules .sytem-rules-text-field-unit-text{margin:0px 10px;width:100px;display:flex;justify-content:flex-start;align-items:center;font-weight:600}#system_rules .sytem-rules-footer{text-align:end}.channel_header{border-radius:10px;padding:24px;background-color:#ffffff}.channel_container{border-radius:10px;padding:24px 30px;background-color:#ffffff;margin-top:26px}.batchLink{color:#0078DB;font-size:10px;font-weight:600;font-family:Open Sans;cursor:pointer}.disableLink{color:#39393a;font-size:10px;font-weight:600;font-family:Open Sans}.successBar{background-color:#D7F2E3;border-radius:2px 0px 0px 2px}.failureBar{background-color:#FFDEDE;border-radius:0px 2px 2px 0px}.barText{color:#317A36;font-size:12px;font-family:Open Sans;font-weight:bold}.outerTableCellsHead{text-align:center;position:relative;font-size:0.75rem !important}.table_container{max-height:300px;padding-right:5px}.tableCell{font-size:0.75rem !important;padding:5px 10px !important;border:1px solid #e0e0e0 !important;min-width:150px;text-align:center;white-space:nowrap}.tableInnerCell{font-size:0.75rem !important;padding:5px !important;border:none !important;min-width:110px;text-align:center}.tableOuterCell{font-size:0.75rem !important;padding:5px !important}.recomStatus{border-radius:5px;color:white;font-size:14px;padding:5px;font-weight:600;text-align:center}.recommended{background-color:#9dc3e6}.scheduled{background-color:#a9d18e}.sent{background-color:#00b050}.missed{background-color:#ff0000}.graphTitle{font-size:12px;font-weight:bold;font-family:Open Sans}#manualSchContent .mui-input-label-default-style{transform:translate(14px, 20px) scale(1) !important}#manualSchContent .mui-input-label-updated-style{transform:translate(14px, -5px) scale(0.75) !important}#manualSchContent .manual-schedule-text-field-label{width:100%;display:block;font-weight:600;margin-right:0px}#manualSchContent .manual-schedule-text-field{width:196px;min-width:195px;height:55px;border:1px solid rgba(0,0,0,0.87);border-radius:4px}#manualSchContent .manual-schedule-text-field-scheduled{width:196px;min-width:195px;height:55px;border-radius:4px}.contentTable{height:420px;overflow:auto;margin-bottom:20px;padding-right:6px}.contentTable::-webkit-scrollbar{width:5px}.manual-schedule-content{margin-top:10px}.targetCountLabel{font-size:14px;font-weight:600}.targetCountLabelDisabled{font-size:14px;font-weight:600;color:rgba(0,0,0,0.54)}.limitsLabel{min-width:50px;border-radius:10px;border:1px solid #c6c6c6;padding:5px;box-shadow:3px 2px 1px rgba(0,0,255,0.2);text-align:center}.limitsHeader{padding:5px;font-weight:500}.formControl-notchedOutline{border-color:rgba(0,0,0,0.87) !important}.formControl-label{color:black !important}.textField-manual-schedule{border-color:rgba(0,0,0,0.87) !important;border-radius:4px}.fs_13{font-size:13px !important}.width_100{width:100%}#system_rules_city_list .mui-input-label-default-style{transform:translate(11px, 20px) scale(1) !important;font-size:14px}#system_rules_city_list .mui-input-label-updated-style{transform:translate(11px, -5px) scale(0.75) !important;font-size:14px}.sr-mui-menu-item-gutters{display:flex !important;justify-content:left !important;padding:0px 10px !important;font-size:14px}#city_dropdown{font-size:14px}.listSubHeader{line-height:35px !important;font-size:13px !important;padding:10px 20px 0px;background-color:white !important;margin-left:0px}.system__rules__lookAlikeTable .table__container{width:100%}.system__rules__lookAlikeTable .table__container .tableRows{box-shadow:inset 0px -1px 0px #EBECF0}.system__rules__lookAlikeTable .table__container .tableRows .tableHeadings{height:50px;width:50px;border:1px solid #EBECF0;padding:10px;text-align:center;min-width:70px}.system__rules__lookAlikeTable .table__container .tableRows .tableItems{height:116px;width:50px;border:1px solid #EBECF0;padding:10px;text-align:center;vertical-align:middle}

.campaignEstimate{border:1px solid #EBECF0;background-color:#fff;padding:24px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.campaignEstimate .dispIn{display:inline-block}.campaignEstimate .updatedBlock{display:inline-block;vertical-align:bottom;margin-left:24px}.campaignEstimate .ddBlock{display:inline-block;vertical-align:bottom;margin-left:45px}

.rightSection{width:370px;background-color:#F4F5F7;align-self:flex-start;height:100%;min-height:100vh;padding:32px;position:sticky;position:-webkit-sticky;top:0px}.textCenter{text-align:center}.textCenter>div{text-align:center}.textSection{padding:0 32px;margin-top:32px}.textSection .subText{margin-top:8px}.contentWrap{text-align:center;position:relative;top:0}.contentWrap img{max-width:100%}.helpWrap{height:200px;width:100%;background-color:red}.campTupleCont{background-color:#fff;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;border:1px solid #EBECF0}.campTupleCont>div{text-align:left;padding:16px}.campTupleCont>div.offerInfo{padding:20px}.campTupleCont>div.offerInfo .listStyle>*{display:inline-block;vertical-align:middle}.campTupleCont>div.offerInfo .listStyle>div{width:85%;margin-left:12px}

.allocTable{overflow-x:auto}.allocTable .rowStyle{border:1px solid #EBECF0;width:fit-content;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.allocTable .rowStyle>div{display:flex;padding:20px;border-bottom:1px solid #EBECF0}.allocTable .rowStyle>div:last-child{border:0}.allocTable .rowStyle>div.subRow{background-color:#F4F5F7}.allocTable .rowStyle>div.totalEstimateRow>div:first-child{width:80%}.allocTable .rowStyle>div.totalEstimateRow>div .dispIn{display:inline-block}.allocTable .rowStyle>div>div{width:200px;padding:0 16px;position:relative;text-align:center}.allocTable .rowStyle>div>div.targetWidth{width:220px;padding:0 12px}.allocTable .rowStyle>div>div.targetWidth span:nth-child(2){margin-left:8px}.allocTable .rowStyle>div>div.centerAlign{text-align:center}.allocTable .rowStyle>div>div:first-child{padding-left:20px}.allocTable .rowStyle>div>div i{margin:0 4px;cursor:pointer;position:relative}.allocTable .rowStyle>div>div i.leftImg{left:-8px}.allocTable .rowStyle>div .addIcn>i{position:relative}.allocTable .rowStyle>div .linkBtn{padding:4px 8px;display:inline-block;background-color:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.allocTable .rowStyle>div .linkBtn:hover{background-color:#D6EFFF}.allocTable .rowStyle>div.tableHead{text-align:center}.allocTable .rowStyle>div .icnPop:hover+div{display:block}.allocTable .rowStyle>div .popupTip{display:none;background:#fff;position:absolute;top:25px;height:400px;padding:24px;z-index:1;width:600px;left:100px;box-shadow:4px 0 8px 0 rgba(0,106,194,0.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.allocTable .rowStyle>div .popupTip:before{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:10px solid #fff;display:block;margin-top:-32px;position:absolute;left:0}.allocTable .rowStyle>div .popupTip img{width:100%;height:100%;object-fit:contain}.allocTable.colSeven .rowStyle>div>div{padding:0 4px}.allocTable.colSeven .rowStyle>div>div:first-child{padding-left:12px;width:200px}.allocTable.colSeven .rowStyle>div>div.targetWidth{width:255px;padding:0 2px}.allocTable.colSeven .rowStyle>div>div.targetWidth span:nth-child(2){margin-left:2px}.moreClm{width:16% !important;padding:0 !important}.popupInput{position:absolute;z-index:3;right:-20px;top:20px;width:300px;height:220px;background:#fff;padding:20px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);display:block;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.btnRightAlign{text-align:right}.btnRightAlign button{margin-left:12px}.tableStyle{overflow-x:auto;max-height:615px}.dateText{color:#0078DB;font-size:12px;font-weight:500}.tableHeadFix{z-index:3;position:sticky !important;top:0;background-color:white}.bodyFix>div:first-child{z-index:2;position:sticky !important;left:0;background-color:white;width:160px !important}.subRowBodyFix>div:first-child{z-index:1;position:sticky !important;left:0;background-color:#F4F5F7}.text-field{height:24px;min-height:36px;font-size:12px;padding:4px 8px;width:120px}.textFieldAlign{display:flex;justify-content:center}.omniDetails{position:absolute;z-index:10;left:210px;top:-2px;width:210px;height:52px;background:#fff;padding:20px 16px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);display:block;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.omniText{text-align:left;font-size:13px;white-space:nowrap;font-weight:600}.infoIcon{cursor:pointer;margin-left:5px}

.headerWrapper{background-color:#005CA8;box-shadow:0 3px 8px 0 rgba(0,106,194,0.2);width:100%;height:72px;display:flex;align-items:center;z-index:2;position:relative}.headerWrapper .logo{font-size:100%}.headerWrapper .iconWhite{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANIAAABICAMAAAC0ultVAAAC/VBMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ikRTKAAAA/nRSTlMABf2f/LoCAQPF/vgjKGkRNlwd9uX79w3aUMZmBhTjt/ky3VOUEDX07XBHNwRowVgS4Az6808xp4ELDk7sEweheQ/rsPUlLOcIRBjZQngc5q3yrMlajLWKGuLwIHoX7xtk0MvhpMjfg8PNVMIr8Y8kCjDH6Jsz1C7bQF46f+R1tBlnCSYqzIiifLktVdKzIThthpBSk9OeZV2ZhY0VP96Rc0ZKe1ulX8Aei9dWbz7qxJXuImOHQ792V653SdxLu2CyNCc7Qb05r6CcpoCxvima2LiEWT2d6XEvTZijtmph1bzOq8rPl25sqYkWa37RqkVyklE8qGJ01n2CSJaOH8zkeysAAA1ASURBVHja7dl3XBNpHsfxbyImGJBIRwSkSBNQBBcWEKQLiCDKqoiA2Hvvva5l7X1de1/r6a5l7WWt23vv9bbc9r3+e90k8zwzk8wQ8O6P4+7l+z8gPJlP5uF5nhD8H1s4J+flMr1nqf+GNB006C6MGeblo68OzdnbHP8Ljp0hWdSsBNgp6DaRZIML0dgteIlslRbDxuRpZKt7Fhq1LH+yp18DhT0+ZC90FRox3UHS0AqSWy6ktqMGjdfTpMW7BZisINIyzIDGqrkTafLLgGgdaZuDxmoQcStH5E/dN5I49uf0TTAxfYe+vnDmc52kL81onMz8D0V/BRbGTGJKdbCYQ8zhGljMW0zMc2icXiPmj2DGEJMGi2YkcsmDaJsXiQYaoeKbN7m4ePLYDNQtyzVivGs46maeHHLIbujUsS2aBzpDm3PAgpQFAQZwX5DIMxXMuIEk+pP18d4kehzcOWKOwcaizOeHmMgqcXibGGiYOWsYm8ddbn53jV330s4W52E1NTmbBLsgGftWU09xxfL/a4Qqv3/OEDbLLubMGWVzE25D0o1EUUYA24gpBGfgzUMhi/+L/XZc+zrstB1ANkKjU9kl8GdLv81ekwNgDi0xkcKyGCiEjwkmG0O+mwfMJtFSSPKIWQXgFDFmSHaS6CAksyJJxdQbSqm9SCVCTqIXAdeuxFyCaL6P/aCKC13dhVS88+FJoqcgqyZRWwCLSOQDmTuJRkPSj7T8ETKPFaRyGIqkzajMJo7djOdI7T0DRMvLSG1iLPiu1B6yl0l0BcByPgshKyQmAFzWaNKSBs43lNS6KZPuGEaSxNXBCzWLzf9a0rAW4JfSH7KNJMoE0JwveJBtJya8vjPIFAOY90hNX6JM2sGGkEeO8CYt+mL+wqrpK4EOJHoUEh2/oVsBVBJTAkl/YgIh+caTBH+eFHfpxvrMCuJOQ7SeZLmhpYlkcRksScUbAl1XYmbHtfBd1L4dMQNg8SQxn//4zt/2nc2JIsH7APjG2ROSEcQ8AaCImC2QHCSmCrINFJq5EKKUZ8julepJ3NctAOhi/uJH5F5HkjdNhKA9Mb3iYWGQ5mExBHNJNDwWVrF77gXTQwBeIqYFmPQhxGwAoPPmzUYwB4ibB1nJHgMkVX1JdAJWMYpjFrf6p3HqJJ9JLfvojFWjIDhBouwsMD1I9CsEw1QbJra95QzgQ2nax8OqZjFxYyAYTsxeft4IJq4IdblNoouwmkRMZyipkprOg2QUMR+AO8WeeiIEy/ghxhe2SpyICS1PBSq7Rdmtwa8St/+aEbrt3Un2DerSm59tYXWYRE4eDpN6GCBzIyYejDx/FwLYT8zifNhSXmJfT2Lk04GHE0m8o/SklI66zOENsDCbSHQGjpIGjoNCZxJ1gGwJicIALCVO/94oKN3SU112ycNo84UdnUfS7iMz5h89v8wmaTcxmQ6T4qDE17tmLWR8Am8GsJpkptZ7jJA9QnYS3WxOFPFeZOdyMokyoJDw2hufBBNnk/QbMQ85TKqCkgtx2nu08RNS6vpBAbgMPiR3NM12759uN3iXEnYPXIyQVC7xJEadtIuYqY6SQqG0gBxYC8HbkXbX9W0smNTWpLQV80mUBNHpk6QwcTw/XkyB5DzL1k4aSswqR0kToDSPNCm3u2dHk63afDDG+V7EzX4M2Gl/OOgzyIm45z0Qy+ZXd3DriBwl7SSmyFFSUyhdrz8JriPJVsdicAFpbUZenD1t5N9b6gCwk4cXZCVHP60dWDHl6t4XFUfZTDBhpFC2cVlO8mKbpEeJqWx4kofjJKZ9V7um69CSkCi9q9X2o9272lgv4gbvS9dYxDOJWd7wpHHEDG+iNgKcc/sBpHQGWspJ5IY6+LPjZwFExcS5ae9LHxCT1vAkuMgHHseOrTSRLA9qfIs2zYO2CL7Xg3mCmDbgHrZJeoyYfveRFCqtGvV6+ypJZkDNnUQjoc3oT6Ij8mmSiQH3qU1SHvExG5wkb/GRBtRvtxcxs6CyqFq6Ym1rSeSlA8PPxN4F4A7bJBn5wVyf1/Ckp4j5EA1wKld6R2QvgucOiYUW46vyDs6140kBYNLIJgkfS1sAFLZfcpR0ykSi7HQ0wNw6krK2uhDTHloihhFTsQBcjv17rnAvu6RWxP3DWRrqa4p2lISVxPTQQcH3yzuwaNJvGxSakug7AOYwVyMEAdcPDMol7iYkM7dnwSL+l8wBJFkP9UY7OEGc2DvILimhI3HDf3NNSc+78OpwonqSbhDnHwMm69z+MvJnDYlNv/0nmLZOJDog/sPEOzu0Q7aeFLL7QNKGKNJr2mx+VeqldQRxb/ZuNX9nO5I5SWOo1JuEXiT58+Ozzg79KSfURAKeZFH6/NA15e7dXjERs0hMUom8BWWSWtMMyMyRpE1OCg/6N5LSO5AmnqTle2gnVU+H46RXUqC0k+wNWMuTmB9M95+Eybn3m2Q6rZ30fR4cJumfdIYN8xCy9XJgkRNL4tyD7z8J4zvcZ1ImtJL6no+Fw6TPYtRP/SYp1XoAc3kSV5xN9vbVl4TAuaR2ua4knzhoJK34PRVwkOTzTCE0HHqBJN5/1QEIs09CwtJqUjoTA1WSWoxdlGnwlgBYFM51IhsuS1whqul5XG99bOmETa0WQu3brpFiTddXnk5LQB22v9s1mGh06Mr+VbAIeO5hwSwopVx45LPZLtahcvq5gnnqYdEMaKtxf2NFl0TLb81+4d0rRZCYHxrzwhAXEuiPD358nxlKRgEcMFqgXr4ZaICUVGfcP19fQ93XhgceeOCBBx544IH/TEQ47C2vMCAhOgWSynwolSQZYZEfD7UXA8GEh4Qk5QXgPxMoDOIai3pNDzKCcdb42CeEnBFBkyG5OQxKT5IbLDq4w55uA7mBaUl9y/S5G+4rqhB2Wpn6lplGbzVAJT4JCm2p3iSsgiz7Syg9Ul12SDupZEI7P0WSMwpec+mNhguvViV1AlLi9Lug4vYHR0mFHulHzrY0QOAa3W1mEjkjtTwBMB77IHo74OoTD8REdztiZndp0+LWUpJu/d4vx4LZ/K7uI5sk4As/oKU58KuzRuDa791OQzC9sspt7yUjBIGbl653BnAuZV70mtRHfMrLR5XXQBDxN54keOYEgG1PLb0SDsCjEK9nTl80/HJ5uQ6GZ786OlMjqd2mwzn7qz82AusTLzfx60HOaE6uwKSB95J9NuDGXuAPxzt3nrKJ3aV7UxNnsKSijTs29XJxg8TPLunVCiCoVcXHPYC/R/5pUKeVOqB1csUz9zpeNQAtTja7E3SiAPCcUfpKkwP+3snJbT8fA8FHvRVJkwZYPiNrdnfx8RAgbEW/oKtb7pZOS04eh+TQQV8Hr9VIcrkOTKWZiI16Asi4yZPiDcBviRkAMvTFAHQsqQeGRlWJSV9PyADOOb1YV9KCjfeEpLIbAEb45ANV2f2EJM/rQJLeHYZp6wDz8fNCUqe3AbTvCMAtOwBIokVykrliHQomPg1gk58BYcEfFwDoZZ146Ubgy45GddJtCE5uwSHysAzMkwBLaREAY9B+M7gnuyPgox7WpILE9hBcHKqZdDS6t9+OQ0LSHevs6QHBo4eFpJUQLPsUt6gGwJKDQtI/wJNSI0cAT/SE1fzcNW+NGbgiEHtMZgBj6QbCaDzEJGYmJaiTdkLQpT/yPSFYzZOOdf58YBT1gWD8gNw7IXx56A6s1odZkvIoyTp8smZS65VNNqdASDoKQe1WCK54C0lfQLChJ2aQlyByo5C0RUrCpPdhKI1jy0Pi+1fvzggAvnoTAkPiAYQ5OctJhYNqK06SrzqpN0saVQZBC5Z0xPv3PN9rYhIwM9kpWk7CmInx09zhQb9AsGxQHRNPFBQHQc91EGwOFpLuQvDuBGzR5zcXrBKSHpOTIpz6FPqESyueaHMkBLF6d4S5QEr6MHiNa8J0R0klNhOv120A63kS8Fa1ImlcaOdadzhHfWX9cLNfA5LuHoSgzSdC0khrYmdMpghY8KRzubD4ZNcbybBLWk1jASRRCE+a+wWAdu8BmOEoyVDxhgHmwSxp0GADAgdYk5zfBrDLS5GEYlNHd2DtkCLgbK4HUjadricpwukdYHlknJCk3wP8TLuBwYOLALN0l16nhRDE+Ufttk8yDv9Uh4z3B4AnveRvBHJuGlE0xVESfum0w//4jywp6eTFExO3BFuSCnI7nFlxMkxaHiwmkZCUMShy2MtR7wBJ9FI9Sfiw4+cTXNYZhaRf/T76zGktAI/PXDZOS4zjSc4Tol6YD/h2DDLYJ2HV96UH31xRKSVdi5xyouTW6K7NuuwzsSQmJAtYWAPB8nQAuj4eCxBvREFIAGC+kLYN+ToIEqaPmJ4AUc0pWIwLiYdg7M8/pAAwlnvAYlQgmKwQMPnse+EXWlof1PqngGfDXGFhnPxYmgeA8eGw0D37cxWAKVvBBE4FZ4wZsdpSGj4eVkVpP8Qi/dI76ZhqgG8I/qtat4FDMaaxaPwanmQMHFW7H/9XSeM8fX5Nxf8ao9Hxj/Fv+xe5KTjvDSvulgAAAABJRU5ErkJggg==");background-repeat:no-repeat}.headerWrapper .logoIcon{background-position:0 0;width:105px;height:36px;vertical-align:middle;background-size:100%;display:block}.headWidthSet{width:1250px;margin:auto;display:flex;align-items:center;justify-content:space-between}.headWidthSet.appDownlaod{justify-content:space-between}.projectChange{margin-left:80px;position:relative;cursor:pointer}.projectChange>div{display:inline-flex;align-items:center}.searchWrapper{background-color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2);width:510px;height:48px;margin-left:32px;position:relative}.searchWrapper.widthExpend{max-width:900px;width:auto;border-radius:4px 4px 0 0}.searchWrapper .searchAccWrap>div>div>div:nth-child(2)>div{display:inline-block;margin-right:16px}.searchWrapper>div>input{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;width:auto;display:inline-block;border:none;padding:12px 16px;height:100%;outline:none}.searchWrapper>div>.iconSearch{position:absolute;right:20px;top:50%;transform:translate(0, -50%);background-color:#fff}.searchWrapper>.heightCollapse{height:0;overflow:hidden}.searchWrapper>.heightExpend{height:auto;width:100%;background-color:#FFFFFF;border-radius:0px 0px 4px 4px;box-shadow:0 8px 8px 0 rgba(0,106,194,0.2);position:relative;z-index:10}.searchWrapper>.heightExpend>.filterTag{padding:16px 24px}.searchWrapper>.heightExpend>div>div>.searchFilterHead{display:flex;justify-content:space-between}.searchWrapper>.heightExpend>div>div>.searchFilterHead>div:last-child{cursor:pointer}.searchWrapper>.heightExpend>div>div>.filtertag>div{margin-right:8px;margin-top:16px}.searchWrapper>.heightExpend>div>div>.filtertag>div:last-child{margin-right:0}.searchWrapper>.heightExpend>div>.checkboxFilterWrap{margin-top:0;height:0;overflow:hidden;transition:all 1s ease}.searchWrapper>.heightExpend>div>.checkboxFilterWrap.checkBoxSlide{height:300px;margin-top:24px}.searchWrapper>.heightExpend>div>.checkboxFilterWrap.rangeSliderBox{height:215px;margin-top:24px}.searchWrapper>.heightExpend>div>.checkboxFilterWrap>.filtertag{display:flex}.searchWrapper>.heightExpend>div>.checkboxFilterWrap>.filtertag>div{margin-right:16px !important}.searchWrapper>.heightExpend>div>.buttonSection{margin-top:24px;padding-top:12px}.searchWrapper>.heightExpend>div>.buttonSection>button{margin-right:24px}.menuSection{margin-left:140px;display:flex;align-items:center;justify-content:end}.menuSection>div{display:flex;margin-left:4px}.menuSection>div>div{margin-left:12px}.ProjectDropDown{position:absolute;top:28px;background:#fff;left:-70px;background-color:#FFFFFF;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);width:130px;display:inline-block !important;padding-bottom:8px}.ProjectDropDown>.grouptext{padding:12px}.ProjectDropDown>ul>li{padding:4px 32px}.ProjectDropDown>ul>li:hover{background-color:#F4F5F7;cursor:pointer}.autoSuggestion{height:0;width:100%;overflow:hidden;transition:all 1s ease}.autoSuggestion.autoSuggSlide{height:300px}.autoSuggestion li{padding:4px 24px;cursor:pointer}.autoSuggestion li:hover{background:#EBECF0}.showMenu{padding:2px}.showMenu.showMenuBorder{border-bottom:1px solid #EBECF0}.searchTag{margin-left:4px;display:inline-block}.searchTag>div{margin-right:2px}.dealer_container{position:relative;z-index:10}.dealer_container .dealerBox_wrapper{padding-left:11px;background:transparent;position:absolute;right:-227px;display:none;top:0}.dealer_container .dealerBox_wrapper .dealerBox{background-color:#FFFFFF;border-radius:4px;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);width:216px;height:154px;display:flex}.dealer_container .dealerBox_wrapper .dealerBox div{width:50%;margin-top:22px;margin-bottom:13px;position:relative}.dealer_container .dealerBox_wrapper .dealerBox div:first-child span{padding-left:16px}.dealer_container .dealerBox_wrapper .dealerBox div:first-child::after{width:2px;background:#F4F5F7;position:absolute;content:'';height:110%;top:-10px;bottom:-4px;right:0}.dealer_container .dealerBox_wrapper .dealerBox div:last-child span{padding-left:20px}.dealer_container .dealerBox_wrapper .dealerBox div .dealer_options{margin-top:16px;padding:4px}.dealer_container .dealerBox_wrapper .dealerBox div .dealer_options.dealer_option_first{margin-top:4px}.dealer_container .dealerBox_wrapper .dealerBox div .dealer_options:hover{background-color:#F4F5F7;cursor:pointer}.dealer_container:hover .dealerBox_wrapper{display:block}

html,body{overflow-x:hidden}body{font-size:1rem;padding:0;margin:0}*{box-sizing:border-box}html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,address,em,img,b,u,i,center,ol,ul,li,form,label,table,tbody,thead,tr,th,td,aside,footer,header,nav,section{margin:0;padding:0;border:0;vertical-align:baseline;font-weight:inherit;font-size:inherit;font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"),local(OpenSans-Regular),url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}.wrapper_web{width:1269px;margin:auto}.threeCol{display:flex}.threeCol .leftSideWrapper{padding-top:40px}.threeCol .centerSideWrapper{width:635px;padding-top:40px}.threeCol .rightSideWrapper{width:371px}::-webkit-input-placeholder{text-align:left;color:#8993A4}:-moz-placeholder{text-align:left;color:#8993A4}::-moz-placeholder{text-align:left;color:#8993A4}:-ms-input-placeholder{text-align:left;color:#8993A4}.twoCol{display:flex}.twoCol .leftSideWrapper{padding-top:40px}.twoCol .rightSideWrapper{padding-top:40px;width:calc(100% - 341px)}.twoCol .ml{margin-left:65px}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"),local(OpenSans-Regular),url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}


.iconS_web_16{background:url("https://sellers.99acres.com/static/img/webinar/Webinar_Sprite.png");width:16px;height:16px;background-size:256px 64px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_web_16.icon_calender{background-position:0 0}.iconS_web_16.icon_time{background-position:-16px 0}.iconS_web_16.icon_videoGry{background-position:-32px 0}.iconS_web_16.icon_feedback{background-position:-48px 0}.iconS_web_16.icon_deals{background-position:-64px 0}.iconS_web_48{background:url("https://sellers.99acres.com/static/img/webinar/Webinar_Sprite.png");width:48px;height:48px;background-size:384px 96px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_web_48.icon_upcomingWeb{background-position:0 -24px}.iconS_web_48.icon_book{background-position:-48px -24px}.iconS_web_48.icon_join{background-position:-96px -24px}.iconS_web_48.icon_startLive{background-position:-144px -24px}

.iconS_PPF_16{background:url("http://uimocks.infoedge.com/share/hp/src/designSystem/images/PPF.png");width:16px;height:16px;background-size:272px 133.33px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPF_16.icon_recents{background-position:-120px -24px}.iconS_PPF_16.icon_upArrow{background-position:-144px -24px}.iconS_PPF_16.icon_bgCross{background-position:-168px -24px}.iconS_PPF_16{background:url("http://uimocks.infoedge.com/share/hp/src/designSystem/images/PPF.png");width:16px;height:16px;background-size:272px 133.33px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPF_20{background:url("http://uimocks.infoedge.com/share/hp/src/designSystem/images/PPF.png");width:20px;height:20px;background-size:340px 166.68px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPF_20.icon_getlocation{background-position:0 0}.iconS_PPF_20.icon_tip{background-position:-20px 0}.iconS_PPF_20.icon_uploadIcon{background-position:-40px 0}.iconS_PPF_20.icon_camIcon{background-position:-60px 0}.iconS_PPF_20.icon_editIcon{background-position:-80px 0}.iconS_PPF_20.icon_calender{background-position:-100px 0}.iconS_PPF_20.icon_locationIcon{background-position:-120px 0}.iconS_PPF_20.icon_selecrtedTick{background-position:-140px 0}.iconS_PPF_20.icon_visiableIcon{background-position:-160px 0}.iconS_PPF_20.icon_callIcon{background-position:-180px 0}.iconS_PPF_20.icon_lockIcon{background-position:-200px 0}.iconS_PPF_20.icon_delIcon{background-position:-220px 0}.iconS_PPF_20.icon_keyIcon{background-position:-240px 0}.iconS_PPF_20.icon_hoardIcon{background-position:-260px 0}.iconS_PPF_20.icon_selctedDateIcon{background-position:-280px 0}.iconS_PPF_20.icon_clickCameraIcon{background-position:-300px 0}.iconS_PPF_20.icon_selectedHome{background-position:-320px 0}.iconS_PPF_20.icon_whiteStar{background-position:0 -20px}.iconS_PPF_20.icon_selectStar{background-position:-20px -20px}.iconS_PPF_20.icon_dropDownWhite{background-position:-40px -20px}.iconS_PPF_20.icon_plusIcon{background-position:-60px -20px}.iconS_PPF_20.icon_subtractIcon{background-position:-80px -20px}.iconS_PPF_20.icon_recents{background-position:-100px -20px}.iconS_PPF_20.icon_upArrow{background-position:-120px -20px}.iconS_PPF_20.icon_bgCross{background-position:-140px -20px}.iconS_PPF_24{background:url("http://uimocks.infoedge.com/share/hp/src/designSystem/images/PPF.png");width:24px;height:24px;background-size:408px 200px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPF_24.icon_getlocation{background-position:0 0}.iconS_PPF_24.icon_tip{background-position:-24px 0}.iconS_PPF_24.icon_uploadIcon{background-position:-48px 0}.iconS_PPF_24.icon_camIcon{background-position:-72px 0}.iconS_PPF_24.icon_editIcon{background-position:-96px 0}.iconS_PPF_24.icon_calender{background-position:-120px 0}.iconS_PPF_24.icon_locationIcon{background-position:-144px 0}.iconS_PPF_24.icon_selecrtedTick{background-position:-168px 0}.iconS_PPF_24.icon_visiableIcon{background-position:-192px 0}.iconS_PPF_24.icon_callIcon{background-position:-216px 0}.iconS_PPF_24.icon_lockIcon{background-position:-240px 0}.iconS_PPF_24.icon_delIcon{background-position:-264px 0}.iconS_PPF_24.icon_keyIcon{background-position:-288px 0}.iconS_PPF_24.icon_hoardIcon{background-position:-312px 0}.iconS_PPF_24.icon_selctedDateIcon{background-position:-336px 0}.iconS_PPF_24.icon_clickCameraIcon{background-position:-360px 0}.iconS_PPF_24.icon_selectedHome{background-position:-384px 0}.iconS_PPF_24.icon_whiteStar{background-position:0 -24px}.iconS_PPF_24.icon_selectStar{background-position:-24px -24px}.iconS_PPF_24.icon_dropDownWhite{background-position:-48px -24px}.iconS_PPF_24.icon_recents{background-position:-120px -24px}.iconS_PPF_24.icon_upArrow{background-position:-144px -24px}.iconS_PPF_24.icon_bgCross{background-position:-168px -24px}.iconS_PPF_32{background:url("http://uimocks.infoedge.com/share/hp/src/designSystem/images/PPF.png");width:32px;height:32px;background-size:544px 266.66px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPF_32.icon_getlocation{background-position:0 0}.iconS_PPF_32.icon_tip{background-position:-32px 0}.iconS_PPF_32.icon_uploadIcon{background-position:-64px 0}.iconS_PPF_32.icon_camIcon{background-position:-96px 0}.iconS_PPF_32.icon_editIcon{background-position:-128px 0}.iconS_PPF_32.icon_calender{background-position:-160px 0}.iconS_PPF_32.icon_locationIcon{background-position:-192px 0}.iconS_PPF_32.icon_selecrtedTick{background-position:-224px 0}.iconS_PPF_32.icon_visiableIcon{background-position:-256px 0}.iconS_PPF_32.icon_callIcon{background-position:-288px 0}.iconS_PPF_32.icon_lockIcon{background-position:-320px 0}.iconS_PPF_32.icon_delIcon{background-position:-352px 0}.iconS_PPF_32.icon_keyIcon{background-position:-384px 0}.iconS_PPF_32.icon_hoardIcon{background-position:-416px 0}.iconS_PPF_32.icon_selctedDateIcon{background-position:-448px 0}.iconS_PPF_32.icon_clickCameraIcon{background-position:-480px 0}.iconS_PPF_32.icon_selectedHome{background-position:-512px 0}.iconS_PPF_32.icon_whiteStar{background-position:0 -32px}.iconS_PPF_32.icon_selectStar{background-position:-32px -32px}.iconS_PPF_32.icon_dropDownWhite{background-position:-64px -32px}.iconS_PPF_32.icon_recents{background-position:-160px -32px}.iconS_PPF_32.icon_upArrow{background-position:-192px -32px}.iconS_PPF_32.icon_bgCross{background-position:-224px -32px}.iconS_PPF_48{background:url("http://uimocks.infoedge.com/share/hp/src/designSystem/images/PPF.png");width:48px;height:48px;background-size:816px 400px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPF_48.icon_getlocation{background-position:0 0}.iconS_PPF_48.icon_tip{background-position:-48px 0}.iconS_PPF_48.icon_uploadIcon{background-position:-96px 0}.iconS_PPF_48.icon_camIcon{background-position:-144px 0}.iconS_PPF_48.icon_editIcon{background-position:-192px 0}.iconS_PPF_48.icon_calender{background-position:-240px 0}.iconS_PPF_48.icon_locationIcon{background-position:-288px 0}.iconS_PPF_48.icon_selecrtedTick{background-position:-336px 0}.iconS_PPF_48.icon_visiableIcon{background-position:-384px 0}.iconS_PPF_48.icon_callIcon{background-position:-432px 0}.iconS_PPF_48.icon_lockIcon{background-position:-480px 0}.iconS_PPF_48.icon_delIcon{background-position:-528px 0}.iconS_PPF_48.icon_keyIcon{background-position:-576px 0}.iconS_PPF_48.icon_hoardIcon{background-position:-624px 0}.iconS_PPF_48.icon_selctedDateIcon{background-position:-672px 0}.iconS_PPF_48.icon_clickCameraIcon{background-position:-720px 0}.iconS_PPF_48.icon_selectedHome{background-position:-768px 0}.iconS_PPF_48.icon_whiteStar{background-position:0 -48px}.iconS_PPF_48.icon_selectStar{background-position:-48px -48px}.iconS_PPF_48.icon_dropDownWhite{background-position:-96px -48px}.iconS_PPF_48.icon_recents{background-position:-240px -48px}.iconS_PPF_48.icon_upArrow{background-position:-288px -48px}.iconS_PPF_48.icon_bgCross{background-position:-336px -48px}.iconS_PPFDesk_24{background:url("../images/ppfDeskSprite.png");width:24px;height:24px;background-size:389px 190px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPFDesk_24.icon_dropdown{background-position:0 0}.iconS_PPFDesk_24.icon_profileIcon{background-position:-24px 0}.iconS_PPFDesk_24.icon_hamburgerIcon{background-position:-48px 0}.iconS_PPFDesk_24.icon_blueTick{background-position:-72px 0}.iconS_PPFDesk_24.icon_blueNav{background-position:-96px 0}.iconS_PPFDesk_24.icon_backBlack{background-position:-120px 0}.iconS_PPFDesk_24.icon_blueEdit{background-position:-144px 0}.iconS_PPFDesk_24.icon_greenCheck{background-position:-168px 0}.iconS_PPFDesk_24.icon_passwordEye{background-position:-192px 0}.iconS_PPFDesk_24.icon_crossIcon{background-position:-216px 0}.iconS_PPFDesk_24.icon_backGrey{background-position:-240px 0}.iconS_PPFDesk_24.icon_timeIcon{background-position:-264px 0}.iconS_PPFDesk_24.icon_navWhite{background-position:-288px 0}.iconS_PPFDesk_24.icon_bulbIcon{background-position:-312px 0}.iconS_PPFDesk_24.icon_callIcon{background-position:0 -24px}.iconS_PPFDesk_24.icon_ExpanIcon{background-position:-24px -24px}.iconS_PPFDesk_24.icon_bulbGray{background-position:-48px -24px}.iconS_PPFDesk_24.icon_addSquare{background-position:-72px -24px}.iconS_PPFDesk_24.icon_minusSquare{background-position:-96px -24px}.iconS_PPFDesk_24.icon_tipIcon{background-position:-120px -24px}.iconS_PPFDesk_24.icon_locationIcon{background-position:-144px -24px}.iconS_PPFDesk_24.icon_navNext{background-position:-240px -24px}.iconS_PPFDesk_24.icon_navBefore{background-position:-264px -24px}.iconS_PPFDesk_24.icon_InfoOrange{background-position:-288px -24px}.iconS_PPFDesk_24.icon_question{background-position:-312px -24px}.iconS_PPFDesk_24.icon_greenThumbs{background-position:-336px -24px}.iconS_PPFDesk_32{background:url("../images/ppfDeskSprite.png");width:32px;height:32px;background-size:518.66px 253.33px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPFDesk_32.icon_dropdown{background-position:0 0}.iconS_PPFDesk_32.icon_profileIcon{background-position:-32px 0}.iconS_PPFDesk_32.icon_hamburgerIcon{background-position:-64px 0}.iconS_PPFDesk_32.icon_blueTick{background-position:-96px 0}.iconS_PPFDesk_32.icon_blueNav{background-position:-128px 0}.iconS_PPFDesk_32.icon_backBlack{background-position:-160px 0}.iconS_PPFDesk_32.icon_blueEdit{background-position:-192px 0}.iconS_PPFDesk_32.icon_greenCheck{background-position:-224px 0}.iconS_PPFDesk_32.icon_passwordEye{background-position:-256px 0}.iconS_PPFDesk_32.icon_crossIcon{background-position:-288px 0}.iconS_PPFDesk_32.icon_backGrey{background-position:-320px 0}.iconS_PPFDesk_32.icon_timeIcon{background-position:-352px 0}.iconS_PPFDesk_32.icon_navWhite{background-position:-384px 0}.iconS_PPFDesk_32.icon_bulbIcon{background-position:-416px 0}.iconS_PPFDesk_32.icon_callIcon{background-position:0 -32px}.iconS_PPFDesk_32.icon_ExpanIcon{background-position:-32px -32px}.iconS_PPFDesk_32.icon_bulbGray{background-position:-64px -32px}.iconS_PPFDesk_32.icon_addSquare{background-position:-96px -32px}.iconS_PPFDesk_32.icon_minusSquare{background-position:-128px -32px}.iconS_PPFDesk_32.icon_tipIcon{background-position:-160px -32px}.iconS_PPFDesk_32.icon_locationIcon{background-position:-192px -32px}.iconS_PPFDesk_32.icon_navNext{background-position:-320px -32px}.iconS_PPFDesk_32.icon_navBefore{background-position:-352px -32px}.iconS_PPFDesk_32.icon_InfoOrange{background-position:-384px -32px}.iconS_PPFDesk_32.icon_question{background-position:-416px -32px}.iconS_PPFDesk_32.icon_greenThumbs{background-position:-448px -32px}.iconS_PPFDesk_48{background:url("../images/ppfDeskSprite.png");width:48px;height:48px;background-size:778px 380px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPFDesk_48.icon_dropdown{background-position:0 0}.iconS_PPFDesk_48.icon_profileIcon{background-position:-48px 0}.iconS_PPFDesk_48.icon_hamburgerIcon{background-position:-96px 0}.iconS_PPFDesk_48.icon_blueTick{background-position:-144px 0}.iconS_PPFDesk_48.icon_blueNav{background-position:-192px 0}.iconS_PPFDesk_48.icon_backBlack{background-position:-240px 0}.iconS_PPFDesk_48.icon_blueEdit{background-position:-288px 0}.iconS_PPFDesk_48.icon_greenCheck{background-position:-336px 0}.iconS_PPFDesk_48.icon_passwordEye{background-position:-384px 0}.iconS_PPFDesk_48.icon_crossIcon{background-position:-432px 0}.iconS_PPFDesk_48.icon_backGrey{background-position:-480px 0}.iconS_PPFDesk_48.icon_timeIcon{background-position:-528px 0}.iconS_PPFDesk_48.icon_navWhite{background-position:-576px 0}.iconS_PPFDesk_48.icon_bulbIcon{background-position:-624px 0}.iconS_PPFDesk_48.icon_callIcon{background-position:0 -48px}.iconS_PPFDesk_48.icon_ExpanIcon{background-position:-48px -48px}.iconS_PPFDesk_48.icon_bulbGray{background-position:-96px -48px}.iconS_PPFDesk_48.icon_addSquare{background-position:-144px -48px}.iconS_PPFDesk_48.icon_minusSquare{background-position:-192px -48px}.iconS_PPFDesk_48.icon_tipIcon{background-position:-240px -48px}.iconS_PPFDesk_48.icon_locationIcon{background-position:-288px -48px}.iconS_PPFDesk_48.icon_navNext{background-position:-480px -48px}.iconS_PPFDesk_48.icon_navBefore{background-position:-528px -48px}.iconS_PPFDesk_48.icon_InfoOrange{background-position:-576px -48px}.iconS_PPFDesk_48.icon_question{background-position:-624px -48px}.iconS_PPFDesk_48.icon_greenThumbs{background-position:-672px -48px}.iconS_PPFDesk_16{background:url("../images/ppfDeskSprite.png");width:16px;height:16px;background-size:259.33px 126.66px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_PPFDesk_16.icon_dropdown{background-position:0 0}.iconS_PPFDesk_16.icon_profileIcon{background-position:-16px 0}.iconS_PPFDesk_16.icon_hamburgerIcon{background-position:-32px 0}.iconS_PPFDesk_16.icon_blueTick{background-position:-48px 0}.iconS_PPFDesk_16.icon_blueNav{background-position:-64px 0}.iconS_PPFDesk_16.icon_backBlack{background-position:-80px 0}.iconS_PPFDesk_16.icon_blueEdit{background-position:-96px 0}.iconS_PPFDesk_16.icon_greenCheck{background-position:-112px 0}.iconS_PPFDesk_16.icon_passwordEye{background-position:-128px 0}.iconS_PPFDesk_16.icon_crossIcon{background-position:-144px 0}.iconS_PPFDesk_16.icon_backGrey{background-position:-160px 0}.iconS_PPFDesk_16.icon_timeIcon{background-position:-176px 0}.iconS_PPFDesk_16.icon_navWhite{background-position:-192px 0}.iconS_PPFDesk_16.icon_bulbIcon{background-position:-208px 0}.iconS_PPFDesk_16.icon_callIcon{background-position:0 -16px}.iconS_PPFDesk_16.icon_ExpanIcon{background-position:-16px -16px}.iconS_PPFDesk_16.icon_bulbGray{background-position:-32px -16px}.iconS_PPFDesk_16.icon_addSquare{background-position:-48px -16px}.iconS_PPFDesk_16.icon_minusSquare{background-position:-64px -16px}.iconS_PPFDesk_16.icon_tipIcon{background-position:-80px -16px}.iconS_PPFDesk_16.icon_locationIcon{background-position:-96px -16px}.iconS_PPFDesk_16.icon_navNext{background-position:-160px -16px}.iconS_PPFDesk_16.icon_navBefore{background-position:-176px -16px}.iconS_PPFDesk_16.icon_InfoOrange{background-position:-192px -16px}.iconS_PPFDesk_16.icon_question{background-position:-208px -16px}.iconS_PPFDesk_16.icon_greenThumbs{background-position:-224px -16px}.iconS_furnish_32{background:url("../images/Furnishing.png");width:32px;height:32px;background-size:544px 266.66px;display:inline-block;vertical-align:middle;font-style:normal;background-repeat:no-repeat}.iconS_furnish_32.icon_waterPurify{background-position:0 0}.iconS_furnish_32.icon_washingMachine{background-position:-32px 0}.iconS_furnish_32.icon_wardrobe{background-position:-64px 0}.iconS_furnish_32.icon_studyTable{background-position:-96px 0}.iconS_furnish_32.icon_stove{background-position:-128px 0}.iconS_furnish_32.icon_fridge{background-position:-160px 0}.iconS_furnish_32.icon_modularKitchen{background-position:-192px 0}.iconS_furnish_32.icon_mattress{background-position:-224px 0}.iconS_furnish_32.icon_lights{background-position:-256px 0}.iconS_furnish_32.icon_geyser{background-position:-288px 0}.iconS_furnish_32.icon_curtains{background-position:-320px 0}.iconS_furnish_32.icon_cooler{background-position:-352px 0}.iconS_furnish_32.icon_chimney{background-position:-384px 0}.iconS_furnish_32.icon_tv{background-position:-416px 0}.iconS_furnish_32.icon_fan{background-position:-448px 0}.iconS_furnish_32.icon_exhaust{background-position:-480px 0}.iconS_furnish_32.icon_ac{background-position:-512px 0}.iconS_furnish_32.icon_microvwave{background-position:0 -32}.iconS_furnish_32.icon_beds{background-position:-32px -32}.iconS_furnish_32.icon_sofa{background-position:-64px -32}.iconS_furnish_32.icon_dinningTable{background-position:-96px -32}

.stepper{width:293px;background-color:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;overflow:hidden}.stepper>div{padding:16px 12px;border-bottom:1px #EBECF0 solid}.stepper>div i{filter:grayscale(100%)}.stepper>div>a>div{width:90%;display:inline-block;vertical-align:middle;padding-left:12px}.stepper>div.active{border-left:4px #0078DB solid;background:#F0F9FF}.stepper>div.active i{filter:grayscale(0%)}.clickBtn{cursor:pointer}.overflow{overflow:auto !important}.height_50{height:50px}.LMSLeads{border:1px solid #F4F5F7;background:#FFFFFF;border-radius:4px;-webkit-border-radius:4px}.LMSLeads>div{padding:12px 24px;justify-content:space-between;flex-wrap:wrap;display:flex}.lmsLftWidth{width:45%;float:left}.lmsRytWidth{width:45%;float:right}.secondaryRegular{box-shadow:0 1px 4px 0;background:transparent;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;outline:none;margin:0;vertical-align:middle;cursor:pointer;border:1px #0078DB solid;padding:8px 16px;font-size:14px;line-height:20px;font-weight:700;color:#0078DB;display:inline-block;text-align:left;vertical-align:middle}.padding_7{padding:7px 0px}

.dropDownWidth{width:195px;height:38px}.css-olu340{background:transparent !important;width:150px;height:150px;border-radius:100%;border:2px solid;border-color:#123abc;border-bottom-color:transparent;display:inline-block;-webkit-animation:animation-s8tf20 0.75s 0s infinite linear;animation:animation-s8tf20 0.75s 0s infinite linear;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:32%;top:30%}

.teleCalling_Container{background-color:#E5E5E5;min-height:100vh}.teleCallingPanel__conatiner{height:fit-content;border-radius:10px;background-color:#E5E5E5;margin-bottom:40px}.teleCalling_Container .teleCallingPanel__header{background-color:#FFFFFF;padding:40px 40px 0px 40px;border-radius:10px}.callSummary__container{height:fit-content;border-radius:10px;background-color:#fff;padding:40px;border:1px solid #EBECF0;box-sizing:border-box;border-radius:10px}.callSummary__container .callSummary__subheading__container{display:flex;justify-content:space-between}.callSummary__container .callTable__container{display:flex;flex-direction:column;overflow:auto}.callSummary__container .callTable__container .call_stats_db_funnel_table_container .table_conatiner{margin-bottom:40px}.callSummary__container .callTable__container .call_stats_db_funnel_table_container .table_conatiner .table_row{box-shadow:inset 0px 1px 0px #ebecf0;height:70px;margin:10px;padding:10px}.callSummary__container .callTable__container .call_stats_db_funnel_table_container .table_conatiner .table_row .tableHeading{border:1px solid #ebecf0;padding:10px;text-align:center;vertical-align:middle;min-width:70px}.callSummary__container .callTable__container .call_stats_db_funnel_table_container .table_conatiner .table_row .tableSubHeading{border:1px solid #ebecf0;padding:10px;text-align:center;vertical-align:middle;min-width:70px}.callSummary__container .callTable__container .call_stats_db_funnel_table_container .table_conatiner .table_row .tableItem{border:1px solid #ebecf0;padding:10px;text-align:center;vertical-align:middle;min-width:70px}.callSummary__container .callTable__container .classheading__container{display:flex;box-shadow:inset 0px 1px 0px #EBECF0;height:50px;width:100vw;margin:10px;padding:10px}.callSummary__container .callTable__container .classheading__container div{flex-basis:0;flex-grow:1;display:flex;align-items:center;justify-content:center}.callSummary__container .callTable__container .classrow__container{display:flex;box-shadow:inset 0px 1px 0px #EBECF0;height:40px;width:100vw;margin:10px;padding:10px}.callSummary__container .callTable__container .classrow__container div{width:70px;flex-basis:0;flex-grow:1;display:flex;align-items:center;justify-content:center}.teleCallingPanel__sectionSelect{display:flex;justify-content:flex-start;position:relative;width:878px;height:42px;box-shadow:inset 0px -1px 0px #EBECF0}.teleCallingPanel__sectionSelect div{padding:0px 20px 0px 20px;height:100%;display:flex;align-items:center}.teleCallingPanel__sectionSelect .activeSection{font-size:16px;color:black;border-bottom:2px solid #006AC2}.teleDashboard__form__reports{display:flex;flex-direction:column;margin-bottom:40px;padding:40px;border-radius:10px;background-color:#FFFFFF}.teleDashboard__form__reports .teleDashboard__form{display:flex;flex-wrap:wrap;border-bottom:1px solid #EBECF0}.teleDashboard__form__reports .teleDashboard__form .teleDashboard__tuple{width:max-content;margin:10px}.teleDashboard__form__reports .teleDashboard__form .teleDashboard__tuple .dropdown{display:flex}.teleDashboard__form__reports .teleDashboard__form .teleDashboard__tuple .start__end__date__picker{width:300px}.teleDashboard__form__reports .teleDashboard__reports{display:flex;flex-direction:row;justify-content:space-between}.teleDashboard__form__reports .teleDashboard__reports .reportType__dropDown{width:150px;margin:10px}.teleDashboard__form__reports .teleDashboard__reports .reportType__dropDown .dropdown{display:flex}.teleDashboard__form__reports .teleDashboard__reports .report__buttons{display:flex;margin:20px}.showContainerActive{box-shadow:rgba(3,102,214,0.3) 0px 0px 0px 3px}.campaign__shortlist__container{background-color:#FFFFFF;padding:40px;border-radius:10px}.campaign__shortlist__container .shortlist_summary_conatiner{margin-bottom:30px}.campaign__shortlist__container .manager_executive_conatiner{z-index:1000;display:flex;margin-bottom:30px}.campaign__shortlist__container .shortlistTuple__container{background:#FFFFFF;box-shadow:0px 1px 4px rgba(31,92,163,0.2);border-radius:8px;display:flex;margin-bottom:40px;overflow:auto}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo{width:42%}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple{width:max-content;height:145px;background:#FFFFFF;border:1px solid #EBECF0;box-sizing:border-box;border-radius:10px;margin:20px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper{display:flex;position:relative}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper .tagOnImage{background-color:#bf1751;position:absolute;height:13px;width:fit-content !important;top:2px;left:4px;margin:15px;padding-left:4px;padding-right:5px;width:94%;color:#fff;font-size:9px;font-weight:500}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper .tagOnImage.success{background-color:#28AD35}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper .tagOnImage.error{background-color:#bf1751}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper .tuple__projectImage{height:86px;width:86px;margin:15px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper .tuple__projectImage img{border-radius:6px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .tuple__img__projectInfo__wrapper .tuple__projectInfo{margin:15px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .projectInfo_tuple .amenitiesCheck{margin:0px 0px 10px 13px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .advertiserInfo{margin:0px 0px 20px 20px;overflow-x:auto}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__project__advertiserInfo .advertiserInfo div{display:flex;white-space:nowrap}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__supercampaignInfo{width:60%;margin:20px;border-left:1px solid #EBECF0}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__supercampaignInfo .campaign__start__end{width:100%;margin:0px 20px 50px 20px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__supercampaignInfo .campaign__start__end>div{display:flex;margin:10px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__supercampaignInfo .campaign__start__end .progressBar__container div{display:inline-flex}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__supercampaignInfo .campaign__ratios{display:flex;width:100%;margin-left:20px}.campaign__shortlist__container .shortlistTuple__container .shortlistTuple__supercampaignInfo .campaign__ratios div{display:flex;flex-direction:column;align-items:center;margin:5px}.campaign__shortlist__container .shortlistTuple__container.inActiveCard{background-color:#F4F5F7}.campaign__shortlist__container .shortlistTuple__container:hover{background-color:#F4F5F7 !important;border:1px solid #A3DAFF}.addProjectInCampaignShortlist__container{background:#F0F9FF;border:1px solid #FFDEDE;box-sizing:border-box;border-radius:8px;min-height:96px;max-height:max-content;margin-top:10px}.addProjectInCampaignShortlist__container .addProjectInCampaignShortlist{display:flex;justify-content:space-around;align-items:center;width:231px;height:56px;background:#FFFFFF;border:1px solid #EBECF0;box-sizing:border-box;border-radius:57px;margin:30px;padding:5px}.addProjectInCampaignShortlist__container .addProjectInCampaignShortlist .addProject__icon{height:40px;width:40px;background:#FFF5E4;border-radius:50%;padding:9px}.teleCallingDashboard__SID__search{display:flex;background-color:#FFFFFF;width:500px;margin:30px}.spacer_20{height:20px;width:100%}.icon_close{background-color:white}input:focus ~ label,input:valid ~ label{top:0px;left:0px}.native__date__picker{width:175px;height:55px;border-radius:4px;border:1px solid #8993A4}#maximize_overlay_button{display:block;outline:none;margin:0px;cursor:pointer;border:1px solid white;padding:8px 16px;font-size:18px;line-height:20px;width:200px;inset:90% 0%;font-weight:700;position:fixed;height:50px;color:white;background:#0078db}.secondaryRegular{box-shadow:0 1px 4px 0;background:transparent;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;outline:none;margin:0;vertical-align:middle;cursor:pointer;border:1px #0078DB solid;padding:8px 16px;font-size:14px;line-height:20px;font-weight:700;color:#0078DB;display:inline-block;text-align:left;vertical-align:middle}.loadingText{color:#556cd6;font-weight:600}.edit_call_outcome_container{display:flex;flex-direction:column;margin-bottom:40px;padding:40px;border-radius:10px;background-color:#FFFFFF}.edit_call_outcome_container .search_bar{width:300px}.edit_call_outcome_container .callId__search{display:flex}.edit_call_outcome_container .existing_filters_conatiner{margin:20px}.edit_call_outcome_container .existing_filters_conatiner .existing_filter{border-bottom:1px solid #60a3bc;margin:20px 0px 40px 0px}.edit_call_outcome_container .existing_filters_conatiner .existing_filter .filter__box{margin:10px;display:flex}.edit_call_outcome_container .existing_filters_conatiner .existing_filter .filter__box .labels_bold{font-size:15px;margin-right:20px}.countText{color:#0078DB;font-size:12px;white-space:nowrap;margin-top:12px;cursor:pointer}.disabledCountText{color:#8993A4;font-size:12px;white-space:nowrap;margin-top:12px}

.dropdownContainer{border:1px solid #8993A4;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;position:relative}.dropdownDisplay{padding:8px;display:flex;justify-content:space-between}.dropdownDisplay>div{font-size:11px}.dropdownDisplay>i{float:right}.activeList{border-color:#0078DB !important}.errorClass{border-color:red}.labelAtTop{position:absolute;top:-10px;background-color:#FFFFFF}.selectedFeild{position:relative;top:10px;left:10px}.selectedFeildInDropDown{background-color:#E5E5E5}.dropdownDisplay .red_clr{color:red}[ddType=ovalDropDown]{border:1px solid #EBECF0;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;width:auto;display:inline-block;padding:4px 12px 2px}[ddType=ovalDropDown]>div{color:#42526E;padding:0}[ddType=ovalDropDown]>div:last-child{width:210px}[ddType=textDropDown]{border:0;width:auto;display:inline-block;padding:0}[ddType=textDropDown]>div{color:#42526E;padding:0}[ddType=textDropDown]>div:last-child{width:210px}.opac{opacity:0.3}.listItemInDropDown{display:flex;align-items:center;width:100%;height:50px}.dropdown__container{height:50px;width:150px;min-height:50px;font-size:14px;color:#000000}.dropdownList{border:1px solid #c4c9d2;position:absolute;background:#fff;width:100%;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);top:2px;width:100%;position:absolute;top:34px;display:none;z-index:1;max-height:192px;overflow-y:auto}.dropdownList>div{color:#091E42;font-size:12px;font-weight:600;line-height:16px;padding:8px 12px 8px;cursor:pointer}.dropdownList>div>label{cursor:pointer}.dropdownList>div:hover{background-color:#F4F5F7}.show>.dropdownList{display:block;z-index:5}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#555}input.test{width:82%;border:none;outline:none}

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}

.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

#coverbgLyr,.coverbgLyr{background-position:0 0;position:fixed;z-index:100000000;transform:translate(-50%, -50%);top:50%;left:50%}.infoTupple .coverbgLyr.xidLoader{top:40% !important}.overlayForLoader{width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:2;cursor:pointer}.overlayForLoader img{border-radius:15%;margin-left:50%;margin-top:15%}

.userHistoryTable__container{width:100%;height:fit-content;margin-top:40px;border-radius:10px;background-color:#ffffff;padding:40px}.userHistoryTable__container .table__container{display:table;width:100%;border-radius:10px}.userHistoryTable__container .table__container .tableRows{box-shadow:inset 0px -1px 0px #EBECF0}.userHistoryTable__container .table__container .tableRows .tableHeadings{height:50px;width:50px;border:1px solid #EBECF0;padding:10px;text-align:center;min-width:70px}.userHistoryTable__container .table__container .tableRows .tableItems{height:116px;width:50px;border:1px solid #EBECF0;padding:10px;text-align:center;vertical-align:middle}.userHistoryTable__container .table__container .tableRows.highlightYellow{background-color:#FFF5E4}.userHistoryTable__container .backToSearch{float:right;color:#0078DB}.updateStatusButton{font-size:12px;padding:6px}.call_button{width:max-content;padding:2px;margin:5px auto;color:#ffffff;background:#0078DB;box-shadow:0px 1px 4px rgba(31,92,163,0.2);border-radius:2px}

.switchToggleBase{width:34px;height:14px;background:#D6EFFF;border-radius:12px !important;-webkit-border-radius:12px !important;-moz-border-radius:12px !important;align-items:center;cursor:pointer;position:relative}.switchToggleBase .switchButton{position:absolute;top:0px;bottom:0;margin:auto;left:0px;width:20px;height:20px;border-radius:12px !important;-webkit-border-radius:12px !important;-moz-border-radius:12px !important;transition:0.2s;background:#fff;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.switchToggle{height:0;width:0}.switchToggle:checked+.switchToggleBase .switchButton{left:calc(100%);transform:translateX(-100%);background:#0078DB}.switchToggle[type="checkbox"]:checked+label:after,.switchToggle[type="checkbox"]:checked+label:before,.switchToggle[type="checkbox"]:not(:checked)+label:before,.switchToggle[type="checkbox"]:checked+label:before{visibility:hidden !important;opacity:0}.checkWrap .switchToggleBase{width:40px;height:24px;background:#EBECF0;border-radius:12px !important;-webkit-border-radius:12px !important;-moz-border-radius:12px !important;align-items:center;cursor:pointer;position:relative}.checkWrap .switchToggleBase .switchButton{position:absolute;top:0px;bottom:0;margin:auto;left:0px;width:24px;height:24px;border-radius:12px !important;-webkit-border-radius:12px !important;-moz-border-radius:12px !important;transition:0.2s;background:#fff;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.checkWrap .switchToggleBase .switchButton>i{position:relative;top:1px;left:4px}.checkWrap .switchToggleBase .switchButton .check{display:none}.checkWrap .switchToggleBase .switchButton .cross{opacity:0.4}.checkWrap .switchToggle{height:0;width:0}.checkWrap .switchToggle:checked+.switchToggleBase{background-color:#D6EFFF}.checkWrap .switchToggle:checked+.switchToggleBase .switchButton{left:calc(100%);transform:translateX(-100%);background:#0078DB}.checkWrap .switchToggle:checked+.switchToggleBase .switchButton>i{top:4px}.checkWrap .switchToggle:checked+.switchToggleBase .switchButton>i.cross{display:none}.checkWrap .switchToggle:checked+.switchToggleBase .switchButton>i.check{display:block;filter:invert(1) grayscale(1) brightness(1.5);-webkit-filter:invert(1) grayscale(1) brightness(1.5)}.checkWrap .switchToggle:disabled+.switchToggleBase .switchButton{opacity:0.5}

.userResponse__container .action__for__user .date_picker{width:300px;height:55px}.userResponse__container .action__for__user .userInterested__container .userInterested__dropDowns{display:flex;flex-wrap:wrap}.userResponse__container .action__for__user .userInterested__container .userInterested__dropDowns .userInterestProjectSuggestor{border-radius:4px;width:300px}.userResponse__container .action__for__user .userInterested__container .userInterested__dropDowns .spacer_20{display:none}.userResponse__container .action__for__user .userInterested__container .userInterested__dropDowns>div{margin-right:20px}.userResponse__container .action__for__user .userInterested__container .bhk_filters div{margin-bottom:10px;margin-right:20px}.userResponse__container .action__for__user>div{margin:20px}.userResponse__container .preferenceChangeToggle{display:flex;align-items:center;margin:40px 20px 40px 20px}.userResponse__container .userPreferenceFilters{margin:40px 20px 60px 0px;display:flex;flex-wrap:wrap}.userResponse__container .userPreferenceFilters>div{margin:20px}

.rbt .rbt-input-main::-ms-clear {
  display: none;
}

/**
 * Menu
 */
.rbt-menu {
  margin-bottom: 2px;
}
.rbt-menu > .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbt-menu > .dropdown-item:focus {
  outline: none;
}
.rbt-menu-pagination-option {
  text-align: center;
}

/**
 * Multi-select Input
 */
.rbt-input-multi {
  cursor: text;
  overflow: hidden;
  position: relative;
}
.rbt-input-multi.focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.rbt-input-multi.form-control {
  height: auto;
}
.rbt-input-multi.form-control[disabled] {
  background-color: #e9ecef;
  opacity: 1;
}
.rbt-input-multi.is-invalid.focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.rbt-input-multi.is-valid.focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.rbt-input-multi input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.rbt-input-multi input:-ms-input-placeholder {
  color: #6c757d;
}
.rbt-input-multi input::-webkit-input-placeholder {
  color: #6c757d;
}
.rbt-input-multi .rbt-input-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
  margin-top: -1px;
  overflow: hidden;
}
.rbt-input-multi .rbt-input-main {
  margin: 1px 0 4px;
}

/**
 * Close Button
 */
.rbt-close {
  z-index: 1;
}
.rbt-close-lg {
  font-size: 24px;
}

/**
 * Token
 */
.rbt-token {
  background-color: #e7f4ff;
  border: 0;
  border-radius: 0.25rem;
  color: #007bff;
  display: inline-block;
  line-height: 1em;
  margin: 1px 3px 2px 0;
  padding: 4px 7px;
  position: relative;
}
.rbt-token-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: #495057;
  pointer-events: none;
}
.rbt-token-removeable {
  cursor: pointer;
  padding-right: 21px;
}
.rbt-token-active {
  background-color: #007bff;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.rbt-token .rbt-token-remove-button {
  bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  opacity: 1;
  outline: none;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: -2px;
}

/**
 * Loader + CloseButton container
 */
.rbt-aux {
  align-items: center;
  display: flex;
  bottom: 0;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the input */
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}
.rbt-aux-lg {
  width: 46px;
}
.rbt-aux .rbt-close {
  margin-top: -4px;
  pointer-events: auto;
  /* Override pointer-events: none; above */
}

.has-aux .rbt-input {
  padding-right: 34px;
}

.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
}

/**
 * Input Groups
 */
.input-group > .rbt {
  flex: 1;
}
.input-group > .rbt .rbt-input-hint, .input-group > .rbt .rbt-aux {
  z-index: 5;
}
.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .rbt:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.callListView__container .callListView__filters__button{border:1px solid #EBECF0;padding-left:20px;border-radius:10px;background-color:#FFFFFF;padding:40px}.callListView__container .callListView__filters__button .callListView__filters{height:max-content;width:100%;display:flex;flex-wrap:wrap;margin:0px 0px 40px 0px}.callListView__container .callListView__filters__button .callListView__filters>div{margin:30px 20px 0px 0px}.callListView__container .callListView__filters__button .callListView__filters>input{margin:30px 20px 0px 0px}.callListView__container .callListView__filters__button .callListView__filters .textfeild_supercampaignIds_projectIds{height:55px;width:250px;border-radius:4px}.callListView__container .callListView__filters__button .callListView__filters .native__date__picker{width:175px;height:55px;border-radius:4px;border:1px solid #8993A4}.callListView__container .callListView__filters__button .showResults{display:flex;justify-content:flex-end;margin-top:20px;margin-right:20px;padding-bottom:40px}.callListView__container .callListView__filters__button .callListView__filters .datePicker_tel .opac{opacity:0.3}.caller__projectBundleSearch{background-color:#FFFFFF;border-radius:10px;padding:40px}.userDetailsTable__eoiDetails{display:flex;flex-wrap:wrap}.userDetailsTable__eoiDetails span{display:flex;align-items:center;padding:4px 8px;width:max-content;height:24px;background:#F4F5F7;border:1px solid #F4F5F7;box-sizing:border-box;border-radius:2px;flex:none;order:0;flex-grow:0;margin:2px 4px}

.progressBarRegular{width:168px;height:8px;background:#EBECF0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:all .3s ease-in-out;display:inline-block;vertical-align:middle;position:relative}.progressBarRegular>.showProgress{position:absolute;content:"";top:0;left:0;width:0px;height:8px;background:#0078DB;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:all .3s ease-in-out;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.progressBarSmall{width:168px;height:4px;background:#EBECF0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:all .3s ease-in-out;display:inline-block;vertical-align:middle;position:relative}.progressBarSmall>.showProgress{position:absolute;content:"";top:0;left:0;width:0px;height:4px;background:#0078DB;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:all .3s ease-in-out;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}

.CarouselBox{color:#333;width:100%;overflow:hidden;overflow-x:auto}.CarouselBox .slidingBox{width:100%;transition:all .3s ease-in-out;white-space:nowrap}.CarouselBox .slidingBox>div{display:inline-block;margin-right:12px;vertical-align:top}.CarouselBox .slidingBox div:last-of-type{margin-right:0}.CarouselContainer{position:relative}.CarouselContainer .arrowContainerBox{position:absolute;top:0;bottom:0;display:inline-block;background:#ccc}.CarouselContainer .arrowContainerBox.left{left:-16px}.CarouselContainer .arrowContainerBox.right{right:-16px;left:auto}.CarouselContainer button{width:auto;background:transparent;outline:none;border:0;display:inline-block;top:0;bottom:0;margin:auto;position:absolute}@media only screen and (min-width: 768px){.CarouselBox{overflow-x:hidden}}.CarouselContainer .arrowContainerBox{width:36px;height:36px;top:0;bottom:0;left:0;margin:auto;cursor:pointer;position:absolute;background-color:#0078DB;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;z-index:2}.CarouselContainer .arrowContainerBox i{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.CarouselContainer .arrowContainerBox i.rightArrow{transform:rotate(-180deg)}

#recommendation_modal .mui-table-cell-root{
    border: 1px solid #EBECF0 !important;
}

#recommendation_modal .mui-table-row-EXPIRED{
    background-color: #FFDEDE;
}

#recommendation_modal .mui-table-row-ACTIVE{
    background-color: #FFFBF3;
}

#recommendation_modal .mui-table-row-COMPLETE{
    background-color: #FFFFFF;
}

.compliance-ratio-bar-style{
    opacity: 0.6;
}

.compliance-text-style{
    text-decoration: underline;
}

.recomTableContainer{
    overflow: auto;
    max-height: 220px !important;
}
.manager_tuple_edit_icon{
    cursor: pointer;
    margin: 8px;
}

#manager_tuples .mui-input-label-default-style{
    transform: translate(14px, 20px) scale(1) !important;
}

#manager_tuples .mui-input-label-updated-style{
    transform: translate(14px, -5px) scale(0.75) !important;
}
.projectCard__container{position:relative;width:420px;height:max-content;background:#FFFFFF;border:1px solid #EBECF0;box-sizing:border-box;border-radius:10px;margin:0px}.projectCard__container .img__projectInfo{display:flex;margin:20px}.projectCard__container .img__projectInfo .projectImg{width:86px;height:86px;border-radius:4px;margin:0px 15px 0px 0px}.projectCard__container .img__projectInfo .tagOnImage{background-color:#bf1751;position:absolute;height:13px;width:fit-content !important;top:2px;left:4px;margin:2px;padding-left:4px;padding-right:5px;width:94%;color:#fff;font-size:9px;font-weight:500}.projectCard__container .img__projectInfo .tagOnImage.success{background-color:#28AD35}.projectCard__container .img__projectInfo .tagOnImage.error{background-color:#bf1751}.projectCard__container .img__projectInfo .projectInfo{display:flex;flex-direction:column}.projectCard__container .img__projectInfo .projectInfo div{display:flex;align-items:center}.projectCard__container .projectCard__otherInfo{margin:20px}.projectCard__container .projectCard__otherInfo .bhk_area div{align-items:center}.projectCard__container .projectCard__otherInfo .advertiser_info_all_details{display:flex;flex-direction:column;background:aliceblue;border-radius:10px;padding:10px;margin:20px 20px 10px 0px}.projectCard__container .projectCard__otherInfo .advertiser_info_all_details .advertiser_info{display:flex;padding:10px}.projectCard__container .projectCard__otherInfo .advertiser_info_all_details .advertiser_specific_price_area_container{padding:10px;background-color:#FFFFFF;border-radius:10px}.projectCard__container .projectCard__otherInfo .advertiser_info_all_details .advertiser_specific_price_area_container .advertiser_specific_price_area{display:flex;margin:5px;padding:5px;border-bottom:1px solid antiquewhite}

.projectFinder__container{background:#FFF5E4;height:fit-content;margin:20px 0px 20px 0px}.projectFinder__container .initial__finder{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px;width:100%;height:96px;background:#FFF5E4;border-radius:8px}.projectFinder__container .initial__finder .searchIcon__with__text{display:flex}.projectFinder__container .initial__finder .searchIcon{background:#FFAB00;border-radius:50%;height:44px;text-align:center;margin-right:24px;padding:10px;width:44px;position:relative;display:inline-block;vertical-align:middle}.projectFinder__container .searchWithFilters{padding-bottom:40px}.projectFinder__container .searchWithFilters .filters_with_button{display:flex;justify-content:space-between;margin:24px}.projectFinder__container .searchWithFilters .filters_with_button .projectFinder__filters{width:70%;display:flex;flex-wrap:wrap}.projectFinder__container .searchWithFilters .filters_with_button .projectFinder__filters .dropdown{width:162px;height:52px;margin:10px 10px 10px 10px;background-color:#FFFFFF}.projectFinder__container .searchWithFilters .filters_with_button .buttonClass{margin-right:10px;display:flex;align-items:center}.projectFinder__container .searchWithFilters .horizontalLine{height:1px;margin:40px 0px 40px 0px;display:flex;align-items:center}.projectFinder__container .searchWithFilters .horizontalLine .line{flex:1;height:1px;opacity:0.1;background:repeating-linear-gradient(to right, #984F11 0, #984F11 5px, transparent 5px, transparent 7px)}.projectFinder__container .searchWithFilters .searchby_projectNameId{height:50px;margin:20px;display:flex;justify-content:space-between}.projectFinder__container .searchWithFilters .searchby_projectNameId .spacer_20{display:none}.projectFinder__container .searchWithFilters .searchby_projectNameId .projectName_projectId{background-color:#ffffff;width:400px}.projectFinder__container .searchWithFilters .searchby_projectNameId .buttonClass{margin-right:10px;display:flex;align-items:center}

.mainLabel{color:white;font-weight:600}.menuButton{position:fixed;display:flex;column-gap:5px;padding:10px 15px;border-radius:25px;background-color:#0078db;align-items:center;box-shadow:3px 3px 5px #5a5959;cursor:pointer;z-index:10}.mainMenu{width:270px;max-height:400px;position:fixed;background-color:white;box-shadow:0 9px 16px 0 rgba(0,106,194,0.2);z-index:10;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px}.menuDiv{max-height:360px;padding:0 10px}.list_header_bold{font-size:14px;line-height:20px;font-weight:700;color:#091e42;display:block;text-align:left}.list_title{font-size:13px;line-height:20px;font-weight:600;text-align:left;margin-right:5px;background:lightgrey;padding:0 5px}.listSection{max-height:96px;overflow:auto}.listSection .MuiListItem-root{width:95%;display:flex;position:relative;box-sizing:border-box;text-align:left;align-items:center;justify-content:space-between;text-decoration:none}.listSection li{margin-left:6px}.arrowAnim{position:fixed;align-items:center;z-index:5;transition:transform 1s ease-out;transform:translateY(-40px)}

.switchToggleBase{width:34px;height:14px;background:#D6EFFF;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;align-items:center;cursor:pointer;position:relative}.switchToggleBase .switchButton{position:absolute;top:0px;bottom:0;margin:auto;left:0px;width:20px;height:20px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;transition:0.2s;background:#fff;box-shadow:0 1px 4px 0 rgba(0,106,194,0.2)}.switchToggle{height:0;width:0}.switchToggle:checked+.switchToggleBase .switchButton{left:calc(100%);transform:translateX(-100%);background:#0078DB}.switchToggle[type="checkbox"]:checked+label:after,.switchToggle[type="checkbox"]:checked+label:before,.switchToggle[type="checkbox"]:not(:checked)+label:before,.switchToggle[type="checkbox"]:checked+label:before{visibility:hidden !important;opacity:0}

.check-performance-client-type-dropdown{
    height: 100%;
}

.check-performance-text-field{
    height: 100%;
    width: 100%;
}

.check-performance-check-box-label{
    margin-left: 5px;
}

.check-performance-calendar-label{
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.check-performance-calendar{
    height: 52px;
}

.check-performance-horizontal-separator{
    height: 0px;
    border: 1px solid #EBECF0;
    margin-top: 30px;
}

#campaign_performance_dashboard .check-performance-compare-btn{
    height: 48px;
    width: 95px;
    margin-right: 15px !important;
}

.check-performance-show-report-btn{
    height: 48px;
    width: 120px;
    margin-right: 20px;
}

.report-summary-download-csv-btn{
    height: 48px;
    width: 175px;
    margin-right: 20px;
}

.check-performance-cancel-btn{
    height: 48px;
    width: 130px;
    margin-right: 15px !important;
}
.check-performance-clear-btn{
    height: 48px;
    margin-right: 15px !important;
}

#report_summary_table.report-summary-table,
#trends_modal_table.trends-modal-table{
    border: 1px solid #EBECF0;
    border-radius: 4px;
    border-collapse: separate !important;
    width: 100%;
}

#report_summary_table .table-header{
    font-size: 10px;
    line-height: 12px;
    text-align: center !important;
    color: #8993A4;
    height: 50px;
    font-weight: 700;
    box-shadow:  0px 1px 0px #EBECF0;
}

#trends_modal_table .table-header{
    font-size: 14px;
    line-height: 20px;
    text-align: center !important;
    color: #041533;
    height: 50px;
    font-weight: 600;
    box-shadow:  0px 1px 0px #EBECF0;
}

#report_summary_table .table-data,
#trends_modal_table .table-data{
    font-size: 12px;
    line-height: 16px;
    text-align: center !important;
    color: #0D1E40;
    height: 50px;
    font-weight: 400;
    box-shadow:  0px 1px 0px #EBECF0;
}

#report_summary_table .tr-last-element,
#trends_modal_table .tr-last-element{
    box-shadow: none;
}

#report_summary_table .tableColumn_channelNameColumn{
    width: 150px;
    text-overflow: ellipsis;
}

#trends_modal_table .tableColumn_checkboxColumn{
    width: 75px;
    border-right: 1px solid #EEEEF2;
}

#report_summary_table .tableColumn{
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#report_summary_table .tableColumnPushChannel{
    width: 115px;
    text-overflow: ellipsis;
}

#report_summary_table .tableColumnMode{
    width: 50px;
    text-overflow: ellipsis;
    background-color: #ebecf0;
    border: 3px solid white;
    padding: 0 5px;
    vertical-align: middle;
}

#trends_modal_table .tableColumn_platform{
    width: 222px;
    text-overflow: ellipsis;
    border-right: 1px solid #EEEEF2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

#trends_modal_table .tableColumn_overAll_data{
    width: 525px;
    text-overflow: ellipsis;
}

#report_summary_table .view-summary-table-trends-td{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #0078DB;
    margin-left: 5px;
    cursor: pointer;
}

#camp_per_trends_modal .close_icon{
    color: #253858 !important;
    height: 22px !important;
    width: 22px !important;
}

#check_performance_dashboard .mui-input-label-default-style{
    transform: translate(14px, 20px) scale(1) !important;
}

#check_performance_dashboard .mui-input-label-updated-style{
    transform: translate(14px, -5px) scale(0.75) !important;
}

#system_rules_city_list .mui-input-label-default-style{
    transform: translate(14px, 20px) scale(1) !important;
}

#system_rules_city_list .mui-input-label-updated-style{
    transform: translate(9px, -5px) scale(0.75) !important;
}
.loadingText{
    color: #556cd6;
    font-weight: 600;
}
.mui-input-label-default-style{
    font-size: 14px !important;
    white-space: nowrap;
    margin: 0 !important;
}
.width110{
    width: 110px;
}

.cityTextWidth{
    width: 195px;
}

.height36{
    height: 36px;
}

.mui-input-label-updated-style{
    transform: translate(14px, -5px) scale(0.75) !important;
}

.mui-menu-item-gutters{
    display: flex !important;
    justify-content: left !important;
    padding: 4px 10px !important;
    font-size: 14px;
}

.errorMsg{
    justify-content: flex-start;
    color: red;
    margin: 15px 0 0;
    font-size: 15px;
}

.text-field{
    height: 24px;
    min-height: 36px;
    font-size: 12px;
    padding: 4px 8px;
    width: 120px;
}

.textFieldAlign{
    display: flex;
    justify-content: center;
}

.MuiInputLabel-asterisk{
    color: red;
}

input.test{
    width: 88%;
}

.sticky_whatsapp {
    bottom: 2%;
    left: 10px;
    z-index: 999;
    position: fixed;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
}

.sticky_whatsapp span {
    display: none;
}



.sticky_phone {
    bottom: 2%;
    right: 10px;
    z-index: 999;
    position: fixed;
	background:#fff;
	padding:3px;
	border-radius:50%;
	width:3%;
}


.sticky_phone span {
    display: none;
}







@media (max-width: 767px) {





.sticky_phone {
    bottom: 0;
    right: 0px;
    position: fixed;
    width: 50%;
    background: #02453b;
    padding: 10px 0 10px 10px;
    border-radius: 0;
}

.sticky_phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

.sticky_phone img {
    display: inline-block;
    margin-right: 20px;
    width: 12%;
}

.sticky_phone span {
    display: block;
}



.sticky_whatsapp {
    bottom: 0;
    left: 0px;
    position: fixed;
    width: 50%;
    background: #02453b;
    padding: 10px 0 10px 10px;
    border-right: #fff solid 1px;
    border-radius: 0px;
}

.sticky_whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

.sticky_whatsapp img {
    display: inline-block;
    margin-right: 20px;
    width: 12%;
}

.sticky_whatsapp span {
    display: block;
}
}

