login-button /* * Skeleton V1.2 * Copyright 2011, Dave Gamache * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php * 6/20/2012 */ /* Table of Content ================================================== 	#Site Styles 	#Page Styles 	#Media Queries 	#Font-Face */ /* #Site Styles ================================================== */ .main-container {
    /*background: url('../images/BG.jpg') scroll repeat-y 0 0 transparent;*/
    margin: 0;
    padding: 0;
    position: relative;
    width: 1060px;
    zoom: 1;
}

.main-container:before, .main-container:after, .header:before, .header:after {
    display: table;
    content: "";
    zoom: 1;
}

.main-container:after, .header:after {
    clear: both;
}

.nav-container {
    float: left;
    width: 120px; /*height: 2296px;*/ /*Removed to make dark background layout dynamic*/
}

.content-container {
    float: left;
    text-align: center;
    width: 940px;
    min-height: 850px;
}

.basecamp {
    margin: 43px auto;
    padding: 0;
    text-align: left;
    width: 840px;
}

    .basecamp .header {
        min-height: 100px;
        width: 100%;
        zoom: 1;
        margin-bottom: -10px;
    }

        .basecamp .header .main-logo {
            width: 420px;
            height: 115px;
            margin: 0 0 0 10px;
            padding: 0;
            float: left;
        }

        .basecamp .header .head-controls {
            float: right;
            text-align: right;
        }

    .basecamp .head-controls input {
        display: inline-block;
    }

        .basecamp .head-controls input.search-box {
            background: url('../images/searchIcon.png') scroll no-repeat 186px 5px white;
            border: 1px solid #dbdbdb;
            padding-right: 40px;
            margin-right: 5px;
            margin-bottom: 0;
            width: 180px;
        }

    .basecamp .head-controls .gear {
        /*background-color: #3b71a4; /*theme*/
        height: 40px; /*added to increase height*/
        margin-bottom: 0;
        /* display: table-cell;*/
        vertical-align: middle;
        margin-top: -5px;
    }

    .basecamp .head-controls .logout-head-controls .gear {
        background-color: #3b71a4; /*theme*/
        margin-bottom: 0;
    }

.gearControlDashboard {
    margin-right: 4px !important;
}

.basecamp .head-controls .gear:hover {
    background-color: #565656; /*theme*/
}

.basecamp .head-controls .logout-head-controls:hover {
    background-color: #565656; /*theme*/
}

.basecamp .head-controls .gear {
    background-image: url(../images/gear.png);
    background-repeat: no-repeat;
    background-position: 8px 7px;
    width: 41px;
    text-indent: -9999px;
    margin-left: 5px;
    height: 41px; /*added to increase height*/
    margin-bottom: 0;
}

a.share-btn {
    border: 1px solid #dbdbdb;
    color: #AEAEAE;
    background: url(../images/share.png) scroll no-repeat 65px 8px white;
    padding: 8px 45px 8px 15px;
    text-decoration: none;
}

    a.share-btn:hover {
        background-color: #f2f2f2;
        border: 1px solid #AEAEAE;
        color: #AEAEAE;
        text-decoration: none;
    }

input[type="button"].renew-btn {
    background-color: #F04F4F;
    color: white;
    padding: 8px 20px;
    margin-top: 32px;
    margin-bottom: 10px;
    margin: 30px 0 10px;
    text-decoration: none;
}

    input[type="button"].renew-btn:hover {
        background-color: #ff2f2f;
        color: #fff;
        text-decoration: none;
    }

a.renew-btn {
    background-color: #F04F4F;
    color: white;
    padding: 8px 20px;
    margin-top: 32px;
    margin-bottom: 10px;
    margin: 0px 0 10px !important;
    text-decoration: none;
}

    a.renew-btn:hover {
        background-color: #ff2f2f;
        color: #fff;
        text-decoration: none;
    }

.width5 {
    width: 400px;
}

.width6 {
    width: 821px;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    text-align: left;
    width: 1060px;
}

    .footer ul {
        padding: 0;
        float: left;
        padding: 20px 0 0 130px;
    }

        .footer ul.footer-links-list li {
            border-right: 1px solid #3b71a4;
            display: inline-block;
            padding: 0 10px;
            margin: 0px !important;
        }

            .footer ul.footer-links-list li a {
                color: #3b71a4; /*theme*/
            }

                .footer ul.footer-links-list li a:hover {
                    /*color: #565656;*/
                    text-decoration: none;
                }

            .footer ul.footer-links-list li.first {
                padding-left: 0;
            }

            .footer ul.footer-links-list li.last {
                border-right: 0 none;
            }

    .footer .footer-logos {
        float: right;
        padding-top: 20px;
        margin: 0px 60px 0 0;
    }



        .footer .footer-logos img {
            vertical-align: middle;
        }

a.backToPortal {
    background-color: #39b5e9;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: fixed;
    top: 15px;
    left: 0;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .43);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .43);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .43);
    z-index: 3;
}

    a.backToPortal:hover {
        background-color: #289ACA;
        text-decoration: none;
    }

.nav {
    width: 100%;
    margin: 140px 0 0 0;
    padding: 0;
}

    .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav ul li {
            display: block;
            position: relative;
            text-align: center;
            margin: 0;
            padding: 0;
        }

            .nav ul li.selected {
                background-color: #1c1c1c;
            }

                .nav ul li.selected:after {
                    content: "";
                    position: absolute;
                    top: 30%;
                    right: -15px;
                    border-left: 15px solid blue;
                    border-left-color: #1c1c1c;
                    border-top: 15px solid transparent;
                    border-bottom: 15px solid transparent;
                }

            .nav ul li img {
                position: absolute;
                top: 10px;
                right: 40%;
            }

            .nav ul li a {
                border-top: 1px solid #5d5d5d; /*theme*/
                border-bottom: 1px solid #5D5D5D; /*theme*/
                display: block;
                color: #b6b6b6; /*theme*/
                font: normal 13px 'gibsonregular', Arial, Helvetica, sans-serif;
                max-height: 160px;
                height: auto;
                padding: 50px 0 10px;
            }

/* #Page Styles
================================================== */
/***landing page***/
.landing-body {
    background: url('../images/mainBG.jpg') scroll no-repeat 0 0 transparent;
}

.wrapper {
    position: relative;
    width: 881px;
    margin: 0;
    padding: 0px 81px 0px;
    height: 500px;
}

    .wrapper .column, .wrapper .columns {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

.main-box {
    margin: 0;
    background: url('../images/boxBG.png') scroll no-repeat 0 0 transparent;
    background-size: 1100px;
    height: 500px;
    width: 881px;
    text-align: left;
    margin-top: 145px;
    margin-left: 8px;
}

.video-section {
    width: 395px;
    padding: 30px 0 30px 50px;
}

    .video-section h1 {
        color: #39b5e9; /*theme*/
        font: normal 36px "gibsonregular", Arial, Helvetica, sans-serif;
        -moz-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 2px #fff;
        -webkit-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 2px #fff;
        -o-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 2px #fff;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 2px #fff;
    }

    .video-section ul {
        margin: 0 0 0 30px;
        padding: 0;
    }

        .video-section ul li {
            background: url('../images/bulletBlue.gif') scroll no-repeat 0 6px transparent;
            padding: 0 0 0 22px;
        }

    .video-section button {
        background: url('../images/videoBtnImg.png') scroll no-repeat 180px 7px #39B5E9; /*theme*/
        padding-right: 50px;
        padding-left: 15px;
        font: normal 16px/24px "gibson_lightregular", Arial, Helvetica, sans-serif;
        margin: 5px 0 0 54px;
        width: 225PX;
        text-align: LEFT;
    }

        .video-section button:hover {
            background-color: #289ACA; /*theme*/
        }

.form-section {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 0 30px 136px;
    width: 230px;
}

.form-section-login-frame {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 230px;
}

    .form-section-login-frame h3 {
        color: #39b5e9;
        font: normal 24px "gibsonregular", Arial, Helvetica, sans-serif;
        -moz-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        -webkit-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        -o-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        padding-top: 10px;
    }

.forgot-form-section {
    padding: 30px 0 30px 120px !important;
}

.form-section h3 {
    color: #39b5e9;
    font: normal 24px "gibsonregular", Arial, Helvetica, sans-serif;
    -moz-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
    -webkit-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
    -o-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
    padding-top: 10px;
}

.login-button {
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0;
}

.form-section button {
    display: block;
    padding: 8px 15px;
}

.form-section .input-block {
    margin-top: 20px;
}

    .form-section .input-block input {
        margin-bottom: 0;
        width: 220px;
    }

.form-section .btn-block {
    margin-top: 7px;
}

.form-section .forgot-password {
    padding-top: 10px;
}

.form-section .error-msg {
    color: red;
    display: inline-block;
    font-size: 75%;
    float: left;
    width: 155px;
    text-shadow: 0 0 2px yellow;
}

.form-section .forgot-error-msg {
    color: red;
    display: inline-block;
    font-size: 75%;
    float: left;
    width: 240px;
    text-shadow: 0 0 2px yellow;
}

.form-section button {
    float: right;
}

.landing-footer {
    background-color: transparent;
    border-top: 0 none;
    text-align: left;
    margin-top: 120px;
    width: 881px;
}

    .landing-footer ul {
        margin: 5px 0 0 0;
        padding: 0;
        width: 700px;
    }

        .landing-footer ul.footer-links-list li {
            border-right: 1px solid #FFFFFF;
            display: inline-block;
            padding: 0 10px;
        }

            .landing-footer ul.footer-links-list li.first {
                padding-left: 0;
            }

            .landing-footer ul.footer-links-list li.last {
                border-right: 0 none;
            }

            .landing-footer ul.footer-links-list li a {
                color: #FFFFFF;
                font-size: 14px;
            }

    .landing-footer .footer-logo {
        float: right;
    }

.version {
    margin-left: 2px;
    padding-left: 20px;
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
}

.landingPoweredBy {
    clear: left;
    color: white;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 8px;
}

.overlay {
    background: url("../images/overlayBG.png") scroll repeat 0 0 transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0;
    z-index: 2;
}

.modal-box {
    background: url("../images/modalBG.png") scroll repeat 0 0 transparent;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    width: 745px;
    height: 517px;
    position: relative;
    top: 60px;
    left: 150px;
}

    .modal-box .close {
        background: url("../images/closeModal.png") scroll no-repeat 0 0 transparent;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        text-indent: -9999px;
    }

.video-container {
    margin: 0;
    padding: 50px 0 0 50px;
}

    .video-container h3 {
        color: #39b5e9;
        font: normal 24px "gibsonregular", Arial, Helvetica, sans-serif;
        -moz-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        -webkit-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        -o-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #fff;
    }

/***What's happening page***/

.featured {
    margin-top: 20px;
    position: relative;
    width: 820px;
    height: 367px;
    overflow: hidden;
    padding-left: 10px;
}

    .featured .featureTxt {
        background: #f2f2f2;
        border: 1px solid #fff;
        border-right: 0 none;
        border-radius: 3px 0 0 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .65);
        position: absolute;
        right: 1px;
        bottom: 20px;
        text-align: right;
        width: 480px;
        font-size: 16px;
        padding: 20px 20px 20px 0;
    }

        .featured .featureTxt p {
            margin: 0;
            font-family: "gibson_lightregular",Arial,sans-serif;
            padding-bottom: 4px;
            color: Black;
        }

.cbox {
    display: inline-block;
    float: left;
    margin: 25px 10px 0;
}

    .cbox h3 {
        background: url(../images/cBoxSprite.png) scroll no-repeat 25px 10px;
        color: white;
        font: normal 20px/25px 'gibsonregular', Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 20px 0px 20px 80px;
    }

    .cbox.welcome h3 {
        background-position: 25px 10px;
    }

    .cbox.maint h3 {
        background-position: 25px -190px;
    }

    .cbox.download h3 {
        background-position: 25px -90px;
    }

    .cbox.twitter h3 {
        background-position: 25px -390px;
    }

    .cbox.warranty h3 {
        background-position: 25px -490px;
    }

    .cbox.register h3 {
        background-position: 25px -590px;
    }

    .cbox.renew h3 {
        /*background-position: 25px -590px;*/
    }

    .cbox.facebook h3 {
        background-position: 25px -290px;
    }

    .cbox.rewards h3 {
        background-position: 25px 10px;
    }

    .cbox.srpopup h3 {
        background-position: 25px -680px;
    }

    .cbox .cbox-content {
        border: 1px solid #dbdbdb;
        background-color: #fff;
        padding: 15px 27px 20px;
    }

    .cbox.welcome .cbox-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .cbox .cbox-content p, .cbox .cbox-content strong {
        font-family: Arial, Helvetica, sans-serif;
    }

    .cbox .cbox-content ul.checklist, .cbox .cbox-content ul.downList, .cbox .cbox-content ul.tweetList {
        margin-bottom: 0px;
        height: 210px;
        overflow: hidden;
        font: normal 16px Arial, Helvetica, sans-serif;
    }

.uitooltip {
    display: block;
    position: absolute;
    padding: 8px;    
    min-width: 150px;
    font-size: 13px;
    white-space: pre-line;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

#tblTaskUnitDocuments tr td {
    font-family: Arial, Helvetica, sans-serif;
}
/* Utility Classes */
.border-bottom {
    border-bottom: 1px solid #999 !important;
}

.bg-gray {
    background: #f3f3f3;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.p-14 {
    padding: 14px !important;
}

.mt-20 {
    margin-top: -20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.ml-14 {
    margin-left: -14px !important;
}

/* Utility Classes */

ul.feedlist {
    margin-bottom: 0px;
    font: normal 16px Arial, Helvetica, sans-serif;
}

.feedlist li {
    border-bottom: 1px dashed #bababa;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.cbox .cbox-content .checklist li {
    border-bottom: 1px dashed #bababa;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

    .cbox .cbox-content .checklist li:last-child {
        border-bottom: 0 none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .cbox .cbox-content .checklist li p {
        margin-bottom: 0;
    }

.cbox .cbox-content ul.downList li {
    margin: 0;
    padding: 5px 0 0;
}

    .cbox .cbox-content ul.downList li a {
        background: url(../images/down.png) no-repeat scroll 300px 7px #fff;
        border: 1px dotted #b8b8b8;
        border-radius: 5px;
        color: #737373;
        font: bold 16px Arial, Helvetica, sans-serif;
        margin: 0;
        display: block;
        padding: 12px 15px;
    }

        .cbox .cbox-content ul.downList li a:hover {
            background-color: #F2F2F2;
            text-decoration: none;
            color: #737373;
        }


.cbox .cbox-content ul.tweetList li {
    padding: 10px 0 40px 0;
}

    .cbox .cbox-content ul.tweetList li.leftBubble {
        margin-left: 20px;
        padding-right: 45px;
    }

    .cbox .cbox-content ul.tweetList li.rightBubble {
        padding-left: 50px;
    }

.cbox.warranty .checklist li:first-child {
    margin-top: 0;
}

.cbox.register .cbox-content {
    background: url(../images/housesBG.jpg) scroll no-repeat left bottom #fff;
    height: 302px;
}

    .cbox.register .cbox-content h4 {
        font: normal 20px 'gibson_lightbold', Arial, Helvetica, sans-serif;
        padding: 50px 30px 0;
        text-align: center;
        border: 0px !important;
    }

.cbox.renew .cbox-content {
    background: url(../images/housesBG.jpg) scroll no-repeat left bottom #fff;
    height: 265px;
}


    .cbox.renew .cbox-content h4 {
        font: normal 16px 'gibson_lightbold', Arial, Helvetica, sans-serif;
        line-height: 20px;
        padding: 50px 30px 0;
        text-align: left;
        border: 0px !important;
    }

.cbox.srpopup .cbox-content {
    background: url(../images/housesBG.jpg) scroll no-repeat left bottom #fff;
    height: 265px;
}

.cbox.facebook .fb-comments {
    height: 267px;
}

.cbox .cbox-content .button-section {
    text-align: center;
    padding-top: 15px;
}

    .cbox .cbox-content .button-section button, .cbox .cbox-content .button-section .button {
        background-color: #3b71a4; /*theme*/
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .cbox .cbox-content .button-section button:hover, .cbox .cbox-content .button-section .button:hover {
            background-color: #565656; /*theme*/
            color: #fff;
            text-decoration: none;
        }

.divViewAll {
    /*background-color: #3B71A4;*/
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin: -5px 20px 4px 128px;
    position: relative;
    width: 85px;
    color: white;
}

.viewTxt {
    margin-top: 12px;
}

.btnView {
    margin-bottom: 0px !important;
    height: 40px;
    width: 100px;
}

.btnViewWarranty {
    margin-bottom: 0px !important;
}

.btnViewMargin {
    margin-left: 116px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.cbox .cbox-contentFB {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 15px 12px 20px;
}


.cbox .cbox-content .button-section a.button.withLeftArrow {
    border-radius: 0 4px 4px 0;
    margin-right: 10px;
    position: relative;
    /*width: 26px;*/
}

.cbox .cbox-content .button-section a.button.withRightArrow {
    border-radius: 4px 0 0 4px;
    margin-left: 10px;
    /*width: 26px;*/
}

.leftArrow {
    position: absolute;
    border-color: transparent #3b71a4 transparent transparent;
    border-style: solid;
    border-width: 20px;
    top: 0;
    left: -40px;
    width: 0;
    height: 0; /* ReSharper disable InvalidValue */
    display: block-inline; /* ReSharper restore InvalidValue */
}

.rightArrow {
    position: absolute;
    border-color: transparent transparent transparent #3B71A4;
    border-style: solid;
    border-width: 20px;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    display: block-inline;
}

.withLeftArrow:hover .leftArrow {
    border-color: transparent #565656 transparent transparent;
    text-decoration: none;
}

.withRightArrow:hover .rightArrow {
    border-color: transparent transparent transparent #565656;
    text-decoration: none;
}
/*Whats page till here*/

/**warranty page**/

.headWarr {
    background: transparent url(../images/headWarr.png) no-repeat scroll 0px 0px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    border-bottom-width: 0px !important;
}

.hruler {
    background-color: #ccc;
    height: 1.5px; /*border-top: 1px solid #ccc;*/
    color: Black;
    margin-left: 10px;
    width: 70%;
    line-height: 0;
    font-size: 0;
}

.open-text {
    padding: 30px 0 0;
    margin-left: 0px !important;
    margin-right: 10px;
}

    /*
	.open-text p{
		font: normal 16px Arial, Helvetica, sans-serif;
	}
*/

    .open-text strong {
        color: #737373;
        display: block;
        font: bold 16px Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
    }

ul.warr-list {
    padding-left: 10px;
}

    ul.warr-list li {
        background: url(../images/bulletGrey.png) no-repeat 0 5px transparent;
        font: normal 16px/18px Arial, Helvetica, sans-serif;
        padding-left: 15px;
        margin-bottom: 5px;
    }

.howWarr {
    margin-top: 25px;
}

.borderless {
    width: 100%;
}

.box-with-corner-triangle {
    border: 1px solid #DBDBDB;
    display: inline-block;
    float: left;
    height: 200px;
    margin: 20px 10px 0px;
    width: 398px;
}

    .box-with-corner-triangle.home {
        background: url('../images/triangleHome.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .box-with-corner-triangle.building {
        background: url('../images/triangleBuilding.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .box-with-corner-triangle.manuf {
        background: url('../images/triangleManuf.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .box-with-corner-triangle.supp {
        background: url('../images/triangleSupp.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .box-with-corner-triangle.install {
        background: url('../images/triangleInstall.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

.box-content {
    padding: 40px 55px 10px 40px;
}

    .box-content h4 {
        font: bold 18px/24px Arial, Helvetica, sans-serif;
        border-bottom-width: 0px !important;
        margin-left: -15px;
        margin-top: 0;
    }

    .box-content p {
        font: normal 14px/18px Arial, Helvetica, sans-serif;
        margin: 0 -4px 0 -15px !important; /*margin: 0 0 13px 0px !important;*/
        color: #737373;
    }

.tab-menu {
    padding: 0;
    clear: both;
    margin: 10px 10px 0;
}

    .tab-menu:before, .tab-menu:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .tab-menu:after {
        clear: both;
    }


.open-text {
    padding: 30px 0 0;
    margin-left: 0px !important;
    margin-right: 10px;
}

    .open-text p {
        font: normal 16px Arial, Helvetica, sans-serif;
        color: #737373;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        margin-left: 5px;
    }

    .open-text strong {
        color: #737373;
        display: block;
        font: bold 16px Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
    }

ul.warr-list {
    padding-left: 10px;
}

    ul.warr-list li {
        background: url(../images/bulletGrey.png) no-repeat 0 5px transparent;
        font: normal 16px/18px Arial, Helvetica, sans-serif;
        padding-left: 15px;
        margin-bottom: 5px;
    }

.howWarr {
    margin-top: 65px;
}

.howWarrTop {
    margin-top: 25px;
}

h3.howWarrHead {
    background: #565656 url(../images/questionMark.png) no-repeat scroll 35px 10px;
    background-color: #565656;
    color: white;
    font: normal normal normal 20px/25px gibsonregular, Arial, Helvetica, sans-serif;
    margin: 0 10px;
    padding: 20px 20px 20px 105px;
}

    h3.howWarrHead .underlined {
        text-decoration: underline;
    }

.borderless {
    width: 100%;
}

.tab-menu {
    padding: 0;
    clear: both;
    margin: 10px 10px 0;
}

    .tab-menu:before, .tab-menu:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .tab-menu:after {
        clear: both;
    }

    .tab-menu li {
        display: inline-block;
        float: left;
        padding-right: 5px;
        margin-bottom: 0;
        margin-left: 0px !important;
    }

        .tab-menu li.last {
            padding-right: 0;
        }

        .tab-menu li a {
            background: #3b71a4;
            border: 1px solid #3b71a4;
            border-bottom: none;
            border-radius: 10px 10px 0 0;
            color: white;
            display: block;
            font: normal 15px/14px Arial, Helvetica, sans-serif;
            height: 35px;
            padding: 10px 13px 5px;
            text-decoration: none;
            text-align: center;
            text-decoration: none;
            width: 104px;
        }

            .tab-menu li a:hover {
                background: #565656;
                border: 1px solid #565656;
                border-bottom: none;
                color: #fff;
            }

        .tab-menu li.active a, .tab-menu li.active a:hover {
            background: #fff;
            border: 1px solid #dbdbdb;
            border-bottom: none;
            color: #565656;
        }


.tab-content {
    clear: both;
    display: none;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
    margin: 0 10px;
    padding: 40px;
    margin-right: 13px;
}

    .tab-content.first {
        display: block;
    }

    .tab-content, .tab-content p {
        font: normal 14px/18px Arial, Helvetica, sans-serif; /* margin: 0 0 13px 0px !important;*/
        color: #737373;
    }

        .tab-content h4 {
            font: bold 18px/24px Arial, Helvetica, sans-serif;
            border-bottom-width: 0px !important;
            margin-left: 10px;
        }

a.explore-btn {
    background: transparent url(../images/exploreBtn.png) no-repeat scroll 0px 0px;
    color: white;
    display: block;
    font: normal normal bold 16px/normal Arial, Helvetica, sans-serif;
    height: 45px;
    margin: 40px auto 0px;
    padding-top: 23px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px;
    width: 256px;
    text-decoration: none !important;
}

    a.explore-btn:hover {
        background-position: left bottom;
    }


/**My home page**/
.headHome {
    background: transparent url(../images/headHome.png) no-repeat scroll 0px 0px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom-width: 0px !important;
}

.headCommunity {
    background: transparent url(../images/headCommunity.png) no-repeat scroll 0px 0px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 9px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom-width: 0px !important;
}

.gallery {
}

.gallery-img {
    display: inline-block;
    float: left;
    height: 264px;
    margin: 10px 5px 0px;
    width: 263px;
    padding: 0;
    position: relative;
}

a.outer-img-Container {
    background-color: inherit !important;
}

a.img-desc {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    z-index: 3;
    background-color: #565656;
    color: #fff;
    font: normal 18px/20px "gibsonregular", Arial, Helvetica, sans-serif;
    width: 244px;
    text-decoration: none !important;
}

a.lnkWidth {
    width: 244px;
}

a.img-desc:hover {
    background-color: #3b71a4;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

.RedBorder {
    border: solid 1px red;
}

.nav ul li a:hover {
    text-decoration: none;
    background-color: #999999;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.nav ul li.selected {
    background-color: #999999;
}

    .nav ul li.selected:after {
        content: "";
        position: absolute;
        top: 30%;
        right: -15px;
        border-left: 15px solid blue;
        border-left-color: #999999;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.marginLeft30 {
    margin-left: 30px;
}
/**for the version in the  footers**/
/*first for landing page*/
.landing-footer-left {
    float: left;
}

.landing-footer ul.footer-links-list {
    width: 500px;
    margin-top: 0;
}

    .landing-footer ul.footer-links-list li {
        margin-bottom: 0;
    }

.landing-footer .version {
    color: white;
    float: left;
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 8px;
    clear: left;
    font-style: italic;
}
/* for other pages*/
.footer ul.footer-links-list {
    /*width: 600px;*/
    margin-bottom: 0;
}

    .footer ul.footer-links-list li {
        margin-bottom: 0;
    }

.footer .versionHome {
    clear: left;
    float: left;
    margin-left: 135px;
    font-style: italic;
}

.footer .poweredBy {
    clear: left;
    float: left;
    margin-left: 135px;
    margin-top: 3px;
}

.marginLeft2 {
    margin-left: 2px;
    font-size: 12px;
}

/***living room css***/
.basecamp .row {
    position: relative;
    margin-top: 35px !important;
}

.select-style {
    border: 1px solid #3B71A4;
    background: url(../images/select-arrow.png) scroll no-repeat 155px 17px #3B71A4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 44px;
    width: 180px;
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    overflow: hidden;
}

    .select-style select {
        -webkit-appearance: none;
        color: #fff;
        background: transparent;
        padding: 10px 0 12px 12px;
        font-size: 16px;
        line-height: 20px;
        border: 0 none;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150%;
    }

        .select-style select option {
            color: #000;
        }

/*for webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select-style select {
        padding-right: 16px;
    }
}

.main-img {
    margin: 30px 10px 0;
}

.top-nav {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    margin: 10px 11px 0 12px;
    text-align: center;
    height: 120px;
}

    .top-nav.messageCenter {
        margin: 10px 10px 0 10px;
    }

ul.top-nav-list {
    margin: 0 auto;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    display: inline-block;
    margin-right: -1px;
}

ul.top-nav-list {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    /*display: inline-block;*/
}

    ul.top-nav-list li {
        margin: 0;
        padding: 0;
        border-right: 1px solid #cdcdcd;
        display: inline-table;
        float: left;
        line-height: 0;
    }

.borders {
    border-right: 1px solid #cdcdcd !important;
    border-left: 1px solid #cdcdcd !important;
}

ul.top-nav-list li:first-child {
    /* margin-left: 150px;*/
    border-left: none;
}

ul.top-nav-list li:last-child {
    /* margin-left: 150px;*/
    /*border-right: none;*/
}



a.top-nav-list-item {
    line-height: 0;
    width: 115px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 100px;
    text-decoration: none;
}

    a.top-nav-list-item span {
        display: block;
        font-size: 16px;
        color: #737373;
        margin-bottom: 0;
        margin-top: 75px;
        line-height: 16px;
    }

        a.top-nav-list-item span.two-line {
            margin-top: 0;
            margin-bottom: 0;
            position: absolute;
            top: 60px;
        }

    /**For top menu sliding**/

    a.top-nav-list-item.app {
        background: url(../images/topmenu/app.png) scroll no-repeat 40px 20px transparent;
    }

    a.top-nav-list-item.elec {
        background: url(../images/topmenu/elec.png) scroll no-repeat 40px 15px transparent;
    }

    a.top-nav-list-item.heat {
        background: url(../images/topmenu/heat.png) scroll no-repeat 38px 15px transparent;
    }

    a.top-nav-list-item.exter {
        background: url(../images/topmenu/exter.png) scroll no-repeat 40px 15px transparent;
    }

    a.top-nav-list-item.inter {
        background: url(../images/topmenu/inter.png) scroll no-repeat 40px 15px transparent;
    }

    a.top-nav-list-item.plumb {
        background: url(../images/topmenu/plumb.png) scroll no-repeat 36px 16px transparent;
    }


ul.top-nav-list li:first-child {
    margin-left: 0;
}

.bx-window {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.propBx .bx-wrapper {
    height: 155px !important;
}

.propBx .bx-window {
    width: 695px !important;
}

.bx-next {
    position: absolute;
    top: 38%;
    right: -50px;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
    background: url(../images/topmenu/gray_next.png) no-repeat 0 -30px;
}


.box-with-inner-shade {
    background: none scroll no-repeat #e3e3e3;
    box-shadow: inset 0 0 10px #999;
    margin: 0 11px 0 12px;
    padding: 15px 30px 30px 30px;
}

.box-with-shadow {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
}

    .box-with-shadow:before, .box-with-shadow:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .box-with-shadow:after {
        clear: both;
    }

.box-with-shadow {
    background: white;
    font: normal 16px Arial, Helvetica, sans-serif;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 8px #cdcdcd;
}

.RelatedProducts {
    text-decoration: none;
    font-weight: bold;
    color: #a4afaf !important;
}

    .RelatedProducts:hover {
        text-decoration: none;
        color: #a4afaf !important;
    }

.marginTop30 {
    margin-top: 30px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.box-with-shadow h3 {
    color: #737373;
    font: normal 26px/30px Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 8px !important;
}

.product-box {
    border: 1px dotted #aeaeae;
    border-radius: 5px;
    float: left;
    display: inline-block;
    width: 340px;
    height: 115px;
    margin: 0 10px 20px;
}

    .product-box.gear {
        background: url('../images/roundedGearTriangle.png') scroll no-repeat top right white;
    }

    .product-box.carton {
        background: url('../images/roundedCartonTriangle.png') scroll no-repeat top right white;
    }

    .product-box.phone {
        background: url('../images/roundedPhoneTriangle.png') scroll no-repeat top right white;
    }

    .product-box.install {
        background: url('../images/roundedInstallTriangle.png') scroll no-repeat top right white;
    }


p.product-info {
    margin: 4px 0 0 15px;
    color: #737373;
}

    p.product-info .text-color {
        color: #3b71a4;
    }

    p.product-info strong {
        color: #737373;
        display: block;
        margin-bottom: 8px;
    }

    p.product-info a {
        color: #3B71A4;
        text-decoration: none;
    }

.doc-block {
    margin: 20px 0 20px 0;
}

.location-block {
    margin: 5px 0 5px 0;
}

    .location-block strong {
        color: #737373;
        display: block;
        margin-left: 10px;
        margin-bottom: 10px;
    }

.doc-block strong {
    color: #737373;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

a.doc-down {
    background: url(../images/down.png) no-repeat scroll 300px 4px #fff;
    color: #737373;
    border: 1px dotted #aeaeae;
    border-radius: 5px;
    float: left;
    display: inline-block;
    width: 300px;
    margin: 2px 10px;
    padding: 10px 20px;
}

    a.doc-down:hover {
        background-color: #F2F2F2;
        text-decoration: none;
        color: #737373;
        cursor: pointer;
    }

.dbox {
    margin: 25px 10px 0;
}

    .dbox h3 {
        background: url(../images/cBoxSprite.png) scroll no-repeat 25px -90px #565656;
        color: white;
        font: normal 20px/25px 'gibsonregular', Arial, Helvetica, sans-serif;
        background-color: #565656;
        margin: 0;
        padding: 20px 20px 20px 80px;
    }

.dbox-content {
    border: 1px solid #DBDBDB;
    background-color: white;
    padding: 10px;
}

a.doc-down-big {
    background: url(../images/down-big.png) no-repeat scroll 310px 18px #fff;
    color: #737373;
    border: 1px dotted #aeaeae;
    border-radius: 5px;
    float: left;
    font: normal 16px Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 375px;
    margin: 10px;
}

    a.doc-down-big strong {
        color: #737373;
        display: block;
        margin-bottom: 8px;
        margin-left: 10px;
        margin-top: 10px;
    }

    a.doc-down-big span {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 285px;
        display: inline-block;
    }

    a.doc-down-big:hover {
        background-color: #F2F2F2;
        text-decoration: none;
        color: #737373;
        cursor: pointer;
    }

#globalmenu li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

/* 26 sep Aman */

p.no-product-msg {
    background: url(../images/error.png) scroll no-repeat 0 0 transparent;
    margin: 20px auto;
    width: 340px;
    min-height: 65px;
    padding-left: 92px;
    padding-top: 10px;
}

/**For top menu sliding**/

a.top-nav-list-item.app {
    background: url(../images/topmenu/app.png) scroll no-repeat 50% 20px transparent;
}

a.top-nav-list-item.elec {
    background: url(../images/topmenu/elec.png) scroll no-repeat 50% 15px transparent;
}

a.top-nav-list-item.heat {
    background: url(../images/topmenu/heat.png) scroll no-repeat 50% 15px transparent;
}

a.top-nav-list-item.exter {
    background: url(../images/topmenu/exter.png) scroll no-repeat 50% 15px transparent;
}

a.top-nav-list-item.inter {
    background: url(../images/topmenu/inter.png) scroll no-repeat 50% 15px transparent;
}

a.top-nav-list-item.plumb {
    background: url(../images/topmenu/plumb.png) scroll no-repeat 50% 16px transparent;
}

/* For top menu disabled icons*/
a.top-nav-list-item.appDisable {
    background: url(../images/topmenu/app_disabled.png) scroll no-repeat 50% 20px #c2c2c2;
    cursor: auto;
}

    a.top-nav-list-item.appDisable:hover span, a.top-nav-list-item.elecDisable:hover span, a.top-nav-list-item.heatDisable:hover span, a.top-nav-list-item.exterDisable:hover span, a.top-nav-list-item.interDisable:hover span, a.top-nav-list-item.plumbDisable:hover span {
        color: #737373 !important;
        cursor: auto;
    }


a.top-nav-list-item.elecDisable {
    background: url(../images/topmenu/elec_disabled.png) scroll no-repeat 50% 15px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.heatDisable {
    background: url(../images/topmenu/heat_disabled.png) scroll no-repeat 50% 15px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.exterDisable {
    background: url(../images/topmenu/exter_disabled.png) scroll no-repeat 50% 15px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.interDisable {
    background: url(../images/topmenu/inter_disabled.png) scroll no-repeat 50% 15px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.plumbDisable {
    background: url(../images/topmenu/plumb_disabled.png) scroll no-repeat 50% 16px #c2c2c2;
    cursor: auto;
}


/*ul.top-nav-list li:first-child {
    margin-left: 0;
}*/

/*.bx-wrapper
{
    left: 25px;
    height: 119px;
}
*/

.bx-window {
    position: relative;
    overflow-x: hidden; /*width: 750px; */
    overflow-y: visible;
    /*height: 134px;*/
}

.bx-next {
    position: absolute;
    top: 38%;
    right: -50px;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
    background: url(../images/topmenu/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
    position: absolute;
    top: 38%;
    left: -50px;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
    background: url(../images/topmenu/gray_prev.png) no-repeat 0 -30px;
}

    /*next/prev button hover state*/
    .bx-next:hover, .bx-prev:hover {
        background-position: 0 0;
    }

.advisorText {
    margin: 0 12px;
    width: 98%;
    font-family: Arial, Helvetica, sans-serif;
}
/**Share page and Feedback page**/
.headShare {
    background: transparent url(../images/shareHead.png) no-repeat scroll 0px 4px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom: none !important;
}

.big-frm {
    font: normal 16px Arial, Helvetica, sans-serif;
    margin-top: 30px;
    padding-left: 10px;
}

.big-frm-block label {
    font: normal 16px Arial, Helvetica, sans-serif;
    color: #737373;
    margin-bottom: 6px;
}

.big-frm-block input {
    width: 375px;
    border: 1px solid #dbdbdb;
}

.big-frm-block textarea {
    width: 785px;
    height: 250px;
    border: 1px solid #dbdbdb;
}

.big-btn-Submit {
    background: transparent url(../images/exploreBtn.png) no-repeat scroll 0px 0px;
    background-color: transparent !important;
    color: white;
    display: block;
    font: normal normal bold 16px/normal Arial, Helvetica, sans-serif;
    height: 68px;
    margin: 18px 0 20px 285px !important;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px;
    width: 256px;
}

    .big-btn-Submit:hover {
        background-position: left bottom;
    }

.inline {
    float: left;
}

.headFeed {
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    border-bottom: none !important;
}



/*for request service page*/
.headReq {
    background: transparent url(../images/bigTruck.png) no-repeat scroll 0px 4px !important;
    color: #737373 !important;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 45px !important;
    border-bottom-width: 0px !important;
}

/*for message center page*/
.headMsg {
    background: transparent url(../images/bigTruck.png) no-repeat scroll 0px 4px !important;
    color: #737373 !important;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 45px !important;
    border-bottom-width: 0px !important;
}

.big-frm-left-block, .big-frm-right-block {
    float: left !important;
}

    .big-frm-left-block label, .big-frm-right-block label, .big-frm-txt-block label {
        font: normal 16px Arial, Helvetica, sans-serif !important;
    }

    .big-frm-left-block input, .big-frm-right-block input {
        border: 1px solid #dbdbdb !important;
        width: 380px !important;
    }

    .big-frm-left-block select, .big-frm-right-block select {
        border: 1px solid #dbdbdb !important;
        width: 390px !important;
        height: 41px;
        padding: 2px;
    }

.big-frm-left-block {
    margin-right: 30px !important;
}

.big-frm-txt-block textarea {
    width: 800px !important; /* height: 250px !important;*/
    border: 1px solid #dbdbdb !important;
}

.big-frm p {
    margin: 0 0 20px 0 !important;
}

.registerUser label {
    display: inline !important;
    font: normal 16px Arial, Helvetica, sans-serif !important;
}

.red {
    color: Red;
}

.validationSummery {
    color: red;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}

/*For address book page*/
.headAddress {
    background: transparent url(../images/hvcard.png) no-repeat scroll 0px 4px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom-width: 0px !important;
}

.sbox {
    display: inline-block;
    float: left;
    margin: 25px 10px 0;
    width: 400px;
}

    .sbox h3 {
        color: white;
        font: normal 20px/25px 'gibsonregular', Arial, Helvetica, sans-serif;
        background-color: #565656; /*theme*/
        margin: 0;
        padding: 15px 20px 15px 30px;
    }

.sbox-container {
    border: 1px solid #D8D8D8;
    background-color: #fff;
    position: relative;
}

.sbox-content {
    padding: 20px;
    height: 110px; /*added to give consistent height to check boxes.*/
}

    .sbox-content h4 {
        border-bottom-width: 0px !important;
        margin-top: 0px !important;
    }

        .sbox-content h4 span {
            font-weight: normal;
            color: #737373;
        }

    .sbox-content p {
        margin-bottom: 0;
        margin-left: 10px;
        height: 24px;
    }

p.phone {
    background: url('../images/addressIcons.png') scroll no-repeat 0 0 transparent;
    padding-left: 30px;
}

p.maplink {
    background: url('../images/addressIcons.png') scroll no-repeat 0 -47px transparent;
    padding-left: 30px;
}

a.sbox-btn {
    background-color: #3B71A4;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    padding: 5px 10px;
}

.sbox-container a.sbox-btn {
    top: 100px;
}

a.sbox-btn:hover {
    background-color: #565656;
    text-decoration: none;
}

.addresspage {
    padding-top: 13px;
}

    .addresspage h3 {
        color: #737373;
        font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
        margin-left: 10px;
        margin-bottom: 27px;
    }

    .addresspage .box-with-corner-triangle {
        height: 175px;
    }


.box-with-corner-triangle .sbox-content {
    margin-top: 5px;
}

.warrantybuttonpading {
    padding-left: 14px !important;
}
/*Changes share feedback*/
.red {
    color: Red;
}

.validationSummery {
    color: red;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}

.marginNone {
    margin-left: 0px;
    margin-top: 0px !important;
}

.hip-Error {
    margin-left: 10px; /*color: #737373 !important;*/
    font: 16px/20px Arial,Helvetica,sans-serif !important;
}

    .hip-Error h3 {
        color: Red !important;
        font-size: 1.2em;
        font-style: normal !important;
        font-weight: lighter;
        margin-bottom: -30px !important;
        padding: 0 0 0 1px !important;
    }

.mailResult {
    color: Red;
}

.Green {
    color: Green;
}

.divResult {
    margin-left: 10px;
}


/*maintainence*/
.headMaint {
    background: transparent url(../images/headMaint.png) no-repeat scroll 0px 0px;
    color: #737373;
    font: normal normal normal 26px/36px Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom-width: 0px !important;
}


/**For maintenace checklist page**/
p.model-info {
    margin-bottom: 10px;
    margin-left: 10px;
}

.product-box {
    margin-top: 10px;
}

.checklistitem {
    background: url('../images/tick.png') scroll no-repeat 25px center white;
    padding: 30px 20px 30px 70px;
    margin-top: 20px; /* z-index: 5; */
}

.maint-check {
    margin-bottom: 0;
}

a.maint-check, a.maint-check:hover {
    color: #a4afaf !important;
}

.checklistdetails {
    margin: 0 10px;
    border-radius: 0 0 4px 4px;
    position: relative;
    padding: 10px;
}


    .checklistdetails .product-box {
        width: 335px;
    }

    .checklistdetails .doc-down {
        background-position: 295px 4px;
        width: 295px;
    }


.closeDetails {
    color: #3B71A4;
    font-weight: bold;
    position: absolute;
    top: 40px;
    right: 20px;
    background: url(../images/close.png) scroll no-repeat right top transparent;
    height: 22px;
    display: inline-block;
    padding-right: 25px;
    padding-top: 1px;
    text-decoration: none;
}

    .closeDetails:hover {
        text-decoration: none;
    }

.checklistdetails .product-box {
    width: 335px;
}

.checklistdetails .doc-down {
    background-position: 295px 4px;
    width: 295px;
}

.progress {
    background-color: #FFFFFF;
    border: thin solid #5D7B9D;
    color: #2D4555;
    font-size: 1.2em;
    height: 50px;
    left: 50%;
    margin: -5px auto auto -100px;
    padding: 10px 6px 6px;
    position: absolute;
    top: 50%;
    width: 220px;
    z-index: 999;
}

.main-container {
    min-width: 1060px !important;
    width: 1060px;
}

.warrantyLeft {
    margin: 10px 5px 0 10px !important;
    width: 402px !important;
}

.warrantyRight {
    margin: 10px 10px 0 5px !important;
    width: 402px !important;
}

.welcomeMsg {
    width: 765px;
}

    .welcomeMsg p {
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 20px !important;
    }

.bold {
    font-weight: bold !important;
}

.big-frm-left-block label {
    margin-bottom: 6px !important;
}

.big-frm-right-block label {
    margin-bottom: 6px !important;
}

.big-frm-txt-block label {
    margin-bottom: 6px !important;
}

.noScroll {
    overflow: hidden;
    width: 800px !important;
}

.noScrollnoWidth {
    overflow: hidden;
}

.paddingRight {
    padding-right: 30px !important;
}

.errorMargin {
    margin-bottom: -35px;
}

.txtMargin {
    margin-bottom: 25px !important;
}

.progressMyHome {
    background-color: #FFFFFF;
    border: thin solid #5D7B9D;
    color: #2D4555;
    font-size: 1.2em;
    height: 50px;
    left: 50%;
    bottom: 250px;
    margin: -5px auto auto -100px;
    padding: 10px 6px 6px;
    position: absolute;
    width: 200px;
    z-index: 999;
}

.borderBottomStyle {
    border-bottom-style: none !important;
}
/*fix for address book*/
.addressLink {
    color: #3b71a4;
    outline: 0 none;
    text-decoration: none;
}

.paddRight {
    padding-right: 25px;
}

.allignBottom {
    vertical-align: bottom;
}

.topAllign h3 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

/**downloads page**/
.headDownload {
    background: transparent url(../images/downHead.png) no-repeat scroll 0px 4px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    border-bottom-width: 0px !important;
}


a.doc-download {
    background: url(../images/down.png) no-repeat scroll 310px 10px #fff;
    color: #737373;
    border: 1px dotted #aeaeae;
    border-radius: 5px;
    float: left;
    font: normal 16px Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 345px;
    margin: 8px;
    padding: 10px 5px;
}

    a.doc-download span {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 275px;
        display: inline-block;
    }

    a.doc-download:hover {
        background-color: #F2F2F2;
        text-decoration: none;
        color: #737373;
        cursor: pointer;
    }

a.top-nav-list-item.home {
    background: url(../images/topmenu/home.png) scroll no-repeat 75px 25px transparent;
}

a.top-nav-list-item.comm {
    background: url(../images/topmenu/comm.png) scroll no-repeat 70px 25px transparent;
}

a.top-nav-list-item.build {
    background: url(../images/topmenu/build.png) scroll no-repeat 70px 25px transparent;
}

a.top-nav-list-item.prep {
    background: url(../images/topmenu/prep.png) scroll no-repeat 70px 25px transparent;
}

a.top-nav-list-item.other {
    background: url(../images/topmenu/other.png) scroll no-repeat 75px 25px transparent;
}

a.top-nav-list-item.homeDisable {
    background: url(../images/topmenu/home_disabled.png) scroll no-repeat 75px 25px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.commDisable {
    background: url(../images/topmenu/community_disabled.png) scroll no-repeat 70px 25px #c2c2c2;
    cursor: auto;
    color: Gray;
}

a.top-nav-list-item.buildDisable {
    background: url(../images/topmenu/build_disabled.png) scroll no-repeat 70px 25px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.otherDisable {
    background: url(../images/topmenu/other_disabled.png) scroll no-repeat 75px 25px #c2c2c2;
    cursor: auto;
}

a.top-nav-list-item.homeDisable:hover span, a.top-nav-list-item.commDisable:hover span, a.top-nav-list-item.buildDisable:hover span {
    color: #737373 !important;
    cursor: auto;
}


a.top-nav-list-item.oneOfThree {
    width: 249px;
}

    a.top-nav-list-item.oneOfThree span {
        margin-top: 65px;
    }

ul.top-nav-list li.lastOfThree {
    /*border-right: 0 none;*/
}

    ul.top-nav-list li.lastOfThree a {
        width: 256px;
    }

/*dashboard*/

.dashboard-overlay {
    background: url('../images/overlay.png') scroll repeat 0 0 transparent;
    position: fixed;
    top: 0;
    left: 0; /*	width: 100%; */
    min-width: 1060px !important;
    width: 1060px;
    height: 100%;
    z-index: 5;
}

.dashboard-wrapper {
    background: #525252;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .73);
    width: 100%;
    text-align: center;
}

a.closeDash {
    background: url(../images/closeDash.png) scroll no-repeat right top transparent;
    color: #fff;
    display: inline-block;
    font: normal 16px "gibsonregular", Arial, Helvetica, sans-serif;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 28px;
    padding-right: 32px;
    padding-top: 2px;
}

    a.closeDash:hover {
        color: #9b9b9b;
        text-decoration: none;
    }

.dashboard {
    margin: 0 auto;
    padding: 50px 0 40px;
    text-align: left;
    position: relative;
    width: 885px;
}

/*.bx-prev
{
        left: -70px !important;
}*/

.bx-next {
    right: -20px !important;
}

.dashNav {
    margin-bottom: 5px !important;
}

    .dashNav li {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
        line-height: 0;
    }

        .dashNav li a {
            border: 1px solid #343434;
            border-left: 0 none;
            display: block;
            font: normal 18px/20px "gibson_lightbold", Arial, Helvetica, sans-serif;
            color: #fff;
            padding: 18px 0;
            text-align: center;
            width: 415px;
            text-shadow: 0 0 5px rgba(0,0,0, .75);
            background: #5b5b5b; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #5b5b5b 0%, #2f2f2f 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #5b5b5b 0%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #5b5b5b 0%,#2f2f2f 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #5b5b5b 0%,#2f2f2f 100%); /* IE10+ */
            background: linear-gradient(to bottom, #5b5b5b 0%,#2f2f2f 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-8 */
        }

            .dashNav li a.firstLink {
                border-left: 1px solid #343434;
            }

            .dashNav li a:hover {
                background: #6b6b6b; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzZiNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background: -moz-linear-gradient(top, #6b6b6b 2%, #3f3f3f 99%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#6b6b6b), color-stop(99%,#3f3f3f)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #6b6b6b 2%,#3f3f3f 99%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #6b6b6b 2%,#3f3f3f 99%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #6b6b6b 2%,#3f3f3f 99%); /* IE10+ */
                background: linear-gradient(to bottom, #6b6b6b 2%,#3f3f3f 99%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-8 */
            }

            .dashNav li a.selected, .dashNav li a.selected:hover {
                background: #2d2d2d; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRlNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #2d2d2d 1%, #4e4e4e 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2d2d2d), color-stop(100%,#4e4e4e)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #2d2d2d 1%,#4e4e4e 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #2d2d2d 1%,#4e4e4e 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #2d2d2d 1%,#4e4e4e 100%); /* IE10+ */
                background: linear-gradient(to bottom, #2d2d2d 1%,#4e4e4e 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#4e4e4e',GradientType=0 ); /* IE6-8 */
            }

.dashsection {
    padding-top: 10px;
    position: relative;
}

.meta h3 {
    color: #fff;
    font: normal normal normal 24px/normal "gibsonregular",Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.meta strong {
    color: white;
    font: normal normal normal 18px/normal "gibsonregular",Arial, Helvetica, sans-serif;
}

.meta p {
    color: #fff !important;
    font: normal normal normal 18px/normal "gibson_lightregular",Arial, Helvetica, sans-serif !imporatnt;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.dashList {
}

    .dashList li {
        display: inline-block;
        float: left;
        padding-top: 8px;
        position: relative;
        margin: 0 6px 2px -5px;
    }

        .dashList li a.home {
            background: url('../images/dashBigBtn.png') scroll no-repeat 0 0 transparent;
            color: #000;
            display: block;
            width: 159px;
            padding: 89px 0 1px;
            text-align: center;
            text-decoration: none;
            position: relative;
            font-size: 14px;
            font-weight: bold;
        }

        .dashList li a.building {
            background: url('../images/dashBuilding.png') scroll no-repeat 0 0 transparent;
            color: #000;
            display: block;
            width: 159px;
            padding: 89px 0 1px;
            text-align: center;
            text-decoration: none;
            position: relative;
            font-size: 14px;
            font-weight: bold;
        }

        .dashList li a p.streetName {
            margin-left: 10px;
            padding-right: 10px;
            line-height: 16px;
            word-wrap: break-word;
            height: 32px;
        }

        .dashList li a:hover {
            text-decoration: none;
        }

        .dashList li.first {
            margin-left: -5px;
        }

        .dashList li a .ribbon {
            background: url('../images/ribbonGrey.png') scroll no-repeat 0 0 transparent;
            display: block;
            position: absolute;
            top: -12px;
            left: 9px;
            width: 140px;
            height: 30px;
            visibility: hidden;
        }

        .dashList li a .ribbonProperty {
            background: url('../images/viewproperty.png') scroll no-repeat 0 0 transparent;
            display: block;
            position: absolute;
            top: -12px;
            left: 9px;
            width: 140px;
            height: 30px;
            visibility: hidden;
        }

        .dashList li a:hover .ribbon, .dashList li a:hover .ribbonProperty {
            visibility: visible;
        }

        .dashList li a.current .ribbon, .dashList li a.current:hover .ribbon, .dashList li a.current .ribbonProperty, .dashList li a.current:hover .ribbonProperty {
            background: url('../images/ribbonBlue.png') scroll no-repeat 0 0 transparent;
            visibility: visible;
        }

a.addNewBtn {
    background: url('../images/addnew.jpg') scroll no-repeat 10px 10px transparent;
    color: white;
    display: block;
    width: 159px;
    padding: 95px 0 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: -3px;
    top: 9px;
}

    a.addNewBtn:hover {
        background: url('../images/addnewhover.jpg') scroll no-repeat 10px 10px transparent;
        color: white;
        text-decoration: none;
    }

    a.addNewBtn.clicked {
        background: url('../images/addnewhover.jpg') scroll no-repeat 10px 10px transparent;
        color: white;
        text-decoration: none;
    }

.rightBtn {
    float: right;
    margin-right: 7px;
    margin-top: 0px;
}

    .rightBtn:hover, .rightBtnFixed:hover {
        color: #fff;
        text-decoration: none;
    }

.rightBtnFixed {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

.profileList {
    margin: 25px 0 0;
    width: 460px;
}

    .profileList li {
        color: #fff;
        margin: 10px 0 0;
        word-wrap: break-word;
    }

/*add new popup - start*/
.speechbubble {
    background: url('../images/addNewPopUpBG.png') no-repeat scroll 0 0 transparent;
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index: 10;
    width: 349px;
    height: 277px;
    bottom: 84px;
    right: 32px;
}

.closeAddNew {
    cursor: pointer;
    position: absolute;
    background: url('../images/closeAddNew.png') scroll no-repeat 0 0 transparent;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    display: block;
    top: -5px;
    right: -5px;
}

.speechbubble p {
    color: white;
    font: normal 18px/20px 'gibsonregular', Arial, Helvetica, sans-serif;
    margin: 37px 0 15px 35px;
}

.speechbubble .form {
    margin: 0 0 0 35px;
}

.inlineInput label {
    display: inline-block;
    float: left;
    font: normal 18px/20px 'gibsonregular', Arial, Helvetica, sans-serif;
    width: 86px;
    color: white;
}

.inlineInput input {
    float: left;
    display: inline-block;
    width: 170px;
    line-height: 20px;
    padding: 9px 5px;
    margin-bottom: 10px;
}

.speechbubble button, .speechbubble .button {
    color: #26b12c;
    background-color: white;
    float: right;
    margin-right: 46px;
}

    .speechbubble button:hover, .speechbubble .button:hover {
        color: white;
        background-color: #5c5c5c;
    }

/*add new popup - end*/

.rightBtnLong {
    padding: 8px 0;
    float: right;
    margin-left: 15px;
    width: 124px !important;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .rightBtnLong:hover {
        color: white;
    }

.editcontrols {
    width: 140px;
    padding-left: 8px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}

.chkbx {
    position: relative;
    visibility: hidden;
}

.chkLbl {
    background: url('../images/checkBox.png') no-repeat -6px -45px transparent;
    cursor: pointer;
    padding-left: 45px;
    padding-top: 15px;
    color: white;
    display: block;
    min-height: 35px;
    position: absolute;
    top: 0;
    z-index: 10;
    visibility: visible; /*pointer-events: none;*/
}

    .chkLbl.check {
        background-position: -6px 4px;
    }

.chkImg, .chkProfileImg {
    background: url('../images/checkBox.png') no-repeat 0 -56px transparent;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 27px;
    visibility: visible;
    position: absolute;
    margin-left: -18px;
    margin-top: -4px;
}

    .chkImg.check, .chkProfileImg.check {
        background-position: 0 -7px;
    }

.fontClass {
    font-size: 14px;
    color: white;
}

.chkLbl1 {
    margin-top: 0px;
}

.chkLbl2 {
    margin-top: 35px;
}

.chkLbl3 {
    margin-top: 70px;
}

.editcontrols .delBtn {
    background-color: #F04F4F;
    color: white;
    padding: 8px 20px;
    margin-top: 32px;
    margin-bottom: 10px;
    margin: 0px 0 0px;
    /*font-size:14px;*/
}

    .editcontrols .delBtn:hover {
        background-color: #ff2f2f;
    }

/* Dash board End */

/**edit profile page**/
.dashForm {
    padding-top: 30px;
}

.dashInptBlk {
    width: 395px;
    zoom: 1;
}

.lblUserName {
    margin: 0 0 30px;
}

.dashInptBlk:before, .dashInptBlk:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.dashInptBlk:before, .dashInptBlk:after {
    clear: both;
}

.dashInptBlk label {
    color: white;
    display: inline-block;
    font: 18px/20px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 150px;
    padding-top: 5px;
}

.dashInptBlk input {
    float: left;
    padding: 7px 2px;
    color: #aaaaaa;
    width: 225px;
}

/*new created for User name span */
.dashInptBlk span {
    /* padding: 6px 5px;*/
    color: #fff;
    width: 280px;
}

/*end */

.labelChk {
    color: white;
    font: 18px/20px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dashInptBlk input.chkbx {
    float: none;
    width: auto;
}

.dashBtnBlk {
    position: absolute;
    right: 0;
    bottom: -48px;
}

    .dashBtnBlk .button {
        padding: 8px;
        float: right;
        margin-left: 20px;
        text-align: center;
        width: 120px;
    }

.dashBtnBlkAbs {
    position: absolute;
    right: 0;
    bottom: -5px;
    margin: 0;
    padding: 0;
}

    .dashBtnBlkAbs .button {
        padding: 8px;
        float: right;
        margin-left: 20px;
        text-align: center;
        width: 120px;
        margin-bottom: 0;
    }

.dashBtnProfile {
    position: absolute;
    right: 0;
    bottom: -30px;
    margin: 0;
    padding: 0;
    padding-top: -20px;
}

    .dashBtnProfile .button {
        padding: 8px;
        float: left;
        margin-left: 20px;
        text-align: center;
        width: 140px;
        margin-bottom: 0;
    }

.dashFormLeft {
    float: left;
}

.dashFormRight {
    float: right;
}

.lblError {
    font: 12px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: Red;
    margin-bottom: 2px;
}

.dashNav a:hover {
    text-decoration: none;
}

.profile-Error {
    font: 16px/20px Arial,Helvetica,sans-serif !important;
    color: Red;
}

/*address book till here*/
/*Fix for issues 17/10/12*/
.hip-Error li {
    margin: 0px !important;
    margin-top: 5px !important;
    padding: 0px !important;
}
/*till here Fix for issues 17/10/12*/
.marginTop10 {
    margin-top: 10px;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop45 {
    margin-top: 45px;
}

.marginleft6 {
    margin-left: 6px;
}

p.no-download-msg {
    background: url(../images/error.png) scroll no-repeat 0 0 transparent;
    margin: 20px auto;
    width: 540px;
    min-height: 65px;
    padding-left: 82px;
    padding-top: 17px;
}
/*Logout page*/

.form-section .error-msg {
    color: red;
    display: inline-block;
    float: left;
    font-size: 75%;
    text-shadow: 0 0 2px yellow;
    width: 140px;
}

.form-section .btn-block {
    margin-top: 17px;
}
/*Logout Page till here*/
/*register*/
.dashInptBlk input {
    color: #AAAAAA;
    float: left;
    padding: 7px 2px;
    width: 215px;
}

.noPadding {
    margin-left: 0px !important;
}

.white {
    color: #ffffff;
    padding: 0 3px !important;
}

.RegisterError {
    text-align: left;
    font: 16px/15px Arial,Helvetica,sans-serif !important;
    color: red;
    line-height: 2px;
}

.RegisterErrSummary {
    text-align: left;
    font: 16px/20px Arial,Helvetica,sans-serif !important;
    color: red;
    line-height: 2px;
}

    .RegisterErrSummary li {
        margin-left: 0px;
        line-height: 2px;
        margin-top: 10px;
    }

.RegLabel {
    font-size: 17px !important;
    width: 155px !important;
}

.NoPaddleft {
    font-size: 16px !important;
    padding-left: 0px !important;
    width: 270px !important;
}

.marginTB {
    margin-bottom: 12px !important;
    font: 18px/20px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btnPaddRight {
    padding-right: 15px;
}

.lblerrorReg {
    margin: 1px 1px 1px 1px;
    padding-left: 0px !important;
    color: Red !important;
}

.regchkbox {
    position: relative;
    visibility: hidden;
    height: 30px;
    width: 30px;
}

.divSuccess {
    height: 380px;
    color: #ffffff;
}

.errorLiteral {
    color: red;
}

.regMaincontent {
    font: 17px/20px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.rightBtnCreate {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 9px;
    padding-bottom: 7px;
    float: right;
    margin-right: 20px;
    width: 123px !important;
    text-align: center;
    color: white;
}

.leftBtnCreate {
    padding: 8px 0;
    float: right;
    margin-left: -310px;
    margin-right: 170px;
    width: 119px !important;
    text-align: center;
    color: white;
}
/*register till here*/
.forgot-spacing {
    letter-spacing: 0.44px;
}

.doc-block a.doc-down:last-child {
    margin-bottom: 25px;
}

/*for neighbourhood*/
.headNeigh {
    background: transparent url(../images/headNeigh.png) no-repeat scroll 0px 0px;
    color: #737373;
    font: normal normal normal 26px/36px Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom-width: 0px !important;
    padding-top: 1px;
}

.Neigh-open-text {
    padding: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px;
}

.top-nav.short {
    height: 114px;
}

    .top-nav.short a.top-nav-list-item {
        height: 95px;
    }

        .top-nav.short a.top-nav-list-item span {
            margin-top: 72px;
        }


/*top menu items for neighbourhood*/
a.top-nav-list-item.marker {
    background: url(../images/topmenu/marker.png) scroll no-repeat 49px 25px transparent;
}

    a.top-nav-list-item.marker:hover, a.top-nav-list-item.marker.selected {
        background: url(../images/topmenu/markerhover.png) scroll no-repeat 49px 25px #3B71A4;
    }

a.top-nav-list-item.shopping {
    background: url(../images/topmenu/shopping.png) scroll no-repeat 39px 22px transparent;
}

    a.top-nav-list-item.shopping:hover, a.top-nav-list-item.shopping.selected {
        background: url(../images/topmenu/shoppinghover.png) scroll no-repeat 39px 22px #3B71A4;
    }

a.top-nav-list-item.rest {
    background: url(../images/topmenu/rest.png) scroll no-repeat 42px 20px transparent;
}

    a.top-nav-list-item.rest:hover, a.top-nav-list-item.rest.selected {
        background: url(../images/topmenu/resthover.png) scroll no-repeat 42px 20px #3B71A4;
    }

a.top-nav-list-item.edu {
    background: url(../images/topmenu/edu.png) scroll no-repeat 30px 29px transparent;
}

    a.top-nav-list-item.edu:hover, a.top-nav-list-item.edu.selected {
        background: url(../images/topmenu/eduhover.png) scroll no-repeat 30px 29px #3B71A4;
    }

a.top-nav-list-item.recr {
    background: url(../images/topmenu/recr.png) scroll no-repeat 43px 22px transparent;
}

    a.top-nav-list-item.recr:hover, a.top-nav-list-item.recr.selected {
        background: url(../images/topmenu/recrhover.png) scroll no-repeat 43px 22px #3B71A4;
    }

a.top-nav-list-item.comb {
    background: url(../images/topmenu/comb.png) scroll no-repeat 48px 15px transparent;
}

    a.top-nav-list-item.comb:hover, a.top-nav-list-item.comb.selected {
        background: url(../images/topmenu/combhover.png) scroll no-repeat 48px 15px #3B71A4;
    }

.map-div {
    margin: 40px 10px;
    width: 820px;
    height: 530px;
    border: 1px solid #CDCDCD;
}

.view-map-div {
    margin: 40px 10px;
    width: 722px;
    height: 465px;
    border: 1px solid #CDCDCD;
}

.phoney {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.13, rgb(57,181,233)),color-stop(0.86, rgb(42,155,202)));
    background: -moz-linear-gradient(center top,rgb(57,181,233) 13%,rgb(42,155,202) 86%);
    border-radius: 8px;
}

.phoneytext {
    padding: 15px !important;
}


    .phoneytext h1 {
        font: normal 18px Arial, Helvetica, sans-serif !important;
        color: white !important;
        margin-bottom: 5px !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }


    .phoneytext p {
        font: normal 12px Arial, Helvetica, sans-serif !important;
        color: white !important;
        margin: 0 0 5px 0 !important;
    }


a.top-nav-list-item span.arrow {
    display: none;
}

a.top-nav-list-item.selected span.arrow {
    position: absolute;
    bottom: -12px;
    left: 46%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
}

a.top-nav-list-item:hover span, a.top-nav-list-item.selected span {
    color: white;
}

a.top-nav-list-item span.arrow {
    display: none;
}

/* End  neighbourhood*/


/*search page*/
.headSearch {
    color: #737373;
    font: normal normal normal 26px/36px Arial, Helvetica, sans-serif;
    margin-left: 10px;
    border-bottom-width: 0px !important;
}

    .headSearch span {
        font: normal normal normal 16px/36px Arial, Helvetica, sans-serif;
        display: inline-block;
        padding-left: 10px;
    }

.search-section {
    margin: 20px 0 0 10px;
}

    .search-section form {
        margin: 0;
    }

    .search-section label {
        font: normal normal normal 16px/20px Arial, Helvetica, sans-serif;
        padding-bottom: 4px;
    }

input.search-input {
    background: url('../images/searchIcon.png') scroll no-repeat 218px 5px white;
    border: 1px solid #dbdbdb;
    padding-right: 40px;
    margin-bottom: 5px;
}

.searchpage .box-with-corner-triangle {
    height: auto;
    float: none;
}

    .searchpage .box-with-corner-triangle .sbox-content {
        margin-top: 0;
        margin-left: 10px;
    }

.sbox-content h4 {
    font: bold 14px/20px Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px !important;
    border-bottom-width: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-left: 5px !important;
    margin-right: 25px !important;
}

.searchpage .box-with-corner-triangle.manuf {
    background: url('../images/triangleGear.png') scroll no-repeat top right white;
}


/*
.box-without-shadow
{
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    width: 680px;
}
*/
.box-without-shadow:before, .box-without-shadow:after {
    display: table;
    content: "";
    zoom: 1;
}


.box-without-shadow {
    background: white;
    font: normal 16px Arial, Helvetica, sans-serif;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    margin: 20px 10px 50px; /* */
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    width: 750px !important;
}

    .box-without-shadow:after {
        clear: both;
    }


    .box-without-shadow .product-box {
        /*  width: 372px; */
        width: 328px;
    }

    .box-without-shadow .doc-down {
        background-position: 300px 4px;
        width: 296px;
    }

ul.pagination {
    margin: 10px;
}

    ul.pagination li {
        display: inline-block;
        padding-right: 10px;
    }

        ul.pagination li a {
            color: #3b71a4;
            font: normal 18px "gibsonregular", Arial, Helvetica, sans-serif;
        }

            ul.pagination li a.active {
                color: red;
                font: normal 14px "gibsonregular", Arial, Helvetica, sans-serif;
            }


/* Added by Rupendra for tabbing in search */
.tab-menu-search {
    padding: 0;
    clear: both;
    margin: 10px 10px 0;
}

    .tab-menu-search:before, .tab-menu:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .tab-menu-search:after {
        clear: both;
    }

    .tab-menu-search li {
        display: inline-block;
        float: left;
        padding-right: 5px;
        margin-bottom: 0;
        margin-left: 0px !important;
    }

        .tab-menu-search li.last {
            padding-right: 0;
        }

        .tab-menu-search li a {
            background: #3b71a4;
            border: 1px solid #3b71a4;
            border-bottom: none;
            border-radius: 10px 10px 0 0;
            color: white;
            display: block;
            font: normal 16px/15px Helvetica, sans-serif;
            height: 35px;
            padding: 10px 13px 5px;
            text-decoration: none;
            text-align: center;
            text-decoration: none;
            width: 131px;
        }

            .tab-menu-search li a:hover {
                background: #565656;
                border: 1px solid #565656;
                border-bottom: none;
                color: #fff;
            }

        .tab-menu-search li.active a, .tab-menu-search li.active a:hover {
            background: #fff;
            border: 1px solid #dbdbdb;
            border-bottom: none;
            color: #565656;
        }


.tab-content {
    clear: both;
    display: none;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
    margin: 0 10px;
    padding: 40px;
    margin-right: 14px;
}

.search-margin-right {
    margin-right: 15px !important;
}

.tab-content.first {
    display: block;
}

.tab-content, .tab-content p {
    font: normal 14px/18px Arial, Helvetica, sans-serif; /* margin: 0 0 13px 0px !important;*/
    color: #737373;
}

    .tab-content h4 {
        font: bold 18px/24px Arial, Helvetica, sans-serif;
        border-bottom-width: 0px !important;
        margin-left: 10px;
    }


.howSearch {
    margin-top: 20px;
}

.searchAddressGrid {
    width: 685px !important;
}

.search-box-with-corner-triangle {
    border: 1px solid #DBDBDB;
    display: inline-block;
    float: left;
    height: 166px;
    margin: 15px 10px 4px;
    width: 359px;
    margin-left: 6px;
}

    .search-box-with-corner-triangle.home {
        background: url('../images/triangleHome.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .search-box-with-corner-triangle.building {
        background: url('../images/triangleBuilding.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .search-box-with-corner-triangle.manuf {
        background: url('../images/triangleManuf.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .search-box-with-corner-triangle.supp {
        background: url('../images/triangleSupp.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }

    .search-box-with-corner-triangle.install {
        background: url('../images/triangleInstall.png') scroll no-repeat top right transparent;
        background-color: #ffffff;
    }
/*facebook twitter feed*/
.divfacebook {
    height: 302px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tweetsView {
    overflow-x: hidden;
    overflow-y: hidden;
}

.twitter-timeline twitter-timeline-rendered {
    height: 195px !important;
}

.timeline-header stream {
    height: 95px !important;
}

.followBtn {
    margin-left: -14px !important;
}

.tweeterbutton {
    padding-top: 10px !important;
}

/*facebook twitter feed till here*/
.paddingTwitterRight {
    padding-right: 1px !important;
    padding-left: 2px !important;
}

.divTwitter {
    height: 265px;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .divTwitter > iframe {
        height: 313px !important;
    }

.editPropeties {
    /*padding: 9px 9px 7px !important;*/
}

.register-content h4 {
    padding: 31px 30px 0 !important;
}

.renew-content h4 {
    padding: 31px 30px 0 !important;
}
/* Styling for street address at header */
.streetAddress span {
    color: #737373;
}


.box-with-shadow ul.search-checklist {
    margin-bottom: 0px; /*height: 210px;*/
    overflow: hidden;
    font: normal 16px Arial, Helvetica, sans-serif;
}

.box-with-shadow .search-checklist li {
    border-bottom: 1px dashed #bababa;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.box-with-shadow .search-checklistt li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-with-shadow .search-checklist li p {
    margin-bottom: 0;
}

.placeWebsite {
    color: white !important;
    margin: 0 0 5px 0 !important;
}

.cbox-content.warrantWidget {
    height: 302px !important;
}

.forgotInstruction {
    font-size: 75%;
    width: 284px;
}

.paging {
    margin-top: 10px;
    margin-bottom: -10px;
}

.registerSection {
    padding-top: 0px !important;
}

.bottomFont p {
    font: 16px/20px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.box-with-shadow p {
    font: 16px/20px "gibson_lightregular", "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.errorPageText {
    margin: 0 50px 0 50px !important;
    font: 18px "gibsonregular",Arial,Helvetica,sans-serif;
}

.errorPageTextHead {
    color: #39B5E9;
    margin-left: 50px;
    font: 26px "gibsonregular",Arial,Helvetica,sans-serif;
    padding-top: 42px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px #FFFFFF;
}

.firstHomeownerLink {
    padding-left: 5px !important;
}

/* Styling for request service records page*/

.ServicesPerformed {
    border-bottom-width: 0 !important;
    color: #737373 !important;
    font: 26px Arial,Helvetica,sans-serif !important;
    margin-left: -11px;
}

.grid td {
    border-bottom-color: #CDCDCD;
    border-bottom-width: 1px;
    border-style: none none dashed;
    color: #737373 !important;
}

.lnkServiceRecords {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #39B5E9 !important;
    text-decoration: underline !important;
    margin-right: 300px;
}

.medtext td {
    font-weight: bold;
}

.lnkServiceProcedure {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #39B5E9 !important;
    text-decoration: underline !important;
}

.MultiFile-remove {
    border: 1px solid #737373;
    padding: 0 3px;
}

a.MultiFile-remove:hover, a.MultiFile-remove:focus {
    border: 1px solid #737373 !important;
}

.MultiFile-label {
    margin-top: 5px;
}

.MultiFile-wrap {
    margin-bottom: 20px;
}

.availabilityService {
    margin-bottom: 20px;
    margin-top: 20px;
}

.otherAvail {
    margin-top: 10px !important;
}

.dvTime input {
    margin: 0px !important;
}

.otherAvail input {
    display: inline;
    width: 659px !important;
    margin-left: 23px !important;
}

.availabilityService div {
    margin-bottom: 10px;
}

.daysList {
    display: inline !important;
    margin-left: 15px;
}

    .daysList label {
        display: inline !important;
    }

.convenientTime input, .convenientTime label {
    display: inline !important;
}

.dvTime {
    margin-left: 23px;
    display: inline !important;
}

.availabilityService input, .big-frm-txt-block input {
    border: 1px solid #DBDBDB !important;
}


.file-Error {
    margin-left: 10px; /*color: #737373 !important;*/
    font: 16px/20px Arial,Helvetica,sans-serif !important;
    color: Red !important;
    margin-top: 5px !important;
    padding: 0px !important;
}

.requestService {
    margin-top: 10px !important;
}

.serviceLinks {
    margin: 0 0 22px 10px !important;
}

.border {
    vertical-align: middle !important;
    border-bottom: 1px solid black;
}

.rotateText {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /*Chrome, Safari, Opera */
    transform: rotate(270deg);
}

.requestIdBlock {
    word-break: break-word;
    word-wrap: break-word;
    width: 219px !important;
}

.requestDescription tr:last-child > td {
    border-bottom: none !important;
}

.requestDescription {
    border-bottom: 1px solid black;
}

.tbServiceRequests:first-child {
    border-top: 1px solid black;
}

.disabledleftNav {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.btnDownload {
    padding-right: 40px !important;
    background: url(../images/downloadarrow.png) scroll no-repeat 97px 11px white;
    background-size: 20px;
}



/*  */
.spnportalexpiry {
    margin-left: 10px;
    width: 135px;
    display: inline-block;
    margin-top: 0px;
    color: white;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    height: 40px;
}

.renew-btn-div {
    display: block;
    height: 55px;
}

.renew-btn {
    margin-left: 10px !important;
    width: 140px;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #F04F4F !important;
}

.subscription-option {
    display: block;
    position: absolute;
}

.remove-property {
    display: block;
    padding: 10px;
}

.divEmail {
    display: block;
}
/*finance page start*/

    .finace-wrapper {
        display: block;
        width: 98%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 842px;
    }

    .finace-wrapper .fin-header {
        display: block;
        background: #5A5757;
        padding: 5px;
        color: #ffffff;
    }

    .finace-wrapper .fin-body {
        display: block;
        background-color: #ffffff;
    }

    .fin-row {
        display: block;
        width: 100%;
    }

    .fin-row-border {
        border-bottom: 1px solid #E9E9E9;
    }

    .fin-row .fin-col {
        float: left;
    }

    .fin-subHeader {
        display: block;
        background: #D3D3D8;
        padding: 8px;
    }

    .fin-dataText {
        color: #5A5757;
    }

    .fin-valueText {
        font-size: 16px;
        color: #A8A0A0;
    }

    .fin-disclaimer {
        font-size: 0.9em;
        color: #A8A0A0;
    }

    .fin-disclaimer .req {
        color: #ff0000;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: right;
    }

    .text-bold {
        font-weight: 600;
    }

    .truncate {
        width: 450px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .clear {
        clear: both;
    }

    .col-10 {
        width: 10%;
    }

    .col-35 {
        width: 35%;
    }

    .col-50 {
        width: 47.4%;
    }

    .col-60 {
        width: 60%;
    }

    .font-16 {
        font-size: 16px;
    }

    .font-18 {
        font-size: 18px;
    }

    .font-20 {
        font-size: 20px;
    }

    .font-22 {
        font-size: 22px;
    }

    .font-24 {
        font-size: 24px;
    }

    .p-10 {
        padding: 10px;
    }

    .p-5 {
        padding: 5px;
    }

    .border-left {
        border-left: 1px solid #E9E9E9;
    }

    .box-shadow {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(153, 148, 153, 0.51);
        -moz-box-shadow: 0px 3px 5px 0px rgba(153, 148, 153, 0.51);
        box-shadow: 0px 3px 5px 0px rgba(153, 148, 153, 0.51);
    }

    .linebreaks {
        margin-bottom: 10px;
    }

.headFinance {
    background: transparent url(../images/icon-wallet-2.png) no-repeat scroll 0px 0px;
    color: #737373;
    font: normal normal normal 26px/normal Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 45px;
    border-bottom-width: 0px !important;
}

/*finance page end*/