.questionWrapperSubgroup{
    width:85%;
}
.weighted-option {
    font-size: 100%;
    color: #d8d7d7;
    background-color: #597EB3;
    padding: 0.4em;
    border: 3px solid #597EB3;
    display: inline-block;
    font-weight: 100;
}

.btn.selectallbtn {
    padding: 0.25em 11px;
    margin-right: 2%;

}

.suppressoverlay
{
    display:flex;
    justify-content:center;
    align-items:center;
}

.suppressiontext {
    width: 60%;
    padding: 5%;
    box-sizing: border-box;
    border-radius: 10px;

    overflow: hidden;
    height: auto;
  
    background: white;
   
    border: 2px solid #d8d8d8;
}

.left-weighted {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -2px;
}

.right-weighted {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -2px;
}

.weighted-option:hover {
    color: white;
    text-decoration: none;
    border: 3px solid #597EB3;
}

.weighted-option.activeWO {
    font-weight: bold;
    background-color: #8daad3;
    border: 3px solid #8daad3;
    color:white;
}

.large-margins {
     width:60%;
    margin-left:20%;
}

.small-margins {
    width: 80%;
    margin-left: 10%;
}

.filter-lowbase {
    color: #9e9e9e;
    background-color: #f2f2f2;
    pointer-events: none;
}

​
/**SUBGROUP SECTION STYLING*/
.subgroupname-textbox {
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
}

.addsubgroup-disabled {
    border: 3px solid #f2f2f2;
    color: #9e9e9e;
}

.SubgroupFullWidth {
    width: 100% !important;
}

.subgroup-added-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 5%;
    width: 100%;
    height: 100%;
}

.subgroup-added-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
    width: 100%;
    min-height: 33.3%;
}

.subgroup-added {
    background-color: #6dc886;
    border-radius: 15px;
    width: 30%;
    min-height: 100%;
    color: white;
    text-align: center;
    padding: 2%;
}

#MainContent_upSubgroup {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.modal.RadDropDownList_Bootstrap, .modal.RadComboBoxDropDown_Kicktag {
}

.buttontray {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-height: 5%;
    margin-bottom: 10%;
}

   

    
    
    .buttontray a, .buttontray input {
        margin-right: 4%;
        width: 10%;
    }

.modal-innercontainer {
    width: 100%;
    height: 100%;
}

.overlay.subgroup-overlay {
    display: none;
    z-index: 900;
}

.modal.subgroup-modal {
    padding: 5%;
    display: block;
    z-index: 19001;
}


.filter-header, .headerwithicon {
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
    padding-left: 5%;
}
    .filter-header a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    /**SHARED ANALYSIS TOOL STYLING*/
    @media only screen and (max-device-width: 480px) {
        input [type="radio"], input[type="checkbox"] {
            margin: 4px 0 0;
            *margin-top: 0;
            /* IE7 */
            margin-top: 1px \9;
            /* IE8-9 */
            line-height: normal;
            transform: scale(1.5);
        }
    }

.backtoanalyticslink {
    float: right;
    margin: 0px 0 0 17%;
}

.breadcrumbWrapper {
    width: 80%;
    overflow: visible;
    padding: 0px;
    margin-left: 3% !important;
}

    @media only screen and (max-device-width: 1439px) {
        .backtoanalyticslink {
            margin: 0 0 0 2%;
        }
        }

    .cblMeasures {
    margin-bottom: 10px;
}

    .cblMeasures li:first-child {
        border-top: 2px solid #ebebeb;
    }



    .cblMeasures li {
        border-left: 2px solid #ebebeb;
        border-right: 2px solid #ebebeb;
        border-bottom: 2px solid #ebebeb;
        padding: 0.6em;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

        .cblMeasures li label {
            padding-right: 0.5em;
            width: 100%;
        }

            .cblMeasures li label:hover {
                cursor: pointer;
            }

input[type="checkbox"] {
    display: none;
}

.checkboxItemChecked {
    color: white;
    background-color: #8BA5CA;
    font-weight: bold;
}


.chkPadding label {
    padding-left: 5px;
}



.addpcn-btn {
    width: 15%;
    padding: 0.5em 15px;
    font-size: 100%;
    color: white;
    background: #2F7F44;
    border: 3px solid #2F7F44;
    border-radius: 5px;
}

.addpcn-btn-disabled {
    width: 15%;
    padding: 0.5em 15px;
    font-size: 100%;
    background-color: #9e9e9e;
    border: 3px solid lightgray;
    border-radius: 5px;
    border-color: lightgray;
    color: white;
    pointer-events: none;
    cursor: default;
}

.full-width-btn
{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.blue-btn {
    float: right;
    color: white;
    padding: 0.3em 15px;
    background: #597EB3;
    font-size: 90%;
    border: 3px solid #597EB3;
    border-radius: 5px;
}

    .blue-btn:hover, .addpcn-btn:hover {
        border: 3px solid #597EB3;
        color: white;
        text-decoration: none;
    }

a, a:hover, a:active, a:visited, a:focus {
    /*outline: none;*/
    text-decoration: none;
}


#MainContent_btnNext {
    display: block;
}

#analysisToolHeaderLink {
    color: white;
}

    #analysisToolHeaderLink:hover {
        text-decoration: none;
        color: inherit;
        border-bottom: none;
    }

.btn.btn-disabled, .btn[disabled] {
    border-color: lightgray;
    color: grey;
}

.header-analysistool-notext {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.analysistool-options-wrapper, .analysistool-results-wrapper, .analysistool-subgroup-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .analysistool-results-wrapper.analysistool-option {
        width: 25%;
    }

.analysistool-option-border {
    border-right: 2px solid #cccccc;
}

.chart-ctab-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.chart-ctab-option {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: flex-start;
}

.chart-ctab-option-text {
    text-align: center;
    width: 70%;
}

.chart-ctab-option input, .chart-ctab-option img {
    margin-bottom: 5%;
    width: 50%;
}

.trendorcurrent-option {
    width: 40%;
}

@media only screen and (max-width: 500px) {
    .large-margins {
        width: 90%;
        margin-left: 5%;
    }

    .analysistool-results-wrapper 
    {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .analysistool-option, .chart-ctab-option, .trendorcurrent-option {
        width: 100%;
        margin-bottom: 5em;
    }

    .analysistool-option-border
    {
        border: none;
    }

    .chart-ctab-wrapper {
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }
}   

.analysistool-option a:hover, .accordion-heading a:hover, .analysistool-option a:visited, .accordion-heading a:visited, .accordion-heading a:focus, .analysistool-option a:focus {
    border-bottom: 0;
    text-decoration: none;
    /*outline: none;*/
}


.analysistool-option {
    display: inline-block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2%;
}

    .analysistool-option p {
        text-align: center;
        font-size: 90%;
        margin-bottom: 2vh;
    }

    .analysistool-option input {
        width: 100%;
        text-align: center;
        font-size: 90%;
        margin-bottom: 2vh;
    }

    .route-btn {
        height: 55px;
        width: 100%;
        text-align: center;
        font-size: 90%;
        margin-bottom: 2vh;
    }

    .trendorcurrent-option.analysistool-option img {
        width: 200px;
    }
        .analysistool-option img {
        width: 100px;
        height: auto;
    }

.header-textwrapper img {
    height: auto;
    width: 100%;
    display: block;
}

.header-textwrapper {
    display: flex;
    flex-direction: row;
    width: 90%;
    border-radius: 25px;
    background-color: #829EC6;
    padding: 3%;
}

.header-analysistool {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

.header-analysistool2024 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    background-color: #829EC6;
    padding:20px;
}

.backDiv {
    width: 100%;
    margin-bottom: 15px;
}

.chkPadding label {
    padding-left: 5px;
}

.RadComboBoxDropDown_Kicktag {
    display: block !important;
    margin-bottom: 5px;
}

.activeLink {
    color: white;
}

.smallbtn-analysis 
{
    margin-top: 1%;
    margin-bottom: 3%;   
}

.blockButton {
    display: block;
}

.site-header {
    background-color: #597eb3;
    border-bottom: 1px solid #7191be;
    box-shadow: inset 0 -1px 0 #425e86;
}

.LinkList {
    display: block;
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: 500;
    background-color: #f7f7f7;
    border: 2px solid #ebebeb;
    color: #597eb3;
    cursor: pointer;
}

.LinkListUnavailable {
    display: block;
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: 500;
    background-color: #f7f7f7;
    border: 2px solid #ebebeb;
    color: #cccccc;
}

.paModal {
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    width: 100%;
    background: white;
    border: 2px solid #d8d8d8;
}

.scroll-section {
    border-top: 2px solid #d8d8d8;
}

    .scroll-section ul li {
        padding-top: 30px;
        border-top: 2px solid #d8d8d8;
    }


.dropdown.tooltip.inline a {
    border-bottom: none;
}

.bold-number-crosstab {
    font-size: 600%;
    font-weight: bold;
    color: #6dc886;
}

/**DROPDOWN CSS*/
.at-dropbtn {
    background-color: #6ECA87;
    color: white;
    border-radius: 5px;
    font-size: 80%;
    width: 100%;
    padding: 0.75em 15px;
    padding-left: 5%;
    height:65px;
    padding-right: 5%;
    border: none;
    cursor: pointer;
    pointer-events: none;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    font-size:14px;
    float:left;
}

.at-dropdown {
    position: relative;
    display: inline-block;
    width: 13%;
}

@media only screen and (max-device-width: 1439px) {
    .at-dropdown {
        width: 13%;
    }
    }

    .at-dropdown-content {
        display: none;
        position: absolute;
        background-color: #E2e2e2;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .at-dropdown-content a {
            color: black;
            padding: 2%;
            font-size: 80%;
            text-decoration: none;
            display: block;
        }

            .at-dropdown-content a:hover {
                background-color: #a9a9a9;
                border: none
            }

    .at-dropdown:hover .at-dropdown-content {
        display: block;
    }

    .at-dropdown:hover .at-dropbtn {
        background-color: #3e8e41;
    }

    .at-dropdown-margin-left {
        margin-left: 5%;
    }
    /**END OF DROPDOWN CSS*/




    /**PROFILE ANALYSIS PAGE SECTION*/

    .white-arrow {
        font-weight: bold;
        color: white;
        margin-left: 2.5%;
        margin-right: 2.5%;
        display: flex;
        line-height:65px;
    }

    .filter-header-container {
    }

        .filter-header-container h2 {
            display: inline;
        }

    .rcbScroll input[type="checkbox"] {
        display: inline-block;
    }

    .filterbox-charts {
        border-left: 1px solid #597EB3;
        border-bottom: 1px solid #597EB3;
        border-right: 1px solid #597EB3;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #F2F2F2;
        width: 49%;
        padding-left: 3%;
        padding-right: 3%;
        text-align: right;
    }

    .chart-series-header {
        margin-bottom: 5%;
    }


    .ChartCrosstabImageLink {
        text-align: center;
    }

        .ChartCrosstabImageLink:hover, .ChartCrosstabImageLink:visited, .ChartCrosstabImageLink:focus {
            border-bottom: none;
        }

    .filter-buttons-container {
        display: flex;
        justify-content: flex-end;
        /*margin-top: 3%;*/
    }





    .ccgCompareContainer {
        display: flex;
        justify-content: space-between;
    }

    .ccgcompare-header {
        display: inline;
        color: #404040;
    }

    #MainContent_lbccg2 {
        margin-left: 1%;
    }

    .CCGOverlayHeader {
        margin: 2%;
    }

    #section-search-CCG {
        padding: 2%;
        border-top: 2px solid #d8d8d8;
    }

    .CCGOverlayContainer div {
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: 2%;
    }

    .crosstab-setup-btn {
        width: 15%;
        margin-top: 3%
    }

    .crosstab-setup-tooltip {
        width: 5%;
    }

    .crosstab-setup-number {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .crosstab-setup-options {
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 5%;
        padding-left: 3%;
        width: 85%
    }

    .ctsection-active {
        opacity: 1;
        pointer-events: auto;
    }

    .ctsection-inactive {
        opacity: 0.5;
        pointer-events: none;
    }

    .RadComboBoxDropDown_Crosstab {
        width: 75%;
        text-align: center;
    }





    .dropdown.tooltip.inline a:visited {
        color: inherit;
    }

    .dropdown.tooltip.inline a {
        border-bottom: none;
    }

    .bold-number-crosstab {
        font-size: 600%;
        font-weight: bold;
        color: #6dc886;
    }

.aspNetDisabled {
    background-color: #797979 !important;
    border-color: #474747 !important;
    color: #ffffff;
    cursor: not-allowed;
}
