
body {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    color: #000;
    overflow-x: hidden;
}

.done-btn button {
    padding: 4px 16px;
    margin: 0px 2px;
}

.marB20 {
    margin-bottom: 20px;
}

.bordernone {
    border: none !important;
}

.casegridnote {
    /* margin-left: 128px; */
    margin-top: 60px;
    width: 100%;
    font-weight: bold;
}

.lblfontsize {
    font-size: 14px !important;
}

.padR108 {
    padding-right: 108px;
}

.padR117 {
    padding-right: 117px;
}

.marL8 {
    margin-left: -8px !important;
}

.taxrates-width {
    width: 87% !important;
}
.textArea320 {
    width: 320px !important;
    height: 90px !important;
}
.textArea440 {
    width: 96% !important;
    height: 110px !important;
}
.taxrate-select {
    /*width: 250px !important;*/
    width: 100%;
    text-transform: none;
}

.giftoption-one-linebreak {
    /*margin: 0 0 1rem 0;*/
}

.giftoption-margin-top {
    margin-top: -4px;
    display: block;
}

.giftoption-margin-left-right {
    margin-left: 2px;
    margin-right: 2px;
}

.giftoption-border-radius {
    border-radius: 5px;
    margin-left: 0px;
}

.giftoption-margin-right-seven {
    margin-right: 7px;
}

.giftoption-margin-bottom-ten {
    margin-bottom: 10px;
}

.taxrates-padding-left {
    padding-right: 32.5% !important;
}

.taxrates-textbox-width {
    /*width: 119px !important;*/
    /*width: 117px !important;*/
    /*width: 100% !important;*/
    width: 100%;
}

.taxrates-textalign-left {
    padding-top: 5px;
    text-align: left !important;
}

.taxrates-beneficiary-label {
    /*padding-right: 28% !important;*/
}

.taxrates-beneficiary-label-for-diffrent {
    padding-right: 17% !important;
    text-align: left !important;
}

.taxrates-donor-label {
    padding-left: 18% !important;
}

.taxrates-labelcustom {
    padding-left: 11px !important;
}

.taxrates-margintop {
    margin-top: 10px;
}

.taxrates-text-align-left {
    text-align: left !important;
}

.m-left2 {
    margin-left: 2px;
}

.importedcasestable, #tblUnmatchedCPIF, #tblUnmatchedNarratives {
    /* margin-left:130px; */
    width: 100%!important;
    /*border-width: 1px;
    border-spacing: 2px;
    border-style: outset;*/
    border-color: gray;
    /*border-collapse: separate;*/
    background-color: white;
}

    .importedcasestable td, #tblUnmatchedCPIF td, #tblUnmatchedNarratives td, #tblBrokenCase td {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        background-color: #eeeeee;
        -moz-border-radius: inherit;
    }

    /* Open Popup - Adhi*/

    .importedcasestable thead td, #tblUnmatchedCPIF thead td, #tblUnmatchedNarratives thead td, #tblBrokenCase thead td {
        background-color: #29717b !important;
        color: #fff;
        padding: 4px;
        line-height: 20px;
        text-align: left;
        border: 1px solid #ddd;
    }

    .importedcasestable tr:nth-child(odd) td, #tblUnmatchedCPIF tr:nth-child(odd) td, #tblUnmatchedNarratives tr:nth-child(odd) td, #tblBrokenCase tr:nth-child(odd) td {
        background-color: #e4e4e4;
        border: 1px solid #ddd;
    }

    .importedcasestable tr:nth-child(even) td, #tblUnmatchedCPIF tr:nth-child(even) td, #tblUnmatchedNarratives tr:nth-child(even) td, #tblBrokenCase tr:nth-child(even) td {
        background-color: #fff !important;
        border: 1px solid #ddd;
    }

        .importedcasestable tr:nth-child(even) td input, .importedcasestable tr:nth-child(even) td textarea {
            border: 0px;
            border-radius: 0px;
            outline: none;
            box-shadow: 0px 0px 0px;
            background-color: #fff;
        }

    .importedcasestable tr:nth-child(odd) td input, .importedcasestable tr:nth-child(odd) td textarea {
        border: 0px;
        border-radius: 0px;
        outline: none;
        box-shadow: 0px 0px 0px;
        background-color: #e4e4e4;
    }

/* Open Popup - End*/
.right {
    float: right;
    text-align: right;
}

.left {
    float: left;
}

.elementSpace {
    padding-left: 6px;
}

.error {
    color: #F00;
    text-transform: none;
    font-weight: normal;
}

.clear {
    clear: both;
}

.flotenone {
    float: none !important;
}

.header {
    background-color: #19713f;
    background-image: -moz-linear-gradient(top, #215e3b, #089c47);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#215e3b), to(#089c47));
    background-image: -webkit-linear-gradient(top, #215e3b, #089c47);
    background-image: -o-linear-gradient(top, #215e3b, #089c47);
    background-image: linear-gradient(to bottom, #215e3b, #089c47);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff215e3b', endColorstr='#ff089c47', GradientType=0);
    padding: 10px;
}

.avator {
    background: url(/PGMAnywhere/Content/default/common/images/avator.png) no-repeat left top;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-bottom: -7px;
}

.line {
    background: url(/PGMAnywhere/Content/default/common/images/Vline.png) no-repeat right 5px;
    height: 100%;
    padding: 0 6px;
}

.downArrow {
    background: url(/PGMAnywhere/Content/default/common/images/down-Arrow.png) no-repeat right 2px;
    display: inline-block;
    width: 9px;
    height: 6px;
    margin-bottom: 2px;
}

.UserInfo {
    padding: 0;
    margin: 0;
    color: #FFF;
}

    .UserInfo a {
        color: #FFF;
    }

    .UserInfo li {
        display: inline-block;
    }

.Savecasename {
    color: #f7f7f7;
    font-size: 13px;
}

.navigationPreviousNext {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.navigation {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/*LeftNav*/
.leftNav {
    margin: 5px;
    padding:0px;
}


    .leftNav li a {
        display: block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        background: #f7f7f7;
        border: 1px solid #dcdcdc;
        word-break: break-word;
        color:black;/*!important*/
    }

        .leftNav li a:hover {
            background: #474747;/*!important*/
            color: #fff;/*!important*/
        }

.activeleftNav {
    background: url(/PGMAnywhere/Content/default/common/images/newleftNav.png) no-repeat right top !important;
    color: #000 !important;
}

/*Pabel window*/
.panel-window {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background: #FFF;
}

.panel-header {
    cursor: pointer;
    background-color: #407c87;
    background-image: -moz-linear-gradient(top, #407c87, #18626f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#407c87), to(#18626f));
    background-image: -webkit-linear-gradient(top, #407c87, #18626f);
    background-image: -o-linear-gradient(top, #407c87, #18626f);
    background-image: linear-gradient(to bottom, #407c87, #18626f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff407c87', endColorstr='#ff18626f', GradientType=0);
    padding: 8px;
    color: #FFF;
    text-transform: capitalize;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    position: relative;
}

.panel-header-org {
    cursor: pointer;
    background-color: #407c87;
    background-image: -moz-linear-gradient(top, #407c87, #18626f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#407c87), to(#18626f));
    background-image: -webkit-linear-gradient(top, #407c87, #18626f);
    background-image: -o-linear-gradient(top, #407c87, #18626f);
    background-image: linear-gradient(to bottom, #407c87, #18626f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff407c87', endColorstr='#ff18626f', GradientType=0);
    /*padding: 8px;*/
    color: #FFF;
    text-transform: capitalize;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 130%;
}

    .panel-header-org a {
        display: flex;
        justify-content:space-between;
        /*padding: 8px 15px;*/
        padding: 8px 7px;
        color: white;
    }

        .panel-header-org a:focus,
        .panel-header-org a.focus,
        .panel-header-org a:hover {
            color: black;
            background-color: #d3d3d3;
        }

.pvofFB {
    text-transform: none;
}

.tab-header {
    background: #474747 !important;
    text-transform: capitalize;
}

.calculation-tab-header {
    background: #474747 !important;
    text-transform: capitalize;
}

.giftOptionInvestment-tab-header, .clatgiftOptionInvestment-tab-header, .crutgiftOptionInvestment-tab-header, .clutgiftOptionInvestment-tab-header, .cratgiftOptionInvestment-tab-header, .dgagiftOptionInvestment-tab-header, .fga1giftOptionInvestment-tab-header, .fga2giftOptionInvestment-tab-header, .txtgiftOptionInvestment-tab-header, .pifgiftOptionInvestment-tab-header, .nggiftOptionInvestment-tab-header,.cpgagiftOptionInvestment-tab-header {
    background: #474747 !important;
    text-align: center !important;
    text-transform: none !important;
}
.giftOptionInvestment-tab-header:hover, .clatgiftOptionInvestment-tab-header:hover, .crutgiftOptionInvestment-tab-header:hover, .clutgiftOptionInvestment-tab-header:hover, .cratgiftOptionInvestment-tab-header:hover, .dgagiftOptionInvestment-tab-header:hover, .fga1giftOptionInvestment-tab-header:hover, .fga2giftOptionInvestment-tab-header:hover, .txtgiftOptionInvestment-tab-header:hover, .pifgiftOptionInvestment-tab-header:hover, .nggiftOptionInvestment-tab-header:hover,.cpgagiftOptionInvestment-tab-header:hover
{
	color:white;
}
.giftOptionInvestment-tab-header:focus, .clatgiftOptionInvestment-tab-header:focus, .crutgiftOptionInvestment-tab-header:focus, .clutgiftOptionInvestment-tab-header:focus, .cratgiftOptionInvestment-tab-header:focus, .dgagiftOptionInvestment-tab-header:focus, .fga1giftOptionInvestment-tab-header:focus, .fga2giftOptionInvestment-tab-header:focus, .txtgiftOptionInvestment-tab-header:focus, .pifgiftOptionInvestment-tab-header:focus, .nggiftOptionInvestment-tab-header:focus,.cpgagiftOptionInvestment-tab-header:focus
{
	color:white;
}

.bBtm-grey-1 {
    border-bottom: 1px solid #CECCCC;
}

.bTop-grey-1 {
    border-top: 1px solid #CECCCC;
}

.padT5 {
    padding-top: 5px;
}

.padB5 {
    padding-bottom: 5px;
}

.template-tab-header {
    background: #474747 !important;
    text-transform: capitalize;
}

/*Chat List*/
.summaryThumb {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
    cursor: pointer;
    border: 0;
}

.narrativesThumbCustomNarratives {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
    cursor: pointer;
}

.brochuresThumbCustomBrochures {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
    cursor: pointer;
}

#chartThumbSOB {
    background-image: url(/PGMAnywhere/Content/default/common/images/Summary-Img-thumb.png);
}

#chartThumbIA {
    background-image: url(/PGMAnywhere/Content/default/common/images/InvestmentAssumptions-Img-thumb.png);
}

#chartThumbRC {
    background-image: url(/PGMAnywhere/Content/default/common/images/ReturnBasedonCostofPlan-Img-thumb.png);
}

#chartThumbTS {
    background-image: url(/PGMAnywhere/Content/default/common/images/TaxationSchedule-Img-thumb.png);
}


#chartThumbCOB {
    background-image: url(/PGMAnywhere/Content/default/common/images/comparisionBenefis-thumb.png);
}

#diagramThumbSOBHW {
    background-image: url(/PGMAnywhere/Content/default/common/images/howItswork-thumb.png);
}

#diagramThumbSOBN {
    background-image: url(/PGMAnywhere/Content/default/common/images/SummaryNumbersDiagram-thumb.png);
}

#diagramThumbSOBPN {
    background-image: url(/PGMAnywhere/Content/default/common/images/SummaryOfBenefitsProjection-Numbers-thumb.png);
}

#graphThumbDDBG {
    background-image: url(/PGMAnywhere/Content/default/common/images/dollarDeductionGraph-thumb.png);
}

#graphThumbIPLG {
    background-image: url(/PGMAnywhere/Content/default/common/images/incomeProjectionLine-thumb.png);
}

#chartThumbDCFA {
    background-image: url(/PGMAnywhere/Content/default/common/images/detailCashFlowAnalysis-thumb.png);
}

#chartThumbUMA {
    background-image: url(/PGMAnywhere/Content/default/common/images/UnitrustMakeupAnalysis-thumb.png);
}

#chartThumbTOGAP {
    background-image: url(/PGMAnywhere/Content/default/common/images/taxationGiftAnnuity-thumb.png);
}

#chartThumbTOGA {
    background-image: url(/PGMAnywhere/Content/default/common/images/terminationOfGiftAnnuity-thumb.png);
}

#chartThumbSOBPC {
    background-image: url(/PGMAnywhere/Content/default/common/images/Summary-projectionChart-thumb.png);
}

#chartThumbAC {
    background-image: url(/PGMAnywhere/Content/default/common/images/ActuarialCalculations-thumb.png);
}

#chartThumbNIA {
    background-image: url(/PGMAnywhere/Content/default/common/images/NonCharitableInterestActuarials-thumb.png);
}


.summaryimageShowPop, .summaryimageShowPopforBrochure {
    display: none;
    background-repeat: no-repeat;
    background-position: left top;
    width: 428px;
    height: 521px;
}

#narrativesThumbPL {
    background-image: url(/PGMAnywhere/Content/default/common/images/proposalletter-thumb.png);
}

#PresentImg-narrativesitemPL {
    background-image: url(/PGMAnywhere/Content/default/common/images/proposalletter.png);
}

#PresentImg-brochuresitem1E {
    background-image: url(/PGMAnywhere/Content/default/common/images/onepageexample-thumb.png);
}

#PresentImg-brochuresitem2DE {
    background-image: url(/PGMAnywhere/Content/default/common/images/Two-page-brochure-thumb.png);
}

#PresentImg-brochuresitem4DE {
    background-image: url(/PGMAnywhere/Content/default/common/images/Four-Page-Brochure-thumb.png);
}

#brochuresThumb1E {
    background-image: url(/PGMAnywhere/Content/default/common/images/onepageexample.png);
}

#brochuresThumb2DE {
    background-image: url(/PGMAnywhere/Content/default/common/images/Two-page-brochure.png);
}

#brochuresThumb4DE {
    background-image: url(/PGMAnywhere/Content/default/common/images/Four-Page-Brochure.png);
}

#narrativesThumbPCP {
    background-image: url(/PGMAnywhere/Content/default/common/images/proposal-cover-page-thumb.png);
}

#PresentImg-narrativesitemPCP {
    background-image: url(/PGMAnywhere/Content/default/common/images/proposal-cover-page.png);
}

#narrativesThumbDE {
    background-image: url(/PGMAnywhere/Content/default/common/images/description-example-thumb.png);
}

#PresentImg-narrativesitemDE {
    background-image: url(/PGMAnywhere/Content/default/common/images/description-example.png);
}

#narrativesThumbLDE {
    background-image: url(/PGMAnywhere/Content/default/common/images/long-description-thumb.png);
}

#PresentImg-narrativesitemLDE {
    background-image: url(/PGMAnywhere/Content/default/common/images/long-description.png);
}

#narrativesThumbIS {
    background-image: url(/PGMAnywhere/Content/default/common/images/irs-election-statement-thumb.png);
}

#PresentImg-narrativesitemIS {
    background-image: url(/PGMAnywhere/Content/default/common/images/irs-election-statement.png);
}

#narrativesThumbCD {
    background-image: url(/PGMAnywhere/Content/default/common/images/comparative-description-thumb.png);
}

#PresentImg-narrativesitemCD {
    background-image: url(/PGMAnywhere/Content/default/common/images/comparative-description.png);
}

#narrativesThumbGAD {
    background-image: url(/PGMAnywhere/Content/default/common/images/gift-annuity-disclosure-thumb.png);
}

#PresentImg-narrativesitemGAD {
    background-image: url(/PGMAnywhere/Content/default/common/images/gift-annuity-disclosure.png);
}

#narrativesThumbAL {
    background-image: url(/PGMAnywhere/Content/default/common/images/acknowledgement-letter-thumb.png);
}

#PresentImg-narrativesitemAL {
    background-image: url(/PGMAnywhere/Content/default/common/images/acknowledgement-letter.png);
}

#narrativesThumbGIS {
    background-image: url(/PGMAnywhere/Content/default/common/images/gift-summary-thumb.png);
}

#PresentImg-narrativesitemGIS {
    background-image: url(/PGMAnywhere/Content/default/common/images/gift-summary.png);
}

#narrativesThumbGAA {
    background-image: url(/PGMAnywhere/Content/default/common/images/gift-annuity-agreement-thumb.png);
}

.narrativesThumbCustomNarratives {
    background-image: url(/PGMAnywhere/Content/default/common/images/customnarratives-thumb.png);
}

.brochuresThumbCustomBrochures {
    background-image: url(/PGMAnywhere/Content/default/common/images/custombrochures-thumb.png);
}

#PresentImg-narrativesThumbCustomNarratives {
    background-image: url(/PGMAnywhere/Content/default/common/images/customnarratives.png);
}

#PresentImg-brochuresThumbCustomBrochures {
    background-image: url(/PGMAnywhere/Content/default/common/images/custombrochures.png);
}

#PresentImg-narrativesitemGAA {
    background-image: url(/PGMAnywhere/Content/default/common/images/gift-annuity-agreement.png);
}


#PresentImg-chartitemSOB {
    background-image: url(/PGMAnywhere/Content/default/common/images/Summary-Img.png);
}

#PresentImg-chartitemIA {
    background-image: url(/PGMAnywhere/Content/default/common/images/InvestmentAssumptions-Img.png);
}

#PresentImg-chartitemRC {
    background-image: url(/PGMAnywhere/Content/default/common/images/ReturnBasedonCostofPlan-Img.png);
}

#PresentImg-chartitemTS {
    background-image: url(/PGMAnywhere/Content/default/common/images/TaxationSchedule-Img.png);
}

#PresentImg-chartitemCOB {
    background-image: url(/PGMAnywhere/Content/default/common/images/comparisionBenefis.png);
}

#PresentImg-diagramitemSOBHW {
    background-image: url(/PGMAnywhere/Content/default/common/images/howItswork.png);
}

#PresentImg-graphitemDDBG {
    background-image: url(/PGMAnywhere/Content/default/common/images/dollarDeductionGraph.png);
}

#PresentImg-graphitemIPLG {
    background-image: url(/PGMAnywhere/Content/default/common/images/incomeProjectionLine.png);
}

#PresentImg-chartitemSOBPC {
    background-image: url(/PGMAnywhere/Content/default/common/images/Summary-projectionChart.png);
}

#PresentImg-chartitemTOGAP {
    background-image: url(/PGMAnywhere/Content/default/common/images/taxationGiftAnnuity.png);
}

#PresentImg-chartitemTOGA {
    background-image: url(/PGMAnywhere/Content/default/common/images/terminationOfGiftAnnuity.png);
}

#PresentImg-chartitemDCFA {
    background-image: url(/PGMAnywhere/Content/default/common/images/detailCashFlowAnalysis.png);
}

#PresentImg-chartitemUMA {
    background-image: url(/PGMAnywhere/Content/default/common/images/UnitrustMakeupAnalysis-Img.png);
}

#PresentImg-diagramitemSOBN {
    background-image: url(/PGMAnywhere/Content/default/common/images/SummaryNumbersDiagram.png);
}

#PresentImg-diagramitemSOBPN {
    background-image: url(/PGMAnywhere/Content/default/common/images/SummaryOfBenefitsProjection-Numbers.png);
}

#PresentImg-chartitemAC {
    background-image: url(/PGMAnywhere/Content/default/common/images/ActuarialCalculations-Img.png);
}

#PresentImg-chartitemNIA {
    background-image: url(/PGMAnywhere/Content/default/common/images/NonCharitableInterestActuarials-Img.png);
}
/*.ItemList li a :hover, .giftItemList li a:hover { color:#333;   }*/

.ui-datepicker-trigger {
    background: url(/PGMAnywhere/Content/default/common/images/calendar-icon.png) no-repeat left top;
    border: none;
    width: 35px;
    height: 35px;
    text-indent: -999999px;
    margin-left: 3px !important;
}

    .ui-datepicker-trigger:hover {
        background: url(/PGMAnywhere/Content/default/common/images/calendar-icon-hover.png) no-repeat left top;
    }

.ItemList, .giftItemList {
    margin: 2px 0px;
}

    .ItemList li a, .giftItemList li a {
        background-color: #f7f7f7;
        border: 1px solid #dcdcdc;
        margin: 3px 0px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        display: block;
        cursor: pointer;
    }

/*.ItemList li a :hover, .giftItemList li a:hover {
            color: #C90000;
            
        }*/


.selectedItemList {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    margin-left: 40px;
}

    .selectedItemList li {
        color: #000;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
    }

.basicInfo, .PersonalizationInfo {
    background-color: #f7f7f7;
    color: #000;
    border: 1px solid #dcdcdc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 40px;
}

.basicInfo, .TaxRates {
    background-color: #f7f7f7;
    color: #000;
    border: 1px solid #dcdcdc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 40px;
}

.yourselectPanel-header {
    border-bottom: 1px solid rgb(230, 230, 230);
    box-shadow: 0 1px 0 rgb(243, 243, 243);
    font-size: 16px;
    font-weight: bold;
}



.gift-header a, .giftoptionDesign1 li {
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    /*display: block;*/
}

    .gift-header a:hover {
        background-color: #474747;
        color: #FFF;
    }
/*.gift-content, .gift-content1 {border: 1px solid #B8B8B8;margin-top: -4px;}*/
/*#giftOptionSelect.giftoptionDesign1 li:hover {
    background-color: #666;
   color: #f7f7f7;
}*/

#giftOptionSelect li a {
    display:block;
    padding: 11px 7px 11px 9px;
   
}
.giftoptionDesign1 li {
    margin: 2px;
}
.giftoptindesignselect li {
    padding: 4px;
}

.normalText {
    text-transform: none;
}

#giftOptionSelect.giftoptionDesign1 li a:hover {
    color: #f7f7f7;
}
#giftOptionSelect.giftoptionDesign1 li a:hover .alignIcon {
    color: #ffd400;
}

 .alignIcon:hover {
        color: #ffd400!important;
    }

#yourselectGiftopt .giftoptionDesign1 li a:hover {
    color: #000;
    cursor: move;
}

#yourselectGiftopt .giftoptionDesign1 li:hover {
    cursor: move;
}

#yourPresentation .ItemList li a:hover {
    cursor: move;
    color: #000;
}

#yourPresentation .ItemList li a:focus {
    cursor: move;
    color: #000 !important;
}

/*#yourPresentation .ItemList li a:hover {
   
}*/

.no-touch #slectPresentation .ItemList li a:hover {
    background-color: #666;
    color: #f7f7f7;
}

#slectPresentation .ItemList li a:focus {
    color: #000 !important;
}

.gift-content1 {
    border-left: 1px solid #B8B8B8;
}

.gift-header .active {
    background-color: #474747;
    color: #FFF;
}

#giftAnnuity-popup, #giftUnitrustoptionItempop, #giftAnnuityTrustoptionItempop,
#giftoptionCLATPopup, #giftCLATItempop, #giftPIFoptionItempop, #giftCLUTItempop,
#giftRLEoptionItempop, #giftCustomPIFoptionItempop, #giftBequesttoCharityoptionItempop,
#giftBSoptionItempop, #TerminationOfGiftAnnuityItempopup,
#giftNGoptionItempop, #giftDGAoptionItempop {
    padding-bottom: 10px;
}

/*Gift Option2*/
.gift-window2 {
    padding: 0;
}

    .gift-window2 h3, .gift-option-display h3 {
        font-size: 14px;
    }

.gift-item-panel {
}

    .gift-item-panel li a {
        background-color: #f7f7f7;
        border: 1px solid #dcdcdc;
        color: #000;
        font-weight: bold;
        padding: 10px;
        margin: 3px 0px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        display: block;
        font-size: 150%;
    }

        .gift-item-panel li a.active {
            background-color: #474747;
            color: #FFF;
        }

.removeAge {
    position: relative;
    top: 0px;
}

/*form-control*/
.form-list-one {
    padding: 0px;
}

    .form-list-one .input-details {
        text-transform: none;
    }

    .form-list-one .fga-input-details {
        text-transform: none;
    }

.headerfortexttransform {
    text-transform: none;
}

.input-details .lable-name label {
    /*Bug 58675 - Upgrade Bootstrap-comment8*/
    font-size: 120%;
    /*font-size: 111%;*/
    /*font-size: 100%;*/
    font-weight: bold;
}

.textAlignLeft {
    text-align: left !important;
}

.fga-input-details .lable-name label {
    font-size: 120%;
    font-weight: bold;
}

.input-details .input-fields {
    text-align: left;
}

.fga-input-details .input-fields {
    text-align: left;
}

/*.input-details button {
    width: 75px;
}*/

.fancybox-bottom-btn {
    margin-bottom: 10px;
}

.remiveIcon {
    /*color: red;*/
    color: #C70000;
    background-color:#f7f7f7;
    margin-top: -43px;
}

/*.openIcon, .openIcon-1, .openIcon-CLAT, .openIcon-CLUT {
    margin-right: 3px;
    margin-top: -3px;
}*/

#toosItem {
    text-align: center;
}

#presentPanel .panel-content {
    padding: 10px 0px;
}

#UserPopup .panel-container {
    padding: 0px 20px 0px 20px;
}

#UserPopup #btnUserAlertOk {
    margin-bottom: 10px;
}


#SessionOutMsg {
    /*width: 500px;*/
    text-align: left;
}

#RolePopup #btnRoleAlertOk {
    margin-bottom: 10px;
}

.result-header {
    cursor: pointer;
    background-color: #407c87;
    background-image: -moz-linear-gradient(top, #407c87, #18626f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#407c87), to(#18626f));
    background-image: -webkit-linear-gradient(top, #407c87, #18626f);
    background-image: -o-linear-gradient(top, #407c87, #18626f);
    background-image: linear-gradient(to bottom, #407c87, #18626f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff407c87', endColorstr='#ff18626f', GradientType=0);
    padding: 5px;
    color: #FFF;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    float: left;
    width: 99%;
    font-size: 14px;
    margin-top: 9px;
}
/*.input-details .lable-name label {font-size: 120%; 
font-weight: bold;}*/

/*.fga-input-details .lable-name label {font-size: 120%; 
font-weight: bold;}*/

.input-details .lable-name {
    font-size: 120%;
    font-weight: bold;
}

.fga-input-details .lable-name {
    font-size: 120%;
    font-weight: bold;
}

/*.input-details .input-fields { text-align:left;line-height: 31px; margin-left: 10px;}*/
.input-details button {
    padding: 4px 16px;
    margin: 0px 2px;
}

.fga-input-details .input-fields {
    text-align: left;
    line-height: 31px;
    margin-left: 10px;
}

.fga-input-details button {
    padding: 4px 16px;
    margin: 0px 2px;
}

.remiveIcon {
    margin-top: -3px;
    font-size: 130% !important;
}

    .remiveIcon:hover {
        /*color: #C90000;*/
        color: #000000;
        background-color:#f7f7f7;
    }

.openIcon, .openIcon-1 {
    margin-right: 3px;
    /*margin-top: -3px;*/
    margin-top: -6px;
}

#toosItem {
    text-align: center;
}

#presentPanel .panel-content {
    padding: 10px 0px;
}

.result-header {
    cursor: pointer;
    background-color: #407c87;
    background-image: -moz-linear-gradient(top, #407c87, #18626f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#407c87), to(#18626f));
    background-image: -webkit-linear-gradient(top, #407c87, #18626f);
    background-image: -o-linear-gradient(top, #407c87, #18626f);
    background-image: linear-gradient(to bottom, #407c87, #18626f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff407c87', endColorstr='#ff18626f', GradientType=0);
    padding: 5px;
    color: #FFF;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    float: left;
    width: 99%;
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 7px;
}

.donorIcon {
    border: 1px solid #C5BEBE;
    display: inline-block;
    cursor: pointer;
}

    .donorIcon li {
        display: inline-block;
    }

        .donorIcon li:hover, .donorIcon li.active {
            background-color: #FFB93D;
        }


.charityHeading, .charityDiagram, #ulCharityImage {
    border: 1px solid #C5BEBE;
    display: block;
    cursor: pointer;
    text-align: left;
    margin: 2px 26px;
}

    .charityHeading a, .charityDiagram a {
        display: inline-block;
        padding: 5px;
    }

    .charityHeading img.active, .charityDiagram img.active {
        border: 5px solid #878787;
    }

.smalltxt {
    font-size: 12px;
    font-weight: normal;
}

/*Footer*/
.footer {
    background: #333;
    color: #FFF;
    height: 25px;
    margin-top: 10px;
}

.fileUploadClass {
    display: none !important;
    visibility: hidden;
}

.charityImageClass {
}

.charityIconClass {
}

.brochurePicture1ImageClass {
}

.brochurePicture2ImageClass {
}

.brochurePicture3ImageClass {
}

.brochurePicture4ImageClass {
}

.brochurePicture5ImageClass {
}

.brochurePicture6ImageClass {
}

.brochurePicture7ImageClass {
}

.brochurePicture8ImageClass {
}

.brochurePictureImageClass {
}

.validation-summary-errors ul {
    border: 0px solid #F0F0F0;
}

#waitIngImg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    padding: 25% 0 0 50%;
    opacity: 0.5;
    z-index: 10000;
}

#waitIngImgINPX {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: large;
}

.dvBox {
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    color: black;
}

.spinner {
    width: 40px;
    height: 40px;
    background: url(/PGMAnywhere/Content/default/common/themes/images/fancybox_loading.gif) no-repeat center;
}

#cgawaitIngImg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    padding: 25% 0 0 50%;
    opacity: 0.5;
}
/*#addGiftAnnuity
{ cursor:pointer;
}*/

.Narrative-window, #NarrativeFollowUpModal {
    /*width: 750px;*/
    /*height: 505px;*/
}

.Designer-Propsoal-window, #BrochureFollowUpModal {
    /*width: 770px;*/
    /*height: 505px;*/
}

.fancybox-innersingle {
    width: 550px !important;
}

.fancybox-outersingle {
    /*left: 20% !important;*/
    position: center;
}

#OpenpageSingleCaseWindow {
    width: 450px;
    overflow: hidden;
}

::-webkit-file-upload-button {
    padding: 4px 16px;
    color: #222222;
    background-color: #D3D3D3;
    background-image: linear-gradient(to bottom, #D8D8D8, #9E9E9E);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    left: 60%;
    width: 140px;
}

#ui-datepicker-div + .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-inner {
    height: auto !important;
}

.p-left15 {
    padding-left: 15px !important;
}

#resulthelpIcon .helpIconCls {
    font-size: 2.8em !important;
    position: relative;
    right: 10px;
}

@media (max-width: 767px) {
    .taxrates-padding-left {
        padding-right: 0% !important;
    }

    /*.taxrates-textbox-width {
		width: 43% ;!important;
	}*/

    /*.taxrate-select {
        width: 100% !important;
		text-transform: none;
	}*/

    .p-left15 {
        padding-left: 10px !important;
    }

    /*#resulthelpIcon .helpIconCls{font-size:1.5em !important;  position: absolute; top: 10px;right: 40px;}*/
    #resulthelpIcon .helpIconCls {
        font-size: 2.5em !important;
        position: absolute;
        top: 3px;
        right: 8px;
    }

    #customreport li a .fontIcon {
        width: 30px;
    }

    .k-menu .k-item > .k-link {
        padding: 8px 6px !important;
    }
}

@media only screen and (min-width:800px) and (max-width:1280px) {
    #resulthelpIcon .helpIconCls {
        font-size: 2.5em !important;
        position: absolute;
        top: 3px;
        right: 25px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .taxrates-beneficiary-label {
        padding-right: 0px !important;
    }

    .taxrates-beneficiary-label-for-diffrent {
        padding-right: 0px !important;
    }

    #resulthelpIcon {
        position: absolute;
        right: 17px;
    }

        #resulthelpIcon .helpIconCls {
            font-size: 2em !important;
            position: relative;
            top: 6px;
            left: 5px;
        }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    /*#resulthelpIcon .helpIconCls{font-size:1.5em !important;  position: absolute; top: 10px;right: 40px;}*/
    resulthelpIcon .helpIconCls {
        font-size: 3em !important;
        position: absolute;
        top: 0px;
        right: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
    #resulthelpIcon {
        /*position: absolute;*/
        position: inherit;
        /*position: initial;*/
        right: 0px;
    }

    #customreport li a .fontIcon {
        width: 20px;
    }
    /*#resulthelpIcon .helpIconCls {
            font-size: 2em !important;
            position: relative;
            top: 6px;
            left: -15px;
        }*/
    #resulthelpIcon .helpIconCls {
        font-size: 2.5em !important;
        position: relative;
        top: 3px;
        left: -15px;
        right: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
    /*#resulthelpIcon{    position: absolute;  right: 17px;}*/
    #resulthelpIcon {
        right: 55px;
        /*top: -11px;*/
        font-size: 0.95em !important;
        position: absolute;
    }

    #customreport li a .fontIcon {
        width: 35px;
    }
    /*#resulthelpIcon .helpIconCls{font-size:2em !important;  position: relative; top: 6px; left: 0px}*/
    /*#resulthelpIcon .helpIconCls {
            font-size: 2.8em !important;
            position: relative;
            top: 0px;
            left: 0px;
        }*/
    #resulthelpIcon .helpIconCls {
        font-size: 2.8em !important;
        position: relative;
        top: 0px;
        left: -15px;
    }
}

@media only screen and (min-width:1400px) and (max-width: 1920px) {
    #resulthelpIcon .helpIconCls {
        font-size: 2.8em !important;
        position: relative;
        right: 20px;
    }
}

@media only screen and (min-width:1050px) and (max-width: 1680px) {
    #resulthelpIcon .helpIconCls {
        font-size: 2.8em !important;
        position: relative;
        right: 20px;
    }
}
/*icon-users related changes*/
@font-face {
    font-family: 'icomoon';
    src: url(/PGMAnywhere/Content/default/common/themes/font/icomoon.eot?wiw3jb);
    src: url(/PGMAnywhere/Content/default/common/themes/font/icomoon.eot?wiw3jb#iefix) format('embedded-opentype'), url(/PGMAnywhere/Content/default/common/themes/font/icomoon.ttf?wiw3jb) format('truetype'), url(/PGMAnywhere/Content/default/common/themes/font/icomoon.woff?wiw3jb) format('woff'), url(/PGMAnywhere/Content/default/common/themes/font/icomoon.svg?wiw3jb#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="iconm-"], [class*=" iconm-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconm-users:before {
    content: "\e900";
}


.custom-Gift-selected-list {
    float: left;
    padding: 10px 1px 10px 3px !important;
    width: 98.5%;
}

.jsucess-top-center {
    top: 50% !important;
    margin-top: -150px;
}

.twofactor-disabled {
    pointer-events: none;
    cursor: default;
}

.ColorPicker {
    height: 34px !important;
    width: 34px !important;
    padding:2px  !important;
}

.btn-Icon {
    border: 0;
}

    .btn-Icon:active {
        border-style: outset;
    }

.btn-Icon-plus-sign:focus {
    background-color: white;
    color: green;
}

.btn-icon-trash:focus {
    /*background-color: white;
	color: red;*/
    background-color: #f7f7f7;
    color: #000000;
}

.btn-icon-remove {
    /*background-color:red;*/
    /*color:white;*/
    /*float:right !important;*/
    background-color: transparent;
    padding-top: 2px;
    padding-right: 5px;
    height: 33px;
}

    .btn-icon-remove:hover {
        /*background-color:red;*/
        /*color:white;*/
        /*float:right !important;*/
        background-color: #98a191;
        color: red;
    }

    .btn-icon-remove:focus {
        /*background-color:red;*/
        /*color:white;*/
        /*float:right !important;*/
        color: red;
    }

.btn-icon-report {
    border: 0;
    background-color: transparent;
    color: #1c3f59;
}

.btn-ZoomOut {
    border: 0;
    background-color: transparent;
    color: #1c3f59;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    height: 33px;
}

    .btn-ZoomOut:hover {
        background-color: #98a191;
        border-color: #98A191;
        color: white;
    }

    .btn-ZoomOut:focus {
        background-color: transparent;
    }

#Result-Help-remove {
    float: right;
    /*padding-right: 5px;*/
    margin-top: -5px;
}

@media (max-width: 767px) {
    #Result-Help-remove {
        float: right;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (orientation : landscape) {
    #MyaccountPopUpModal, #presentation-popupToGA,
    #giftoption-popupCGA, #giftoption-popupDGA, #giftoption-popupFGA, #giftoption-popupBTC, #giftoption-popupCRUT, #giftoption-popupCRAT, #giftoption-popupRLE, #giftoption-popupPIF, #giftoption-popupCLUT, #giftoption-popupCLAT, #giftoption-popupBS, #giftoption-popupNG, #pooledFundedView, #giftoption-popupCPGA {
        margin-top: auto;
    }

    #emailControl-Panel {
        width: 265px;
    }

    #emailToAdress, #emailcclist, #emailSubject, #txtFileAttachement, #emailtextarea {
        width: 240px;
    }

    #giftoption-popupFGA {
        margin-top: -85px;
    }
     #WordControl-Panel {
        /*margin-left: -134px;
        width: 262px;*/
    }

    #myWord {
        margin-left: 27px;
    }

    #emailControl-Panel, #ToolsemailControl-Panel, #ImageControl-Panel {
        width: 265px;
    }

    #ToolsemailToAdress, #Toolsemailcclist, #ToolsemailSubject, #Toolsemailtextarea {
        width: 236px;
    }

    #ToolstxtFileAttachement {
        width: 215px;
    }
}

@media (min-width: 768px) and (orientation : portrait) {
    #MyaccountPopUpModal, #presentation-popupToGA,
    #giftoption-popupCGA, #giftoption-popupDGA, #giftoption-popupBTC, #giftoption-popupCRUT, #giftoption-popupCRAT, #giftoption-popupRLE, #giftoption-popupPIF, #giftoption-popupCLUT, #giftoption-popupCLAT, #giftoption-popupBS, #giftoption-popupNG, #pooledFundedView, #giftoption-popupCPGA {
        margin-top: auto;
    }

    #emailControl-Panel {
        width: 265px;
    }

    #emailToAdress, #emailcclist, #emailSubject, #txtFileAttachement, #emailtextarea {
        width: 240px;
    }

    #giftoption-popupFGA {
        /*margin-top: -85px !important;*/
    }

    #WordControl-Panel {
        margin-left: -134px;
        width: 262px;
    }

    #myWord {
        /*margin-left: 27px;*/
        margin-left: 10px;
    }

    #emailControl-Panel, #ToolsemailControl-Panel, #ImageControl-Panel {
        width: 265px;
    }

    #ToolsemailToAdress, #Toolsemailcclist, #ToolsemailSubject, #Toolsemailtextarea {
        width: 236px;
    }

    #ToolstxtFileAttachement {
        width: 215px;
    }
}

@media (min-width: 1024px) and (orientation : landscape) {
    #presentation-popupToGA {
        margin-top: auto;
    }

    #txtFileAttachement {
        /*width: 280px !important;*/
        width: 240px !important;
        /* margin-left: 31px; */
        margin-top: -8px;
        margin-bottom: 2px;
        padding-right: 5px;
        padding-left: 14px;
    }

    #emailControl-Panel, #ToolsemailControl-Panel, #ImageControl-Panel {
        width: 265px;
    }

    #ToolsemailControl-Panel {
        width: 265px;
    }

    #ToolsemailToAdress, #Toolsemailcclist, #ToolsemailSubject, #Toolsemailtextarea {
        width: 240px;
    }

    #ToolstxtFileAttachement {
        width: 218px;
        margin-left: 28px;
        margin-top: -19px;
        margin-bottom: 2px;
        padding-right: 5px;
        padding-left: 9px;
    }
}

@media (min-width: 1024px) and (orientation : portrait) {
    #presentation-popupToGA {
        margin-top: auto;
    }

    #txtFileAttachement {
        /*width: 280px !important;*/
        width: 240px !important;
        /* margin-left: 31px; */
        margin-top: -8px;
        margin-bottom: 2px;
        padding-right: 5px;
        padding-left: 14px;
    }
}

#giftoption-popupCGA, #giftoption-popupDGA, #giftoption-popupFGA, #giftoption-popupBTC,
#giftoption-popupCRUT, #giftoption-popupCRAT, #giftoption-popupRLE, #giftoption-popupPIF,
#giftoption-popupCLUT, #giftoption-popupCLAT, #giftoption-popupBS, #giftoption-popupNG,
#pooledFundedView, #giftoption-popupCPGA {
    /*width: 603px;*/
    /*width: 638px;*/
    color: #444;
   margin-top:auto;
    
}

#NarrativeFollowUpModal, #BrochureFollowUpModal, #SummaryThumbPanelModal, #OpenSavedCaseModal, #OpenTermsAndConditionModal, #OpenPasswordChangeModal {
    
    /*width: auto;*/
    height: auto;
}

#SaveCasePopUpModal div.modal-dialog {
    max-width: 600px;
}

.fancybox-close {
    background-image: url(/PGMAnywhere/Content/default/common/images/popUpCloseButton.png);
    background-repeat: no-repeat;
}

/*.fancybox-close {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 4px;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 8040;
}*/

@media only screen and (min-width: 1366px) {
    #OpenSavedCaseModal div.modal-lg {
        min-width:1046px !important;
    }
}

#myAccountBtn {
    margin: 10px;
}

.Collapsible-tab-header {
    background: #474747 !important;
    padding: 0px;
}

    .Collapsible-tab-header a {
        color: white;
        display: block;
        padding: 8px 15px !important;
    }

        .Collapsible-tab-header a:focus, .Collapsible-tab-header a:hover {
            background-color: #d3d3d3 !important;
            color: black;
        }

.icon-padding {
	padding: 5px;
}
.icon-padding{
	padding:5px !important;	
}
.btn-icon-edit-assumption{
	background-color:transparent;
	color:#356A73;	
}
.btn-gift-icon-edit{
	background-color:#f7f7f7;
	color:#356A73;	
}

.btn-icon-edit-assumption:focus {
    background-color: white;
    color: #294957;
}

.btn-gift-icon-edit {
    /*background-color: #f7f7f7;*/
    background-color:transparent;
    color: #356A73;
}

    .btn-gift-icon-edit:focus {
        background-color: #f7f7f7;
        color: #294957;
    }

.openDisclaimer {
    background-color:transparent !important;
}

.Collapsible-tab-header a:hover > span.iconCharts, .Collapsible-tab-header a:focus > span.iconCharts {
    background: transparent url(/PGMAnywhere/Content/default/themes/images/chart-icon-black.png) 0 0 no-repeat;
}

.Collapsible-tab-header a:hover > span.iconDiagrams, .Collapsible-tab-header a:focus > span.iconDiagrams {
    background: transparent url(/PGMAnywhere/Content/default/themes/images/diagrams-icon-black.png) 0 0 no-repeat;
}

.Collapsible-tab-header a:hover > span.iconGraphs, .Collapsible-tab-header a:focus > span.iconGraphs {
    background: transparent url(/PGMAnywhere/Content/default/themes/images/graphs-icon-black.png) 0 0 no-repeat;
}

.Collapsible-tab-header a:hover > span.iconNarratives, .Collapsible-tab-header a:focus > span.iconNarratives {
    background: transparent url(/PGMAnywhere/Content/default/themes/images/narratives-addremove-icon.png) 0 0 no-repeat;
}

.Collapsible-tab-header a:hover > span.iconBrochures, .Collapsible-tab-header a:focus > span.iconBrochures {
    background: transparent url(/PGMAnywhere/Content/default/themes/images/brochures-icon-black.png) 0 0 no-repeat;
}

.Custom-Alert {
    position: absolute;
    top: 36%;
    z-index: 1;
    left: 31%;
}

#tblUnmatchedCPIF, #tblUnmatchedNarratives {
    /* margin-left:130px; */
    width: 100%;
    /*border-width: 1px;
    border-spacing: 2px;
    border-style: outset;*/
    border-color: gray;
    /*border-collapse: separate;*/
    background-color: white;
}

#divUnmatchedCPIFNarratives .panel-content {
    padding-left: 20px;
    padding-right: 20px;
}

#divUnmatchedCPIFNarratives label {
    font-size: 120%;
    font-weight: bold;
    /*width: 25% !important;*/
}

#divUnmatchedCPIFNarratives tbody {
    font-size: 120%;
}

#ErrorPanelModal.bd-example-modal-lg {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    min-width: 500px;
}

.openInpxFontSize label {
    font-size: 120%;
}
/*Bootstrap 3x changes begins here*/
.fontNormal label{
    font-weight: normal;
}

.CustomHide { 
    display: none; 
}
.CustomShow{
    display: block;
}
.taxrates-textbox-width {
    /*width: 119px;*/
    width: 100%;
}
#slectPresentation div.panel-content div.panel-window div.Collapsible-tab-header a:focus, #slectPresentation div.panel-content div.panel-window div.Collapsible-tab-header a:hover,
#TemplatesSection div.panel-window div.Collapsible-tab-header a:focus, #TemplatesSection div.panel-window div.Collapsible-tab-header a:hover {
    background-color: #d3d3d3 !important;
    color: black;
}
#myWord{
    /*color: inherit;
  color: black;
  font: inherit;
  margin: 0;*/
    height: auto;
    /*width: 100%;*/
    /*width: auto;*/
}

.CustomLink {
    text-decoration: underline !important;
    color: #337ab7;
}
.CustomLink:hover {
    color: #294957;
        text-decoration: none !important;
    }
.radio-inline,
.checkbox-inline {
    font-weight: bold !important;
}
a:hover,
a:focus {
    color:#294957;
    text-decoration: none !important;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #294957;
    text-decoration: none !important;
}
.btn-danger1 {
 /*color: #fff !important;*/
  /*background-color: #a50328 !important;
  border-color: #a50328  !important;*/
    background-color: #a50328;
    border-color: #a50328;
    color:white;
}

.btn-danger1:focus,
.btn-danger1:hover,
.btn-danger1:visited {
    /*background-color: #a50328 !important;*/
    border-color: #a50328 !important;
    /*color: white !important;*/
     color: #504552 !important;
        background-color: #ffd400;
}

.btn-danger1:active,
    .btn-danger1:visited {
        background-color: #ffd400 !important;

    }  
/*custome bold form buttons*/
.btnFont {
    font-weight: bold !important;
}
/*report font textbox design*/
.reportfontdesign {
    height: 20px !important;
    width: -webkit-fill-available;
    margin-bottom: 7px;
}
.ToolstxtFileAttachement {
    /*width: 280px !important;*/
    /*width: 277px !important;*/
    /* margin-left: 31px; */
    /*width: 277px !important;*/
    margin-left: 28px !important;
    margin-top: -19px;
    margin-bottom: 2px;
    padding-right: 5px;
    padding-left: 9px;
}

 @media (min-width: 768px){
.width{
     width:48%;
 }
 }
 
 @media (min-width: 820px ){
.width{
     width:45%;
 }
 }
 @media (min-width: 1120px ){
.width{
     width:45%;
 }
 }
 
@media (min-width: 992px) 
{
    .width{
        width:50%;   
 }
}
/*lifeBirthDate-1{
    width:70%;
}*/
@media (min-width: 768px){ .form-inline .form-control ,  .form-inline .form-select 
    {
        display: inline-block; width: 68%; vertical-align: middle;
    }      
}
@media (min-width: 820px){ .form-inline .form-control ,  .form-inline .form-select 
    {
        display: inline-block; width: 56%; vertical-align: middle;
           
    }                              
}
@media (min-width: 1120px){ .form-inline .form-control ,  .form-inline .form-select 
    {
        display: inline-block; width: 37%; vertical-align: middle;
    }   
                            #irsDiscount{
                                min-width: fit-content;
                            }
}
@media (min-width: 1024px){ .form-inline .form-control
    {
        display: inline-block; width: 37%; vertical-align: middle;
    }                              
}
.sheet
{
position: absolute;
    width: 100%;
    height: 100%;
   // Bug 60860 - Presentations shifted to left when viewed in Results.
   // This issue is obsevered only in development, working fine in AWS/UAT after deployment
     /*left: -43px;*/ 
    top: 0px;
}
.size{
    font-size: 100%;
    font-weight: bold;
}   
.myaccwidth {
    margin-top: 5px;
    /*margin-left: 31px;*/
    padding-top: 4px;
    font-size: 120%;
    font-weight: bold;
}
.acctextAcc{
    text-align: right;
    /*padding-top: 3px;
    margin-top: 5px;*/
    /*margin-left: 31px;*/
    /*padding-top: 4px;
    font-size: 120%;*/
    font-weight: bold;
}
.acctextAcc-control{
    /*width: 372px;*/
    font-size: 145%;
}
.textAcc{
    /*width: 372px;*/
    width: 383px!important;
}
.AccpassMargin{
    margin-top: 16px;
}
 /*Bootstrap 3 modal fires and causes page to shift to the left momentarily / browser scroll bar problems
     and adding right padding to body
     https://stackoverflow.com/questions/19960162/bootstrap-3-modal-fires-and-causes-page-to-shift-to-the-left-momentarily-brows
 */ 
body { 
    padding-right:0!important ;

}
.inpx-col-width{
    width:5%!important;
}

#inpx_file{
	display:none;
}

.gifthorizontalLine{
	/*Used in gift follow up window*/
	border-bottom: 1px solid #CECCCC;
	padding-bottom:5px;
}

/**Bug 59439 - Add property types, including multiple property types - UI changes-comment29*/

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
	background-image:url(/PGMAnywhere/Content/default/common/images/check-mark-white.png);
	background-size:11px;
	
}
.form-check-input:disabled:checked{
  pointer-events: none;
  filter: none;
  opacity: 0.5;
    background-image:url(/PGMAnywhere/Content/default/common/images/check-mark-black.png)!important;
    background-color: #9999ff;
  border-color: #9999ff;
}
.form-check-input:disabled:not(:checked) {
  pointer-events: none;
  filter: none;
  opacity: 0.5;   
      background-color: #9999ff;
  border-color: #9999ff;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.MyAccPadding{
	padding-top: 6px;
}
.logoSize{
    width: 113px;
    height: 108px;
    object-fit: contain;
}

/* Red for non-disabled, non-active buttons */
.pagination .page-item:not(.disabled) .page-link {
    color: black;
}

/* Green for active button */
.pagination .page-item.active .page-link {
    color: white !important; /* Green text for active */
    background-color: #29717b; /* Light green background for contrast */
    border-color: #c3e6cb;
}

.modal-dialog {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); /* Deeper shadow */
}
/*#giftoption-popupBTC, #giftoption-popupFGA, #giftoption-popupRLE, #giftoption-popupCRUT, #giftoption-popupCRAT, #giftoption-popupPIF, #giftoption-popupCLUT,
#giftoption-popupCLAT, #giftoption-popupBS, #pooledFundedView, #giftoption-popupNG*/

#giftoption-popupCGA
{
    margin-top:-4px;
}
