body {
    color: #485460;
    background-color: #ccc;
}

/* editing squarespace page width */
#page {
    max-width: 1200px;
}

#lendscape-outer-container {
    margin: auto;
    background-color: #ccc;
    max-width: 1200px;
}

#lendscape-filterbox {
    padding: 20px;
}

#lendscape-content {
    margin: auto;
    background-color: #FFF;
    padding: 30px;
}

#lendscape-logo {
    margin: auto;
    max-width: 500px;
}

#lendscape-logo > img {
    width: 100%;
}

.lendscape-explainer {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    padding: 1em;
}

.lendscape-filter-group {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

#lendscape-table li {
    list-style-type: none;
    padding-bottom: 0.2em;
}

#lendscape-table ul {
    margin: 0;
    padding: 0;
}

input.check-size-input {
    width: 40px;
}

img.chevron-icon {
    width: 20px;
}

img.srp-chevron {
    width: 60px;
}
img.srp-chevron-closed {
    width: 70px;
}
img.acquisition-chevron {
    width: 70px;
}

.srp-row-highlight {
    background-color: #f1f1f1;
}

div.check-size-label {
    width: 60px;
    margin-bottom: 10px;
    float:left
}

div.lendscape-card {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px;
}

div.lendscape-card-detail {
    float: left;
    width: 30%;
    color: #767F88;
}

span.bank-name-span, span.advisor-span {
    font-size: 16px;
    font-weight: 600;
}

span.product-type-span {
    color: #767F88;
    font-weight: 600;
}

th.noborders {
    border: 0px !important;
}

.check-size-th {
    border-left: 0px !important;
}

td.market-segment {
    text-align: center;
}

.thick-right-border {
    border-right: 3px solid #ddd;
}

th.market-segment-th {
    font-size: 1.5em;
    cursor: pointer;
}

div.icon-holder {
    display: inline-block;
    width: 2.5em;
    text-align: center;
}

.icon-resi {
    color: darkseagreen;
}

.icon-candi {
    color: lightcoral;
}

.icon-utility {
    color: cornflowerblue;
}

.icon-utility-hedge {
    color: cornflowerblue;
}

.icon-utility-ppa {
    color: mediumturquoise;
}

.icon-dg {
    color: mediumturquoise;
}

.icon-community {
    color: plum;
}

.icon-merch {
    color: darkgray;
}

.icon-award {
    color: orange;
}

.icon-srp {
    color: #6178A8;
}

.icon-srp-font {
    font-size: 18px;
}

.icon-gt1b {
    color: forestgreen;
}

.srp-highlight {
    background-color: whitesmoke;
    font-size:1.2em;
}

.money-check {
    color: forestgreen;
}

.structure-check {
    color: darkgray;
}

.details-icons > i, .details-icons > img {
    margin-right: 5px;
    font-size: 16px;
}

#sort-srp {
    width: 40px;
}

i.fa-sort {
    cursor: pointer;
}

#lendscape-toggle-bar {
    margin: auto;
    text-align: center;
}


/* highcharts css */

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
    max-width: 800px;
    margin: 1em auto;
}

#highcharts-container {
    height: 400px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* custom stuff copied from bootstrap make the .btn buttons look like buttons
  without importing the rest of bootstrap */

/* .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
} */



.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default-grayedout {
    color: #333;
    background-color: #d4d4d4;
    border: 1px solid #8c8c8c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* media queries to make lendscape look OK on mobile */


@media only screen and (max-width : 768px) {
/* Styles */

    #lendscape-content {
        margin: auto;
        padding: 10px;
    }

    #lendscape-table {
        overflow-x: scroll;
        display: block;
        font-size: 10px;
    }

    span.bank-name-span {
        font-size: 10px;
    }

    #sort-srp {
        width: 20px;
    }

    .lendscape-explainer {
        width: 100%;
    }

}