﻿/*#region Product Page*/    
.home-banner {
    height: 85vh;
    background-size: 100% 100%;
    background-size: cover;
    position: relative;
}

#HomeBanner1 {
    background-position: left center;
    background-image: url('../../Areas/MLSP/Images/ProductPage_1.jpg');
}

#HomeBanner2 {
    background-position: 75% 70%;
    background-image: url('../../Areas/MLSP/Images/ProductPage_2.jpg');
}

#HomeBanner3 {
    background-position: 15% 85%;
    background-image: url('../../Areas/MLSP/Images/ProductPage_3.jpg');
}

#HomeBanner4 {
    background-position: 65% center;
    background-image: url('../../Areas/MLSP/Images/ProductPage_4.jpg');
}
#HomeBanner6 {
    background-color: #f8f8f8;
    /*height: 85vh;*/
}

.home-lastsection {
    /*height: 25vh;*/
    align-items: center;
}


.first-banner {
    margin-top: 86px;
}

.odd-wording {
    right: 5%;
    top: 20%;
    position: absolute;
    max-width: 35%;
    /*max-width:400px;*/
}

.even-wording {
    left: 5%;
    top: 20%;
    position: absolute;
    max-width: 35.5%;
    /*max-width:400px;*/
}

.banner1-title {
    background-color: rgba(0,0,0,0.4);
    color: white;
    display: inline-block;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: bolder;
}

.banner-title, .banner-wording {
    line-height: 1.5;
}

.banner-wording {
    font-size: 1.15rem;
}

.btn-showgetquote-container {
    position: absolute;
    /*bottom: 27%;*/
    right: 3%;
    z-index: 9999;
    width:200px;
    top: -63px;
}

.btn-showgetquote-box {
    position:fixed;
    width:200px;
}

.scroll-button-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    color: white;
    width: 200px;
    margin: auto;
}

.scroll-button-text {
    font-style: italic;
    font-size: 0.9rem;
}

.scroll-button-box {
    cursor: pointer;
}

.scroll-arrow {
    font-size: 30px;
}
.banner2-tooltip {
    color: #0075c9;
    font-size: 0.9rem;
    top: -.4em;
    cursor: pointer;
}

    .banner2-tooltip:hover {
        opacity: 0.8;
    }

.btn-goto-top {
    position: fixed;
    right: 20px;
    bottom: 0px;
    font-size: 23px;
    color: grey;
    font-weight: normal;
    z-index: 1;
    cursor: pointer;
}
.first-arrow {
    margin-bottom: -21px;
}


/*#HomeBanner1 {
    background-image: none !important;
    max-height: 300vh;
}*/

.banner1-title {
    background-color: transparent !important;
    color: rgb(82, 46, 145);
    display: inline-block;
    padding: 0 !important;
    text-align: center;
    font-weight: bolder;
    font-size: 2.5rem;
}

.bigger-money {
    font-size: 1.3rem;
}

.smaller-currency {
    font-size: 0.8rem;
}

.greaterText {
    font-size: 1.8rem;
}

.ageRange {
    top: 20px;
    position: relative;
}

.manual-center {
    position: relative;
    top: 0.6rem;
}

.aterisk {
    font-size: 12px;
    font-weight: bold;
    top: -2px;
    position: relative;
}

.grey-color {
    color: grey !important;
}

.btn-showgetquote {
    /*box-shadow: 4px 7px 3px -2px rgba(23,23,17,1);
    -webkit-box-shadow: 4px 7px 3px -2px rgba(23,23,17,1);
    -moz-box-shadow: 4px 7px 3px -2px rgba(23,23,17,1);*/
}

@media only screen and (max-width:767px) and (min-width:568px) {

    .odd-wording {
        right: 5%;
        top: 15%;
    }

    .even-wording {
        left: 5%;
        top: 15%;
    }


    @media only screen and (max-width:767px) and (min-width:568px) {
        #HomeBanner1 {
            /*background-image: none !important;*/
            max-height: 300vh;
            /*height: 100% !important;*/
        }


        .banner-leftAlign {
            width: 100%;
            position: initial !important;
            padding-top: 130px;
        }

        .btn-showgetquote-container {
            left: 0 !important;
            width: 100% !important;
            position: fixed !important;
            top: auto !important;
            bottom: 30px !important;
        }

        .banner1-background-img {
            max-width: 100% !important;
            position: initial;
            top: auto;
        }
        .card-input-element + .card {
            /*height: calc(125px + 2*1rem) !important;*/
            text-align-last: center;
            text-align: -webkit-center;
            padding: 5px !important
        }
        .card-input-element:not(:checked) + .card::before{
            top: 5%;
            left:38% !important;
        }
        .card-input-element:checked + .card::after {
            top: 5%;
            left: 38% !important;
        }
    }

    #HomeBanner2 {
        background-position: 75% bottom;
    }

    #HomeBanner4 {
        background-position: 65% bottom;
    }

    .scroll-button-container {
        width: 50px;
        bottom: 70px;
    }

    .btn-showgetquote-container {
        bottom: 30px;
        left: 0;
        width: 100%;
        position: fixed;
    }

    .btn-showgetquote-box {
        margin: auto;
        position: static;
    }
}

@media only screen and (max-width:567px) {
    
    .mobile-title {
        font-size: 10px;
    }

    #HomeBanner1 {
        /*background-image: none !important;*/
        max-height: 110vh;
        /*height: 100% !important;*/
    }


    .banner-leftAlign {
        width: 100%;
        position: initial !important;
        padding-top: 150px;
    }

    .btn-showgetquote-container {
        left: 0 !important;
        width: 100% !important;
        position: fixed !important;
        top: auto !important;
        bottom: 30px !important;
    }

    .banner1-background-img {
        max-width: 100% !important;
        position: initial;
        top: auto;
    }

    #HomeBanner1 {
        background-image: url('../../Areas/MLSP/Images/ProductPageMobile_1.jpg');
    }

    #HomeBanner2 {
        background-image: url('../../Areas/MLSP/Images/ProductPageMobile_2.jpg');
    }

    #HomeBanner3 {
        background-image: url('../../Areas/MLSP/Images/ProductPageMobile_3.jpg');
    }

    #HomeBanner4 {
        background-image: url('../../Areas/MLSP/Images/ProductPageMobile_4.jpg');
    }

    .home-banner {
        background-position: center,top !important;
    }

    .odd-wording, .even-wording {
        left: 5%;
        top: 5%;
        max-width: 90%;
    }

    .banner-title, .banner-wording {
        /*font-weight: bold;*/
    }

    .banner1-wording {
        color: #333 !important;
    }
    .btn-showgetquote-container {
        bottom: 30px;
        left: 0;
        width: 100%;
        position: fixed;
    }

    .btn-showgetquote-box {
        left: 0;
        right: 0;
        bottom:30px;
        margin: auto;
    }
    btn-showgetquote-container{
        bottom:30px;
    }
    .scroll-button-container {
        width: 50px;
        bottom:70px;
    }

    .first-banner {
        margin-top: 86px;
    }
    .card-input-element + .card {
        /*height: calc(125px + 2*2rem) !important;*/
        text-align-last: center;
        text-align: -webkit-center;
        padding: 5px !important
    }

    .card-input-element:not(:checked) + .card::before {
        top: 5%;
        left: 37% !important;
    }

    .card-input-element:checked + .card::after {
        top: 5%;
        left: 37% !important;
    }
}
@media only screen and (max-height:420px) {
    .even-wording {
        left: 3%;
        top: 5%;
    }

    .odd-wording {
        top: 5%;
        right: 3%;
    }
}
    /*#endregion*/
    /*#region Partial Page*/
    .partialPageContainer{
         min-height:500px;
    }

    .partialPage {
        left:0;
        margin-left:15px;
        margin-right:15px;
        position: absolute;
        line-height: 19px;
        font-size: 14px;
        letter-spacing: 0;
        z-index: 101;
        color: #333333;
        box-shadow: 0px 0px 10px rgb(120,95,166);
        background-color: white;
    }
@media only screen and (max-width:767px) {
    .partialPageContainer{
        min-height:0px
    }
    .hideButton{
        display: none !important;
    }
    .home-lastsection {
        /*height: 45vh;*/
        align-items: center;
    }
}
@media only screen and (max-width:768px) {

    #HomeBanner1 {
        background-image: url('../../Areas/MLSP/Images/ProductPageMobile_1.jpg');
    }

    .span-gender {
        /*padding-top: 7px !important;*/
    }
}

    .partialHeader {
        padding-top: 8px;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0;
        color: rgb(3,116,201);
        border-bottom: 2px solid;
    }

    .getQuoteMobile {
        left: 0;
        padding: 0px;
        position: fixed;
        bottom: 0;
        z-index: 100;
        background-color: #e8e8e8;
        padding-bottom: 0;
    }

.img-gender {
    width: 20px;
    cursor: pointer;
    height: 20px;
    /*place-self: center;*/
    margin-left: 10px;
    margin-top: 7px;
}
.emailInput{
    text-transform: none !important;
}

.span-gender {
    /*padding-top:6px;*/
    place-self: center;
    align-self: center;
}

    .imageOpacity {
        opacity: 0.5;
    }

.partialFormStyle input[type="text"], .getQuoteBox input[type="number"] {
    width: 100%;
    height: 35px;
    border: solid 1px rgb(180, 180, 180);
    /*border-bottom: solid 1px rgb(180, 180, 180);*/
    position: relative;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-appearance: none !important;
    padding-left: 3%;
}

    .partialFormStyle input[type="text"]:focus, .getQuoteBox input[type="number"]:focus {
        /*border: none;*/
        /*border-bottom: solid 1px rgb(80, 80, 80);*/
        outline: none;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        padding: 3%;
        height: 35px;
    }

    .partialFormStyle label {
        /*font-size: 14px;*/
        font-weight: bold;
        padding: 10px 0 5px 0;
        margin-top: 6px;
    }

    .showPartial {
        position: fixed;
        bottom: 0;
        z-index: 101;
        display: block !important;
        left: 0;
        max-height: 90vh;
        overflow: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .btnGetQuoteDiv {
        /*padding-top: 30px;*/
        place-content: center !important;
    }

    .exitBtn {
        margin-top: 5px;
        margin-right: 10px;
    }

    .getquote-rblgender:checked ~ .getquote-genderContainer, .getquote-rblgender:checked ~ .getquote-genderLabel {
        opacity: 1;
    }

    .getquote-genderContainer, .getquote-genderLabel {
        opacity: 0.5;
        font-weight: bold;
    }

    .getquote-genderContainer {
        text-align: center;
    }
    /*#endregion*/
    /*#region Home Page*/
    .sub-title {
        font-size: 1.75rem;
        padding: 1rem 0;
    }
.videobannertext {
    color: white;
    background-color: #522e92;
}

.videoText {
    line-height: 1.5;
}

.keyfeature {
    text-align: justify;
    text-align-last: center;
    text-align: -webkit-center;
    font-size: 14px;
}

.keyfeatureTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /*margin-top: 16px;*/
}

.keyfeatureHeading {
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    color: rgb(82, 46, 145);
    background-color: white;
}

.terms {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    color: #282828;
}

.featureImage {
    width: 110px;
}
    /*#endregion*/
    /*#region Coverage Page*/
    .coveragePage {
        padding-top: 30px;
        /*padding-left: 5px;*/
        padding-bottom: 15px;
    }

        .coveragePage .coverageRadioButton {
            display: none;
        }

            .coveragePage .coverageRadioButton:checked + .coverageCard {
                cursor: pointer;
                -webkit-box-shadow: 0px 0px 20px 2px rgba(52,52,52,.29);
                -moz-box-shadow: 0px 0px 20px 2px rgba(52,52,52,.29);
                box-shadow: 0px 0px 20px 2px rgba(52,52,52,.29);
                border-radius: 7px;
                border: solid 3px rgb(59,135,201);
            }

        .coveragePage .coverageCard {
            padding: 1.5rem;
            cursor: pointer;
            border-radius: 7px;
            margin-bottom: 40px;
            -webkit-box-shadow: 0px 0px 20px 2px rgba(52,52,52,.29);
            -moz-box-shadow: 0px 0px 20px 2px rgba(52,52,52,.29);
            box-shadow: 0px 0px 20px 2px rgba(52,52,52,.29);
        }

            .coveragePage .coverageCard:hover {
                -webkit-box-shadow: 0px 0px 20px 2px rgba(52,52,52,.5);
                -moz-box-shadow: 0px 0px 20px 2px rgba(52,52,52,.5);
                box-shadow: 0px 0px 20px 2px rgba(52,52,52,.5);
            }

        .coveragePage .shieldImg {
            min-width: 65px;
            min-width: 65px;
        }

        .coveragePage .cardTitle {
            padding: 0px;
            font-size: 1.75rem;
            font-weight: 600;
            color: #666666;
        }

        .coveragePage .amountPerDay {
            color: blue;
            font-size: 1.2rem;
        }

        .coveragePage .amount {
            font-size: 1.8rem;
            text-align: center;
        }

            .coveragePage .amount strong {
                font-size: 2.5rem;
            }

            .coveragePage .amount div {
                font-size: 1rem;
            }

        .coveragePage .coverageBenefit1 {
            background-image: url('../../Areas/MLSP/Images/tpd-sign.png');
            background-repeat: no-repeat;
            background-position: 10px 2px;
            background-size: 20px;
            padding-left: 45px;
            padding-right: 10px;
            border-right: 1px solid #eee;
        }

        .coveragePage .coverageBenefit2 {
            background-image: url('../../Areas/MLSP/Images/ci-sign.png');
            background-repeat: no-repeat;
            background-position: 15px 2px;
            background-size: 20px;
            padding-left: 45px;
            padding-right: 5px;
        }

        .coveragePage .benefitAmount {
            font-size: 1.2rem;
            font-weight: bold;
        }

        .coveragePage .benefitMainDesc {
            font-size: 1.1rem;
            font-weight: bold;
            text-align: justify;
        }

        .coveragePage .benefitSubDesc {
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 15px;
            text-align: justify;
            margin-top: 0.2rem;
        }

        .coveragePage .benefitDesc {
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 20px;
        }

        .coveragePage .floatingButton {
            position: fixed;
            top: 35vh;
            right: 20px;
            opacity: .4;
            z-index: 999;
            transition: all .5s ease;
        }

            .coveragePage .floatingButton.expand {
                top: 65vh;
            }

                .coveragePage .floatingButton.expand span:before {
                    content: '\f139';
                }

.recommendedBadge {
    position: absolute;
    right: 5%;
    top: -22px;
    width: 190px;
    padding: 10px 15px;
}

.sumCoveredGroup {
    width: 95%;
}

.sumCovered {
    min-width: initial;
}

.amountSpan {
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}

.coveragePage .coverageBenefit1 {
    background-position: 10px 14px;
}

.coveragePage .coverageBenefit2 {
    background-position: 15px 13px;
}

.toPlanText::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../../Areas/MLSP/Images/ico-plantap.png);
    background-size: contain;
    left: 5px;
}

.toPlanText {
    display:flex;
    align-items:center;
    padding-left: 50px;
    position: relative;
}

    /*#endregion Coverage Page*/

    /*#region Underwriting Page */
    .underwriting .card {
        border-color: #ccc;
    }

    .underwriting .question {
        color: #666666;
    }
    /*#endregion */
    /*#region Personal Info Page*/
    .personalInfo .col-form-label {
        font-weight: bold;
    }

    .infoPanel {
        width: 100%;
        margin: 20px 25px;
        padding: 20px 25px;
        background-color: #ddeeFF;
        border-radius: 3px;
        border: solid 1px #00E9E9;
        font-weight: bold;
    }
    /*#endregion*/
    .underWritingFailTitle {
        padding-top: 30px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: 600;
        color: #fafafa;
    }

    @media only screen and (max-width:991px) {
        .stickynote-padding {
            padding-bottom: 80px;
        }
    }


.GetQuoteContainer {
    width: 65%;
    left: 20%;
    position: relative;
    background-color: white;
}

@media only screen and (max-width:767px){
    .GetQuoteContainer {
        width: 100% !important;
        left: 0 !important;
    }

    .RadioLabel {
        margin-top: -20px;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    .RadioLabelLast {
        margin-top: -5px;
        margin-bottom: 0;
        vertical-align: middle;
        padding-left: 5px !important;
    }

    .SumInput {
        margin-top: -3px;
    }
}

/*#region GetQuote Banner*/

.btnBack {
    /*background-color: rgb(223,204,255);*/
    color: black;
    border-spacing: 10px 10px;
    padding: 10px 10px 10px 10px;
    border-width: 0px;
    border: 2px solid rgb(82,46,144);
    font-weight: bold;
    -webkit-border-radius: 5px; /* Safari */
    -moz-border-radius: 20px; /* Firefox\Gecko Engine */
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: 5px 0px;
    line-height: 19px;
    letter-spacing: 0;
    float: right;
}

.btnBack:hover {
    opacity: 0.8;
    text-decoration: none;
    color: black;
}

#SelectOptions .label {
    /*padding-left: 20px;*/
    cursor: pointer;
    width: 100%;
    /*height: calc(36px + 2*1rem);*/
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
}
    #SelectOptions .label:checked{
        border: 2px solid rgb(82,46,144);
        -webkit-transition: border .3s;
        -o-transition: border .3s;
        transition: border .3s;
    }

.newGetQuote input[type="number"], .newGetQuote input[type="text"] {
    /*border: none;*/
    /*border-bottom: solid 1px rgb(180, 180, 180);*/
    /*-webkit-border-radius: 0 !important;*/
    border: solid 1px rgb(180, 180, 180);
    -webkit-appearance: none !important;
    /*padding: 3%;*/
}

    .newGetQuote input[type="number"]:focus, .newGetQuote input[type="text"]:focus {
        /*border: none;*/
        /*border-bottom: solid 1px rgb(80, 80, 80);*/
        outline: none;
        box-shadow: none;
        padding: 3%;
    }
.txtAmount {
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
    border: solid 1px rgb(180, 180, 180);
    border-radius:20px;
}
.txtAmountDisplay {
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
    border: solid 1px rgb(180, 180, 180);
    border-radius: 20px;
    flex-flow: nowrap !important;
}
.txtAmountDisplayDisabled {
    /*border: solid 1px rgb(180, 180, 180);*/
    border-radius: 20px;
    flex-flow: nowrap !important;
    background: #f3f1f8;
}
/*.txtAmountDisplay:hover {
    border: solid 2px red !important;
}*/

.txtAmountDisplay:focus{
    outline: dotted 2px green;
}

.newGetQuote input[type="number"]:focus, .newGetQuote input[type="text"]:focus {
    border: solid 2px #522e92 !important;
}

.txtRoundedDisplay {
    border: solid 1px rgb(180, 180, 180);
    border-radius: 20px;
    height: 36px;
    flex-flow: nowrap !important;
}
    .txtRoundedDisplay:hover {
        background: rgb(204, 182, 244);
        border: solid 1px rgb(180, 180, 180);
        border-radius: 20px;
        flex-flow: nowrap !important;
        cursor: pointer;
    }
.txtRoundedDisplaySelected {
    border: 2px solid #522e92 !important;
}
    .amountTextBox {
        border: none !important;
        background: transparent !important;
    }

.GetQuoteBannerHeader {
    height: 25%;
}

.GetQuoteBannerBody {
    height: 75%;
}

.hiddenField {
    position: absolute !important;
    left: -99999px !important;
    display: block !important;
}

.sumAssuredTable {
    border: 1px solid rgb(243,241,248);
    border-top: 2px solid #522e92 !important;
}

    .sumAssuredTable td {
        vertical-align: middle;
        border: 1px solid rgb(243,241,248);
        width: 33.33%;
    }

    .sumAssuredTable tr:first-child th, .sumAssuredTable tr td:first-child {
        background: rgb(243,241,248);
        border: 1px solid white;
    }

sumAssuredTable tr:first-child th:first-child {
    background-color: white;
}

.card-input-element + label .card {
    color: black;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 15px;
}

.curve-div {
    border-radius: 15px;
}

.card-input-element + label .card:hover {
    cursor: pointer;
}

.card-input-element:checked + label .card {
    border: 2px solid #522e92;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

    .card-input-element:checked + label .card > .iconhere::after {
        content: "";
        display: inline-block;
        color: #AFB8EA;
        font-size: 24px;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        width: 40px;
        height: 40px;
        background: url('../../Areas/MLSP/Images/check_active.png') no-repeat 0 0;
        background-size: contain;
    }

.card-input-element:not(:checked) + label .card > .iconhere::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url('../../Areas/MLSP/Images/check_passive.png') no-repeat 0 0;
    background-size: contain;
    display: inline-block;
}

.txtPrepend {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    left: 15px;
    font-weight: bold;
    z-index:1;
}

.maskAmt {
    padding-left: 45px !important;
    background-color: transparent;
    height: 35px;
}

.getquote-rblgender:checked + label {
    border: solid 2px #522e92 !important;
    font-weight: bold;
}

    .getquote-rblgender:checked + label .img-male {
        background-image: url('../../Areas/MLSP/Images/male-icon-selected.png');
    }

    .getquote-rblgender:checked + label .img-female {
        background-image: url('../../Areas/MLSP/Images/female-icon-selected.png');
    }

.img-male {
    background-image: url('../../Areas/MLSP/Images/male-icon.png');
    background-size: contain;
}

.img-female {
    background-image: url('../../Areas/MLSP/Images/female-icon.png');
    background-size: contain;
}

/*#endregion GetQuote Banner*/

.contentCenter {
    place-content: center;
    justify-content:center !important;
}
.genderRadio {
    border: solid 1px rgb(180, 180, 180) !important;
    border-radius: 20px !important;
}
.genderRadioSelected {
    border: solid 2px blue !important;
}
.genderRadio :hover{
    background-color:purple;
    color:white;
}
.badgeIcon{
    width: 38px !important;
}
.homeIcon{
    width: 25px !important;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.videoMLSP {
    object-fit: cover;
}
.videoMLSP:focus{
    outline:none;
}

@media (hover: none) {
    .txtRoundedDisplay:hover {
        background: inherit;
    }
}

.newGetQuoteBtnSpan {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/*Datepicker*/
.ui-widget.ui-widget-content {
    border: 2px solid #522e90;
    border-radius: 4%;
}
.ui-state-default{
    background: none !important;
    border: none !important;
}
.ui-state-active {
    background-color: #522e90 !important;
    border-radius: 50%;
    border: 1px solid #522e90 !important;
}
.ui-datepicker-header{
    background:none !important;
    border: none !important;
}
.ui-datepicker .ui-datepicker-title select {
    margin: 1px 1px;
    padding: 2px;
    border: 1px solid #522e90;
    background-color: #522e90;
    color: white;
}
.ui-datepicker table {
    color: #522e90;
    text-align-last: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff9900 !important;
    border-radius: 50%;
}
.ui-datepicker td span, .ui-datepicker td a{
    padding: 0.4em !important;
}
.ui-datepicker .ui-datepicker-header {
    background-color: #522e90 !important;
}
.ui-widget-header .ui-icon {
    background-image: url(../Images/ui-icons_ffffff_256x240.png)
}

/*counter the common one if not mytenang*/
header div, header a, header img {
    height: 100%;
}
header{
    width: 100%;
}