/* Main style */

* {
    font-family: Verdana;
}

body {
    background-color: #f0f0f0;
    font-size: 1.2rem;
    margin-left: 1.0rem;
}

h1 {
    margin-left: 0.5rem;
    margin-bottom: 0rem;
}

#toptitle h2 {
    margin-bottom: 1rem;
}

h3 {
    margin-left: 0.5rem;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

#toptitle {
    font-weight: bold;
    padding: 0.1rem;
    margin-bottom: 0rem;
    /*background-color: #efeff1;*/
    /*background-image: url("../assets/data_image_2.jpg");*/
    /*background-size: auto 250%;*/
    /*background-repeat: no-repeat;*/
}

ul {list-style-type: none;
}

tr {margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

td.demo-header {
    font-size: 1.5rem;
    padding-top: 0.0rem;
    padding-bottom: 1.5rem;
}

td.option-select {
    background-color: #f0f0f0;
    padding-top: 0.0rem;
    padding-bottom: 0.3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

div.option-select {
    /*width: 8.0rem;*/
    margin-top: 0rem;
    margin-bottom: 0rem;
}

input.option-select {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0.0rem;
    margin-right: 0.6rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    min-width: 10.0rem;
    font-size: 1.2rem;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    cursor: pointer;
    transition: 0.01s;
}

.option-select-input:hover {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #000000;
}

input.selected {
    background-color: #d0d0d0;
}

select.region-select {
    font-size: 1.2rem;
}

option.region-select {
    font-size: 1.0rem;
}

/* ********** */
.mb-margin-right {
    margin-right: 1.0rem;
}

/* ********** */
td.scenario-cell {
    width: 34rem;
    height: 100%;
    vertical-align: top
}

.celltop {
    font-weight: bold;
}

.scenario-div {
    background-color: #d0e0e0;
    padding: 1.0rem;
    border-radius: 6px;
    margin-left: 0.0rem;
    margin-right: 0.0rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

/* ********** */
button.accordion {
    font-size: 1.3rem;
    /*color: #444;*/
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.01s;
}

button.accordion-inactive {
    cursor: default;
}

.category-top button.accordion {
    background-color: #f0f0f0;
}

.output-top button.accordion {
    background-color: #a0d0d0;
}

.accordion-active:hover {
    /*background-color: #d0d0d0;*/
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #000000;
}

/* Note: hidden by default */
div.accordion-panel {
    /*padding: 0 18px;*/
    /*margin-bottom: 6.0rem;*/
    background-color: #e9e9e9;
    margin: 0.0rem;
    padding: 0.5rem;
    overflow: hidden;
} 

ul.accordion-panel {
    margin: 0.0rem;
    padding: 0.0rem;
}

/* ********** */
div.category-top {
    width: 34rem;
    margin-top: 0.5rem;
}

span.category-top {
    display: inline-block;
    margin-top: 0.7rem;
    margin-bottom: 0.0rem;
    width: 100%;
}

button.category-top {
    font-size: 1.4rem;
    margin: 0.0rem;
    padding: 0.0rem;
}

div.category-summary {
}

span.category-summary-left {
    float: left;
}

span.category-summary-right {
    float: right;
    padding-right: 0.20rem;
}

/* ********** */
div.output-top {
    width: 34rem;
    margin-top: 0.5rem;
}

span.output-top {
    display: inline-block;
    margin-top: 0.7rem;
    margin-bottom: 0.0rem;
    width: 100%;
}

button.output-top {
    font-size: 1.4rem;
    margin: 0.0rem;
    padding: 0.0rem;
}

.output-summary {
}

span.output-summary-left {
    float: left;
}

span.output-summary-right {
    float: right;
    padding-right: 0.20rem;
}

input.output-input-text-right {
    float: right;
    width: 5rem;
    font-size: 1.2rem;
    text-align: right;
    font-family: Verdana;
    /*margin-left: 5.0rem;*/
}

/* ********** */
li.item-stuff {
    padding: 0.0rem;
    /*width: 100%;*/
}

div.item-stuff {
    overflow: hidden;
    /*width: 19.0rem;*/
    height: 1.8rem;
    margin-bottom: 0.5rem;
    padding-bottom: 3px;
}

/*div.item-label-left {*/
    /*width: 23.0rem;*/
/*    margin: 0.0rem;*/
/*    margin-right 0.5rem;*/
/*    padding: 0.0rem;*/
    /*display: inline;
    float: left;
}*/

span.item-label-left {
    /*width: 1.0rem;*/
    margin: 0.0rem;
    margin-right: 0.0rem;
    padding: 0.0rem;
    /*float: left;*/
}

span.item-label-left-info:hover {
    /*color: #888888;*/
    transition-delay:0s;
}

span.uneditable-item-right {
    float: right;
    padding-right: 0.25rem;
    margin-left: 0.0rem;
}

input.item-input-text-right {
    float: right;
    width: 5rem;
    font-size: 1.0rem;
    text-align: right;
    font-family: Verdana;
    /*margin-left: 5.0rem;*/
}

/* ********** */
div.required-savings-output {
    margin-top: 2.0rem;
    margin-bottom: 0.9rem;
    margin-right: 0.5rem;
    overflow: hidden;
}

span.required-savings-output-left {
    float: left;
}

span.required-savings-output-right {
    float: right;
}

/* ********** */
td.extra-notes {
    min-width: 34.0rem;
}

div.extra-notes {
    /*width: 27.0rem;*/
    background-color: #d0e0e0;
    padding: 1.0rem;
    border-radius: 6px;
    margin-left: 0.0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

div.disclaimer {
    /*margin-top: 2.5rem;*/
    /*width: 27.0rem;*/
    margin-bottom: 1.0rem;
}

div.out-of-safe-range-warning {
    /*margin-top: 1.0rem;*/
    /*width: 20.0rem;*/
    color: #c00000;
    /*font-weight: bold;*/
}

td.extra-buttons {
    background-color: #f0f0f0;
}

div.extra-button {
    width: 10.0rem;
    display: inline;
}

input.extra-button {
    padding: 0.3rem;
    margin: 0.3rem;
    width: 6.0rem;
    font-size: 1.2rem;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.save-button:hover {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #000000;
}

.reset-button:hover {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #000000;
}

td.attribution-and-legal {
    background-color: #f0f0f0;
    vertical-align: bottom;
    text-align: right;
}

div.td.attribution-and-legal {
    float: right;
}

div.info-references {
    font-size: 1.0rem;
}

div.legal {
    font-size: 1.0rem;
}

div.attribution {
    font-size: 1.0rem;
}

.standard-column-width {
    width: 26.0rem;
}

.note {
    margin-bottom: 1.0rem;
}

.info-button {
    margin-left: 0.3rem;
    cursor: pointer;
}

.password-div {
    margin-left: 2.0rem;
    margin-top: 1.0rem;
}

.password-label {
    margin-right: 1.0rem;
}

.demo-link {
  margin-top: 2.0rem;
}

