.LogiSelector {
    background-color: #C1DED5;
    margin-bottom: 15px;
}

.LogiSelector > div > div > div {
    padding: 5px 10px;
}

.LogiSelector label {
    display: block;
    font-weight: bold;
}

.padTopSelect {
    padding-top: 10px;
}

.padTopGo {
    padding-top: 20px;
}

.LogiSelector select {
    width: 275px;

}

fieldset.verticalRadio {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    border: none;
    padding: 0 8px;
}

fieldset.verticalRadio legend {
    font-weight: bold;
}

fieldset.verticalRadio ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

fieldset.verticalRadio ul label {
    display: inline;
    font-weight: normal;
}

input.ButtonDisabled {
    background-color: #F6F6F6 !important;
    color: #CECECE !important;
}

.QuestionSelector h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    margin: 0 10px 2px 0;
}

 .QuestionSelector select {
    max-width: 720px;
}

.divTitleGear {
    background-color: rgb(242,242,242);
    display: table;
    width: 100%;
    border-spacing: 5px;
}

.divTitleGear div {
    display: table-cell;
    margin: 0 10px;
}

.divTitleGear h4 {
    font-size: 14px;
    font-weight: bolder;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 1px;
}

.lightgreytopborder	{
	border-top: 1px solid #C0C0C0;
}

.lightgreybottomborder	{
	border-bottom: 1px solid #C0C0C0;
}

.lightgreyleftborder	{
	border-left: 1px solid #C0C0C0;
}

.lightgreyrightborder	{
	border-right: 1px solid #C0C0C0;
}

.stratContainer {
    margin: 0 10px;
}

.divCompareContainer {
    height: 50px;
}

.divCompare {
    padding-top: 15px;
    padding-left: 10px;
}

.divCompare label {
    font-weight: bold;
}

.lightbackground {
    background-color: #b1dafb;
}

.stratFilters {
    border: 1px solid lightgrey;
    padding: 10px;
}

.stratFilters label {
    display: block;
    font-weight: bold;
}

.stratFilters select {
    width: 200px;
}

.compareAll, .singleItem {
    display: block;
    width: 200px;
    /* color: blue; */
}

.stratFilters > div > div > div {
    padding: 5px 10px;
}

.indicatorTitle {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.resultsTable {
    overflow: visible;
    margin: 10px;
}

.resultsTable table {
    border-collapse: collapse;
    font-size: smaller;
}

.resultsTable th, .resultsTable td {
    border: 1px solid grey;
}

.debugIds {
    font-size: small;
    color: gray;
}

.resetFilters {
    /* margin-top: 23px; */
    display: block;
}







/*
    CSS for new refactored legend
    -Tou
*/

.new-legend {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
    position: relative;
    width: calc(100% - 120px);
    z-index: 1;
}

.legend-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

.legend-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.legend-list.stacked {
    display: block;
}

.legend-item {
    align-items: center;
    display: inline-block;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 210px;
    padding-right: 20px;
    vertical-align: middle;
}
.legend-list.stacked .legend-item {
    min-width: none;
}
.legend-list.stacked .legend-item + .legend-item {
    margin-top: 8px;
}

.legend-icon,
.legend-label {
    display: inline-block;
    vertical-align: middle;
}

.legend-icon {
    height: 14px;
    width: 14px;
}

.legend-label {
    line-height: 1.15;
}
.legend-icon + .legend-label {
    margin-left: 4px;
}
