.couponTitleColor{
    color: #B9006A;
}

.couponColor1{
    color: #941984;
}

.couponColor2{
    color: #1C75BC;
}

.couponColor3{
    color: #F4511E!important;
}

.couponColor4{
    color: #6462AB;
}

.ui-slider-range{
    background-color: #6462AB!important;
}

.couponBG1{
    background-color: #941984;
}

.couponBG2{
    background-color: #1C75BC;
}

.couponBG3{
    background-color: #F4511E;
}

.couponBorder1{
    border: 1px solid #9B5AAA!important;
}

.couponBorder2{
    border: 1px solid #27AAE1!important;
}

.couponBorder3{
    border: 1px solid #F89A3A!important;
}

.couponBorder4{
    border: 1px solid #6462AB!important;
}

.headerRoot{
    height: 30px;
}

.headerRoot label{
    font-weight: bold;
    color: #ffffff;
    font-size: 16px!important;
    padding-top: 5px!important;
}

.couponMainDashboard{
    /*margin-top: 20px;*/
}

.couponMainDashboard .dashboardTitle{

}

.couponMainDashboard .dashboardTitle .dashboardTitleDiv{
    margin-bottom: 15px;
    padding-left: 35px;
    margin-top: 10px
}

.couponMainDashboard .couponDetailsContainer{

}

.couponMainDashboard .couponDetailsContainer .div1{
    background-color: #27AAE1;
    height: 30px;
}

.couponMainDashboard .couponDetailsContainer .div1 label{
    margin-top: 5px;
    color: #fff;
}

.couponMainDashboard .couponDetailsContainer .div2{
    margin-top: 20px;
}

.couponMainDashboard .couponDetailsContainer .div3{
}

.couponMainDashboard .couponDetailsContainer .div3 img{
    width: 100%;
}

.couponMainDashboard .couponDetailsContainer .div4{
    background-color: #27AAE1;
    height: auto;
}

.couponMainDashboard .couponDetailsContainer .div4 label{
    margin-top: 5px;
    color: #fff;
}

.couponMainDashboard .couponDetailsContainer .div5{
    margin-top: 20px;
    margin-bottom: 20px;
}

.cSummaryViewRoot{
    /*cursor: pointer;*/
}

.cSummaryViewRoot .div1{
    margin-top: 10px;
    margin-bottom: 10px;
}

.cSummaryViewRoot .div1 img{
    padding: 10px;
    width: 100%;
    max-height: 130px!important;
    min-height: 130px;
    border-radius: 15px;
}

.cCouponPurchaseViewRoot{
    cursor: pointer;
    border: 2px dashed #941984;
    height: 320px;
    margin-bottom: 20px;
    padding-top: 15px;
}

.cCouponPurchaseViewRoot i{
    position: absolute;
    right: 6px;
    top: 1px;
    z-index: 10;
    background: #fff;
    cursor: pointer;
    font-size: 15px!important;
}

.cCouponPurchaseViewRoot .div2{
    margin-top: 5px;
}

.cCouponPurchaseViewRoot .div3{
    height: 220px;
    position: relative;
}

.cCouponPurchaseViewRoot .div3 img{
    max-width: 100%;
    max-height: 180px!important;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cCouponPurchaseViewRoot .div4{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cCouponPurchaseViewRoot .div5, .cCouponPurchaseViewRoot .divPromo
{
    margin-top: 10px;
}

.cCouponPurchaseViewRoot .div4 button{
    margin-left: 0px;
}

.cCouponPurchaseViewRoot .div4 input{
    width: 50px;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
}

.cCouponPurchaseViewRoot .imgCut{
    position: absolute;
    left: 13px;
    width: 40px;
    bottom: -18px;
}

.cCouponPurchaseViewRoot .imgDelivery{
    position: absolute;
    right: 13px;
    width: 40px;
    bottom: 0px;
}

.mycatBillersRoot .mycatBillersContainer{
    height: auto;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    margin-bottom: 5px;
}

.mycatBillersRoot .mycatBillersContainer .mycatBillersContainerAlign{
    display: flex;
}

.mycatBillersRoot .mycatBillersContainerNormalDisplay{
    height: 150px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.mycatBillersRoot .mycatBillersContainerNormalDisplay .icon-spinner, .mycatBillersContainerNormalDisplay .icon-spinner{
    font-size: 50px!important;
    margin-top: 25px!important;
    color: #f89a3a;
}

.mycatBillersRoot .mycatBillersContainer .noRecordsMsg, .noRecordsMsg{
    font-size: 18px!important;
    color: #999999;
    vertical-align: middle;
    margin: auto auto;
}

.mycatBillersRoot .mycatBillersContainerNormalDisplay .requestcatBillersImg, .mycatBillersRoot .mycatBillersContainer .requestcatBillersImg{
    cursor: pointer;
    margin: auto auto;
}

.mycatBillersRoot .mycatBillersContainerNormalDisplay .requestcatBillersImg:hover{
    opacity: 0.8;
}

.mycatBillersRoot .mycatBillersContainer .outercatBillersHolder{
    flex: 0 0 auto;
}

.activeCouponButton{
    width: 120px;
    text-align: center;
    background: #DFDFDF;
    border-radius: 5px;
    height: 22px;
    padding-top: 4px;
    cursor: not-allowed;
    color: #A5A5A5;
}

.inactiveCouponButton{
    width: 120px;
    text-align: center;
    background: #ffff;
    border-radius: 5px;
    border: 2px solid #1C75BC;
    height: 22px;
    padding-top: 2px;
    cursor: pointer;
    color: #1C75BC;
}

.rtl .breadcrumb>li+li:last-child:after{
    float: right!important;
}

.ui-datepicker {
    z-index: 9999!important;
}

.redeemCouponInput{
    height: 30px;
    padding-left: 45px!important;
    padding-right: 45px!important;
}